@itwin/appui-react 3.0.0-dev.183 → 3.0.0-dev.184

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +80 -1
  2. package/package.json +32 -34
package/CHANGELOG.md CHANGED
@@ -1,6 +1,85 @@
1
1
  # Change Log - @itwin/appui-react
2
2
 
3
- This log was last generated on Tue, 21 Sep 2021 21:06:40 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
4
+
5
+ ## 2.19.28
6
+ Wed, 12 Jan 2022 14:52:38 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 2.19.27
11
+ Wed, 05 Jan 2022 20:07:20 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 2.19.26
16
+ Wed, 08 Dec 2021 20:54:53 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 2.19.25
21
+ Fri, 03 Dec 2021 20:05:49 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 2.19.24
26
+ Mon, 29 Nov 2021 18:44:31 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 2.19.23
31
+ Mon, 22 Nov 2021 20:41:40 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 2.19.22
36
+ Wed, 17 Nov 2021 01:23:26 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 2.19.21
41
+ Wed, 10 Nov 2021 10:58:24 GMT
42
+
43
+ _Version update only_
44
+
45
+ ## 2.19.20
46
+ Fri, 29 Oct 2021 16:14:22 GMT
47
+
48
+ _Version update only_
49
+
50
+ ## 2.19.19
51
+ Mon, 25 Oct 2021 16:16:25 GMT
52
+
53
+ ### Updates
54
+
55
+ - Drop unnecessary dep on @bentley/react-scripts; add a *.d.ts file for svg?sprite loader syntax
56
+
57
+ ## 2.19.18
58
+ Thu, 21 Oct 2021 20:59:44 GMT
59
+
60
+ _Version update only_
61
+
62
+ ## 2.19.17
63
+ Thu, 14 Oct 2021 21:19:43 GMT
64
+
65
+ _Version update only_
66
+
67
+ ## 2.19.16
68
+ Mon, 11 Oct 2021 17:37:46 GMT
69
+
70
+ _Version update only_
71
+
72
+ ## 2.19.15
73
+ Fri, 08 Oct 2021 16:44:23 GMT
74
+
75
+ _Version update only_
76
+
77
+ ## 2.19.14
78
+ Fri, 01 Oct 2021 13:07:03 GMT
79
+
80
+ ### Updates
81
+
82
+ - Force Tool Settings to render when the active tool is reloaded.
4
83
 
5
84
  ## 2.19.13
6
85
  Tue, 21 Sep 2021 21:06:40 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/appui-react",
3
- "version": "3.0.0-dev.183",
3
+ "version": "3.0.0-dev.184",
4
4
  "description": "UI framework",
5
5
  "main": "lib/cjs/appui-react.js",
6
6
  "module": "lib/esm/appui-react.js",
@@ -21,20 +21,19 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@bentley/itwin-client": "^3.0.0-dev.183",
25
- "@itwin/appui-abstract": "^3.0.0-dev.183",
26
- "@itwin/appui-layout-react": "^3.0.0-dev.183",
27
- "@itwin/components-react": "^3.0.0-dev.183",
28
- "@itwin/core-bentley": "^3.0.0-dev.183",
29
- "@itwin/core-geometry": "^3.0.0-dev.183",
30
- "@itwin/core-common": "^3.0.0-dev.183",
31
- "@itwin/core-frontend": "^3.0.0-dev.183",
32
- "@itwin/core-markup": "^3.0.0-dev.183",
33
- "@itwin/core-quantity": "^3.0.0-dev.183",
34
- "@itwin/core-react": "^3.0.0-dev.183",
35
- "@itwin/imodel-components-react": "^3.0.0-dev.183",
36
- "@itwin/presentation-common": "^3.0.0-dev.183",
37
- "@itwin/presentation-frontend": "^3.0.0-dev.183",
24
+ "@itwin/appui-abstract": "^3.0.0-dev.184",
25
+ "@itwin/appui-layout-react": "^3.0.0-dev.184",
26
+ "@itwin/components-react": "^3.0.0-dev.184",
27
+ "@itwin/core-bentley": "^3.0.0-dev.184",
28
+ "@itwin/core-common": "^3.0.0-dev.184",
29
+ "@itwin/core-frontend": "^3.0.0-dev.184",
30
+ "@itwin/core-geometry": "^3.0.0-dev.184",
31
+ "@itwin/core-markup": "^3.0.0-dev.184",
32
+ "@itwin/core-quantity": "^3.0.0-dev.184",
33
+ "@itwin/core-react": "^3.0.0-dev.184",
34
+ "@itwin/imodel-components-react": "^3.0.0-dev.184",
35
+ "@itwin/presentation-common": "^3.0.0-dev.184",
36
+ "@itwin/presentation-frontend": "^3.0.0-dev.184",
38
37
  "react": "^17.0.0",
