@itwin/components-react 3.2.0-dev.26 → 3.2.0-dev.29
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.
- package/CHANGELOG.md +11 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/components-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 29 Mar 2022 20:53:47 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.1.0
|
|
6
|
+
Tue, 29 Mar 2022 20:53:47 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Add data attributes to identify item and its UI provider.
|
|
11
|
+
- Update to itwinui-css version "0.44.0".
|
|
12
|
+
- Update to @itwin/itwinui-react: 1.32.0
|
|
13
|
+
- Update to latest itwinui-react.
|
|
4
14
|
|
|
5
15
|
## 3.0.3
|
|
6
16
|
Fri, 25 Mar 2022 15:10:01 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/components-react",
|
|
3
|
-
"version": "3.2.0-dev.
|
|
3
|
+
"version": "3.2.0-dev.29",
|
|
4
4
|
"description": "iTwin.js UI complex components",
|
|
5
5
|
"main": "lib/cjs/components-react.js",
|
|
6
6
|
"module": "lib/esm/components-react.js",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"url": "http://www.bentley.com"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@itwin/appui-abstract": "^3.2.0-dev.
|
|
24
|
-
"@itwin/core-bentley": "^3.2.0-dev.
|
|
25
|
-
"@itwin/core-react": "^3.2.0-dev.
|
|
23
|
+
"@itwin/appui-abstract": "^3.2.0-dev.29",
|
|
24
|
+
"@itwin/core-bentley": "^3.2.0-dev.29",
|
|
25
|
+
"@itwin/core-react": "^3.2.0-dev.29",
|
|
26
26
|
"react": "^17.0.0",
|
|
27
27
|
"react-dom": "^17.0.0"
|
|
28
28
|
},
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
32
32
|
],
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@itwin/appui-abstract": "3.2.0-dev.
|
|
35
|
-
"@itwin/build-tools": "3.2.0-dev.
|
|
36
|
-
"@itwin/core-bentley": "3.2.0-dev.
|
|
37
|
-
"@itwin/core-common": "3.2.0-dev.
|
|
38
|
-
"@itwin/core-i18n": "3.2.0-dev.
|
|
39
|
-
"@itwin/core-react": "3.2.0-dev.
|
|
40
|
-
"@itwin/eslint-plugin": "3.2.0-dev.
|
|
34
|
+
"@itwin/appui-abstract": "3.2.0-dev.29",
|
|
35
|
+
"@itwin/build-tools": "3.2.0-dev.29",
|
|
36
|
+
"@itwin/core-bentley": "3.2.0-dev.29",
|
|
37
|
+
"@itwin/core-common": "3.2.0-dev.29",
|
|
38
|
+
"@itwin/core-i18n": "3.2.0-dev.29",
|
|
39
|
+
"@itwin/core-react": "3.2.0-dev.29",
|
|
40
|
+
"@itwin/eslint-plugin": "3.2.0-dev.29",
|
|
41
41
|
"@testing-library/react": "^12.0.0",
|
|
42
42
|
"@testing-library/react-hooks": "^7.0.2",
|
|
43
43
|
"@testing-library/user-event": "^13.2.1",
|