@itwin/appui-react 3.3.0-dev.25 → 3.3.0-dev.28
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 +11 -1
- package/package.json +32 -32
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/appui-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 07 Jun 2022 15:02:56 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.2.1
|
|
6
|
+
Tue, 07 Jun 2022 15:02:56 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Ensure selection scope override labels are honored.
|
|
11
|
+
- Models Tree: Fix performance of determining Subject nodes' display state.
|
|
12
|
+
- Models Tree: Optimize creating subjects hierarchy
|
|
13
|
+
- Remove cached frontstageDef if associated FrontstageProvider is re-registered.
|
|
4
14
|
|
|
5
15
|
## 3.2.0
|
|
6
16
|
Fri, 20 May 2022 13:10:54 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/appui-react",
|
|
3
|
-
"version": "3.3.0-dev.
|
|
3
|
+
"version": "3.3.0-dev.28",
|
|
4
4
|
"description": "UI framework",
|
|
5
5
|
"main": "lib/cjs/appui-react.js",
|
|
6
6
|
"module": "lib/esm/appui-react.js",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"url": "http://www.bentley.com"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@itwin/appui-abstract": "^3.3.0-dev.
|
|
24
|
-
"@itwin/appui-layout-react": "^3.3.0-dev.
|
|
25
|
-
"@itwin/components-react": "^3.3.0-dev.
|
|
26
|
-
"@itwin/core-bentley": "^3.3.0-dev.
|
|
27
|
-
"@itwin/core-common": "^3.3.0-dev.
|
|
28
|
-
"@itwin/core-frontend": "^3.3.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "^3.3.0-dev.
|
|
30
|
-
"@itwin/core-markup": "^3.3.0-dev.
|
|
31
|
-
"@itwin/core-quantity": "^3.3.0-dev.
|
|
32
|
-
"@itwin/core-react": "^3.3.0-dev.
|
|
33
|
-
"@itwin/imodel-components-react": "^3.3.0-dev.
|
|
34
|
-
"@itwin/presentation-common": "^3.3.0-dev.
|
|
35
|
-
"@itwin/presentation-frontend": "^3.3.0-dev.
|
|
23
|
+
"@itwin/appui-abstract": "^3.3.0-dev.28",
|
|
24
|
+
"@itwin/appui-layout-react": "^3.3.0-dev.28",
|
|
25
|
+
"@itwin/components-react": "^3.3.0-dev.28",
|
|
26
|
+
"@itwin/core-bentley": "^3.3.0-dev.28",
|
|
27
|
+
"@itwin/core-common": "^3.3.0-dev.28",
|
|
28
|
+
"@itwin/core-frontend": "^3.3.0-dev.28",
|
|
29
|
+
"@itwin/core-geometry": "^3.3.0-dev.28",
|
|
30
|
+
"@itwin/core-markup": "^3.3.0-dev.28",
|
|
31
|
+
"@itwin/core-quantity": "^3.3.0-dev.28",
|
|
32
|
+
"@itwin/core-react": "^3.3.0-dev.28",
|
|
33
|
+
"@itwin/imodel-components-react": "^3.3.0-dev.28",
|
|
34
|
+
"@itwin/presentation-common": "^3.3.0-dev.28",
|
|
35
|
+
"@itwin/presentation-frontend": "^3.3.0-dev.28",
|
|
36
36
|
"react": "^17.0.0",
|
|
37
37
|
"react-dom": "^17.0.0",
|
|
38
38
|
"react-redux": "^7.2.2",
|
|
@@ -43,22 +43,22 @@
|
|
|
43
43
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
44
44
|
],
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@itwin/appui-abstract": "3.3.0-dev.
|
|
47
|
-
"@itwin/appui-layout-react": "3.3.0-dev.
|
|
48
|
-
"@itwin/build-tools": "3.3.0-dev.
|
|
49
|
-
"@itwin/components-react": "3.3.0-dev.
|
|
50
|
-
"@itwin/core-bentley": "3.3.0-dev.
|
|
51
|
-
"@itwin/core-common": "3.3.0-dev.
|
|
52
|
-
"@itwin/core-frontend": "3.3.0-dev.
|
|
53
|
-
"@itwin/core-geometry": "3.3.0-dev.
|
|
54
|
-
"@itwin/core-markup": "3.3.0-dev.
|
|
55
|
-
"@itwin/core-quantity": "3.3.0-dev.
|
|
56
|
-
"@itwin/core-react": "3.3.0-dev.
|
|
57
|
-
"@itwin/eslint-plugin": "3.3.0-dev.
|
|
58
|
-
"@itwin/imodel-components-react": "3.3.0-dev.
|
|
59
|
-
"@itwin/presentation-common": "3.3.0-dev.
|
|
60
|
-
"@itwin/presentation-frontend": "3.3.0-dev.
|
|
61
|
-
"@itwin/presentation-testing": "3.3.0-dev.
|
|
46
|
+
"@itwin/appui-abstract": "3.3.0-dev.28",
|
|
47
|
+
"@itwin/appui-layout-react": "3.3.0-dev.28",
|
|
48
|
+
"@itwin/build-tools": "3.3.0-dev.28",
|
|
49
|
+
"@itwin/components-react": "3.3.0-dev.28",
|
|
50
|
+
"@itwin/core-bentley": "3.3.0-dev.28",
|
|
51
|
+
"@itwin/core-common": "3.3.0-dev.28",
|
|
52
|
+
"@itwin/core-frontend": "3.3.0-dev.28",
|
|
53
|
+
"@itwin/core-geometry": "3.3.0-dev.28",
|
|
54
|
+
"@itwin/core-markup": "3.3.0-dev.28",
|
|
55
|
+
"@itwin/core-quantity": "3.3.0-dev.28",
|
|
56
|
+
"@itwin/core-react": "3.3.0-dev.28",
|
|
57
|
+
"@itwin/eslint-plugin": "3.3.0-dev.28",
|
|
58
|
+
"@itwin/imodel-components-react": "3.3.0-dev.28",
|
|
59
|
+
"@itwin/presentation-common": "3.3.0-dev.28",
|
|
60
|
+
"@itwin/presentation-frontend": "3.3.0-dev.28",
|
|
61
|
+
"@itwin/presentation-testing": "3.3.0-dev.28",
|
|
62
62
|
"@testing-library/react": "^12.0.0",
|
|
63
63
|
"@testing-library/react-hooks": "^7.0.2",
|
|
64
64
|
"@types/chai": "^4.1.4",
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
"dependencies": {
|
|
114
114
|
"@bentley/icons-generic": "^1.0.15",
|
|
115
115
|
"@bentley/icons-generic-webfont": "^1.0.15",
|
|
116
|
-
"@itwin/core-telemetry": "3.3.0-dev.
|
|
117
|
-
"@itwin/presentation-components": "3.3.0-dev.
|
|
116
|
+
"@itwin/core-telemetry": "3.3.0-dev.28",
|
|
117
|
+
"@itwin/presentation-components": "3.3.0-dev.28",
|
|
118
118
|
"@itwin/itwinui-css": "0.x",
|
|
119
119
|
"@itwin/itwinui-react": "^1.38.1",
|
|
120
120
|
"@itwin/itwinui-icons-react": "^1.8.0",
|