@itwin/map-layers 3.2.0-dev.28 → 3.2.0-dev.30
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 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
# Change Log - @itwin/map-layers
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 31 Mar 2022 15:55:48 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.1.1
|
|
6
|
+
Thu, 31 Mar 2022 15:55:48 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Adjusted the map-layers package's peer dependencies to no longer lock down core packages.
|
|
11
|
+
|
|
12
|
+
## 3.1.0
|
|
13
|
+
Tue, 29 Mar 2022 20:53:47 GMT
|
|
14
|
+
|
|
15
|
+
### Updates
|
|
16
|
+
|
|
17
|
+
- Add support for map layers using model geometry.
|
|
18
|
+
- User Preferences is now supported for Blank Connection configurations.
|
|
19
|
+
- Fixed issue that would close the new maplayer dialog when a new layer type was picked.
|
|
20
|
+
- Fix 'ResizeObserver loop limit exceeded' error in MapLayers widget
|
|
21
|
+
- Added FeatureInfo Widget.
|
|
22
|
+
- Bug fix: Right click on the new map layer dialog would close it.
|
|
23
|
+
- Refactored MapLayersUI initialization, and will always use UiProviders
|
|
24
|
+
- Fix style on select
|
|
25
|
+
- Update to itwinui-css version "0.44.0".
|
|
26
|
+
- Update to @itwin/itwinui-react: 1.32.0
|
|
27
|
+
- Update to latest itwinui-react - requires new compile option allowSyntheticDefaultImports=true.
|
|
4
28
|
|
|
5
29
|
## 3.0.3
|
|
6
30
|
Fri, 25 Mar 2022 15:10:02 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers",
|
|
3
|
-
"version": "3.2.0-dev.
|
|
3
|
+
"version": "3.2.0-dev.30",
|
|
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.2.0-dev.
|
|
25
|
-
"@itwin/appui-layout-react": "3.2.0-dev.
|
|
26
|
-
"@itwin/appui-react": "3.2.0-dev.
|
|
27
|
-
"@itwin/build-tools": "3.2.0-dev.
|
|
28
|
-
"@itwin/components-react": "3.2.0-dev.
|
|
29
|
-
"@itwin/core-bentley": "3.2.0-dev.
|
|
30
|
-
"@itwin/core-common": "3.2.0-dev.
|
|
31
|
-
"@itwin/core-frontend": "3.2.0-dev.
|
|
32
|
-
"@itwin/core-geometry": "3.2.0-dev.
|
|
33
|
-
"@itwin/core-quantity": "3.2.0-dev.
|
|
34
|
-
"@itwin/core-react": "3.2.0-dev.
|
|
35
|
-
"@itwin/eslint-plugin": "3.2.0-dev.
|
|
36
|
-
"@itwin/imodel-components-react": "3.2.0-dev.
|
|
24
|
+
"@itwin/appui-abstract": "3.2.0-dev.30",
|
|
25
|
+
"@itwin/appui-layout-react": "3.2.0-dev.30",
|
|
26
|
+
"@itwin/appui-react": "3.2.0-dev.30",
|
|
27
|
+
"@itwin/build-tools": "3.2.0-dev.30",
|
|
28
|
+
"@itwin/components-react": "3.2.0-dev.30",
|
|
29
|
+
"@itwin/core-bentley": "3.2.0-dev.30",
|
|
30
|
+
"@itwin/core-common": "3.2.0-dev.30",
|
|
31
|
+
"@itwin/core-frontend": "3.2.0-dev.30",
|
|
32
|
+
"@itwin/core-geometry": "3.2.0-dev.30",
|
|
33
|
+
"@itwin/core-quantity": "3.2.0-dev.30",
|
|
34
|
+
"@itwin/core-react": "3.2.0-dev.30",
|
|
35
|
+
"@itwin/eslint-plugin": "3.2.0-dev.30",
|
|
36
|
+
"@itwin/imodel-components-react": "3.2.0-dev.30",
|
|
37
37
|
"@itwin/itwinui-css": "0.x",
|
|
38
38
|
"@itwin/itwinui-react": "^1.32.0",
|
|
39
|
-
"@itwin/presentation-common": "3.2.0-dev.
|
|
39
|
+
"@itwin/presentation-common": "3.2.0-dev.30",
|
|
40
40
|
"@testing-library/react": "^12.0.0",
|
|
41
41
|
"@testing-library/react-hooks": "^7.0.2",
|
|
42
42
|
"@types/chai": "^4.1.4",
|
|
@@ -72,17 +72,17 @@
|
|
|
72
72
|
"react-beautiful-dnd": "^13.0.0"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
|
-
"@itwin/core-bentley": "3.2.0-dev.
|
|
76
|
-
"@itwin/core-geometry": "3.2.0-dev.
|
|
77
|
-
"@itwin/core-common": "3.2.0-dev.
|
|
78
|
-
"@itwin/core-frontend": "3.2.0-dev.
|
|
79
|
-
"@itwin/core-quantity": "3.2.0-dev.
|
|
80
|
-
"@itwin/appui-abstract": "3.2.0-dev.
|
|
81
|
-
"@itwin/components-react": "3.2.0-dev.
|
|
82
|
-
"@itwin/core-react": "3.2.0-dev.
|
|
83
|
-
"@itwin/appui-react": "3.2.0-dev.
|
|
84
|
-
"@itwin/imodel-components-react": "3.2.0-dev.
|
|
85
|
-
"@itwin/appui-layout-react": "3.2.0-dev.
|
|
75
|
+
"@itwin/core-bentley": "^3.2.0-dev.30",
|
|
76
|
+
"@itwin/core-geometry": "^3.2.0-dev.30",
|
|
77
|
+
"@itwin/core-common": "^3.2.0-dev.30",
|
|
78
|
+
"@itwin/core-frontend": "^3.2.0-dev.30",
|
|
79
|
+
"@itwin/core-quantity": "^3.2.0-dev.30",
|
|
80
|
+
"@itwin/appui-abstract": "^3.2.0-dev.30",
|
|
81
|
+
"@itwin/components-react": "^3.2.0-dev.30",
|
|
82
|
+
"@itwin/core-react": "^3.2.0-dev.30",
|
|
83
|
+
"@itwin/appui-react": "^3.2.0-dev.30",
|
|
84
|
+
"@itwin/imodel-components-react": "^3.2.0-dev.30",
|
|
85
|
+
"@itwin/appui-layout-react": "^3.2.0-dev.30",
|
|
86
86
|
"react": "^17.0.0",
|
|
87
87
|
"react-dom": "^17.0.0"
|
|
88
88
|
},
|