Releases: MelihAltintas/vue3-openlayers
Releases · MelihAltintas/vue3-openlayers
Release 3.0.0-1
Release 3.0.0-0
3.0.0-0 (2023-09-20)
Bug Fixes
- demo: use scoped styles and cleanup unused styles (3d7fba4)
Features
- ol-videorecorder-control: pass-through all props and events from
ol-ext
(fb99807) - ol-map: feat(ol-map) support all Map events from OpenLayers on component. Newly supported events are:
change:size
change:target
change:view
rendercomplete
Please refer to the OpenLayers docs
- ol-videorecorder-control: pass-through all props and events from
ol-ext
- if not
downloadName
is set, the file will not be downloaded but thestop
event is fired with the blob data/url. - all events are now fired. In addition to the already existing
start
andstop
event, you can now also react to thepause
andresume
event - docs has been updated
- if not
BREAKING CHANGES
ol-overlay
all properties are now passed-trough from OpenLayers directly.
Their types and default values can be checked-out in the official OpenLayers docs. Potentially this hasn't changed anything yet, but it can in the future, if OpenLayers changes it's APIol-overlay
all events are now fired at component level as defined in OpenLayers. Details:elementChanged
is now emitted aschange:element
offsetChanged
is now emitted aschange:offset
positionChanged
is now emitted aschange:position
positioningChanged
is now emitted aschange:positioning
ol-view
: propertycenter
's default value has been removed (it was set[0, 0]
) before. Now all default values from OpenLayers are used directlyol-view
: All Events from OpenLayers are emitted as component events directly now. Please change:resolutionChanged
tochange:resolution
rotationChanged
tochange:rotation
rotationChanged
tochange:rotation
centerChanged
tochange:center
zoomChanged
event has been dropped. Please usechange:center
orchange:resolution
instead
ol-map
: properties with default values are now aligned with all default values from OpenLayers
Release 2.0.0
2.0.0 (2023-09-14)
Bug Fixes
- allow multiple plugin installation (#247) (9a3b133)
- allow using controls as childs of bar (#248) (8d59c76)
- correctly remove controls onUnmounted (3756fbb), closes #246
chore
- update dependency to openlayers 8.0.0 (a76dd57)
Code Refactoring
- ol-source-stadia-maps: replace old ol-stamen component (ff9e373)
- ol-style-icon: pass-through properties from OpenLayers (84232e9)
- ol-webgl-points-layer: use new flat style format (02b8d1f)
BREAKING CHANGES
- ol-webgl-points-layer: use the new introduced flat format from OpenLayers 8
- ol-style-icon: properties are passed-through from OpenLayers directly and property
imgSize
has been removed since it's removed from OpenLayers 8 - ol-source-stadia-maps: The new component
ol-source-stadia-maps
replaced the oldol-source-stamen
component. Please checkout the official OpenLayers 8 release notes for further information. - You need to have a peerDependency of
ol
>=8.0.0
installed
Features
Release 1.3.0
Release 2.0.0-1
2.0.0-1 (2023-09-08)
Bug Fixes
chore
- update dependency to openlayers 8.0.0 (cdd9267)
Code Refactoring
- ol-source-stadia-maps: replace old ol-stamen component (3d303e2)
- ol-style-icon: pass-through properties from OpenLayers (aba89f3)
- ol-webgl-points-layer: use new flat style format (8c9dc48)
BREAKING CHANGES
- ol-webgl-points-layer: use the new introduced flat format from OpenLayers 8
- ol-style-icon: properties are passed-through from OpenLayers directly and property
imgSize
has been removed since it's removed from OpenLayers 8 - ol-source-stadia-maps: The new component
ol-source-stadia-maps
replaced the oldol-source-stamen
component. Please checkout the official OpenLayers 8 release notes for further information. - You need to have a peerDependency of
ol
>=8.0.0
installed
Release 1.2.2
Release 2.0.0-0
2.0.0-0 (2023-09-04)
chore
- update dependency to openlayers 8.0.0 (a76dd57)
Code Refactoring
- ol-source-stadia-maps: replace old ol-stamen component (ff9e373)
- ol-style-icon: pass-through properties from OpenLayers (84232e9)
- ol-webgl-points-layer: use new flat style format (02b8d1f)
BREAKING CHANGES
- ol-webgl-points-layer: use the new introduced flat format from OpenLayers 8
- ol-style-icon: properties are passed-through from OpenLayers directly and property
imgSize
has been removed since it's removed from OpenLayers 8 - ol-source-stadia-maps: The new component
ol-source-stadia-maps
replaced the oldol-source-stamen
component. Please checkout the official OpenLayers 8 release notes for further information. - You need to have a peerDependency of
ol
>=8.0.0
installed
Release 1.2.1
Release 1.2.0
Release 1.1.0
- chore(maintenance): update dependencies (258e396)
- docs(ol-map): add documentation for prop (b54312c)
- fix(ol-feature): prevent unresponsive map lag (989bc90)
- fix(ol-zone-control): define props with default values as optional (8275202)
- docs(ol-interaction-snap): add demo case for draw interaction (e588a5f)
- Update animatedclusterlayer, improve wording and fluency of explanation (#226) (3191963)
- docs(ol-geolocation): display icon position correctly (6ae205b)
- feat(ol-style-text): added backgroundFill and backgroundStroke props (#223) (6f521c9)