Skip to content

Commit

Permalink
chore: release v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Mar 25, 2024
1 parent 58c8d9b commit 12c5eb7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


# [6.3.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v6.2.1...v6.3.0) (2024-03-25)


### Bug Fixes

* **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)


### Features

* **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)
* **ol-vector-layer:** add `background` property ([f51cd25](https://github.com/MelihAltintas/vue3-openlayers/commit/f51cd25d93820459209892d817c34be73094faf1))

## [6.2.1](https://github.com/MelihAltintas/vue3-openlayers/compare/v6.2.0...v6.2.1) (2024-03-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-openlayers",
"version": "6.2.1",
"version": "6.3.0",
"description": "OpenLayers Wrapper for Vue3",
"repository": {
"type": "git",
Expand Down

0 comments on commit 12c5eb7

Please sign in to comment.