@itwin/core-react 3.4.0-dev.2 → 3.4.0-dev.20

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 +16 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # Change Log - @itwin/core-react
2
2
 
3
- This log was last generated on Mon, 01 Aug 2022 13:36:56 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 18 Aug 2022 19:08:02 GMT and should not be manually modified.
4
+
5
+ ## 3.3.0
6
+ Thu, 18 Aug 2022 19:08:02 GMT
7
+
8
+ ### Updates
9
+
10
+ - upgrade mocha to version 10.0.0
11
+ - Fix svg-loader to only fetch svg data once. Also update buic-background-panel to use buic-background-1 so disabled itwin-ui components are properly displayed.
12
+ - Add drop-target stacking context layer.
13
+ - Update iTwinUI-react to 1.38.1
14
+
15
+ ## 3.2.8
16
+ Tue, 09 Aug 2022 15:52:41 GMT
17
+
18
+ _Version update only_
4
19
 
5
20
  ## 3.2.7
6
21
  Mon, 01 Aug 2022 13:36:56 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-react",
3
- "version": "3.4.0-dev.2",
3
+ "version": "3.4.0-dev.20",
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.4.0-dev.2",
26
- "@itwin/core-bentley": "^3.4.0-dev.2",
25
+ "@itwin/appui-abstract": "^3.4.0-dev.20",
26
+ "@itwin/core-bentley": "^3.4.0-dev.20",
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.4.0-dev.2",
36
- "@itwin/build-tools": "3.4.0-dev.2",
37
- "@itwin/core-bentley": "3.4.0-dev.2",
38
- "@itwin/core-common": "3.4.0-dev.2",
39
- "@itwin/core-i18n": "3.4.0-dev.2",
40
- "@itwin/eslint-plugin": "3.4.0-dev.2",
35
+ "@itwin/appui-abstract": "3.4.0-dev.20",
36
+ "@itwin/build-tools": "3.4.0-dev.20",
37
+ "@itwin/core-bentley": "3.4.0-dev.20",
38
+ "@itwin/core-common": "3.4.0-dev.20",
39
+ "@itwin/core-i18n": "3.4.0-dev.20",
40
+ "@itwin/eslint-plugin": "3.4.0-dev.20",
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",
@@ -91,7 +91,7 @@
91
91
  "dependencies": {
92
92
  "@bentley/icons-generic-webfont": "^1.0.15",
93
93
  "@itwin/itwinui-css": "0.x",
94
- "@itwin/itwinui-react": "^1.38.1",
94
+ "@itwin/itwinui-react": "~1.42.0",
95
95
  "classnames": "^2.3.1",
96
96
  "dompurify": "^2.0.12",
97
97
  "lodash": "^4.17.10",