Skip to content

Commit 8a0b03b

Browse files
Fix CHANGELOG.md
- No one noticed that `CHANGELOG.md` had two 6.7.1 sections... Merged now
1 parent 8c157a2 commit 8a0b03b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ should change the heading of the (upcoming) version to include a major version b
2121
## @rjsf/core
2222

2323
- Support locale-specific decimal separators in `NumberField` (e.g. Polish/German comma decimal separators) without breaking non-text widgets like radio buttons and select dropdowns, fixing [#5148](https://github.com/rjsf-team/react-jsonschema-form/pull/5148)
24+
- Fixed `ObjectField` to preserve the insertion order of additional and pattern properties when keys are renamed to integers, fixing [#4631](https://github.com/rjsf-team/react-jsonschema-form/issues/4631) ([#5156](https://github.com/rjsf-team/react-jsonschema-form/pull/5156))
2425

2526
## @rjsf/utils
2627

@@ -37,12 +38,6 @@ should change the heading of the (upcoming) version to include a major version b
3738
- Updated `utility-functions.md` to document `getDecimalSeparator()`
3839
- Removed bump-peer-deps script, pnpm workspaces now handles this for us.
3940

40-
# 6.7.1
41-
42-
## @rjsf/core
43-
44-
- Fixed `ObjectField` to preserve the insertion order of additional and pattern properties when keys are renamed to integers, fixing [#4631](https://github.com/rjsf-team/react-jsonschema-form/issues/4631) ([#5156](https://github.com/rjsf-team/react-jsonschema-form/pull/5156))
45-
4641
# 6.7.0
4742

4843
## @rjsf/antd

0 commit comments

Comments
 (0)