@itwin/imodel-components-react 3.2.0-dev.77 → 3.2.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 +8 -1
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @itwin/imodel-components-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 20 May 2022 13:10:54 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.2.0
|
|
6
|
+
Fri, 20 May 2022 13:10:54 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Fix for losing viewport content after clicking PW link
|
|
4
11
|
|
|
5
12
|
## 3.1.3
|
|
6
13
|
Fri, 15 Apr 2022 13:49:25 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/imodel-components-react",
|
|
3
|
-
"version": "3.2.0
|
|
3
|
+
"version": "3.2.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.2.0
|
|
24
|
-
"@itwin/components-react": "^3.2.0
|
|
25
|
-
"@itwin/core-bentley": "^3.2.0
|
|
26
|
-
"@itwin/core-common": "^3.2.0
|
|
27
|
-
"@itwin/core-frontend": "^3.2.0
|
|
28
|
-
"@itwin/core-geometry": "^3.2.0
|
|
29
|
-
"@itwin/core-quantity": "^3.2.0
|
|
30
|
-
"@itwin/core-react": "^3.2.0
|
|
23
|
+
"@itwin/appui-abstract": "^3.2.0",
|
|
24
|
+
"@itwin/components-react": "^3.2.0",
|
|
25
|
+
"@itwin/core-bentley": "^3.2.0",
|
|
26
|
+
"@itwin/core-common": "^3.2.0",
|
|
27
|
+
"@itwin/core-frontend": "^3.2.0",
|
|
28
|
+
"@itwin/core-geometry": "^3.2.0",
|
|
29
|
+
"@itwin/core-quantity": "^3.2.0",
|
|
30
|
+
"@itwin/core-react": "^3.2.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.2.0
|
|
40
|
-
"@itwin/build-tools": "3.2.0
|
|
41
|
-
"@itwin/components-react": "3.2.0
|
|
42
|
-
"@itwin/core-bentley": "3.2.0
|
|
43
|
-
"@itwin/core-common": "3.2.0
|
|
44
|
-
"@itwin/core-frontend": "3.2.0
|
|
45
|
-
"@itwin/core-geometry": "3.2.0
|
|
46
|
-
"@itwin/core-quantity": "3.2.0
|
|
47
|
-
"@itwin/core-react": "3.2.0
|
|
48
|
-
"@itwin/eslint-plugin": "3.2.0
|
|
39
|
+
"@itwin/appui-abstract": "3.2.0",
|
|
40
|
+
"@itwin/build-tools": "3.2.0",
|
|
41
|
+
"@itwin/components-react": "3.2.0",
|
|
42
|
+
"@itwin/core-bentley": "3.2.0",
|
|
43
|
+
"@itwin/core-common": "3.2.0",
|
|
44
|
+
"@itwin/core-frontend": "3.2.0",
|
|
45
|
+
"@itwin/core-geometry": "3.2.0",
|
|
46
|
+
"@itwin/core-quantity": "3.2.0",
|
|
47
|
+
"@itwin/core-react": "3.2.0",
|
|
48
|
+
"@itwin/eslint-plugin": "3.2.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",
|