@itwin/appui-react 3.1.0-dev.40 → 3.1.0-dev.41

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 +14 -1
  2. package/package.json +32 -32
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # Change Log - @itwin/appui-react
2
2
 
3
- This log was last generated on Mon, 24 Jan 2022 14:00:52 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 24 Feb 2022 15:26:55 GMT and should not be manually modified.
4
+
5
+ ## 3.0.1
6
+ Thu, 24 Feb 2022 15:26:55 GMT
7
+
8
+ ### Updates
9
+
10
+ - React to 3.0 breaking change w.r.t ECSQL Query Row Format
11
+ - Respect min/max size when initializing a panel.
12
+ - Provide FrontstageManager.clearFrontstageProviders method to clear out static maps.
13
+ - Add FrontstageDef.isWidgetDisplayed() to allow apps to query whether their widget is visible.
14
+ - Update ToolbarAutoHidePopup context when widgets autohide.
15
+ - Change initializeNineZoneState to properly handle floating widgets.
16
+ - Remove unecessary dependency on itwin/browser-authorization
4
17
 
5
18
  ## 3.0.0
6
19
  Mon, 24 Jan 2022 14:00:52 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/appui-react",
3
- "version": "3.1.0-dev.40",
3
+ "version": "3.1.0-dev.41",
4
4
  "description": "UI framework",
5
5
  "main": "lib/cjs/appui-react.js",
6
6
  "module": "lib/esm/appui-react.js",
@@ -21,19 +21,19 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/appui-abstract": "^3.1.0-dev.40",
25
- "@itwin/appui-layout-react": "^3.1.0-dev.40",
26
- "@itwin/components-react": "^3.1.0-dev.40",
27
- "@itwin/core-bentley": "^3.1.0-dev.40",
28
- "@itwin/core-common": "^3.1.0-dev.40",
29
- "@itwin/core-frontend": "^3.1.0-dev.40",
30
- "@itwin/core-geometry": "^3.1.0-dev.40",
31
- "@itwin/core-markup": "^3.1.0-dev.40",
32
- "@itwin/core-quantity": "^3.1.0-dev.40",
33
- "@itwin/core-react": "^3.1.0-dev.40",
34
- "@itwin/imodel-components-react": "^3.1.0-dev.40",
35
- "@itwin/presentation-common": "^3.1.0-dev.40",
36
- "@itwin/presentation-frontend": "^3.1.0-dev.40",
24
+ "@itwin/appui-abstract": "^3.1.0-dev.41",
25
+ "@itwin/appui-layout-react": "^3.1.0-dev.41",
26
+ "@itwin/components-react": "^3.1.0-dev.41",
27
+ "@itwin/core-bentley": "^3.1.0-dev.41",
28
+ "@itwin/core-common": "^3.1.0-dev.41",
29
+ "@itwin/core-frontend": "^3.1.0-dev.41",
30
+ "@itwin/core-geometry": "^3.1.0-dev.41",
31
+ "@itwin/core-markup": "^3.1.0-dev.41",
32
+ "@itwin/core-quantity": "^3.1.0-dev.41",
33
+ "@itwin/core-react": "^3.1.0-dev.41",
34
+ "@itwin/imodel-components-react": "^3.1.0-dev.41",
35
+ "@itwin/presentation-common": "^3.1.0-dev.41",
36
+ "@itwin/presentation-frontend": "^3.1.0-dev.41",
37
37
  "react": "^17.0.0",
38
38
  "react-dom": "^17.0.0",
39
39
  "react-redux": "^7.2.2",
@@ -44,22 +44,22 @@
44
44
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
45
45
  ],
46
46
  "devDependencies": {
47
- "@itwin/appui-abstract": "3.1.0-dev.40",
48
- "@itwin/appui-layout-react": "3.1.0-dev.40",
49
- "@itwin/build-tools": "3.1.0-dev.40",
50
- "@itwin/components-react": "3.1.0-dev.40",
51
- "@itwin/core-bentley": "3.1.0-dev.40",
52
- "@itwin/core-common": "3.1.0-dev.40",
53
- "@itwin/core-frontend": "3.1.0-dev.40",
54
- "@itwin/core-geometry": "3.1.0-dev.40",
55
- "@itwin/core-markup": "3.1.0-dev.40",
56
- "@itwin/core-quantity": "3.1.0-dev.40",
57
- "@itwin/core-react": "3.1.0-dev.40",
58
- "@itwin/eslint-plugin": "3.1.0-dev.40",
59
- "@itwin/imodel-components-react": "3.1.0-dev.40",
60
- "@itwin/presentation-common": "3.1.0-dev.40",
61
- "@itwin/presentation-frontend": "3.1.0-dev.40",
62
- "@itwin/presentation-testing": "3.1.0-dev.40",
47
+ "@itwin/appui-abstract": "3.1.0-dev.41",
48
+ "@itwin/appui-layout-react": "3.1.0-dev.41",
49
+ "@itwin/build-tools": "3.1.0-dev.41",
50
+ "@itwin/components-react": "3.1.0-dev.41",
51
+ "@itwin/core-bentley": "3.1.0-dev.41",
52
+ "@itwin/core-common": "3.1.0-dev.41",
53
+ "@itwin/core-frontend": "3.1.0-dev.41",
54
+ "@itwin/core-geometry": "3.1.0-dev.41",
55
+ "@itwin/core-markup": "3.1.0-dev.41",
56
+ "@itwin/core-quantity": "3.1.0-dev.41",
57
+ "@itwin/core-react": "3.1.0-dev.41",
58
+ "@itwin/eslint-plugin": "3.1.0-dev.41",
59
+ "@itwin/imodel-components-react": "3.1.0-dev.41",
60
+ "@itwin/presentation-common": "3.1.0-dev.41",
61
+ "@itwin/presentation-frontend": "3.1.0-dev.41",
62
+ "@itwin/presentation-testing": "3.1.0-dev.41",
63
63
  "@testing-library/react": "^12.0.0",
64
64
  "@testing-library/react-hooks": "^7.0.2",
65
65
  "@types/chai": "^4.1.4",
@@ -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.1.0-dev.40",
118
- "@itwin/presentation-components": "3.1.0-dev.40",
117
+ "@itwin/core-telemetry": "3.1.0-dev.41",
118
+ "@itwin/presentation-components": "3.1.0-dev.41",
119
119
  "@itwin/itwinui-css": "0.44.2",
120
120
  "@itwin/itwinui-react": "^1.32.0",
121
121
  "classnames": "^2.3.1",