@itwin/appui-react 3.3.0-dev.24 → 3.3.0-dev.27

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. 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 Fri, 20 May 2022 13:10:54 GMT and should not be manually modified.
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.24",
3
+ "version": "3.3.0-dev.27",
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",
24
- "@itwin/appui-layout-react": "^3.3.0-dev.24",
25
- "@itwin/components-react": "^3.3.0-dev.24",
26
- "@itwin/core-bentley": "^3.3.0-dev.24",
27
- "@itwin/core-common": "^3.3.0-dev.24",
28
- "@itwin/core-frontend": "^3.3.0-dev.24",
29
- "@itwin/core-geometry": "^3.3.0-dev.24",
30
- "@itwin/core-markup": "^3.3.0-dev.24",
31
- "@itwin/core-quantity": "^3.3.0-dev.24",
32
- "@itwin/core-react": "^3.3.0-dev.24",
33
- "@itwin/imodel-components-react": "^3.3.0-dev.24",
34
- "@itwin/presentation-common": "^3.3.0-dev.24",
35
- "@itwin/presentation-frontend": "^3.3.0-dev.24",
23
+ "@itwin/appui-abstract": "^3.3.0-dev.27",
24
+ "@itwin/appui-layout-react": "^3.3.0-dev.27",
25
+ "@itwin/components-react": "^3.3.0-dev.27",
26
+ "@itwin/core-bentley": "^3.3.0-dev.27",
27
+ "@itwin/core-common": "^3.3.0-dev.27",
28
+ "@itwin/core-frontend": "^3.3.0-dev.27",
29
+ "@itwin/core-geometry": "^3.3.0-dev.27",
30
+ "@itwin/core-markup": "^3.3.0-dev.27",
31
+ "@itwin/core-quantity": "^3.3.0-dev.27",
32
+ "@itwin/core-react": "^3.3.0-dev.27",
33
+ "@itwin/imodel-components-react": "^3.3.0-dev.27",
34
+ "@itwin/presentation-common": "^3.3.0-dev.27",
35
+ "@itwin/presentation-frontend": "^3.3.0-dev.27",
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.24",
47
- "@itwin/appui-layout-react": "3.3.0-dev.24",
48
- "@itwin/build-tools": "3.3.0-dev.24",
49
- "@itwin/components-react": "3.3.0-dev.24",
50
- "@itwin/core-bentley": "3.3.0-dev.24",
51
- "@itwin/core-common": "3.3.0-dev.24",
52
- "@itwin/core-frontend": "3.3.0-dev.24",
53
- "@itwin/core-geometry": "3.3.0-dev.24",
54
- "@itwin/core-markup": "3.3.0-dev.24",
55
- "@itwin/core-quantity": "3.3.0-dev.24",
56
- "@itwin/core-react": "3.3.0-dev.24",
57
- "@itwin/eslint-plugin": "3.3.0-dev.24",
58
- "@itwin/imodel-components-react": "3.3.0-dev.24",
59
- "@itwin/presentation-common": "3.3.0-dev.24",
60
- "@itwin/presentation-frontend": "3.3.0-dev.24",
61
- "@itwin/presentation-testing": "3.3.0-dev.24",
46
+ "@itwin/appui-abstract": "3.3.0-dev.27",
47
+ "@itwin/appui-layout-react": "3.3.0-dev.27",
48
+ "@itwin/build-tools": "3.3.0-dev.27",
49
+ "@itwin/components-react": "3.3.0-dev.27",
50
+ "@itwin/core-bentley": "3.3.0-dev.27",
51
+ "@itwin/core-common": "3.3.0-dev.27",
52
+ "@itwin/core-frontend": "3.3.0-dev.27",
53
+ "@itwin/core-geometry": "3.3.0-dev.27",
54
+ "@itwin/core-markup": "3.3.0-dev.27",
55
+ "@itwin/core-quantity": "3.3.0-dev.27",
56
+ "@itwin/core-react": "3.3.0-dev.27",
57
+ "@itwin/eslint-plugin": "3.3.0-dev.27",
58
+ "@itwin/imodel-components-react": "3.3.0-dev.27",
59
+ "@itwin/presentation-common": "3.3.0-dev.27",
60
+ "@itwin/presentation-frontend": "3.3.0-dev.27",
61
+ "@itwin/presentation-testing": "3.3.0-dev.27",
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.24",
117
- "@itwin/presentation-components": "3.3.0-dev.24",
116
+ "@itwin/core-telemetry": "3.3.0-dev.27",
117
+ "@itwin/presentation-components": "3.3.0-dev.27",
118
118
  "@itwin/itwinui-css": "0.x",
119
119
  "@itwin/itwinui-react": "^1.38.1",
120
120
  "@itwin/itwinui-icons-react": "^1.8.0",