@itwin/core-react 4.2.0-dev.1 → 4.2.1
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 +18 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
# Change Log - @itwin/core-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 05 Jul 2023 07:56:27 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.2.1
|
|
6
|
+
Wed, 05 Jul 2023 07:56:27 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 4.2.0
|
|
11
|
+
Tue, 27 Jun 2023 14:50:22 GMT
|
|
12
|
+
|
|
13
|
+
### Updates
|
|
14
|
+
|
|
15
|
+
- Remove ConditionalIconItem return type from IconHelper.getIconReactNode(). Mark isConditionalIconItem() method internal.
|
|
16
|
+
- Update IconComponent and IconHelper to support ConditionalIconItem.
|
|
17
|
+
- Remove non-public API calls.
|
|
18
|
+
- Add wrapper for iTwinUI `Dialog` that keeps core-react `Dialog` features except for dragging and resizing. Use the wrapped component as a new base for `MessageBox` to make UI more consistent with iTwinUI standards.
|
|
19
|
+
- Cache IconWebComponent svg content.
|
|
20
|
+
- Update `@itwin/itwinui-react` version to 2.11.6.
|
|
4
21
|
|
|
5
22
|
## 4.1.0
|
|
6
23
|
Mon, 29 May 2023 14:05:04 GMT
|