Releases: MelihAltintas/vue3-openlayers
Releases · MelihAltintas/vue3-openlayers
Release 11.4.0
11.4.0 (2025-02-26)
Features
- export utility functions and types
LayersCommonProps
, layersCommonDefaultProps
and useLayerDefaults
for layers (ae1f2f1)
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)