@itwin/imodel-components-react 3.2.0-dev.28 → 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 +14 -1
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# Change Log - @itwin/imodel-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
|
+
- Required updates based on @itwin/core-quantity format type definition related changes.
|
|
11
|
+
- Add pointer cursor for ColorPicker close button.
|
|
12
|
+
- whitespace change
|
|
13
|
+
- Replace use of Context menu in Timeline with DropdownMenu.
|
|
14
|
+
- Update to itwinui-css version "0.44.0".
|
|
15
|
+
- Update to @itwin/itwinui-react: 1.32.0
|
|
16
|
+
- Update to latest itwinui-react.
|
|
4
17
|
|
|
5
18
|
## 3.0.3
|
|
6
19
|
Fri, 25 Mar 2022 15:10:02 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/imodel-components-react",
|
|
3
|
-
"version": "3.2.0-dev.
|
|
3
|
+
"version": "3.2.0-dev.29",
|
|
4
4
|
"description": "iTwin.js UI IModel Components",
|
|
5
5
|
"main": "lib/cjs/imodel-components-react.js",
|
|
6
6
|
"module": "lib/esm/imodel-components-react.js",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"url": "http://www.bentley.com"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@itwin/appui-abstract": "^3.2.0-dev.
|
|
24
|
-
"@itwin/components-react": "^3.2.0-dev.
|
|
25
|
-
"@itwin/core-bentley": "^3.2.0-dev.
|
|
26
|
-
"@itwin/core-common": "^3.2.0-dev.
|
|
27
|
-
"@itwin/core-frontend": "^3.2.0-dev.
|
|
28
|
-
"@itwin/core-geometry": "^3.2.0-dev.
|
|
29
|
-
"@itwin/core-quantity": "^3.2.0-dev.
|
|
30
|
-
"@itwin/core-react": "^3.2.0-dev.
|
|
23
|
+
"@itwin/appui-abstract": "^3.2.0-dev.29",
|
|
24
|
+
"@itwin/components-react": "^3.2.0-dev.29",
|
|
25
|
+
"@itwin/core-bentley": "^3.2.0-dev.29",
|
|
26
|
+
"@itwin/core-common": "^3.2.0-dev.29",
|
|
27
|
+
"@itwin/core-frontend": "^3.2.0-dev.29",
|
|
28
|
+
"@itwin/core-geometry": "^3.2.0-dev.29",
|
|
29
|
+
"@itwin/core-quantity": "^3.2.0-dev.29",
|
|
30
|
+
"@itwin/core-react": "^3.2.0-dev.29",
|
|
31
31
|
"react": "^17.0.0",
|
|
32
32
|
"react-dom": "^17.0.0"
|
|
33
33
|
},
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
37
37
|
],
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@itwin/appui-abstract": "3.2.0-dev.
|
|
40
|
-
"@itwin/build-tools": "3.2.0-dev.
|
|
41
|
-
"@itwin/components-react": "3.2.0-dev.
|
|
42
|
-
"@itwin/core-bentley": "3.2.0-dev.
|
|
43
|
-
"@itwin/core-common": "3.2.0-dev.
|
|
44
|
-
"@itwin/core-frontend": "3.2.0-dev.
|
|
45
|
-
"@itwin/core-geometry": "3.2.0-dev.
|
|
46
|
-
"@itwin/core-quantity": "3.2.0-dev.
|
|
47
|
-
"@itwin/core-react": "3.2.0-dev.
|
|
48
|
-
"@itwin/eslint-plugin": "3.2.0-dev.
|
|
39
|
+
"@itwin/appui-abstract": "3.2.0-dev.29",
|
|
40
|
+
"@itwin/build-tools": "3.2.0-dev.29",
|
|
41
|
+
"@itwin/components-react": "3.2.0-dev.29",
|
|
42
|
+
"@itwin/core-bentley": "3.2.0-dev.29",
|
|
43
|
+
"@itwin/core-common": "3.2.0-dev.29",
|
|
44
|
+
"@itwin/core-frontend": "3.2.0-dev.29",
|
|
45
|
+
"@itwin/core-geometry": "3.2.0-dev.29",
|
|
46
|
+
"@itwin/core-quantity": "3.2.0-dev.29",
|
|
47
|
+
"@itwin/core-react": "3.2.0-dev.29",
|
|
48
|
+
"@itwin/eslint-plugin": "3.2.0-dev.29",
|
|
49
49
|
"@testing-library/react": "^12.0.0",
|
|
50
50
|
"@testing-library/react-hooks": "^7.0.2",
|
|
51
51
|
"@testing-library/user-event": "^13.2.1",
|