diff --git a/.changeset/weak-plums-suffer.md b/.changeset/weak-plums-suffer.md deleted file mode 100644 index 780f0e38..00000000 --- a/.changeset/weak-plums-suffer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@watergis/maplibre-gl-export": patch -"@watergis/mapbox-gl-export": patch ---- - -fix: It has a breaking change on attribution options. `options.attributionStyle` is changed to `options.attributionOptions.style`. add `visibility` and `position` option into `options.attributionOptions`. Due to technical issue, only `top-right` or `bottom-right` position are supported currently. diff --git a/packages/mapbox-gl-export/CHANGELOG.md b/packages/mapbox-gl-export/CHANGELOG.md index f5b3aa84..3e8d84af 100644 --- a/packages/mapbox-gl-export/CHANGELOG.md +++ b/packages/mapbox-gl-export/CHANGELOG.md @@ -1,5 +1,11 @@ # @watergis/mapbox-gl-export +## 3.5.1 + +### Patch Changes + +- 26a1d32: fix: It has a breaking change on attribution options. `options.attributionStyle` is changed to `options.attributionOptions.style`. add `visibility` and `position` option into `options.attributionOptions`. Due to technical issue, only `top-right` or `bottom-right` position are supported currently. + ## 3.5.0 ### Minor Changes @@ -72,10 +78,10 @@ ```json { - "circle-radius": 8, - "circle-color": "red", - "circle-stroke-width": 1, - "circle-stroke-color": "black" + "circle-radius": 8, + "circle-color": "red", + "circle-stroke-width": 1, + "circle-stroke-color": "black" } ``` @@ -118,8 +124,8 @@ ```html ``` diff --git a/packages/mapbox-gl-export/package.json b/packages/mapbox-gl-export/package.json index 57bbc69b..093bfcd1 100644 --- a/packages/mapbox-gl-export/package.json +++ b/packages/mapbox-gl-export/package.json @@ -1,6 +1,6 @@ { "name": "@watergis/mapbox-gl-export", - "version": "3.5.0", + "version": "3.5.1", "description": "This module adds control which can export PDF and images.", "main": "dist/mapbox-gl-export.umd.js", "types": "./dist/types/index.d.ts", diff --git a/packages/maplibre-gl-export/CHANGELOG.md b/packages/maplibre-gl-export/CHANGELOG.md index 3f646554..8c8520c6 100644 --- a/packages/maplibre-gl-export/CHANGELOG.md +++ b/packages/maplibre-gl-export/CHANGELOG.md @@ -1,5 +1,11 @@ # @watergis/maplibre-gl-export +## 3.8.1 + +### Patch Changes + +- 26a1d32: fix: It has a breaking change on attribution options. `options.attributionStyle` is changed to `options.attributionOptions.style`. add `visibility` and `position` option into `options.attributionOptions`. Due to technical issue, only `top-right` or `bottom-right` position are supported currently. + ## 3.8.0 ### Minor Changes @@ -79,10 +85,10 @@ ```json { - "circle-radius": 8, - "circle-color": "red", - "circle-stroke-width": 1, - "circle-stroke-color": "black" + "circle-radius": 8, + "circle-color": "red", + "circle-stroke-width": 1, + "circle-stroke-color": "black" } ``` diff --git a/packages/maplibre-gl-export/package.json b/packages/maplibre-gl-export/package.json index 74d665dd..6f586c51 100644 --- a/packages/maplibre-gl-export/package.json +++ b/packages/maplibre-gl-export/package.json @@ -1,6 +1,6 @@ { "name": "@watergis/maplibre-gl-export", - "version": "3.8.0", + "version": "3.8.1", "description": "This module adds control which can export PDF and images.", "main": "dist/maplibre-gl-export.umd.js", "types": "./dist/types/index.d.ts",