@itwin/map-layers 3.3.0-dev.62 → 3.3.0-dev.65
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 +9 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# Change Log - @itwin/map-layers
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 13 Jul 2022 15:45:53 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.2.5
|
|
6
|
+
Wed, 13 Jul 2022 15:45:53 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Use a different resize observer technique to ensure the controlled tree in map suplayer popup is properly sized.
|
|
11
|
+
- Turned ON Popup's 'repositionOnResize' property for MapLayerSettingsMenu.
|
|
4
12
|
|
|
5
13
|
## 3.2.4
|
|
6
14
|
Tue, 21 Jun 2022 18:06:33 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers",
|
|
3
|
-
"version": "3.3.0-dev.
|
|
3
|
+
"version": "3.3.0-dev.65",
|
|
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",
|
|
@@ -21,22 +21,22 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@itwin/appui-abstract": "3.3.0-dev.
|
|
25
|
-
"@itwin/appui-layout-react": "3.3.0-dev.
|
|
26
|
-
"@itwin/appui-react": "3.3.0-dev.
|
|
27
|
-
"@itwin/build-tools": "3.3.0-dev.
|
|
28
|
-
"@itwin/components-react": "3.3.0-dev.
|
|
29
|
-
"@itwin/core-bentley": "3.3.0-dev.
|
|
30
|
-
"@itwin/core-common": "3.3.0-dev.
|
|
31
|
-
"@itwin/core-frontend": "3.3.0-dev.
|
|
32
|
-
"@itwin/core-geometry": "3.3.0-dev.
|
|
33
|
-
"@itwin/core-quantity": "3.3.0-dev.
|
|
34
|
-
"@itwin/core-react": "3.3.0-dev.
|
|
35
|
-
"@itwin/eslint-plugin": "3.3.0-dev.
|
|
36
|
-
"@itwin/imodel-components-react": "3.3.0-dev.
|
|
24
|
+
"@itwin/appui-abstract": "3.3.0-dev.65",
|
|
25
|
+
"@itwin/appui-layout-react": "3.3.0-dev.65",
|
|
26
|
+
"@itwin/appui-react": "3.3.0-dev.65",
|
|
27
|
+
"@itwin/build-tools": "3.3.0-dev.65",
|
|
28
|
+
"@itwin/components-react": "3.3.0-dev.65",
|
|
29
|
+
"@itwin/core-bentley": "3.3.0-dev.65",
|
|
30
|
+
"@itwin/core-common": "3.3.0-dev.65",
|
|
31
|
+
"@itwin/core-frontend": "3.3.0-dev.65",
|
|
32
|
+
"@itwin/core-geometry": "3.3.0-dev.65",
|
|
33
|
+
"@itwin/core-quantity": "3.3.0-dev.65",
|
|
34
|
+
"@itwin/core-react": "3.3.0-dev.65",
|
|
35
|
+
"@itwin/eslint-plugin": "3.3.0-dev.65",
|
|
36
|
+
"@itwin/imodel-components-react": "3.3.0-dev.65",
|
|
37
37
|
"@itwin/itwinui-css": "0.x",
|
|
38
38
|
"@itwin/itwinui-react": "^1.38.1",
|
|
39
|
-
"@itwin/presentation-common": "3.3.0-dev.
|
|
39
|
+
"@itwin/presentation-common": "3.3.0-dev.65",
|
|
40
40
|
"@testing-library/react": "^12.0.0",
|
|
41
41
|
"@testing-library/react-hooks": "^7.0.2",
|
|
42
42
|
"@types/chai": "4.3.1",
|
|
@@ -73,17 +73,17 @@
|
|
|
73
73
|
"react-beautiful-dnd": "^13.0.0"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@itwin/core-bentley": "^3.3.0-dev.
|
|
77
|
-
"@itwin/core-geometry": "^3.3.0-dev.
|
|
78
|
-
"@itwin/core-common": "^3.3.0-dev.
|
|
79
|
-
"@itwin/core-frontend": "^3.3.0-dev.
|
|
80
|
-
"@itwin/core-quantity": "^3.3.0-dev.
|
|
81
|
-
"@itwin/appui-abstract": "^3.3.0-dev.
|
|
82
|
-
"@itwin/components-react": "^3.3.0-dev.
|
|
83
|
-
"@itwin/core-react": "^3.3.0-dev.
|
|
84
|
-
"@itwin/appui-react": "^3.3.0-dev.
|
|
85
|
-
"@itwin/imodel-components-react": "^3.3.0-dev.
|
|
86
|
-
"@itwin/appui-layout-react": "^3.3.0-dev.
|
|
76
|
+
"@itwin/core-bentley": "^3.3.0-dev.65",
|
|
77
|
+
"@itwin/core-geometry": "^3.3.0-dev.65",
|
|
78
|
+
"@itwin/core-common": "^3.3.0-dev.65",
|
|
79
|
+
"@itwin/core-frontend": "^3.3.0-dev.65",
|
|
80
|
+
"@itwin/core-quantity": "^3.3.0-dev.65",
|
|
81
|
+
"@itwin/appui-abstract": "^3.3.0-dev.65",
|
|
82
|
+
"@itwin/components-react": "^3.3.0-dev.65",
|
|
83
|
+
"@itwin/core-react": "^3.3.0-dev.65",
|
|
84
|
+
"@itwin/appui-react": "^3.3.0-dev.65",
|
|
85
|
+
"@itwin/imodel-components-react": "^3.3.0-dev.65",
|
|
86
|
+
"@itwin/appui-layout-react": "^3.3.0-dev.65",
|
|
87
87
|
"react": "^17.0.0",
|
|
88
88
|
"react-dom": "^17.0.0"
|
|
89
89
|
},
|