v3.0.0-0
版本发布时间: 2023-09-20 16:43:52
MelihAltintas/vue3-openlayers最新发布版本:v3.1.0(2023-11-08 13:32:18)
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 API -
ol-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 directly -
ol-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
1、 vue3-openlayers-3.0.0-0.tgz 1016.17KB