@mapcomponents/react-maplibre 1.8.5 → 1.8.7

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 CHANGED
@@ -1,3 +1,26 @@
1
+ ## [v## [1.8.5] (2026-02-04)
2
+
3
+ ### Fixes
4
+
5
+ - 0bd85e5, fd417a9: fix MlWmsLoader reinitialization on prop change bug (#255)
6
+
7
+
8
+
9
+ ## [v## [1.8.5] (2026-02-04)
10
+
11
+ ### Fixes
12
+
13
+ - make getFeatureInfoUrlParameter overrides default params in MlWmsLoader ([076daddc](https://github.com/mapcomponents/react-map-components-maplibre/commit/076daddc))
14
+
15
+
16
+
17
+ ## [v## [1.8.5] (2026-02-04)
18
+
19
+ ### Changed
20
+
21
+ - bdeb006: clean up MlWmsLoader URL-prameter properties (add props baseUrlParams, getMapUrlParams, getCapabilitiesUrlParams, getFeatureInfoUrlParams)
22
+ - bdeb006: improve MlMarker appearance and adjustment to unknown content dimensions
23
+
1
24
  ## [v1.7.6] (2026-01-18)
2
25
 
3
26
  ### Changed
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## [v## [1.8.5] (2026-02-04)
2
+
3
+ ### Fixes
4
+
5
+ - 0bd85e5, fd417a9: fix MlWmsLoader reinitialization on prop change bug (#255)
6
+
7
+
8
+
9
+ ## [v## [1.8.5] (2026-02-04)
10
+
11
+ ### Fixes
12
+
13
+ - make getFeatureInfoUrlParameter overrides default params in MlWmsLoader ([076daddc](https://github.com/mapcomponents/react-map-components-maplibre/commit/076daddc))
14
+
15
+
16
+
17
+ ## [v## [1.8.5] (2026-02-04)
18
+
19
+ ### Changed
20
+
21
+ - bdeb006: clean up MlWmsLoader URL-prameter properties (add props baseUrlParams, getMapUrlParams, getCapabilitiesUrlParams, getFeatureInfoUrlParams)
22
+ - bdeb006: improve MlMarker appearance and adjustment to unknown content dimensions
23
+
1
24
  ## [v1.7.6] (2026-01-18)
2
25
 
3
26
  ### Changed
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapcomponents/react-maplibre",
3
- "version": "1.8.5",
3
+ "version": "1.8.7",
4
4
  "main": "dist/index.cjs.js",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.mjs",
@@ -79,7 +79,6 @@
79
79
  "@types/uuid": "^10.0.0",
80
80
  "@typescript-eslint/eslint-plugin": "^8.42.0",
81
81
  "@typescript-eslint/parser": "^8.42.0",
82
- "avj": "^0.0.0",
83
82
  "babel-jest": "^30.1.2",
84
83
  "babel-loader": "^10.0.0",
85
84
  "babel-plugin-inline-react-svg": "^2.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapcomponents/react-maplibre",
3
- "version": "1.8.5",
3
+ "version": "1.8.7",
4
4
  "main": "dist/index.cjs.js",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.mjs",
@@ -72,7 +72,6 @@
72
72
  "@types/uuid": "^10.0.0",
73
73
  "@typescript-eslint/eslint-plugin": "^8.42.0",
74
74
  "@typescript-eslint/parser": "^8.42.0",
75
- "avj": "^0.0.0",
76
75
  "babel-jest": "^30.1.2",
77
76
  "babel-loader": "^10.0.0",
78
77
  "babel-plugin-inline-react-svg": "^2.0.2",