Skip to content

Commit 4efc74c

Browse files
committed
chore: release v8.0.0
1 parent 3410247 commit 4efc74c

File tree

3 files changed

+52
-3
lines changed

3 files changed

+52
-3
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11

22

3+
# [8.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v7.0.0...v8.0.0) (2024-04-18)
4+
5+
6+
### Code Refactoring
7+
8+
* rename components ([ea85a6e](https://github.com/MelihAltintas/vue3-openlayers/commit/ea85a6e1db64450351244d66bef24a433e3c3070))
9+
10+
11+
### Features
12+
13+
* support PascalCase component usage for global plugin installations ([861f3ea](https://github.com/MelihAltintas/vue3-openlayers/commit/861f3ea509776f301a3bd0bae39ab504a7c8a4b7))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* Several components have been renamed. Adjustments are **only** necessary when not consuming these components as a plugin but directly. When using a plugin for global component availability, nothing has been changed. This change was necessary to align the names of directly importable and usable components with the global names provided by the plugins.
19+
- `<Animations.OLAnimationDrop>` was renamed to `<Animations.OlAnimationDrop>`
20+
- `<Interaction.OlClusterSelectInteraction>` was renamed to `<Interaction.OlInteractionClusterselect>`
21+
- `<Interaction.OlDragBoxInteraction>` was renamed to `<Interaction.OlInteractionDragbox>`
22+
- `<Interaction.OlDragRotateInteraction>` was renamed to `<Interaction.OlInteractionDragrotate>`
23+
- `<Interaction.OlDragRotateZoomInteraction>` was renamed to `<Interaction.OlInteractionDragrotatezoom>`
24+
- `<Interaction.OlLinktInteraction>` was renamed to `<Interaction.OlInteractionLink>`
25+
- `<Interaction.OlSelectInteraction>` was renamed to `<Interaction.OlInteractionSelect>`
26+
- `<Interaction.OlDrawInteraction>` was renamed to `<Interaction.OlInteractionDraw>`
27+
- `<Interaction.OlModifyInteraction>` was renamed to `<Interaction.OlInteractionModify>`
28+
- `<Interaction.OlSnapInteraction>` was renamed to `<Interaction.OlInteractionSnap>`
29+
- `<Interaction.OlTransformInteraction>` was renamed to `<Interaction.OlInteractionTransform>`
30+
- `<Layers.OlAnimatedClusterLayer>` was renamed to `<Layers.OlAnimatedClusterlayer>`
31+
- `<Map.OlGeoLocation>` was renamed to `<Map.OlGeolocation>`
32+
- `<MapControls.OlFullScreenControl>` was renamed to `<MapControls.OlFullscreenControl>`
33+
- `<MapControls.OlMousePositionControl>` was renamed to `<MapControls.OlMousepositionControl>`
34+
- `<MapControls.OlOverviewMapControl>` was renamed to `<MapControls.OlOverviewmapControl>`
35+
- `<MapControls.OlScaleLineControl>` was renamed to `<MapControls.OlScalelineControl>`
36+
- `<MapControls.OlZoomSliderControl>` was renamed to `<MapControls.OlZoomsliderControl>`
37+
- `<MapControls.OlZoomToExtentControl>` was renamed to `<MapControls.OlZoomtoextentControl>`
38+
- `<MapControls.OlPrintDialogControl>` was renamed to `<MapControls.OlPrintdialogControl>`
39+
- `<MapControls.OlVideoRecorderControl>` was renamed to `<MapControls.OlVideorecorderControl>`
40+
- `<MapControls.OlLayerSwitcherControl>` was renamed to `<MapControls.OlLayerswitcherControl>`
41+
- `<MapControls.OlLayerSwitcherImageControl>` was renamed to `<MapControls.OlLayerswitcherimageControl>`
42+
- `<Sources.OlSourceBingMaps>` was renamed to `<Sources.OlSourceBingmaps>`
43+
- `<Sources.OlSourceImageWMS>` was renamed to `<Sources.OlSourceImageWms>`
44+
- `<Sources.OlSourceOSM>` was renamed to `<Sources.OlSourceOsm>`
45+
- `<Sources.OlSourceTileArcGISRest>` was renamed to `<Sources.OlSourceTileArcgisRest>`
46+
- `<Sources.OlSourceGeoTIFF>` was renamed to `<Sources.OlSourceGeoTiff>`
47+
- `<Sources.OlSourceTileJSON>` was renamed to `<Sources.OlSourceTileJson>`
48+
- `<Sources.OlSourceTileWMS>` was renamed to `<Sources.OlSourceTileWms>`
49+
- `<Sources.OlSourceXYZ>` was renamed to `<Sources.OlSourceXyz>`
50+
- `<Sources.OlSourceWMTS>` was renamed to `<Sources.OlSourceWmts>`
51+
352
# [7.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v6.5.0...v7.0.0) (2024-04-13)
453

554

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-openlayers",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "OpenLayers Wrapper for Vue3",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)