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-25Lines changed: 2 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,71 +81,48 @@ 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
114
103
- Updated `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
115
-
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
116
-
117
104
118
105
## @rjsf/primereact
119
106
120
107
- 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
108
124
109
## @rjsf/react-bootstrap
125
110
126
111
- 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
112
131
113
## @rjsf/semantic-ui
132
114
133
115
- 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
116
137
117
## @rjsf/shadcn
138
118
139
119
- Updated `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
140
120
- Updated the `Command` component to properly handle `forwardRef`
141
-
- Updated `FieldHelpTemplate` to render markdown when `ui:enableMarkdownInHelp` is true
142
-
143
121
144
122
## @rjsf/utils
145
123
146
124
- 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)
147
-
148
-
125
+
- Added new `ADDITIONAL_PROPERTY_KEY_REMOVE` constant
149
126
## Dev / docs / playground
150
127
151
128
- Updated the `OptionsDrawer` of the playground to add `idPrefix` and `idSeparator` fields
0 commit comments