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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,48 @@ should change the heading of the (upcoming) version to include a major version b
22
22
23
23
- Forward `required` to `BaseInputTemplate` so that required string and number fields render the HTML `required` attribute, fixing [#3743](https://github.com/rjsf-team/react-jsonschema-form/issues/3743)
24
24
25
+
## @rjsf/chakra-ui
26
+
27
+
- Fixed `SelectWidget` rendering array indices instead of real enum values when `nameGenerator` is active, breaking native form submission ([#4693](https://github.com/rjsf-team/react-jsonschema-form/issues/4693))
28
+
25
29
## @rjsf/core
26
30
27
31
- Fixed a breaking change introduced in v6.4.0 where array properties with enum items no longer used `ui:enumNames` from the array property's uiSchema ([#4985](https://github.com/rjsf-team/react-jsonschema-form/issues/4985))
28
32
- Passed `parentUiSchema` to `ArrayFieldItem` to maintain `uiSchema`, this prop was introduced recently but was not being passed
29
33
- Fixed `extraErrors` not displaying when `customErrors` are also present (e.g., with array fields and controlled `formData`), fixing [#4982](https://github.com/rjsf-team/react-jsonschema-form/issues/4982)
34
+
- Fixed `SelectWidget` rendering array indices instead of real enum values when `nameGenerator` is active, breaking native form submission ([#4693](https://github.com/rjsf-team/react-jsonschema-form/issues/4693))
35
+
36
+
## @rjsf/daisyui
37
+
38
+
- Fixed `SelectWidget` rendering array indices instead of real enum values when `nameGenerator` is active, breaking native form submission ([#4693](https://github.com/rjsf-team/react-jsonschema-form/issues/4693))
39
+
40
+
## @rjsf/fluentui-rc
41
+
42
+
- Fixed `SelectWidget` rendering array indices instead of real enum values when `nameGenerator` is active, breaking native form submission ([#4693](https://github.com/rjsf-team/react-jsonschema-form/issues/4693))
43
+
44
+
## @rjsf/mantine
45
+
46
+
- Fixed `SelectWidget` rendering array indices instead of real enum values when `nameGenerator` is active, breaking native form submission ([#4693](https://github.com/rjsf-team/react-jsonschema-form/issues/4693))
47
+
48
+
## @rjsf/mui
49
+
50
+
- Fixed `SelectWidget` rendering array indices instead of real enum values when `nameGenerator` is active, breaking native form submission ([#4693](https://github.com/rjsf-team/react-jsonschema-form/issues/4693))
51
+
52
+
## @rjsf/primereact
53
+
54
+
- Fixed `SelectWidget` rendering array indices instead of real enum values when `nameGenerator` is active, breaking native form submission ([#4693](https://github.com/rjsf-team/react-jsonschema-form/issues/4693))
55
+
56
+
## @rjsf/react-bootstrap
57
+
58
+
- Fixed `SelectWidget` rendering array indices instead of real enum values when `nameGenerator` is active, breaking native form submission ([#4693](https://github.com/rjsf-team/react-jsonschema-form/issues/4693))
59
+
60
+
## @rjsf/semantic-ui
61
+
62
+
- Fixed `SelectWidget` rendering array indices instead of real enum values when `nameGenerator` is active, breaking native form submission ([#4693](https://github.com/rjsf-team/react-jsonschema-form/issues/4693))
63
+
64
+
## @rjsf/shadcn
65
+
66
+
- Fixed `SelectWidget` rendering array indices instead of real enum values when `nameGenerator` is active, breaking native form submission ([#4693](https://github.com/rjsf-team/react-jsonschema-form/issues/4693))
0 commit comments