@open-pioneer/map-navigation 0.3.0 → 0.4.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 +28 -0
- package/package.json +15 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @open-pioneer/map-navigation
|
|
2
2
|
|
|
3
|
+
## 0.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 9334e81: Update to OpenLayers 9
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 1a8ad89: Update package.json metadata
|
|
12
|
+
- 6162979: Update versions of core packages
|
|
13
|
+
- Updated dependencies [1a8ad89]
|
|
14
|
+
- Updated dependencies [a11bf72]
|
|
15
|
+
- Updated dependencies [fc6bf82]
|
|
16
|
+
- Updated dependencies [a0d8882]
|
|
17
|
+
- Updated dependencies [6162979]
|
|
18
|
+
- Updated dependencies [9334e81]
|
|
19
|
+
- Updated dependencies [ac7fdd1]
|
|
20
|
+
- Updated dependencies [13ea342]
|
|
21
|
+
- @open-pioneer/react-utils@0.2.2
|
|
22
|
+
- @open-pioneer/map@0.4.0
|
|
23
|
+
|
|
24
|
+
## 0.3.1
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [611ddb9]
|
|
29
|
+
- @open-pioneer/map@0.3.1
|
|
30
|
+
|
|
3
31
|
## 0.3.0
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,17 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@open-pioneer/map-navigation",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.0",
|
|
5
|
+
"description": "This package provides a collection of map navigation controls.",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"open-pioneer-trails"
|
|
8
|
+
],
|
|
9
|
+
"homepage": "https://github.com/open-pioneer",
|
|
5
10
|
"license": "Apache-2.0",
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
|
|
14
|
+
"directory": "src/packages/map-navigation"
|
|
15
|
+
},
|
|
6
16
|
"peerDependencies": {
|
|
7
17
|
"@open-pioneer/chakra-integration": "^1.1.1",
|
|
8
|
-
"@open-pioneer/runtime": "^2.1.
|
|
18
|
+
"@open-pioneer/runtime": "^2.1.2",
|
|
9
19
|
"classnames": "^2.3.2",
|
|
10
|
-
"ol": "^
|
|
20
|
+
"ol": "^9.0.0",
|
|
11
21
|
"react": "^18.2.0",
|
|
12
22
|
"react-icons": "^4.12.0",
|
|
13
|
-
"@open-pioneer/map": "^0.
|
|
14
|
-
"@open-pioneer/react-utils": "^0.2.
|
|
23
|
+
"@open-pioneer/map": "^0.4.0",
|
|
24
|
+
"@open-pioneer/react-utils": "^0.2.2"
|
|
15
25
|
},
|
|
16
26
|
"exports": {
|
|
17
27
|
"./package.json": "./package.json",
|