RJSF is proud to release the new major 6.0.0 release
There are many breaking change as mentioned in the beta changelogs and described in detail in the 6.x upgrade guide
Enjoy!
Also the following changes were made since the last beta release
@rjsf/antd
- Updated the
README.mdto show the theme snapshot with the latest theme UI from the playground, making it a link to the theme
@rjsf/chakra-ui
- Updated the
README.mdto show the theme snapshot with the latest theme UI from the playground, making it a link to the theme
@rjsf/core
- Updated
SchemaFieldto add a new optional propertychildFieldPathIdto theFieldComponentrender to prevent duplicate ids, fixing (#4819)[https://github.com//issues/4819]- Also updated
ObjectFieldandArrayFieldto make children use thechildFieldPathIdif present, falling back to thefieldPathIdif not
- Also updated
Dev / docs / playground
- Updated the libraries to the latest ones that aren't problematic
Updated the playground to modernize the UI using MUI components - Updated the documentation to switch to using an animated gif based on the latest modernized playground UI
- Updated the
README.mdin all themes to show the theme snapshot with the latest theme UI from the playground, making it a link to the theme