@itwin/core-react 3.3.0-dev.25 → 3.3.0-dev.28

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 +8 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @itwin/core-react
2
2
 
3
- This log was last generated on Fri, 20 May 2022 13:10:54 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 07 Jun 2022 15:02:56 GMT and should not be manually modified.
4
+
5
+ ## 3.2.1
6
+ Tue, 07 Jun 2022 15:02:56 GMT
7
+
8
+ ### Updates
9
+
10
+ - Backport change to update panel background to use same as buic-background-dialog so dispabled itwin ui components display properly.
4
11
 
5
12
  ## 3.2.0
6
13
  Fri, 20 May 2022 13:10:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-react",
3
- "version": "3.3.0-dev.25",
3
+ "version": "3.3.0-dev.28",
4
4
  "description": "iTwin.js UI core components",
5
5
  "main": "lib/cjs/core-react.js",
6
6
  "module": "lib/esm/core-react.js",
@@ -22,8 +22,8 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/appui-abstract": "^3.3.0-dev.25",
26
- "@itwin/core-bentley": "^3.3.0-dev.25",
25
+ "@itwin/appui-abstract": "^3.3.0-dev.28",
26
+ "@itwin/core-bentley": "^3.3.0-dev.28",
27
27
  "react": "^17.0.0",
28
28
  "react-dom": "^17.0.0"
29
29
  },
@@ -32,12 +32,12 @@
32
32
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
33
33
  ],
34
34
  "devDependencies": {
35
- "@itwin/appui-abstract": "3.3.0-dev.25",
36
- "@itwin/build-tools": "3.3.0-dev.25",
37
- "@itwin/core-bentley": "3.3.0-dev.25",
38
- "@itwin/core-common": "3.3.0-dev.25",
39
- "@itwin/core-i18n": "3.3.0-dev.25",
40
- "@itwin/eslint-plugin": "3.3.0-dev.25",
35
+ "@itwin/appui-abstract": "3.3.0-dev.28",
36
+ "@itwin/build-tools": "3.3.0-dev.28",
37
+ "@itwin/core-bentley": "3.3.0-dev.28",
38
+ "@itwin/core-common": "3.3.0-dev.28",
39
+ "@itwin/core-i18n": "3.3.0-dev.28",
40
+ "@itwin/eslint-plugin": "3.3.0-dev.28",
41
41
  "@testing-library/dom": "^8.11.2",
42
42
  "@testing-library/react": "^12.0.0",
43
43
  "@testing-library/react-hooks": "^7.0.2",