Skip to content

Commit 1b0ded9

Browse files
committed
docs: update changelog for 6.5.0 release with optgroup support and documentation
1 parent 81c6fd5 commit 1b0ded9

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@ should change the heading of the (upcoming) version to include a major version b
1616
1717
-->
1818

19+
# 6.5.0
20+
21+
## @rjsf/utils
22+
23+
- Added `optgroups` property to `UIOptionsBaseType` for grouping enum options into `<optgroup>` elements
24+
25+
## @rjsf/core
26+
27+
- Added `<optgroup>` support to `SelectWidget` via `ui:options.optgroups`, fixing [#1813](https://github.com/rjsf-team/react-jsonschema-form/issues/1813) and [#580](https://github.com/rjsf-team/react-jsonschema-form/issues/580)
28+
29+
## @rjsf/react-bootstrap
30+
31+
- Added `<optgroup>` support to `SelectWidget` via `ui:options.optgroups`
32+
33+
## Dev / docs / playground
34+
35+
- Added `optgroups` documentation to `uiSchema.md`
36+
- Added `optgroups` example to playground widgets sample
37+
1938
# 6.4.2
2039

2140
## @rjsf/antd

0 commit comments

Comments
 (0)