Skip to content

Commit cc5fd32

Browse files
author
Emiel van Lankveld
committed
Update changelog.
1 parent 9195422 commit cc5fd32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ should change the heading of the (upcoming) version to include a major version b
5050

5151
- 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)
5252

53+
## @rjsf/shadcn
54+
55+
- Radio widget labels are now accessible and can be clicked on to select the associated option.
56+
5357
## @rjsf/utils
5458

5559
- 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))
@@ -93,7 +97,6 @@ should change the heading of the (upcoming) version to include a major version b
9397
## @rjsf/shadcn
9498

9599
- Updated the building of `shadcn` to use the `lodashReplacer` with `tsc-alias` fixing [#4678](https://github.com/rjsf-team/react-jsonschema-form/issues/4678)
96-
- Radio widget labels are now accessible and can be clicked on to select the associated option.
97100

98101
## @rjsf/utils
99102

0 commit comments

Comments
 (0)