Skip to content

Commit

Permalink
fixup! Fix: Make 'ui:rows' option work with chakra-ui for textarea el…
Browse files Browse the repository at this point in the history
…ements #4070
  • Loading branch information
ldirer committed Feb 4, 2024
1 parent 152937c commit 096be15
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,19 @@ should change the heading of the (upcoming) version to include a major version b
-->

# 5.17.1

## @rjsf/chakra-ui

- Added support for `UiSchema` `"ui:rows"` option for `textarea` elements, fixing [#4070](https://github.com/rjsf-team/react-jsonschema-form/issues/4070).

# 5.17.0

## @rjsf/core

- Added support for `anyOf`/`oneOf` in `uiSchema`s in the `MultiSchemaField`, fixing [#4039](https://github.com/rjsf-team/react-jsonschema-form/issues/4039)
- Fix potential XSS vulnerability in the preview button of FileWidget, fixing [#4057](https://github.com/rjsf-team/react-jsonschema-form/issues/4057)

## @rjsf/chakra-ui

- Add support for `UiSchema` `"ui:rows"` option for `textarea` elements, fixing [#4070](https://github.com/rjsf-team/react-jsonschema-form/issues/4070).

## @rjsf/utils

- [#4024](https://github.com/rjsf-team/react-jsonschema-form/issues/4024) Added `base64` to support `encoding` and `decoding` using the `UTF-8` charset to support the characters out of the `Latin1` range.
Expand Down

0 comments on commit 096be15

Please sign in to comment.