@rjsf/antd
- Fixed ts errors in newer antd versions #4525
@rjsf/chakra-ui
- Restricted the chakra-react-select peerDependency to <6.0.0, fixing #4539
@rjsf/core
- Do not display input field in MultiSchemaField with null type
@rjsf/mui
- Fixed issue in BaseInputTemplate where input props were passed to
slotProps.htmlInput
, which does not work in MUI v5.
@rjsf/utils
- Fixed issue with schema combinators(allOf, anyOf, oneOf) could not be modified when defaults were set, fixing #4555