@premiate/strapi-plugin-maplibre-field 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.2.2] - 2026-03-20
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- **__publicField is not defined** - Unpinned `maplibre-gl` from `5.16.0` now that class field declarations are fixed upstream ([#7283 @maplibre/maplibre-gl-js](https://github.com/maplibre/maplibre-gl-js/pull/7283)) and compatibility for ES2020 is guaranteed.
|
|
13
|
+
|
|
8
14
|
## [1.2.1] - 2026-02-22
|
|
9
15
|
|
|
10
16
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@premiate/strapi-plugin-maplibre-field",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Strapi plugin that provides a MapLibre custom field",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"prepublishOnly": "npm run build && npm run verify && npm test"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"maplibre-gl": "5.
|
|
56
|
+
"maplibre-gl": "^5.21.0",
|
|
57
57
|
"pmtiles": "^4.4.0",
|
|
58
58
|
"react-map-gl": "^8.1.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@strapi/sdk-plugin": "^6.0.
|
|
61
|
+
"@strapi/sdk-plugin": "^6.0.1",
|
|
62
62
|
"@strapi/typescript-utils": "^5.0.0",
|
|
63
63
|
"@testing-library/jest-dom": "^6.0.0",
|
|
64
64
|
"@testing-library/react": "^14.0.0",
|