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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ should change the heading of the (upcoming) version to include a major version b
21
21
22
22
- Added support for rendering `ui:help` as markdown via new `ui:enableMarkdownInHelp` flag in `FieldHelpTemplate`
23
23
24
-
## @rjsf/chakra-ui
24
+
## @rjsf/antd
25
25
26
26
- Added support for rendering `ui:help` as markdown via new `ui:enableMarkdownInHelp` flag in `FieldHelpTemplate`
27
27
28
-
## @rjsf/core
28
+
## @rjsf/antd
29
29
30
30
- Added support for rendering `ui:help` as markdown via new `ui:enableMarkdownInHelp` flag in `FieldHelpTemplate`
31
31
@@ -128,7 +128,6 @@ should change the heading of the (upcoming) version to include a major version b
128
128
- Updated `getDefaultFormState()` to not save an undefined field value into an object when the type is `null` and `excludeObjectChildren` is provided, fixing [#4821](https://github.com/rjsf-team/react-jsonschema-form/issues/4821)
129
129
- Added new `ADDITIONAL_PROPERTY_KEY_REMOVE` constant
130
130
131
-
132
131
## Dev / docs / playground
133
132
134
133
- Updated the `OptionsDrawer` of the playground to add `idPrefix` and `idSeparator` fields
0 commit comments