6.0.0-beta.8
Pre-release
Pre-release
·
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-existingUI_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 extendGenericObjectType
to support user-defined values for their extensions
Dev / docs / playground
- Updated precompiled schemas documentation in
validation.md
based on v6 changes, addressing #4618