Releases: MelihAltintas/vue3-openlayers
Releases · MelihAltintas/vue3-openlayers
Release 1.0.0-next.2
Release 1.0.0-next.1
- feat(ol-source-stamen): add stamen source component (50cc263)
- fix(ol-interaction-modify): don't re-compute modify interaction (4d7c408)
- fix(ol-interaction-draw): use provide in setup function (37cd6c5)
- fix(ol-interaction-draw): don't re-compute draw interaction (dce1667)
- docs(ol-source-webglpoints): add docs for using
ol-source-webglpoints
withol-feature
(7a26ccf) - fix(ol-interaction-draw): remove old draw-interaction, not new one (#204) (4ef55f7)
- docs: describe style import for old versions (10ae2f0)
- refactor(ol-source-image-wms): pass-through all props and events from
ol/source/ImageWMS
(76f410d) - refactor(ol-source-image-static): pass-through all props and events from
ol/source/ImageStatic
(3621c25) - refactor(ol-source-cluster): pass-through all props and events from
ol/source/BingMaps
(2ed205f) - refactor(ol-source-bingmaps): pass-thrugh all props and events from
ol/source/BingMaps
(d28e463) - feat: provide eventGateway to pass-through OpenLayers events and emit them on a component (0ad2a05)
- feat(ol-animation-*): expose
animation
(ab6794d) - refactor(types): use type ProjectionLike (9e0f25c)
- docs(ol-source-image-wms): describe
params
property (9a01dff) - docs(ol-layerswitcher*-control): describe how to use layerswitcher and layerswitcherimage controls (d126d42)
Release 1.0.0-next.0
- docs: next next channel (9220efa)
- docs(ol-source-vector): add performance hints (f77bed6)
- feat(ol-source-vector): pass-through events (9db2dc7)
- docs: add link to releases (730d9a2)
- docs(ol-*-control): use components names for checkboxes (d7591c2)
- fix(demo): use correct component names for controls (5622d23)
- docs(ol-projection-register): add missing documentation for
ol-projection-register
component with demo (56a1601) - refactor(ol-printdialog-control): reflect
ol-ext/control/PrintDialog
1:1 (4ddf440)
Release 1.0.0-alpha.7
- fix(ol-feature): allow to handle inject from heatmapLayer (a601b94)
- fix(ol-heatmap-layer): trigger map change function when properties have changed (d7212d3)
- Revert "fix(ol-heatmap-layer): make heatmap layer a ref and not a computed" (f192748)
- fix(ol-heatmap-layer): make heatmap layer a ref and not a computed (c597237)
- fix(ol-source-vector): correctly distinguish between vector / heatmap layer injections (8736138)
- fix(ol-heatmap-layer): use correct prop types and support weight prop as string (eb61b9f)
Release 1.0.0-alpha.6
👏🏼 Many thanks, @209, for the time invested and the laborious migration of the code base (PR #149 was the basis for the commits below)
- fix(types): fix a lot of types / ts-ignore them (9b6d482)
- fix(build): use import path mapping (e5f9900)
- fix: import path (d2cd91c)
- fix(ol-style): correctly handle style changes for interactions (45efa3c)
- fix(ol-style): check for truthy/falsy instead of null (72fcc41)
- fix(ol-*-layer): use common default props (acf82fc)
- fix(ol-animation-*): define optional props as such (621a3b2)
- fix(demo): add missing "setup" attribute to script tag (55d02bf)
- refactor(ol-animation-*): migrate animation components to typescript (70334f4)
- refactor(ol-geom-*): migrate geometry components to typescript (ed7f0db)
- refactor(ol-interaction-*): migrate interaction components to typescript (6c9732b)
- fix(ol-source-vector): correctly distinguish between vector / heatmap layer injections (9cddeb9)
- refactor(ol-*-layer): migrate layer components to typescript (5543929)
- refactor(ol-*-control): migrate control components to typescript (ba6fff5)
- fix(ol-*-control): useControl composable - map inject must not be a Ref (6967f95)
Release 1.0.0-alpha.5
👏🏼 Many thanks, @209, for the time invested and the laborious migration of the code base (PR #149 was the basis for the commits below)
- fix: update eslint and fix relevant issues (a39cad0)
- docs(ol-overlay): fix headline (e92d9be)
- refactor(ol-feature, ol-geolocation, ol-map, ol-overlay, ol-projection-register, ol-view): migrate components to typescript (ac3a463)
- refactor(ol-style-*): migrate source vector components to typescript (6bbfc7e)
- refactor(ol-source-*): migrate source vector components to typescript (9e7b2db)
- fix(ol-overlay): set correct position on map (615d06b)
- fix(composables): map component properties for useOverlay to ol properties (430616d)
Release 1.0.0-alpha.4
- Revert "refactor(ol-heatmap-layer): layer does not need to be a computed, make it a ref instead" (c1f6da9)
Release 1.0.0-alpha.3
Release 1.0.0-alpha.2
- refactor: make heatmapLayer and vectorLayer not a ref (f6dca4c)
Release 1.0.0-alpha.1
- fix(composables): map component properties to ol properties (a1f9440)