@mapcomponents/react-maplibre 1.1.0 → 1.3.0

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,5 +1,26 @@
1
1
  # Change Log
2
2
 
3
+ ## [v1.2.0]
4
+
5
+ ## Changed
6
+ - update React v18 -> v19
7
+ - replace enzyme in jest tests with @testing-library/react
8
+
9
+ ## [v1.1.0] - 2025-03-21
10
+
11
+ ### Added
12
+ - add dependabot
13
+
14
+ ### Changed
15
+ - update @dnd-kit and actions/setup-node@v2
16
+ - update actions/cache@v2 -> v3
17
+ - update dependencies
18
+ - update publish workflow node version
19
+ - change Design/ml measure tool
20
+
21
+ ### Fixed
22
+ - fix MlNavigation Zoom
23
+
3
24
  ## [v1.0.11] - 2025-02-14
4
25
 
5
26
  ### Fixed