@itwin/appui-react 4.2.0-dev.1 → 4.2.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 +17 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,22 @@
1
1
  # Change Log - @itwin/appui-react
2
2
 
3
- This log was last generated on Mon, 29 May 2023 14:05:04 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 05 Jul 2023 07:56:27 GMT and should not be manually modified.
4
+
5
+ ## 4.2.1
6
+ Wed, 05 Jul 2023 07:56:27 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.2.0
11
+ Tue, 27 Jun 2023 14:50:22 GMT
12
+
13
+ ### Updates
14
+
15
+ - Update ToolbarItemsManager to support ConditionalIconItem.
16
+ - Remove non-public API calls.
17
+ - Fix toolbar item badges not displaying
18
+ - Fix issue with opening a popout from within an iFrame (Sandboxed iFrames still requires `allow-popups`)
19
+ - Update `@itwin/itwinui-react` version to 2.11.6.
4
20
 
5
21
  ## 4.1.0
6
22
  Mon, 29 May 2023 14:05:04 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/appui-react",
3
- "version": "4.2.0-dev.1",
3
+ "version": "4.2.1",
4
4
  "description": "UI framework",
5
5
  "main": "lib/cjs/appui-react.js",
6
6
  "module": "lib/esm/appui-react.js",
@@ -23,16 +23,16 @@
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@itwin/appui-abstract": "^3.7.0 || ^4.0.0",
26
- "@itwin/appui-layout-react": "^4.2.0-dev.1",
27
- "@itwin/components-react": "^4.2.0-dev.1",
26
+ "@itwin/appui-layout-react": "^4.2.1",
27
+ "@itwin/components-react": "^4.2.1",
28
28
  "@itwin/core-bentley": "^3.7.0 || ^4.0.0",
29
29
  "@itwin/core-common": "^3.7.0 || ^4.0.0",
30
30
  "@itwin/core-frontend": "^3.7.0 || ^4.0.0",
31
31
  "@itwin/core-geometry": "^3.7.0 || ^4.0.0",
32
32
  "@itwin/core-quantity": "^3.7.0 || ^4.0.0",
33
- "@itwin/core-react": "^4.2.0-dev.1",
33
+ "@itwin/core-react": "^4.2.1",
34
34
  "@itwin/core-telemetry": "^3.7.0 || ^4.0.0",
35
- "@itwin/imodel-components-react": "^4.2.0-dev.1",
35
+ "@itwin/imodel-components-react": "^4.2.1",
36
36
  "react": "^17.0.0 || ^18.0.0",
37
37
  "react-dom": "^17.0.0 || ^18.0.0",
38
38
  "react-redux": "^7.2.2",
@@ -44,20 +44,20 @@
44
44
  ],
45
45
  "devDependencies": {
46
46
  "@itwin/appui-abstract": "^3.7.0",
47
- "@itwin/appui-layout-react": "4.2.0-dev.1",
47
+ "@itwin/appui-layout-react": "4.2.1",
48
48
  "@itwin/build-tools": "^3.7.0",
49
- "@itwin/components-react": "4.2.0-dev.1",
49
+ "@itwin/components-react": "4.2.1",
50
50
  "@itwin/core-bentley": "^3.7.0",
51
51
  "@itwin/core-common": "^3.7.0",
52
52
  "@itwin/core-frontend": "^3.7.0",
53
53
  "@itwin/core-geometry": "^3.7.0",
54
54
  "@itwin/core-orbitgt": "^3.7.0",
55
55
  "@itwin/core-quantity": "^3.7.0",
56
- "@itwin/core-react": "4.2.0-dev.1",
56
+ "@itwin/core-react": "4.2.1",
57
57
  "@itwin/core-telemetry": "^3.7.0",
58
58
  "@itwin/ecschema-metadata": "^3.7.0",
59
59
  "@itwin/eslint-plugin": "^3.7.0",
60
- "@itwin/imodel-components-react": "4.2.0-dev.1",
60
+ "@itwin/imodel-components-react": "4.2.1",
61
61
  "@itwin/webgl-compatibility": "^3.7.0",
62
62
  "@testing-library/dom": "^8.11.2",
63
63
  "@testing-library/react": "^12.0.0",