Releases: MelihAltintas/vue3-openlayers
Releases · MelihAltintas/vue3-openlayers
Release 11.3.5
11.3.5 (2025-02-26)
Bug Fixes
- ol-*-layer: make
displayInLayerSwitcher
prop optional (#415) (2298ed8)
Release 11.3.4
11.3.4 (2025-02-24)
Bug Fixes
- ol-*-layer: add missing prop
displayInLayerSwitcher
(ff83346), closes #412
- ol-tile-layer: do not spread props into
toRefs
(5dae1c3), closes #410
Release 11.3.2
11.3.2 (2025-02-14)
Bug Fixes
- ol-layerswitcher-control: support layer properties needed by ol-ext/control/LayerSwitcher (9e4da28), closes #405
Release 11.3.0
11.3.0 (2024-12-17)
Bug Fixes
Features
- OlScalelineControl: support
maxWidth
option (#390) (d92a7fd)
- OlScalelineControl: support all props with defaults from OpenLayers (9451194)
Release 11.2.1
11.2.1 (2024-10-02)
Bug Fixes
- apply URL changes on XYZ source (aba4eb6), closes #383
- ensure onMounted and inject is only called in setup context (256dd87), closes #385 #382
Release 11.2.0
11.2.0 (2024-09-04)
Bug Fixes
- ol-interaction-modify: fix if-clause (58b7006), closes #371
Features
- ol-style-fill: add fill color gradient (#375) (dd2aebd)
- ol-style-fill: correctly setup conic gradient (#375) (580591b)
- ol-style-fill: prevent re-calculation of gradient on watched changes (#375) (f2a740e)
Release 11.1.0
11.1.0 (2024-08-09)
Features
- ol-interaction-mouse-wheel-zoom: provide new interaction to disable / customize mouse zoom behavior (8846176), closes #356
Release 11.0.1
11.0.1 (2024-08-07)
Bug Fixes
- ol-interaction-modify: correctly check for source/features (91a07ca), closes #370