New Feature
Extended support for @rjsf/mui
to include MUI v6
@rjsf/core
- Updated
Form
to fixfocusOnError()
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 usefast-equals.createCustomEqual()
instead oflodash.isEqualWith()
, fixing #4291- Switched uses of
lodash.isEqual()
todeepEquals()
in many of the utility functions as well
- Switched uses of
@validator-ajv8
- Use
@rjsf/utils
deepEquals()
instead oflodash.isEqual()
to improve performance, fixing #4291
Dev / docs / playground
- Updated the playground to use
@mui/*
version 6, changing the name of the dropdown frommaterial-ui-5
tomui