@rjsf/antd
- Fixed the
peerDependencies
for@ant-design/icons
to also support v5, fixing #3507
@rjsf/core
- avoid call
retrieveSchema
twice duringgetStateFromProps
andmustValidate
is true #3959
@rjsf/mui
- Resolve the React error caused by the propagation of the
hideError
property to the DOM element, fixing #3945
@rjsf/material-ui
- Resolve the React error caused by the propagation of the
hideError
property to the DOM element, fixing #3945
@rjsf/utils
- Update
sanitizeDataForNewSchema()
to avoid spreading strings and Arrays into the returned value when the old schema is of typestring
orarray
and the new schema is of typeobject
. Fixing #3922