Skip to content

Commit 12c5eb7

Browse files
committed
chore: release v6.3.0
1 parent 58c8d9b commit 12c5eb7

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
# [6.3.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v6.2.1...v6.3.0) (2024-03-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **ol-overlay:** prevent re-compute overlay, use shallowRef instead and watch property changes ([b1bb37e](https://github.com/MelihAltintas/vue3-openlayers/commit/b1bb37e93f48bc5930447adad20dd74d2e65be30)), closes [#257](https://github.com/MelihAltintas/vue3-openlayers/issues/257)
9+
10+
11+
### Features
12+
13+
* **ol-interaction-dragbox:** add DragBox component wrapper ([3eb1fff](https://github.com/MelihAltintas/vue3-openlayers/commit/3eb1fff345b81c2990e5aa84eaedea3b39164e19)), closes [#307](https://github.com/MelihAltintas/vue3-openlayers/issues/307)
14+
* **ol-vector-layer:** add `background` property ([f51cd25](https://github.com/MelihAltintas/vue3-openlayers/commit/f51cd25d93820459209892d817c34be73094faf1))
15+
316
## [6.2.1](https://github.com/MelihAltintas/vue3-openlayers/compare/v6.2.0...v6.2.1) (2024-03-25)
417

518

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

0 commit comments

Comments
 (0)