Skip to content

Commit e8280e1

Browse files
committed
chore: release v3.0.0-3
1 parent 4d44b21 commit e8280e1

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

Diff for: CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11

22

3+
# [3.0.0-3](https://github.com/MelihAltintas/vue3-openlayers/compare/v3.0.0-2...v3.0.0-3) (2023-09-24)
4+
5+
6+
### Code Refactoring
7+
8+
* **ol-overviewmap-control:** adopt OpenLayers API and fix layers rendering ([fd82d1a](https://github.com/MelihAltintas/vue3-openlayers/commit/fd82d1a6cc3274a425b679d0afba4595274853e9))
9+
* **ol-webgl-tile-layer:** adopt OpenLayers API and fix layers rendering ([4d44b21](https://github.com/MelihAltintas/vue3-openlayers/commit/4d44b213c00af8e292f0307491e77eea81446b9b))
10+
11+
12+
### Features
13+
14+
* **ol-source-geo-tiff:** add new source for GeoTIFF ([78dc2c6](https://github.com/MelihAltintas/vue3-openlayers/commit/78dc2c68477c643d0d5d714e9791c3b9361d0b45))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* **ol-webgl-tile-layer:** use [props and default values from openlayers directly](https://openlayers.org/en/latest/apidoc/module-ol_layer_WebGLTile-WebGLTileLayer.html)
20+
* **ol-overviewmap-control:** use props and default values from openlayers directly. render component from slot in overview map
21+
322
# [3.0.0-2](https://github.com/MelihAltintas/vue3-openlayers/compare/v3.0.0-1...v3.0.0-2) (2023-09-22)
423

524

@@ -212,4 +231,4 @@ Special thanks goes to:
212231
- @mathiash98 for digging deep into the code and fixing tricky issues like #128 and #175
213232
- @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)
214233
- @lukas-zaugg and @pjreed for other important bug fixes and new features
215-
- all other people who were not mentioned here but who also contributed to version 1.0.0 with their questions and issues 🙌🏼
234+
- all other people who were not mentioned here but who also contributed to version 1.0.0 with their questions and issues 🙌🏼

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

0 commit comments

Comments
 (0)