You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: fixes the antd peer dependencies for the @ant-design/icons (#3966)
Fixes: #3507 to allow v5 `@ant-design/icons`
- Updated the `antd` package.json to add `@ant-design/icons` v5 to the peer dependencies
- Updated the `CHANGELOG.md` accordinglyl
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,14 @@ should change the heading of the (upcoming) version to include a major version b
17
17
-->
18
18
# 5.14.2
19
19
20
+
## @rjsf/antd
21
+
22
+
- Fixed the `peerDependencies` for `@ant-design/icons` to also support v5, fixing [#3507](https://github.com/rjsf-team/react-jsonschema-form/issues/3507)
23
+
24
+
## @rjsf/core
25
+
26
+
- avoid call `retrieveSchema` twice during `getStateFromProps` and `mustValidate` is true [#3959](https://github.com/rjsf-team/react-jsonschema-form/pull/3959)
27
+
20
28
## @rjsf/mui
21
29
- Resolve the React error caused by the propagation of the `hideError` property to the DOM element, fixing [#3945](https://github.com/rjsf-team/react-jsonschema-form/issues/3945)
22
30
@@ -27,10 +35,6 @@ should change the heading of the (upcoming) version to include a major version b
27
35
28
36
- Update `sanitizeDataForNewSchema()` to avoid spreading strings and Arrays into the returned value when the old schema is of type `string` or `array` and the new schema is of type `object`. Fixing [#3922](https://github.com/rjsf-team/react-jsonschema-form/issues/3922)
29
37
30
-
## @rjsf/core
31
-
32
-
- avoid call `retrieveSchema` twice during `getStateFromProps` and `mustValidate` is true [#3959](https://github.com/rjsf-team/react-jsonschema-form/pull/3959)
0 commit comments