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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,47 +26,61 @@ should change the heading of the (upcoming) version to include a major version b
26
26
27
27
- Modified `CheckboxesWidget` to render the Title, fixing ([#4840](https://github.com/rjsf-team/react-jsonschema-form/issues/4840))
28
28
- Updated `CheckboxWidget` to handle label and description rendering consistently, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
29
+
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
29
30
30
31
## @rjsf/core
31
32
32
33
- Fixed duplicate label and description rendering in `CheckboxWidget` by conditionally rendering them based on widget type
33
34
- Updated `CheckboxWidget` to handle label and description rendering consistently
34
35
- Modified `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
35
36
- Updated `ObjectField` to change the removal of an additional property to defer the work to the `processPendingChange()` handler in `Form`, fixing [#4850](https://github.com/rjsf-team/react-jsonschema-form/issues/4850)
37
+
- Added support for rendering `ui:help` as markdown via new `ui:enableMarkdownInHelp` flag in `FieldHelpTemplate`
36
38
37
39
## @rjsf/fluentui-rc
38
40
39
41
- Updated `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
42
+
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
43
+
44
+
## @rjsf/daisyui
45
+
46
+
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
40
47
41
48
## @rjsf/mantine
42
49
43
50
- Updated `CheckboxWidget` to handle label and description rendering consistently, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
51
+
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
44
52
45
53
## @rjsf/mui
46
54
47
55
- Updated `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
56
+
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
48
57
49
58
## @rjsf/primereact
50
59
51
60
- Updated `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
61
+
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
52
62
53
63
## @rjsf/react-bootstrap
54
64
55
65
- Updated `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
66
+
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
56
67
57
68
## @rjsf/semantic-ui
58
69
59
70
- Updated `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
71
+
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
60
72
61
73
## @rjsf/shadcn
62
74
63
75
- Updated `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
64
76
- Updated the `Command` component to properly handle `forwardRef`
77
+
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
65
78
66
79
## @rjsf/utils
67
80
68
81
- 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)
69
82
- Added new `ADDITIONAL_PROPERTY_KEY_REMOVE` constant
83
+
- Added new global UI option `enableMarkdownInHelp` to control markdown rendering of `ui:help`
0 commit comments