@itwin/appui-react 3.4.0-dev.15 → 3.4.0-dev.19
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 +26 -1
- package/package.json +32 -32
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
# Change Log - @itwin/appui-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 18 Aug 2022 19:08:01 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.3.0
|
|
6
|
+
Thu, 18 Aug 2022 19:08:01 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- remove alpha tag from AutoCollapseUnpinnedPanels
|
|
11
|
+
- upgrade mocha to version 10.0.0
|
|
12
|
+
- Set `hideWithUiWhenFloating` flag of a widget when restoring a layout.
|
|
13
|
+
- Fix an issue where a widget is added to the layout multiple times.
|
|
14
|
+
- [ModelsTree]: Make sure all child elements visibility is changed
|
|
15
|
+
- Deprecated `isInFooterMode` in `StatusFieldProps`, should always be considered true. Deprecated `withStatusFieldProps` which provides only deprecated props to components.
|
|
16
|
+
- Deprecated `isInFooterMode` in `FrontstageProps` and `ContentLayoutComponentProps`, should alays be considered true.
|
|
17
|
+
- Deprecated `withMessageCenterFieldProps`, components should directly use `MessageManager.registerAnimateOutToElement`.
|
|
18
|
+
- Deprecate `openWidget` and `onOpenWidget` props from `StatusBarFields` interface.
|
|
19
|
+
- Add option to display active tool name as the Tool Settings tab label.
|
|
20
|
+
- Export useTransientState hook.
|
|
21
|
+
- Do not require list of static backstage items to be specified with BackstageComposer. Allow StandardFrontstageProvider to hideToolSetting in modal stages.
|
|
22
|
+
- Avoid slow keyin browser filtering when processing long keyins.
|
|
23
|
+
- Change to only log the inability to find a content view when the content is required.
|
|
24
|
+
- Models Tree: Optimize creating subjects hierarchy
|
|
25
|
+
- Add hideWithUiWhenFloating prop to widgets so that an app can opt into hiding specific floating widgets when the UI automatically hides.
|
|
26
|
+
- Save state of floating widgets when they are hidden
|
|
27
|
+
- Use toaster from iTwinUI to display messages
|
|
28
|
+
- Update iTwinUI-react to 1.38.1
|
|
4
29
|
|
|
5
30
|
## 3.2.8
|
|
6
31
|
Tue, 09 Aug 2022 15:52:41 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/appui-react",
|
|
3
|
-
"version": "3.4.0-dev.
|
|
3
|
+
"version": "3.4.0-dev.19",
|
|
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.4.0-dev.
|
|
24
|
-
"@itwin/appui-layout-react": "^3.4.0-dev.
|
|
25
|
-
"@itwin/components-react": "^3.4.0-dev.
|
|
26
|
-
"@itwin/core-bentley": "^3.4.0-dev.
|
|
27
|
-
"@itwin/core-common": "^3.4.0-dev.
|
|
28
|
-
"@itwin/core-frontend": "^3.4.0-dev.
|
|
29
|
-
"@itwin/core-geometry": "^3.4.0-dev.
|
|
30
|
-
"@itwin/core-markup": "^3.4.0-dev.
|
|
31
|
-
"@itwin/core-quantity": "^3.4.0-dev.
|
|
32
|
-
"@itwin/core-react": "^3.4.0-dev.
|
|
33
|
-
"@itwin/imodel-components-react": "^3.4.0-dev.
|
|
34
|
-
"@itwin/presentation-common": "^3.4.0-dev.
|
|
35
|
-
"@itwin/presentation-frontend": "^3.4.0-dev.
|
|
23
|
+
"@itwin/appui-abstract": "^3.4.0-dev.19",
|
|
24
|
+
"@itwin/appui-layout-react": "^3.4.0-dev.19",
|
|
25
|
+
"@itwin/components-react": "^3.4.0-dev.19",
|
|
26
|
+
"@itwin/core-bentley": "^3.4.0-dev.19",
|
|
27
|
+
"@itwin/core-common": "^3.4.0-dev.19",
|
|
28
|
+
"@itwin/core-frontend": "^3.4.0-dev.19",
|
|
29
|
+
"@itwin/core-geometry": "^3.4.0-dev.19",
|
|
30
|
+
"@itwin/core-markup": "^3.4.0-dev.19",
|
|
31
|
+
"@itwin/core-quantity": "^3.4.0-dev.19",
|
|
32
|
+
"@itwin/core-react": "^3.4.0-dev.19",
|
|
33
|
+
"@itwin/imodel-components-react": "^3.4.0-dev.19",
|
|
34
|
+
"@itwin/presentation-common": "^3.4.0-dev.19",
|
|
35
|
+
"@itwin/presentation-frontend": "^3.4.0-dev.19",
|
|
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.4.0-dev.
|
|
47
|
-
"@itwin/appui-layout-react": "3.4.0-dev.
|
|
48
|
-
"@itwin/build-tools": "3.4.0-dev.
|
|
49
|
-
"@itwin/components-react": "3.4.0-dev.
|
|
50
|
-
"@itwin/core-bentley": "3.4.0-dev.
|
|
51
|
-
"@itwin/core-common": "3.4.0-dev.
|
|
52
|
-
"@itwin/core-frontend": "3.4.0-dev.
|
|
53
|
-
"@itwin/core-geometry": "3.4.0-dev.
|
|
54
|
-
"@itwin/core-markup": "3.4.0-dev.
|
|
55
|
-
"@itwin/core-quantity": "3.4.0-dev.
|
|
56
|
-
"@itwin/core-react": "3.4.0-dev.
|
|
57
|
-
"@itwin/eslint-plugin": "3.4.0-dev.
|
|
58
|
-
"@itwin/imodel-components-react": "3.4.0-dev.
|
|
59
|
-
"@itwin/presentation-common": "3.4.0-dev.
|
|
60
|
-
"@itwin/presentation-frontend": "3.4.0-dev.
|
|
61
|
-
"@itwin/presentation-testing": "3.4.0-dev.
|
|
46
|
+
"@itwin/appui-abstract": "3.4.0-dev.19",
|
|
47
|
+
"@itwin/appui-layout-react": "3.4.0-dev.19",
|
|
48
|
+
"@itwin/build-tools": "3.4.0-dev.19",
|
|
49
|
+
"@itwin/components-react": "3.4.0-dev.19",
|
|
50
|
+
"@itwin/core-bentley": "3.4.0-dev.19",
|
|
51
|
+
"@itwin/core-common": "3.4.0-dev.19",
|
|
52
|
+
"@itwin/core-frontend": "3.4.0-dev.19",
|
|
53
|
+
"@itwin/core-geometry": "3.4.0-dev.19",
|
|
54
|
+
"@itwin/core-markup": "3.4.0-dev.19",
|
|
55
|
+
"@itwin/core-quantity": "3.4.0-dev.19",
|
|
56
|
+
"@itwin/core-react": "3.4.0-dev.19",
|
|
57
|
+
"@itwin/eslint-plugin": "3.4.0-dev.19",
|
|
58
|
+
"@itwin/imodel-components-react": "3.4.0-dev.19",
|
|
59
|
+
"@itwin/presentation-common": "3.4.0-dev.19",
|
|
60
|
+
"@itwin/presentation-frontend": "3.4.0-dev.19",
|
|
61
|
+
"@itwin/presentation-testing": "3.4.0-dev.19",
|
|
62
62
|
"@testing-library/react": "^12.0.0",
|
|
63
63
|
"@testing-library/react-hooks": "^7.0.2",
|
|
64
64
|
"@types/chai": "4.3.1",
|
|
@@ -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.4.0-dev.
|
|
117
|
-
"@itwin/presentation-components": "3.4.0-dev.
|
|
116
|
+
"@itwin/core-telemetry": "3.4.0-dev.19",
|
|
117
|
+
"@itwin/presentation-components": "3.4.0-dev.19",
|
|
118
118
|
"@itwin/itwinui-css": "0.x",
|
|
119
119
|
"@itwin/itwinui-react": "~1.42.0",
|
|
120
120
|
"@itwin/itwinui-icons-react": "^1.8.0",
|