6.0.0-beta.13
Pre-release
Pre-release
·
21 commits
to main
since this release
@rjsf/shadcn
- Updated
lodash
import infancy-multi-select.tsx
to to be direct import, fixing #4696
6.0.0-beta.13
@rjsf/core
- Added
experimental_componentUpdateStrategy
prop toForm
component to control re-render optimization behavior. Supports'customDeep'
(default, uses deep equality checks that ignore functions),'shallow'
, and'always'
@rjsf/utils
- Extended
Registry
interface to include optionalexperimental_componentUpdateStrategy
property - Added
shallowEquals()
utility function for shallow equality comparisons - Fixed boolean fields incorrectly set to
{}
when switching oneOf/anyOf options withmergeDefaultsIntoFormData
set touseDefaultIfFormDataUndefined
, fixing #4709 (#4710) - Always make all references absolute in nested bundled schemas