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
+1-21Lines changed: 1 addition & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,33 +81,22 @@ should change the heading of the (upcoming) version to include a major version b
81
81
82
82
- Modified `CheckboxesWidget` to render the Title, fixing ([#4840](https://github.com/rjsf-team/react-jsonschema-form/issues/4840))
83
83
- Updated `CheckboxWidget` to handle label and description rendering consistently, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
84
-
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
85
-
86
84
87
85
## @rjsf/core
88
86
89
87
- Fixed duplicate label and description rendering in `CheckboxWidget` by conditionally rendering them based on widget type
90
88
- Updated `CheckboxWidget` to handle label and description rendering consistently
91
89
- Modified `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
92
90
- 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)
93
-
-Updated `FallbackField` to support `object` and `array` types, and improved `ArrayField` so that it handles missing items properly with the fallback field
91
+
-Added new `ADDITIONAL_PROPERTY_KEY_REMOVE` constant
94
92
95
93
## @rjsf/fluentui-rc
96
94
97
95
- Updated `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
98
-
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
99
-
100
-
## @rjsf/daisyui
101
-
102
-
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
103
-
104
-
105
96
106
97
## @rjsf/mantine
107
98
108
99
- Updated `CheckboxWidget` to handle label and description rendering consistently, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
109
-
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
110
-
111
100
112
101
## @rjsf/mui
113
102
@@ -118,28 +107,19 @@ should change the heading of the (upcoming) version to include a major version b
118
107
## @rjsf/primereact
119
108
120
109
- Updated `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
121
-
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
122
-
123
110
124
111
## @rjsf/react-bootstrap
125
112
126
113
- Updated `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
127
-
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
128
-
129
-
130
114
131
115
## @rjsf/semantic-ui
132
116
133
117
- Updated `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
134
-
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
135
-
136
118
137
119
## @rjsf/shadcn
138
120
139
121
- Updated `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
140
122
- Updated the `Command` component to properly handle `forwardRef`
141
-
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
0 commit comments