@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 +25 -0
- package/i18n/de.yaml +2 -2
- package/i18n/en.yaml +2 -2
- package/package.json +6 -6
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
package/i18n/en.yaml
CHANGED
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.
|
|
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.
|
|
18
|
-
"@open-pioneer/runtime": "^2.1.
|
|
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.
|
|
21
|
+
"react": "^18.3.1",
|
|
22
22
|
"react-icons": "^4.12.0",
|
|
23
|
-
"@open-pioneer/map": "^0.
|
|
24
|
-
"@open-pioneer/react-utils": "^0.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",
|