Skip to content

Commit ff7595f

Browse files
committed
chore: release v8.1.0
1 parent ab675b2 commit ff7595f

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11

22

3+
# [8.1.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v8.0.0...v8.1.0) (2024-04-27)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing types for FlatStyleLike ([e930496](https://github.com/MelihAltintas/vue3-openlayers/commit/e930496d4e3730f66d9f83aeb3f34af05f2beb1f)), closes [#332](https://github.com/MelihAltintas/vue3-openlayers/issues/332)
9+
* **ol-contextmenu-control:** use partial options ([cbc13da](https://github.com/MelihAltintas/vue3-openlayers/commit/cbc13da03a87506629014a8127c28f8fb8348ff2))
10+
* 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)
11+
12+
13+
### Features
14+
15+
* export composables ([73c442f](https://github.com/MelihAltintas/vue3-openlayers/commit/73c442f193a4638cb2951488803a824e6518e51e))
16+
* **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)
17+
* **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)
18+
319
# [8.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v7.0.0...v8.0.0) (2024-04-18)
420

521

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

0 commit comments

Comments
 (0)