Skip to content

Commit

Permalink
chore: release v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Apr 27, 2024
1 parent ab675b2 commit ff7595f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@


# [8.1.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v8.0.0...v8.1.0) (2024-04-27)


### Bug Fixes

* add missing types for FlatStyleLike ([e930496](https://github.com/MelihAltintas/vue3-openlayers/commit/e930496d4e3730f66d9f83aeb3f34af05f2beb1f)), closes [#332](https://github.com/MelihAltintas/vue3-openlayers/issues/332)
* **ol-contextmenu-control:** use partial options ([cbc13da](https://github.com/MelihAltintas/vue3-openlayers/commit/cbc13da03a87506629014a8127c28f8fb8348ff2))
* prevent providing ol-options multiple times ([0f138d1](https://github.com/MelihAltintas/vue3-openlayers/commit/0f138d14bfe96f952f935475defc6140a4f8be3c)), closes [#338](https://github.com/MelihAltintas/vue3-openlayers/issues/338)


### Features

* export composables ([73c442f](https://github.com/MelihAltintas/vue3-openlayers/commit/73c442f193a4638cb2951488803a824e6518e51e))
* **ol-interaction-pointer:** add new pointer interaction ([ab675b2](https://github.com/MelihAltintas/vue3-openlayers/commit/ab675b2a6b5f7df363b9a088dd7f68db88fee478)), closes [#339](https://github.com/MelihAltintas/vue3-openlayers/issues/339)
* **ol-style-icon:** allow to place icon content in slot ([65d970a](https://github.com/MelihAltintas/vue3-openlayers/commit/65d970a3c42fc7195f2fde2e7c9f5a94cfad396a)), closes [#295](https://github.com/MelihAltintas/vue3-openlayers/issues/295)

# [8.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v7.0.0...v8.0.0) (2024-04-18)


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": "8.0.0",
"version": "8.1.0",
"description": "OpenLayers Wrapper for Vue3",
"repository": {
"type": "git",
Expand Down

0 comments on commit ff7595f

Please sign in to comment.