Skip to content

Commit 383f258

Browse files
Merge branch 'main' into default_form_replace
2 parents f93b507 + ff5d375 commit 383f258

File tree

47 files changed

+2741
-2521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2741
-2521
lines changed

CHANGELOG.md

Lines changed: 55 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,75 @@ should change the heading of the (upcoming) version to include a major version b
1818

1919
# 6.0.0-beta.9
2020

21-
## @rjsf/util
21+
## @rjsf/antd
2222

23-
- Allow form value overrides with defaults [#4625](https://github.com/rjsf-team/react-jsonschema-form/pull/4625
23+
- Updated the `README.md` file for dependencies and snapshots due to updating to latest `antd`
2424

25-
# 6.0.0-beta.8
25+
## @rjsf/chakra-ui
26+
27+
- Updated `SelectWidget` to only pick the first element in a list when single selection is active, fixing [#4623](https://github.com/rjsf-team/react-jsonschema-form/issues/4623)
28+
- Updated the `README.md` file for dependencies
29+
30+
## @rjsf/daisyui
31+
32+
- Updated the `README.md` file for dependencies
33+
- Updated `package.json` to move `@fluentui` packages to peer and dev dependencies
34+
35+
## @rjsf/fluentui-rc
36+
37+
- Updated the `README.md` file for dependencies
38+
- Updated `package.json` to move `daisyui` to peer and dev dependencies
39+
40+
## @rjsf/mui
41+
42+
- Updated the `README.md` file for dependencies
43+
- BREAKING CHANGE: Upgraded MUI to version 7, dropping support for earlier versions due to conversion of `Grid`s to v7 version (a MUI breaking change)
44+
45+
## @rjsf/react-bootstrap
46+
47+
- Updated the `README.md` file for dependencies
48+
49+
## @rjsf/semantic-ui
50+
51+
- Updated the `README.md` file for dependencies
52+
- Deprecated the theme due to it appearing to be a dead project
53+
54+
## @rjsf/shadcn
55+
56+
- Updated the `README.md` file for dependencies
2657

2758
## @rjsf/util
2859

2960
- Fixed form data propagation with `patternProperties` [#4617](https://github.com/rjsf-team/react-jsonschema-form/pull/4617)
61+
- Updated the `GlobalUISchemaOptions` types to extend `GenericObjectType` to support user-defined values for their extensions
62+
- Allow form value overrides with defaults [#4625](https://github.com/rjsf-team/react-jsonschema-form/pull/4625
63+
64+
## Dev / docs / playground
65+
66+
- Updated `playground` to use MUI version 7
67+
- Updated `v6 upgrade guide.md` to note the breaking change for MUI 7 and deprecation of `semantic-ui`
68+
69+
# 6.0.0-beta.8
3070

3171
## @rjsf/chakra-ui
3272

3373
- Added `getChakra` to package exports
3474
- Restored the `ui:options` customization
75+
- Updated `SelectWidget` to only pick the first element in a list when single selection is active, fixing [#4623](https://github.com/rjsf-team/react-jsonschema-form/issues/4623)
76+
77+
## @rjsf/core
78+
79+
- Updated `LayoutGridField` to use the pre-existing `UI_GLOBAL_OPTIONS_KEY` instead of its own incorrect one.
80+
81+
## @rjsf/util
82+
83+
- Fixed form data propagation with `patternProperties` [#4617](https://github.com/rjsf-team/react-jsonschema-form/pull/4617)
84+
- Fixed issue where oneOf schema references could not be modified when defaults were set, fixing [#4580](https://github.com/rjsf-team/react-jsonschema-form/issues/4580).
85+
- Updated the `GlobalUISchemaOptions` types to extend `GenericObjectType` to support user-defined values for their extensions
3586

3687
## Dev / docs / playground
3788

38-
- Updated precompiled schemas documentation in `validation.md` based on v6 changes, addressingg [#4618](https://github.com/rjsf-team/react-jsonschema-form/issues/4618)
89+
- Updated precompiled schemas documentation in `validation.md` based on v6 changes, addressing [#4618](https://github.com/rjsf-team/react-jsonschema-form/issues/4618)
3990

4091
# 6.0.0-beta.7
4192

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- [Chakra UI v3](https://github.com/rjsf-team/react-jsonschema-form/tree/main/packages/chakra-ui)
3333
- [Daisy UI v5](https://github.com/rjsf-team/react-jsonschema-form/tree/main/packages/daisyui)
3434
- [Fluent UI v9](https://github.com/rjsf-team/react-jsonschema-form/tree/main/packages/fluentui-rc)
35-
- [Material UI v5 & v6](https://github.com/rjsf-team/react-jsonschema-form/tree/main/packages/mui)
35+
- [Material UI v7](https://github.com/rjsf-team/react-jsonschema-form/tree/main/packages/mui)
3636
- [React-Bootstrap (Bootstrap v5)](https://github.com/rjsf-team/react-jsonschema-form/tree/main/packages/react-bootstrap)
3737
- [Semantic UI v2](https://github.com/rjsf-team/react-jsonschema-form/tree/main/packages/semantic-ui)
3838
- [Shad CN](https://github.com/rjsf-team/react-jsonschema-form/tree/main/packages/shadcn)

0 commit comments

Comments
 (0)