Published October 31, 2025
| Version v6.0.0
Software
Open
rjsf-team/react-jsonschema-form: 6.0.0
Authors/Creators
- Heath C1
- Nicolas Perriault2
- Ashwin Ramaswami
- Nick Grosenbacher3
- Ethan Glasser-Camp
- Appie
- Olli R4
- Jacques Nel
- Christian Wendt
- Mathieu Agopian
- Lucian Buzzo5
- Bogdan Savluk6
- Thomas Grainger
- Alexis M7
- Cédric Messiant
- Stan Lemon
- Zach Wegrzyniak8
- Chancellor Clark9
- Fred Steger10
- Jimmy Callin11
- Igor Brasileiro12
- AT
- Jon Ursenbach13
- Maarten ter Horst14
- mdornseif15
- Robbie Culkin
- Yuval
- knilink
- Jeff Balboni
- 1. Freenome
- 2. Akei
- 3. @Sage-Bionetworks
- 4. Luomus, University of Helsinki
- 5. @cerebruminc
- 6. Uber
- 7. @freedomofpress
- 8. Northeastern University
- 9. @bigcommerce
- 10. PerkinElmer
- 11. Backlight
- 12. deco
- 13. @readmeio
- 14. TND
- 15. Büro für Wissenschaftliche Kybernetik
Description
Small potential BREAKING CHANGES
- If you are overriding the
AltDateWidgetorAltDateTimeWidgetthese changes may affect you
@rjsf/antd
- Updated
AltDateWidgetto use the newuseAltDateWidgetProps()hook, renamingshowTimetotime - Potentially BREAKING CHANGE: Updated
AltDateTimeWidgetto renameshowTimeprop totime
@rjsf/chakra-ui
- Updated
AltDateWidgetto use the newuseAltDateWidgetProps()hook, renamingshowTimetotime - Potentially BREAKING CHANGE: Updated
AltDateTimeWidgetto renameshowTimeprop totime
@rjsf/core
- Updated
FormPropsto add newonChange/onBlurvalues for theliveValidateandliveOmitprops, deprecating thebooleanaspect of them - Updated
Formto support the new feature to doonBlurhandling ofliveValidateandliveOmit - Updated
FormPropsto add the newinitialFormDataprop - Updated
Formso that is behaves as a "controlled" form whenformDatais passed and uncontrolled wheninitialFormDatais passed, fixing #391- Also fixed an issue where live validation was called on the initial form render, causing errors to show immediately, partially fixing #512
- Updated
Formto add a new programmatic function,setFieldValue(fieldPath: string | FieldPathList, newValue?: T): void, fixing #2099 - Added new
FallbackFieldto add opt-in functionality to control form data that is of an unsupported or unknown type (#4736). - Refactored much of the
FileWidgetimplementation into a newuseFileWidgetProps()hook, fixing #3146 - Refactored much of the
AltDateWidgetimplementation into a newuseAltDateWidgetProps()hook, fixing #3352
@rjsf/daisyui
- Deleted the
FileWidgetcomponent, moving the className and isMulti logic directly into theBaseInputTemplateso that the@rjsf/core'sFileWidgetworks properly for the theme, fixing #4803 - Updated
AltDateWidgetto use the newuseAltDateWidgetProps()hook
@rjsf/mantine
- Updated
FieldHelpTemplateto avoid issue whenhelpandfieldPathId` are undefined - Updated
AltDateWidgetto use the newuseAltDateWidgetProps()hook, renamingshowTimetotime - Potentially BREAKING CHANGE: Updated
AltDateTimeWidgetto renameshowTimeprop totime - Updated
FileWidgetto use theuseFileWidgetProps()hook
@rjsf/utils
- Added the
useFileWidgetProps()hook implementation, refactored from@rjsf/core - Added the
useAltDateWidgetProps()hook implementation, refactored from@rjsf/core
Dev / docs / playground
- Updated the playground to switch
liveValidateandliveOmitfrom checkboxes to radio buttons for the new options - Updated
internals.md,form-props.md,utility-functions.mdandv6x upgrade guide.mdto document the new features, potential breaking changes and deprecations
Files
rjsf-team/react-jsonschema-form-v6.0.0.zip
Files
(6.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:9400f455cd5f89301589bdfc68222ec6
|
6.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/rjsf-team/react-jsonschema-form/tree/v6.0.0 (URL)
Software
- Repository URL
- https://github.com/rjsf-team/react-jsonschema-form