Skip to content

Commit b35ca1a

Browse files
Releasing 6.4.1
1 parent ab9a758 commit b35ca1a

File tree

18 files changed

+202
-197
lines changed

18 files changed

+202
-197
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,28 @@ should change the heading of the (upcoming) version to include a major version b
1616
1717
-->
1818

19-
# 6.4.0
19+
# 6.4.1
2020

21-
## @rjsf/utils
21+
## Dev / docs / playground
22+
23+
- Updated peer dependencies to 6.4.x
2224

23-
- Added support for map-based `ui:enumNames` and `ui:enumOrder` for controlling enum display labels and ordering, fixing [#4969](https://github.com/rjsf-team/react-jsonschema-form/issues/4969)
25+
26+
# 6.4.0
2427

2528
## @rjsf/core
2629

2730
- Fixed `extraErrors` not displaying on first async set after submit, fixing [#4965](https://github.com/rjsf-team/react-jsonschema-form/issues/4965)
2831
- Updated multi-select ArrayFields to properly use the `items` uiSchema for enumerated options, fixing [#4955](https://github.com/rjsf-team/react-jsonschema-form/issues/4955)
32+
2933
- Fixed `validateForm()` clearing `extraErrors` from state when schema validation passes, fixing [#4962](https://github.com/rjsf-team/react-jsonschema-form/issues/4962)
3034

3135

3236
## @rjsf/utils
3337

3438
- Fixed `resolveAllReferences` to preserve `$ref` on resolved schemas, enabling `ui:definitions` beyond the first recursion level, fixing [#4966](https://github.com/rjsf-team/react-jsonschema-form/issues/4966)
3539
- Fixed `omitExtraData` stripping `additionalProperties` inside oneOf/anyOf options, fixing [#4366](https://github.com/rjsf-team/react-jsonschema-form/issues/4366)
40+
- Added support for map-based `ui:enumNames` and `ui:enumOrder` for controlling enum display labels and ordering, fixing [#4969](https://github.com/rjsf-team/react-jsonschema-form/issues/4969)
3641

3742
## Dev / docs / playground
3843

0 commit comments

Comments
 (0)