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
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,17 @@ it according to semantic versioning. For example, if your PR adds a breaking cha
15
15
should change the heading of the (upcoming) version to include a major version bump.
16
16
17
17
-->
18
+
# 6.0.0-beta.23
19
+
20
+
## @rjsf/core
21
+
22
+
- Updated `FormProps` to add new `onChange`/`onBlur` values for the `liveValidate` and `liveOmit` props, deprecating the `boolean` aspect of them
23
+
- Updated `Form` to support the new feature to do `onBlur` handling of `liveValidate` and `liveOmit`
24
+
25
+
## Dev / docs / playground
26
+
- Updated the playground to switch `liveValidate` and `liveOmit` from checkboxes to radio buttons for the new options
27
+
- Updated `form-props.md` and `v6x upgrade guide.md` to document the new feature and deprecation
28
+
18
29
# 6.0.0-beta.22
19
30
20
31
## @rjsf/antd
@@ -44,7 +55,7 @@ should change the heading of the (upcoming) version to include a major version b
44
55
- BREAKING CHANGE: Updated `ArrayFieldTemplate` to remove the `ArrayFieldItemTemplate` render in favor of simply using `items` due to `ArrayField` changes
45
56
- BREAKING CHANGE: Updated `ArrayFieldItemButtonsTemplate` to replace the old callback-generator functions with the new memoizable callback functions
46
57
- Fixed a bug in `Form` to avoid getting errors being reported at the root level via `onChange` when there aren't
47
-
- Refactored LayoutGridField as function components instead of a single class component.
58
+
- Refactored `LayoutGridField` as function components instead of a single class component.
48
59
49
60
## @rjsf/daisyui
50
61
@@ -127,8 +138,7 @@ should change the heading of the (upcoming) version to include a major version b
127
138
- Updated the `utility-functions.md` documentation to add the new `useDeepCompareMemo()` hook
128
139
- Updated the `v6.x upgrade guide.md` documentation to add the BREAKING CHANGES to the `ArrayFieldTemplateProps`, `ArrayFieldItemTemplateType`, `ArrayFieldItemButtonsTemplateType`, `FieldTemplateProps`, `ObjectFieldTemplateProps` and `WrapIfAdditionalTemplateProps` interface props changes and the `useDeepCompareMemo()` hook
129
140
- Added documentation for the `nameGenerator` prop in `form-props.md` and v6.x upgrade guide
130
-
- Updated '@rjsf/snapshot-tests' package to explicitly depend on '@rjsf/core' to build first, fixing an error with parallelized builds
131
-
141
+
- Updated `@rjsf/snapshot-tests` package to explicitly depend on `@rjsf/core` to build first, fixing an error with parallelized builds
0 commit comments