Skip to content

5.17.1

Compare
Choose a tag to compare
@heath-freenome heath-freenome released this 19 Feb 20:42
· 36 commits to main since this release

@rjsf/chakra-ui

  • Added support for UiSchema "ui:rows" option for textarea elements, fixing #4070.

@rjsf/core

  • #4091 Added errorSchema to ArrayFieldTemplate props.

@rjsf/utils

  • #4080 - BREAKING CHANGE: Removed the base64 object from the @rjsf/utils package. Note that this is a breaking change if you relied on the base64 object exported by @rjsf/utils. Since this change caused #4080, and was only internally used by playground code, we are shipping this change in a patch release.
  • #4091 Added errorSchema to the ArrayFieldTemplateProps type.

Dev / docs / playground

  • #4080 - Moved the base64 encoder/decoder object to the Playground package.
  • Added test configuration and script to the Playground.