You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix 4631: preserve additional property order for numeric keys (#5156)
* Fix 4631: preserve additional property order for numeric keys
* Add pull request link to changelog
* Reduce additional property order work during render
* Address additional property order review
* Test additional property dedupe after schema updates
---------
Co-authored-by: Heath C <51679588+heath-freenome@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,12 @@ should change the heading of the (upcoming) version to include a major version b
33
33
34
34
- Updated `utility-functions.md` to document `getDecimalSeparator()`
35
35
36
+
# 6.7.1
37
+
38
+
## @rjsf/core
39
+
40
+
- 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))
0 commit comments