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
+35-5Lines changed: 35 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,45 @@ should change the heading of the (upcoming) version to include a major version b
17
17
-->
18
18
# 6.0.0-beta.14
19
19
20
+
## @rjsf/core
21
+
22
+
- Added support for dynamic UI schema in array fields - the `items` property in `uiSchema` can now accept a function that returns a UI schema based on the array item's data, index, and form context ([#4706](https://github.com/rjsf-team/react-jsonschema-form/pull/4706))
23
+
- Fixed checkbox widget to use current value instead of event target in onFocus/onBlur handlers, fixing [#4704](https://github.com/rjsf-team/react-jsonschema-form/issues/4704)
24
+
20
25
## @rjsf/utils
21
26
27
+
- Updated `UiSchema` type to support dynamic array item UI schemas - the `items` property can now be either a `UiSchema` object or a function that returns a `UiSchema` ([#4706](https://github.com/rjsf-team/react-jsonschema-form/pull/4706))
22
28
- Added `title` property to `RJSFValidationError`[PR](https://github.com/rjsf-team/react-jsonschema-form/pull/4700)
23
29
30
+
## @rjsf/chakra-ui
31
+
32
+
- Fixed checkbox widget to use current value instead of event target in onFocus/onBlur handlers, fixing [#4704](https://github.com/rjsf-team/react-jsonschema-form/issues/4704)
33
+
34
+
## @rjsf/daisyui
35
+
36
+
- Fixed checkbox widget to use current value instead of event target in onFocus/onBlur handlers, fixing [#4704](https://github.com/rjsf-team/react-jsonschema-form/issues/4704)
37
+
38
+
## @rjsf/fluentui-rc
39
+
40
+
- Fixed checkbox widget to use current value instead of event target in onFocus/onBlur handlers, fixing [#4704](https://github.com/rjsf-team/react-jsonschema-form/issues/4704)
41
+
42
+
## @rjsf/mui
43
+
44
+
- Fixed checkbox widget to use current value instead of event target in onFocus/onBlur handlers, fixing [#4704](https://github.com/rjsf-team/react-jsonschema-form/issues/4704)
45
+
46
+
## @rjsf/primereact
47
+
48
+
- Fixed checkbox widget to use current value instead of event target in onFocus/onBlur handlers, fixing [#4704](https://github.com/rjsf-team/react-jsonschema-form/issues/4704)
49
+
50
+
## @rjsf/semantic-ui
51
+
52
+
- Fixed checkbox widget to use current value instead of event target in onFocus/onBlur handlers, fixing [#4704](https://github.com/rjsf-team/react-jsonschema-form/issues/4704)
53
+
54
+
## Dev / docs / playground
55
+
56
+
- Added comprehensive documentation for dynamic UI schema feature with TypeScript examples ([#4706](https://github.com/rjsf-team/react-jsonschema-form/pull/4706))
57
+
- Updated array documentation to reference the new dynamic UI schema capabilities ([#4706](https://github.com/rjsf-team/react-jsonschema-form/pull/4706))
58
+
24
59
## @rjsf/validator-ajv8
25
60
26
61
- Updated `transformRJSFValidationErrors()` to include the `title` property of a field with error fixing #4504 with [PR](https://github.com/rjsf-team/react-jsonschema-form/pull/4700)
@@ -42,11 +77,6 @@ should change the heading of the (upcoming) version to include a major version b
42
77
- Extended `Registry` interface to include optional `experimental_componentUpdateStrategy` property
43
78
- Added `shallowEquals()` utility function for shallow equality comparisons
44
79
- Fixed boolean fields incorrectly set to `{}` when switching oneOf/anyOf options with `mergeDefaultsIntoFormData` set to `useDefaultIfFormDataUndefined`, fixing [#4709](https://github.com/rjsf-team/react-jsonschema-form/issues/4709) ([#4710](https://github.com/rjsf-team/react-jsonschema-form/pull/4710))
45
-
46
-
# 6.0.0-beta.13
47
-
48
-
## rjsf/utils
49
-
50
80
- Always make all references absolute in nested bundled schemas
0 commit comments