@open-pioneer/map-navigation 0.4.0 → 0.4.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 CHANGED
@@ -1,5 +1,30 @@
1
1
  # @open-pioneer/map-navigation
2
2
 
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 4140646: Update trails dependencies
8
+ - 4140646: Update to react 18.3.1
9
+ - f2912be: Added more context to some button labels and tooltips for better usability.
10
+ - 81bc7da: Update trails dependencies
11
+ - 2c092dc: Update dependencies
12
+ - Updated dependencies [4140646]
13
+ - Updated dependencies [4140646]
14
+ - Updated dependencies [b5bb7a1]
15
+ - Updated dependencies [81bc7da]
16
+ - Updated dependencies [2c092dc]
17
+ - Updated dependencies [4140646]
18
+ - @open-pioneer/react-utils@0.2.3
19
+ - @open-pioneer/map@0.5.1
20
+
21
+ ## 0.4.1
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [520a97b]
26
+ - @open-pioneer/map@0.5.0
27
+
3
28
  ## 0.4.0
4
29
 
5
30
  ### Minor Changes
package/i18n/de.yaml CHANGED
@@ -2,6 +2,6 @@ messages:
2
2
  initial-extent:
3
3
  title: Zoom auf initiale Ausdehnung
4
4
  zoom-in:
5
- title: Vergrößern
5
+ title: Karte vergrößern
6
6
  zoom-out:
7
- title: Verkleinern
7
+ title: Karte verkleinern
package/i18n/en.yaml CHANGED
@@ -2,6 +2,6 @@ messages:
2
2
  initial-extent:
3
3
  title: Zoom to initial extent
4
4
  zoom-in:
5
- title: Zoom in
5
+ title: Zoom in map
6
6
  zoom-out:
7
- title: Zoom out
7
+ title: Zoom out map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/map-navigation",
4
- "version": "0.4.0",
4
+ "version": "0.4.2",
5
5
  "description": "This package provides a collection of map navigation controls.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -14,14 +14,14 @@
14
14
  "directory": "src/packages/map-navigation"
15
15
  },
16
16
  "peerDependencies": {
17
- "@open-pioneer/chakra-integration": "^1.1.1",
18
- "@open-pioneer/runtime": "^2.1.2",
17
+ "@open-pioneer/chakra-integration": "^1.1.3",
18
+ "@open-pioneer/runtime": "^2.1.5",
19
19
  "classnames": "^2.3.2",
20
20
  "ol": "^9.0.0",
21
- "react": "^18.2.0",
21
+ "react": "^18.3.1",
22
22
  "react-icons": "^4.12.0",
23
- "@open-pioneer/map": "^0.4.0",
24
- "@open-pioneer/react-utils": "^0.2.2"
23
+ "@open-pioneer/map": "^0.5.1",
24
+ "@open-pioneer/react-utils": "^0.2.3"
25
25
  },
26
26
  "exports": {
27
27
  "./package.json": "./package.json",