vue3-openlayers
Advanced tools
Changelog
7.0.0 (2024-04-13)
forEachFeatureAtPixel
(8db77a0)style
prop to styles
(e3baa82)ol-animation-feature
(4190325)provide
(55f4c1f)ol-animation-feature
was simply exposing the map, vectorLayer and it's passed properties. There was no need to use this component at all and therefore it has been removed. However, when the component was used in the past, make sure to remove it from your template and move the ref
's for map and the layer to the correct components.npm i vue@^3.4.15
)npm i ol@^9.1.0
)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.Changelog
7.0.0-1 (2024-04-12)
ol-animation-feature
(90f082a)ol-animation-feature
was simply exposing the map, vectorLayer and it's passed properties. There was no need to use this component at all and therefore it has been removed. However, when the component was used in the past, make sure to remove it from your template and move the ref
's for map and the layer to the correct components.npm i vue@^3.4.15
)npm i ol@^9.1.0
)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.Changelog
7.0.0-0 (2024-04-11)
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.