Skip to content

Commit 64207ec

Browse files
committed
chore: release v5.0.0
1 parent 36bc0a4 commit 64207ec

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

Diff for: CHANGELOG.md

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

22

3+
# [5.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v4.1.0...v5.0.0) (2024-03-06)
4+
5+
6+
### chore
7+
8+
* update to OpenLayers@v9 ([d440029](https://github.com/MelihAltintas/vue3-openlayers/commit/d4400298be2c7ec768082cc7ad6fb56226baf9b4))
9+
10+
11+
### Features
12+
13+
* remove `ol-webgl-points-layer` and `ol-source-webglpoints` components ([61950aa](https://github.com/MelihAltintas/vue3-openlayers/commit/61950aab9462aa17ff2640393938f44f0efdab8b))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* a peerDependency of `ol@^9.0.0` and `ol-ext@^4.0.15` is now required
19+
* components `ol-webgl-points-layer` and `ol-source-webglpoints` are removed. Please use `ol-webgl-vector-layer` and `ol-source-webglvector` to display points using WebGL
20+
321
# [4.1.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v4.0.2...v4.1.0) (2024-03-06)
422

523

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

0 commit comments

Comments
 (0)