🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

vue3-openlayers

Package Overview
Dependencies
Maintainers
1
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-openlayers - npm Package Versions

1
35
18

7.0.0

Diff
d-koppenhagen
published 7.0.0 •

Changelog

Source

7.0.0 (2024-04-13)

Bug Fixes

  • ol-*-control: make sure control is updated on property changes (507220d)
  • ol-map: use correct typings for exposed function forEachFeatureAtPixel (8db77a0)
  • ol-webgl-vector-layer: pass internal style prop to styles (e3baa82)

chore

  • set minimum peerDependency of OpenLayers to version 9.1.0 (77e022b)
  • set minimum peerDependency of vue to version 3.4.15 (cc35ae8)

Code Refactoring

  • ol-animation-feature: remove unused exported component ol-animation-feature (4190325)

Features

  • allow to define global options for child plugins and via provide (55f4c1f)

Performance Improvements

  • prevent watching reactive props continously (7e13440)

BREAKING CHANGES

  • ol-animation-feature: The component 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.
  • The minimum version of Vue is now 3.4.15 (npm i vue@^3.4.15)
  • The minimum version of OpenLayers is now 9.1.0 (npm i ol@^9.1.0)
  • the composable 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.
d-koppenhagen
published 7.0.0-1 •

Changelog

Source

7.0.0-1 (2024-04-12)

chore

  • set minimum peerDependency of OpenLayers to version 9.1.0 (8ae195c)
  • set minimum peerDependency of vue to version 3.4.15 (158f00e)

Code Refactoring

  • ol-animation-feature: remove unused exported component ol-animation-feature (90f082a)

Performance Improvements

  • prevent watching reactive props continously (45f9326)

BREAKING CHANGES

  • ol-animation-feature: The component 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.
  • The minimum version of Vue is now 3.4.15 (npm i vue@^3.4.15)
  • The minimum version of OpenLayers is now 9.1.0 (npm i ol@^9.1.0)
  • the composable 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.
d-koppenhagen
published 7.0.0-0 •

Changelog

Source

7.0.0-0 (2024-04-11)

Performance Improvements

  • prevent watching reactive props continously (14af7e0)

BREAKING CHANGES

  • the composable 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.
d-koppenhagen
published 6.5.0 •

Changelog

Source

6.5.0 (2024-04-05)

Features

  • add loading class and document how to show loading spinner (0ada740)
  • ol-interaction-link: add interaction for sync with URL query params (4fdd742)
d-koppenhagen
published 6.4.1 •

Changelog

Source

6.4.1 (2024-04-03)

Bug Fixes

  • ol-source-vector: watch for features changes and update source (4125541), closes #312
d-koppenhagen
published 6.4.0 •

Changelog

Source

6.4.0 (2024-04-03)

Features

  • ol-context-menu-control: propagate events (7c1dd70), closes #325
d-koppenhagen
published 6.3.2 •

Changelog

Source

6.3.2 (2024-03-31)

Bug Fixes

  • ol-animated-cluster-layer: prevent re-computation of cluster and layer in property changes (c00d992)
  • ol-source-vector: make property changes reactive (b476468)
d-koppenhagen
published 6.3.1 •

Changelog

Source

6.3.1 (2024-03-30)

Bug Fixes

  • ol-heatmap-layer: handle property updates correctly (e5bb81e)
  • ol-layer-group: handle property updates correctly (50462ec)
d-koppenhagen
published 6.3.0 •

Changelog

Source

6.3.0 (2024-03-25)

Bug Fixes

  • ol-overlay: prevent re-compute overlay, use shallowRef instead and watch property changes (b1bb37e), closes #257

Features

  • ol-interaction-dragbox: add DragBox component wrapper (3eb1fff), closes #307
  • ol-vector-layer: add background property (f51cd25)
d-koppenhagen
published 6.2.1 •

Changelog

Source

6.2.1 (2024-03-25)

Bug Fixes

  • ol-webgl-tile-layer: react on property changes (bdfcab6), closes #319