Skip to content

6.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@heath-freenome heath-freenome released this 17 May 00:08
· 53 commits to main since this release

@rjsf/chakra-ui

  • Added getChakra to package exports
  • Restored the ui:options customization

@rjsf/core

  • Updated LayoutGridField to use the pre-existing UI_GLOBAL_OPTIONS_KEY instead of its own, incorrect one.

@rjsf/util

  • Fixed form data propagation with patternProperties #4617
  • Fixed issue where oneOf schema references could not be modified when defaults were set, fixing #4580.
  • Updated the GlobalUISchemaOptions types to extend GenericObjectType to support user-defined values for their extensions

Dev / docs / playground

  • Updated precompiled schemas documentation in validation.md based on v6 changes, addressing #4618