Skip to content

Commit 569adde

Browse files
committed
chore: release v7.0.0-0
1 parent 4b8e695 commit 569adde

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11

22

3+
# [7.0.0-0](https://github.com/MelihAltintas/vue3-openlayers/compare/v6.5.0...v7.0.0-0) (2024-04-11)
4+
5+
6+
### Performance Improvements
7+
8+
* prevent watching reactive props continously ([14af7e0](https://github.com/MelihAltintas/vue3-openlayers/commit/14af7e0c9cd4f8d5c30c8d75f59f5ff4b10b0e8f))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* the composable `usePropsAsObjectProperties` which is used as foundation in all components has been refactored.
14+
Props were watched always deeply and for lot's of components this was done multiple times since the components implement watchers by themselves.
15+
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.
16+
Please check your app carefully when updating to the new major version.
17+
318
# [6.5.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v6.4.1...v6.5.0) (2024-04-05)
419

520

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": "6.5.0",
3+
"version": "7.0.0-0",
44
"description": "OpenLayers Wrapper for Vue3",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)