39
38
  "react-dom": "^17.0.0",
40
39
  "react-redux": "^7.2.2",
@@ -45,23 +44,22 @@
45
44
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
46
45
  ],
47
46
  "devDependencies": {
48
- "@bentley/itwin-client": "3.0.0-dev.183",
49
- "@itwin/appui-abstract": "3.0.0-dev.183",
50
- "@itwin/appui-layout-react": "3.0.0-dev.183",
51
- "@itwin/build-tools": "3.0.0-dev.183",
52
- "@itwin/components-react": "3.0.0-dev.183",
53
- "@itwin/core-bentley": "3.0.0-dev.183",
54
- "@itwin/core-geometry": "3.0.0-dev.183",
55
- "@itwin/core-common": "3.0.0-dev.183",
56
- "@itwin/core-frontend": "3.0.0-dev.183",
57
- "@itwin/core-markup": "3.0.0-dev.183",
58
- "@itwin/core-quantity": "3.0.0-dev.183",
59
- "@itwin/core-react": "3.0.0-dev.183",
60
- "@itwin/eslint-plugin": "3.0.0-dev.183",
61
- "@itwin/imodel-components-react": "3.0.0-dev.183",
62
- "@itwin/presentation-common": "3.0.0-dev.183",
63
- "@itwin/presentation-frontend": "3.0.0-dev.183",
64
- "@itwin/presentation-testing": "3.0.0-dev.183",
47
+ "@itwin/appui-abstract": "3.0.0-dev.184",
48
+ "@itwin/appui-layout-react": "3.0.0-dev.184",
49
+ "@itwin/build-tools": "3.0.0-dev.184",
50
+ "@itwin/components-react": "3.0.0-dev.184",
51
+ "@itwin/core-bentley": "3.0.0-dev.184",
52
+ "@itwin/core-common": "3.0.0-dev.184",
53
+ "@itwin/core-frontend": "3.0.0-dev.184",
54
+ "@itwin/core-geometry": "3.0.0-dev.184",
55
+ "@itwin/core-markup": "3.0.0-dev.184",
56
+ "@itwin/core-quantity": "3.0.0-dev.184",
57
+ "@itwin/core-react": "3.0.0-dev.184",
58
+ "@itwin/eslint-plugin": "3.0.0-dev.184",
59
+ "@itwin/imodel-components-react": "3.0.0-dev.184",
60
+ "@itwin/presentation-common": "3.0.0-dev.184",
61
+ "@itwin/presentation-frontend": "3.0.0-dev.184",
62
+ "@itwin/presentation-testing": "3.0.0-dev.184",
65
63
  "@testing-library/react": "^12.0.0",
66
64
  "@testing-library/react-hooks": "^7.0.2",
67
65
  "@types/chai": "^4.1.4",
@@ -116,8 +114,8 @@
116
114
  "dependencies": {
117
115
  "@bentley/icons-generic": "^1.0.15",
118
116
  "@bentley/icons-generic-webfont": "^1.0.15",
119
- "@itwin/core-telemetry": "3.0.0-dev.183",
120
- "@itwin/presentation-components": "3.0.0-dev.183",
117
+ "@itwin/core-telemetry": "3.0.0-dev.184",
118
+ "@itwin/presentation-components": "3.0.0-dev.184",
121
119
  "@itwin/itwinui-css": "^0.37.0",
122
120
  "@itwin/itwinui-react": "~1.28.0",
123
121
  "@itwin/browser-authorization": "^0.4.0",