Skip to content

Commit d248c2c

Browse files
committed
chore: release v9.0.0
1 parent eb0a2a8 commit d248c2c

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11

22

3+
# [9.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v8.1.0...v9.0.0) (2024-05-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **ol-overlay:** set correct default values as described in the docs ([2e9e2a6](https://github.com/MelihAltintas/vue3-openlayers/commit/2e9e2a67ecf9a7c11a169ed5d2e8a413db5e728b)), closes [#346](https://github.com/MelihAltintas/vue3-openlayers/issues/346)
9+
* **ol-source-wmts:** add missing optional `tileGrid` prop ([1237fe1](https://github.com/MelihAltintas/vue3-openlayers/commit/1237fe172a56858ec866e8329b126afe78ad1d78))
10+
* **ol-vector-layer:** watch opacity / visible changes ([e9ae6fa](https://github.com/MelihAltintas/vue3-openlayers/commit/e9ae6fa22fe88846137a717e83be46039e5c6d52)), closes [#347](https://github.com/MelihAltintas/vue3-openlayers/issues/347)
11+
12+
13+
### Code Refactoring
14+
15+
* **ol-layer-*:** push layer to correct collection based on parent component injection ([ee46969](https://github.com/MelihAltintas/vue3-openlayers/commit/ee469696fba79d7c0be294c2b2bb8192b29487c3)), closes [#344](https://github.com/MelihAltintas/vue3-openlayers/issues/344) [#344](https://github.com/MelihAltintas/vue3-openlayers/issues/344)
16+
17+
18+
### BREAKING CHANGES
19+
20+
* **ol-layer-*:** These changes may not affect you directly. Previously, for some layer types, a layer was always added to the map, even if the layer component was used within a LayerGroup. This resulted in layers existing multiple times (in the LayerGroup and at the top level (Reported in #344)). Due to the refactoring, all layers are now treated the same (with onMounted and when changing layer properties).
21+
1.) If the layer component is within an `ol-layer-group`, it is added to the group.
22+
2.) If the layer component is inside an `ol-overviewmap-control`, it is added to the OverviewMap
23+
3.) If 1) and 2) do not apply, the layer component is added directly to the map
24+
325
# [8.1.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v8.0.0...v8.1.0) (2024-04-27)
426

527

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-openlayers",
3-
"version": "8.1.0",
3+
"version": "9.0.0",
44
"description": "OpenLayers Wrapper for Vue3",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)