Skip to content

6.0.0

Choose a tag to compare

@heath-freenome heath-freenome released this 31 Oct 19:19
· 40 commits to main since this release

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.md to 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.md to show the theme snapshot with the latest theme UI from the playground, making it a link to the theme

@rjsf/core

  • Updated SchemaField to add a new optional property childFieldPathId to the FieldComponent render to prevent duplicate ids, fixing (#4819)[https://github.com//issues/4819]
    • Also updated ObjectField and ArrayField to make children use the childFieldPathId if present, falling back to the fieldPathId if not

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.md in all themes to show the theme snapshot with the latest theme UI from the playground, making it a link to the theme