@rjsf/chakra-ui
- Added support for
UiSchema
"ui:rows"
option fortextarea
elements, fixing #4070.
@rjsf/core
- #4091 Added
errorSchema
toArrayFieldTemplate
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 thebase64
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 theArrayFieldTemplateProps
type.
Dev / docs / playground
- #4080 - Moved the
base64
encoder/decoder object to the Playground package. - Added test configuration and script to the Playground.