Skip to content

Commit 3a8b3c5

Browse files
committed
chore: release v11.6.0
1 parent 9c6fa3d commit 3a8b3c5

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

22

3+
# [11.6.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v11.5.0...v11.6.0) (2025-05-03)
4+
5+
6+
### Bug Fixes
7+
8+
* import correctly ([9c6fa3d](https://github.com/MelihAltintas/vue3-openlayers/commit/9c6fa3d867e4a28a958ae85ff94afedd1787cf21))
9+
* **ol-layer-*:** handle undefined layer opacity correctly ([#425](https://github.com/MelihAltintas/vue3-openlayers/issues/425)) ([84943c8](https://github.com/MelihAltintas/vue3-openlayers/commit/84943c80cd689929396b985620e6867f777f0c7c))
10+
11+
12+
### Features
13+
14+
* **ol-style-text:** support all ol props ([c1d050f](https://github.com/MelihAltintas/vue3-openlayers/commit/c1d050f3dd077e9e13d08e2161f2029456313eec)), closes [#411](https://github.com/MelihAltintas/vue3-openlayers/issues/411)
15+
316
# [11.5.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v11.4.0...v11.5.0) (2025-02-26)
417

518

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-openlayers",
3-
"version": "11.5.0",
3+
"version": "11.6.0",
44
"description": "OpenLayers Wrapper for Vue3",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)