5.21.0
New Feature
Extended support for @rjsf/mui to include MUI v6
@rjsf/core
- Updated
Formto fixfocusOnError()to support the ids that include dots, fixing #4279
@rjsf/mui
- Updated the peer dependencies for
@mui/materialand@mui/icon-materialto 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/utilsdeepEquals()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-5tomui