@open-pioneer/map-navigation 0.8.0-dev.20241120115147 → 0.8.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 +6 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @open-pioneer/map-navigation
|
|
2
2
|
|
|
3
|
-
## 0.8.0
|
|
3
|
+
## 0.8.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -12,17 +12,20 @@
|
|
|
12
12
|
|
|
13
13
|
### Patch Changes
|
|
14
14
|
|
|
15
|
+
- 49f0207: Update trails core packages to version 2.4.0
|
|
15
16
|
- d8337a6: Refactor implementation to use the new reactive properties of the map model.
|
|
16
17
|
- Updated dependencies [b717121]
|
|
17
18
|
- Updated dependencies [e7978a8]
|
|
19
|
+
- Updated dependencies [7a5f1e1]
|
|
18
20
|
- Updated dependencies [7ae9f90]
|
|
19
21
|
- Updated dependencies [d8337a6]
|
|
22
|
+
- Updated dependencies [49f0207]
|
|
20
23
|
- Updated dependencies [b2127df]
|
|
21
24
|
- Updated dependencies [2fa8020]
|
|
22
25
|
- Updated dependencies [7ae9f90]
|
|
23
26
|
- Updated dependencies [d8337a6]
|
|
24
|
-
- @open-pioneer/map@0.8.0
|
|
25
|
-
- @open-pioneer/map-ui-components@0.8.0
|
|
27
|
+
- @open-pioneer/map@0.8.0
|
|
28
|
+
- @open-pioneer/map-ui-components@0.8.0
|
|
26
29
|
|
|
27
30
|
## 0.7.0
|
|
28
31
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@open-pioneer/map-navigation",
|
|
4
|
-
"version": "0.8.0
|
|
4
|
+
"version": "0.8.0",
|
|
5
5
|
"description": "This package provides a collection of map navigation controls.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"open-pioneer-trails"
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@conterra/reactivity-core": "^0.4.3",
|
|
18
|
-
"@open-pioneer/chakra-integration": "^2.4.0
|
|
19
|
-
"@open-pioneer/react-utils": "^2.4.0
|
|
20
|
-
"@open-pioneer/reactivity": "^2.4.0
|
|
21
|
-
"@open-pioneer/runtime": "^2.4.0
|
|
18
|
+
"@open-pioneer/chakra-integration": "^2.4.0",
|
|
19
|
+
"@open-pioneer/react-utils": "^2.4.0",
|
|
20
|
+
"@open-pioneer/reactivity": "^2.4.0",
|
|
21
|
+
"@open-pioneer/runtime": "^2.4.0",
|
|
22
22
|
"classnames": "^2.3.2",
|
|
23
23
|
"ol": "^10.2.1",
|
|
24
24
|
"react": "^18.3.1",
|
|
25
25
|
"react-icons": "^5.3.0",
|
|
26
|
-
"@open-pioneer/map": "^0.8.0
|
|
27
|
-
"@open-pioneer/map-ui-components": "^0.8.0
|
|
26
|
+
"@open-pioneer/map": "^0.8.0",
|
|
27
|
+
"@open-pioneer/map-ui-components": "^0.8.0"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
30
30
|
"./package.json": "./package.json",
|