@rjsf/core
- Updated
Form
to fix live validation ingetStateFromProps()
broken by an optimization, fixing #4782 - Updated
Form
to fix error messages being displayed abnormally whencustomValidate
is provided, fixing #4783 - Updated
Form
to fixomitExtraData
when the leaf node happens to have an object value, fixing #4784
@rjsf/utils
- Updated
resolveSchema()
to pass theexperimental_customMergeAllOf
options properly toresolveReference()
andresolveDependencies()
called within it