@itwin/map-layers 4.0.0-dev.10 → 4.0.0-dev.11
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 +12 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# Change Log - @itwin/map-layers
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.6.0
|
|
6
|
+
Wed, 08 Feb 2023 14:58:40 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Allow map-layer requiring authentication to be correctly initialized after a saved view restore.
|
|
11
|
+
- Added support for new viewport event (onMapLayerScaleRangeVisibilityChanged)
|
|
12
|
+
- Improved map-layer coordinate systems validation and error reporting.
|
|
13
|
+
- Fix Map Layers widget not updating after an iModel gets geolocated.
|
|
14
|
+
- Use EmptyLocalization for localization in tests to increase test performance
|
|
4
15
|
|
|
5
16
|
## 3.5.5
|
|
6
17
|
Thu, 26 Jan 2023 22:53:28 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.11",
|
|
4
4
|
"description": "Extension that adds a Map Layers Widget",
|
|
5
5
|
"main": "lib/cjs/map-layers.js",
|
|
6
6
|
"module": "lib/esm/map-layers.js",
|
|
@@ -24,19 +24,19 @@
|
|
|
24
24
|
"@itwin/appui-abstract": "4.0.0-dev.8",
|
|
25
25
|
"@itwin/appui-layout-react": "4.0.0-dev.8",
|
|
26
26
|
"@itwin/appui-react": "4.0.0-dev.8",
|
|
27
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
27
|
+
"@itwin/build-tools": "4.0.0-dev.11",
|
|
28
28
|
"@itwin/components-react": "4.0.0-dev.8",
|
|
29
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
30
|
-
"@itwin/core-common": "4.0.0-dev.
|
|
31
|
-
"@itwin/core-frontend": "4.0.0-dev.
|
|
32
|
-
"@itwin/core-geometry": "4.0.0-dev.
|
|
33
|
-
"@itwin/core-quantity": "4.0.0-dev.
|
|
29
|
+
"@itwin/core-bentley": "4.0.0-dev.11",
|
|
30
|
+
"@itwin/core-common": "4.0.0-dev.11",
|
|
31
|
+
"@itwin/core-frontend": "4.0.0-dev.11",
|
|
32
|
+
"@itwin/core-geometry": "4.0.0-dev.11",
|
|
33
|
+
"@itwin/core-quantity": "4.0.0-dev.11",
|
|
34
34
|
"@itwin/core-react": "4.0.0-dev.8",
|
|
35
|
-
"@itwin/eslint-plugin": "4.0.0-dev.
|
|
35
|
+
"@itwin/eslint-plugin": "4.0.0-dev.11",
|
|
36
36
|
"@itwin/imodel-components-react": "4.0.0-dev.8",
|
|
37
37
|
"@itwin/itwinui-css": "0.x",
|
|
38
38
|
"@itwin/itwinui-react": "~1.46.0",
|
|
39
|
-
"@itwin/presentation-common": "4.0.0-dev.
|
|
39
|
+
"@itwin/presentation-common": "4.0.0-dev.11",
|
|
40
40
|
"@testing-library/react": "^12.0.0",
|
|
41
41
|
"@testing-library/react-hooks": "^7.0.2",
|
|
42
42
|
"@types/chai": "4.3.1",
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
"react-beautiful-dnd": "^13.0.0"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
78
|
-
"@itwin/core-geometry": "^4.0.0-dev.
|
|
79
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
80
|
-
"@itwin/core-frontend": "^4.0.0-dev.
|
|
81
|
-
"@itwin/core-quantity": "^4.0.0-dev.
|
|
77
|
+
"@itwin/core-bentley": "^4.0.0-dev.11",
|
|
78
|
+
"@itwin/core-geometry": "^4.0.0-dev.11",
|
|
79
|
+
"@itwin/core-common": "^4.0.0-dev.11",
|
|
80
|
+
"@itwin/core-frontend": "^4.0.0-dev.11",
|
|
81
|
+
"@itwin/core-quantity": "^4.0.0-dev.11",
|
|
82
82
|
"@itwin/appui-abstract": "^4.0.0-dev.8",
|
|
83
83
|
"@itwin/components-react": "^4.0.0-dev.8",
|
|
84
84
|
"@itwin/core-react": "^4.0.0-dev.8",
|