Skip to content

Commit 7f1dc80

Browse files
committed
chore: release v4.0.0
1 parent 3e9b311 commit 7f1dc80

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

CHANGELOG.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11

22

3+
# [4.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v3.2.1...v4.0.0) (2023-12-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **ol-style-icon:** allow to pass either `scale` or `width`/`height` property ([0f3f889](https://github.com/MelihAltintas/vue3-openlayers/commit/0f3f8896b76136bba53833a62f7b9c29cde9d12d)), closes [#288](https://github.com/MelihAltintas/vue3-openlayers/issues/288)
9+
10+
11+
### chore
12+
13+
* update dependencies and peerDependency list ([3e9b311](https://github.com/MelihAltintas/vue3-openlayers/commit/3e9b311375a23a3c98b1e011de7ec20ffccc41aa))
14+
15+
16+
### Code Refactoring
17+
18+
* **OlSourceTianditu:** rename `OlSourceTianDiTu` to `OlSourceTianditu` ([71beec4](https://github.com/MelihAltintas/vue3-openlayers/commit/71beec4a00d11e1d359311a5e9e6d00e513c811f)), closes [#281](https://github.com/MelihAltintas/vue3-openlayers/issues/281)
19+
20+
21+
### BREAKING CHANGES
22+
23+
* * Drop support for Node.js Versions 16
24+
* requires a peer dependency of `ol@^8.2.0`
25+
* requires a peer dependency of `ol-ext@^4.0.13`
26+
* **ol-style-icon:** **`ol-style-icon`**: the property `scale` has no longer a default of `1`. Please pass a value of one explicitly if needed. The change was needed since the underlying OpenLayers lib want's to either have a `scale` defined or `width`/`height`. Before it wasn't possible to define an icon by `width`/`height` since the `scale` was set by default.
27+
* **OlSourceTianditu:** - renamed `OlSourceTianDiTu` to `OlSourceTianditu`
28+
329
## [3.2.1](https://github.com/MelihAltintas/vue3-openlayers/compare/v3.2.0...v3.2.1) (2023-12-17)
430

531

@@ -308,4 +334,4 @@ Special thanks goes to:
308334
- @mathiash98 for digging deep into the code and fixing tricky issues like #128 and #175
309335
- @209, for the time invested and the laborious migration of the code base (PR https://github.com/MelihAltintas/vue3-openlayers/pull/149 was the basis for all the related commits)
310336
- @lukas-zaugg and @pjreed for other important bug fixes and new features
311-
- all other people who were not mentioned here but who also contributed to version 1.0.0 with their questions and issues 🙌🏼
337+
- all other people who were not mentioned here but who also contributed to version 1.0.0 with their questions and issues 🙌🏼

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

0 commit comments

Comments
 (0)