@itwin/appui-react 3.5.0-dev.13 → 3.5.0-dev.16
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 +33 -1
- package/package.json +32 -32
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,38 @@
|
|
|
1
1
|
# Change Log - @itwin/appui-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 13 Oct 2022 20:24:47 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.4.0
|
|
6
|
+
Thu, 13 Oct 2022 20:24:47 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Fixed private categories being displayed in ModelsTree and CategoriesTree components.
|
|
11
|
+
- Fix an issue where maxWidgetCount of a panel is exceeded when adding a widget.
|
|
12
|
+
- Persist WidgetDef configuration in a separate structure.
|
|
13
|
+
- Ability to float a widget that is hidden by default.
|
|
14
|
+
- Dock removed widget tool settings.
|
|
15
|
+
- Updated Node types declaration to support latest v16
|
|
16
|
+
- Restore floating widgets after a reload.
|
|
17
|
+
- Adding setup walk tool to standard navigation tools
|
|
18
|
+
- Move the management of zIndex for modal and modeless dialogs to DialogManagerBase to allow modal dialogs (MessageBox) to use the topZIndex so that they open on top of any modeless dialogs that are open. ContentDialog still maintains its own zIndex at a much lower elevation.
|
|
19
|
+
- Models Tree: Do not recreate subject model ids cache unless iModel changes
|
|
20
|
+
- Make sure FloatingViewportContent specifies controlId to FloatingViewport. Make sure FloatingViewportContent updates whenever the ViewState changes.
|
|
21
|
+
|
|
22
|
+
## 3.3.5
|
|
23
|
+
Tue, 27 Sep 2022 11:50:59 GMT
|
|
24
|
+
|
|
25
|
+
_Version update only_
|
|
26
|
+
|
|
27
|
+
## 3.3.4
|
|
28
|
+
Thu, 08 Sep 2022 19:00:04 GMT
|
|
29
|
+
|
|
30
|
+
_Version update only_
|
|
31
|
+
|
|
32
|
+
## 3.3.3
|
|
33
|
+
Tue, 06 Sep 2022 20:54:19 GMT
|
|
34
|
+
|
|
35
|
+
_Version update only_
|
|
4
36
|
|
|
5
37
|
## 3.3.2
|
|
6
38
|
Thu, 01 Sep 2022 14:37:22 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/appui-react",
|
|
3
|
-
"version": "3.5.0-dev.
|
|
3
|
+
"version": "3.5.0-dev.16",
|
|
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.5.0-dev.
|
|
24
|
-
"@itwin/appui-layout-react": "^3.5.0-dev.
|
|
25
|
-
"@itwin/components-react": "^3.5.0-dev.
|
|
26
|
-
"@itwin/core-bentley": "^3.5.0-dev.
|
|
27
|
-
"@itwin/core-common": "^3.5.0-dev.
|
|
28
|
-
"@itwin/core-frontend": "^3.5.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "^3.5.0-dev.
|
|
30
|
-
"@itwin/core-markup": "^3.5.0-dev.
|
|
31
|
-
"@itwin/core-quantity": "^3.5.0-dev.
|
|
32
|
-
"@itwin/core-react": "^3.5.0-dev.
|
|
33
|
-
"@itwin/imodel-components-react": "^3.5.0-dev.
|
|
34
|
-
"@itwin/presentation-common": "^3.5.0-dev.
|
|
35
|
-
"@itwin/presentation-frontend": "^3.5.0-dev.
|
|
23
|
+
"@itwin/appui-abstract": "^3.5.0-dev.16",
|
|
24
|
+
"@itwin/appui-layout-react": "^3.5.0-dev.16",
|
|
25
|
+
"@itwin/components-react": "^3.5.0-dev.16",
|
|
26
|
+
"@itwin/core-bentley": "^3.5.0-dev.16",
|
|
27
|
+
"@itwin/core-common": "^3.5.0-dev.16",
|
|
28
|
+
"@itwin/core-frontend": "^3.5.0-dev.16",
|
|
29
|
+
"@itwin/core-geometry": "^3.5.0-dev.16",
|
|
30
|
+
"@itwin/core-markup": "^3.5.0-dev.16",
|
|
31
|
+
"@itwin/core-quantity": "^3.5.0-dev.16",
|
|
32
|
+
"@itwin/core-react": "^3.5.0-dev.16",
|
|
33
|
+
"@itwin/imodel-components-react": "^3.5.0-dev.16",
|
|
34
|
+
"@itwin/presentation-common": "^3.5.0-dev.16",
|
|
35
|
+
"@itwin/presentation-frontend": "^3.5.0-dev.16",
|
|
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.5.0-dev.
|
|
47
|
-
"@itwin/appui-layout-react": "3.5.0-dev.
|
|
48
|
-
"@itwin/build-tools": "3.5.0-dev.
|
|
49
|
-
"@itwin/components-react": "3.5.0-dev.
|
|
50
|
-
"@itwin/core-bentley": "3.5.0-dev.
|
|
51
|
-
"@itwin/core-common": "3.5.0-dev.
|
|
52
|
-
"@itwin/core-frontend": "3.5.0-dev.
|
|
53
|
-
"@itwin/core-geometry": "3.5.0-dev.
|
|
54
|
-
"@itwin/core-markup": "3.5.0-dev.
|
|
55
|
-
"@itwin/core-quantity": "3.5.0-dev.
|
|
56
|
-
"@itwin/core-react": "3.5.0-dev.
|
|
57
|
-
"@itwin/eslint-plugin": "3.5.0-dev.
|
|
58
|
-
"@itwin/imodel-components-react": "3.5.0-dev.
|
|
59
|
-
"@itwin/presentation-common": "3.5.0-dev.
|
|
60
|
-
"@itwin/presentation-frontend": "3.5.0-dev.
|
|
61
|
-
"@itwin/presentation-testing": "3.5.0-dev.
|
|
46
|
+
"@itwin/appui-abstract": "3.5.0-dev.16",
|
|
47
|
+
"@itwin/appui-layout-react": "3.5.0-dev.16",
|
|
48
|
+
"@itwin/build-tools": "3.5.0-dev.16",
|
|
49
|
+
"@itwin/components-react": "3.5.0-dev.16",
|
|
50
|
+
"@itwin/core-bentley": "3.5.0-dev.16",
|
|
51
|
+
"@itwin/core-common": "3.5.0-dev.16",
|
|
52
|
+
"@itwin/core-frontend": "3.5.0-dev.16",
|
|
53
|
+
"@itwin/core-geometry": "3.5.0-dev.16",
|
|
54
|
+
"@itwin/core-markup": "3.5.0-dev.16",
|
|
55
|
+
"@itwin/core-quantity": "3.5.0-dev.16",
|
|
56
|
+
"@itwin/core-react": "3.5.0-dev.16",
|
|
57
|
+
"@itwin/eslint-plugin": "3.5.0-dev.16",
|
|
58
|
+
"@itwin/imodel-components-react": "3.5.0-dev.16",
|
|
59
|
+
"@itwin/presentation-common": "3.5.0-dev.16",
|
|
60
|
+
"@itwin/presentation-frontend": "3.5.0-dev.16",
|
|
61
|
+
"@itwin/presentation-testing": "3.5.0-dev.16",
|
|
62
62
|
"@testing-library/react": "^12.0.0",
|
|
63
63
|
"@testing-library/react-hooks": "^7.0.2",
|
|
64
64
|
"@testing-library/user-event": "^14.4.2",
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
"dependencies": {
|
|
115
115
|
"@bentley/icons-generic": "^1.0.15",
|
|
116
116
|
"@bentley/icons-generic-webfont": "^1.0.15",
|
|
117
|
-
"@itwin/core-telemetry": "3.5.0-dev.
|
|
118
|
-
"@itwin/presentation-components": "3.5.0-dev.
|
|
117
|
+
"@itwin/core-telemetry": "3.5.0-dev.16",
|
|
118
|
+
"@itwin/presentation-components": "3.5.0-dev.16",
|
|
119
119
|
"@itwin/itwinui-css": "0.x",
|
|
120
120
|
"@itwin/itwinui-react": "~1.42.0",
|
|
121
121
|
"@itwin/itwinui-icons-react": "^1.8.0",
|