Skip to content

6.0.0-beta.19

Pre-release
Pre-release

Choose a tag to compare

@heath-freenome heath-freenome released this 29 Sep 16:11
· 18 commits to main since this release

@rjsf/core

  • Updated Form to fix live validation in getStateFromProps() broken by an optimization, fixing #4782
  • Updated Form to fix error messages being displayed abnormally when customValidate is provided, fixing #4783
  • Updated Form to fix omitExtraData when the leaf node happens to have an object value, fixing #4784

@rjsf/utils

  • Updated resolveSchema() to pass the experimental_customMergeAllOf options properly to resolveReference() and resolveDependencies() called within it