github rjsf-team/react-jsonschema-form v5.21.0
5.21.0

latest releases: 5.21.1, v5.21.1, 5.21.0...
8 days ago

New Feature

Extended support for @rjsf/mui to include MUI v6

@rjsf/core

  • Updated Form to fix focusOnError() to support the ids that include dots, fixing #4279

@rjsf/mui

  • Updated the peer dependencies for @mui/material and @mui/icon-material to add v6, fixing #4283

@rjsf/utils

  • Fixes an issue with dependencies computeDefaults to ensure we can get the dependencies defaults #4271
  • Updated deepEquals() to use fast-equals.createCustomEqual() instead of lodash.isEqualWith(), fixing #4291
    • Switched uses of lodash.isEqual() to deepEquals() in many of the utility functions as well

@validator-ajv8

  • Use @rjsf/utils deepEquals() instead of lodash.isEqual() to improve performance, fixing #4291

Dev / docs / playground

  • Updated the playground to use @mui/* version 6, changing the name of the dropdown from material-ui-5 to mui

Don't miss a new react-jsonschema-form release

NewReleases is sending notifications on new releases.