@itwin/imodel-components-react 3.4.0-dev.8 → 3.5.0-dev.11
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 +27 -1
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,32 @@
|
|
|
1
1
|
# Change Log - @itwin/imodel-components-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.3.2
|
|
6
|
+
Thu, 01 Sep 2022 14:37:22 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.3.1
|
|
11
|
+
Fri, 26 Aug 2022 15:40:02 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 3.3.0
|
|
16
|
+
Thu, 18 Aug 2022 19:08:02 GMT
|
|
17
|
+
|
|
18
|
+
### Updates
|
|
19
|
+
|
|
20
|
+
- upgrade mocha to version 10.0.0
|
|
21
|
+
- Add ability to specify locale and format of Data and Time shown by timeline component.
|
|
22
|
+
- Navicube is now locked when Markup is active
|
|
23
|
+
- Ensure Timeline's current duration value is with valid range.
|
|
24
|
+
- Update iTwinUI-react to 1.38.1
|
|
25
|
+
|
|
26
|
+
## 3.2.9
|
|
27
|
+
Fri, 26 Aug 2022 14:21:40 GMT
|
|
28
|
+
|
|
29
|
+
_Version update only_
|
|
4
30
|
|
|
5
31
|
## 3.2.8
|
|
6
32
|
Tue, 09 Aug 2022 15:52:41 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/imodel-components-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0-dev.11",
|
|
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.
|
|
24
|
-
"@itwin/components-react": "^3.
|
|
25
|
-
"@itwin/core-bentley": "^3.
|
|
26
|
-
"@itwin/core-common": "^3.
|
|
27
|
-
"@itwin/core-frontend": "^3.
|
|
28
|
-
"@itwin/core-geometry": "^3.
|
|
29
|
-
"@itwin/core-quantity": "^3.
|
|
30
|
-
"@itwin/core-react": "^3.
|
|
23
|
+
"@itwin/appui-abstract": "^3.5.0-dev.11",
|
|
24
|
+
"@itwin/components-react": "^3.5.0-dev.11",
|
|
25
|
+
"@itwin/core-bentley": "^3.5.0-dev.11",
|
|
26
|
+
"@itwin/core-common": "^3.5.0-dev.11",
|
|
27
|
+
"@itwin/core-frontend": "^3.5.0-dev.11",
|
|
28
|
+
"@itwin/core-geometry": "^3.5.0-dev.11",
|
|
29
|
+
"@itwin/core-quantity": "^3.5.0-dev.11",
|
|
30
|
+
"@itwin/core-react": "^3.5.0-dev.11",
|
|
31
31
|
"react": "^17.0.0",
|
|
32
32
|
"react-dom": "^17.0.0"
|
|
33
33
|
},
|
|
@@ -36,20 +36,20 @@
|
|
|
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.
|
|
40
|
-
"@itwin/build-tools": "3.
|
|
41
|
-
"@itwin/components-react": "3.
|
|
42
|
-
"@itwin/core-bentley": "3.
|
|
43
|
-
"@itwin/core-common": "3.
|
|
44
|
-
"@itwin/core-frontend": "3.
|
|
45
|
-
"@itwin/core-geometry": "3.
|
|
46
|
-
"@itwin/core-quantity": "3.
|
|
47
|
-
"@itwin/core-react": "3.
|
|
48
|
-
"@itwin/eslint-plugin": "3.
|
|
39
|
+
"@itwin/appui-abstract": "3.5.0-dev.11",
|
|
40
|
+
"@itwin/build-tools": "3.5.0-dev.11",
|
|
41
|
+
"@itwin/components-react": "3.5.0-dev.11",
|
|
42
|
+
"@itwin/core-bentley": "3.5.0-dev.11",
|
|
43
|
+
"@itwin/core-common": "3.5.0-dev.11",
|
|
44
|
+
"@itwin/core-frontend": "3.5.0-dev.11",
|
|
45
|
+
"@itwin/core-geometry": "3.5.0-dev.11",
|
|
46
|
+
"@itwin/core-quantity": "3.5.0-dev.11",
|
|
47
|
+
"@itwin/core-react": "3.5.0-dev.11",
|
|
48
|
+
"@itwin/eslint-plugin": "3.5.0-dev.11",
|
|
49
49
|
"@testing-library/dom": "^8.11.2",
|
|
50
50
|
"@testing-library/react": "^12.0.0",
|
|
51
51
|
"@testing-library/react-hooks": "^7.0.2",
|
|
52
|
-
"@testing-library/user-event": "^
|
|
52
|
+
"@testing-library/user-event": "^14.4.2",
|
|
53
53
|
"@types/chai": "4.3.1",
|
|
54
54
|
"@types/chai-as-promised": "^7",
|
|
55
55
|
"@types/chai-jest-snapshot": "^1.3.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@types/faker": "^4.1.0",
|
|
60
60
|
"@types/lodash": "^4.14.0",
|
|
61
61
|
"@types/mocha": "^8.2.2",
|
|
62
|
-
"@types/node": "16.11.
|
|
62
|
+
"@types/node": "16.11.59",
|
|
63
63
|
"@types/react": "^17.0.37",
|
|
64
64
|
"@types/react-dom": "^17.0.0",
|
|
65
65
|
"@types/sinon": "^9.0.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"dependencies": {
|
|
100
100
|
"@bentley/icons-generic-webfont": "^1.0.15",
|
|
101
101
|
"@itwin/itwinui-css": "0.x",
|
|
102
|
-
"@itwin/itwinui-react": "
|
|
102
|
+
"@itwin/itwinui-react": "~1.42.0",
|
|
103
103
|
"callable-instance2": "1.0.0",
|
|
104
104
|
"classnames": "^2.3.1",
|
|
105
105
|
"eventemitter2": "^5.0.1",
|