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
+55-4Lines changed: 55 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,24 +18,75 @@ should change the heading of the (upcoming) version to include a major version b
18
18
19
19
# 6.0.0-beta.9
20
20
21
-
## @rjsf/util
21
+
## @rjsf/antd
22
22
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`
24
24
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
26
57
27
58
## @rjsf/util
28
59
29
60
- 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
30
70
31
71
## @rjsf/chakra-ui
32
72
33
73
- Added `getChakra` to package exports
34
74
- 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
35
86
36
87
## Dev / docs / playground
37
88
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)
0 commit comments