@itwin/appui-react 3.3.0-dev.89 → 3.3.1

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