Skip to content

5.24.9

Compare
Choose a tag to compare
@heath-freenome heath-freenome released this 25 Apr 04:00
· 47 commits to main since this release

@rjsf/antd

  • Fixed ts errors in newer antd versions #4525

@rjsf/chakra-ui

  • Restricted the chakra-react-select peerDependency to <6.0.0, fixing #4539

@rjsf/core

  • Do not display input field in MultiSchemaField with null type

@rjsf/mui

  • Fixed issue in BaseInputTemplate where input props were passed to slotProps.htmlInput, which does not work in MUI v5.

@rjsf/utils

  • Fixed issue with schema combinators(allOf, anyOf, oneOf) could not be modified when defaults were set, fixing #4555

Dev / docs / playground

  • Updated docs for ArrayFieldItemTemplate to include prop onCopyIndexClick, fixing #4507
  • Use antd 5 in playground
  • Updated docs to clarify that errors raised within a widget are not caught during form validation
  • Updated docs where objects typed as RJSFValidationError were not valid (#4558)