@itwin/imodel-components-react 3.7.0-dev.8 → 3.7.0
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 +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/imodel-components-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 29 Mar 2023 15:02:27 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.7.0
|
|
6
|
+
Wed, 29 Mar 2023 15:02:27 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Fixed expected test case result.
|
|
11
|
+
- Fix large timeline menu displaying outside visible area
|
|
12
|
+
- Update Navigation Aids in line with current design goals.
|
|
13
|
+
- Update @deprecated comments
|
|
4
14
|
|
|
5
15
|
## 3.6.3
|
|
6
16
|
Mon, 27 Mar 2023 16:26:47 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/imodel-components-react",
|
|
3
|
-
"version": "3.7.0
|
|
3
|
+
"version": "3.7.0",
|
|
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.7.0
|
|
24
|
-
"@itwin/components-react": "^3.7.0
|
|
25
|
-
"@itwin/core-bentley": "^3.7.0
|
|
26
|
-
"@itwin/core-common": "^3.7.0
|
|
27
|
-
"@itwin/core-frontend": "^3.7.0
|
|
28
|
-
"@itwin/core-geometry": "^3.7.0
|
|
29
|
-
"@itwin/core-quantity": "^3.7.0
|
|
30
|
-
"@itwin/core-react": "^3.7.0
|
|
23
|
+
"@itwin/appui-abstract": "^3.7.0",
|
|
24
|
+
"@itwin/components-react": "^3.7.0",
|
|
25
|
+
"@itwin/core-bentley": "^3.7.0",
|
|
26
|
+
"@itwin/core-common": "^3.7.0",
|
|
27
|
+
"@itwin/core-frontend": "^3.7.0",
|
|
28
|
+
"@itwin/core-geometry": "^3.7.0",
|
|
29
|
+
"@itwin/core-quantity": "^3.7.0",
|
|
30
|
+
"@itwin/core-react": "^3.7.0",
|
|
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.7.0
|
|
40
|
-
"@itwin/build-tools": "3.7.0
|
|
41
|
-
"@itwin/components-react": "3.7.0
|
|
42
|
-
"@itwin/core-bentley": "3.7.0
|
|
43
|
-
"@itwin/core-common": "3.7.0
|
|
44
|
-
"@itwin/core-frontend": "3.7.0
|
|
45
|
-
"@itwin/core-geometry": "3.7.0
|
|
46
|
-
"@itwin/core-quantity": "3.7.0
|
|
47
|
-
"@itwin/core-react": "3.7.0
|
|
48
|
-
"@itwin/eslint-plugin": "3.7.0
|
|
39
|
+
"@itwin/appui-abstract": "3.7.0",
|
|
40
|
+
"@itwin/build-tools": "3.7.0",
|
|
41
|
+
"@itwin/components-react": "3.7.0",
|
|
42
|
+
"@itwin/core-bentley": "3.7.0",
|
|
43
|
+
"@itwin/core-common": "3.7.0",
|
|
44
|
+
"@itwin/core-frontend": "3.7.0",
|
|
45
|
+
"@itwin/core-geometry": "3.7.0",
|
|
46
|
+
"@itwin/core-quantity": "3.7.0",
|
|
47
|
+
"@itwin/core-react": "3.7.0",
|
|
48
|
+
"@itwin/eslint-plugin": "3.7.0",
|
|
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",
|