Releases: MelihAltintas/vue3-openlayers
Releases · MelihAltintas/vue3-openlayers
Release 7.0.0-0
Performance Improvements
- prevent watching reactive props continously (14af7e0)
BREAKING CHANGES
- the composable
usePropsAsObjectProperties
which is used as foundation in all components has been refactored.
Props were watched always deeply and for lot's of components this was done multiple times since the components implement watchers by themselves.
However, even if not expected, this may cause some side effects with reactive changes which must be applied for individual components when not implemented and therefore considered as a breaking change.
Please check your app carefully when updating to the new major version.
Release 6.5.0
6.5.0 (2024-04-05)
Features
- add loading class and document how to show loading spinner (0ada740)
- ol-interaction-link: add interaction for sync with URL query params (4fdd742)
Release 6.4.1
6.4.1 (2024-04-03)
Bug Fixes
- ol-source-vector: watch for features changes and update source (4125541), closes #312
Release 6.4.0
6.4.0 (2024-04-03)
Features
- ol-context-menu-control: propagate events (7c1dd70), closes #325
Release 6.3.2
6.3.2 (2024-03-31)
Bug Fixes
- ol-animated-cluster-layer: prevent re-computation of cluster and layer in property changes (c00d992)
- ol-source-vector: make property changes reactive (b476468)
Release 6.3.1
6.3.1 (2024-03-30)
Bug Fixes
- ol-heatmap-layer: handle property updates correctly (e5bb81e)
- ol-layer-group: handle property updates correctly (50462ec)
Release 6.3.0
6.3.0 (2024-03-25)
Bug Fixes
- ol-overlay: prevent re-compute overlay, use shallowRef instead and watch property changes (b1bb37e), closes #257
Features
- ol-interaction-dragbox: add DragBox component wrapper (3eb1fff), closes #307
- ol-vector-layer: add
background
property (f51cd25)
Release 6.2.1
6.2.1 (2024-03-25)
Bug Fixes
- ol-webgl-tile-layer: react on property changes (bdfcab6), closes #319
Release 6.2.0
6.2.0 (2024-03-22)
Bug Fixes
- deps: use compatible dependencies for vitest and coverage (69221e7)
Features
- ol-profile-control: add control for ol-ext/controls/Profile (#318) (be78e90), closes #269
Release 6.1.2
6.1.2 (2024-03-16)
Bug Fixes
- ol-webgl-tile-layer: make TileLayer a computed (974f155), closes #310