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_v6.md
+31-3Lines changed: 31 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ should change the heading of the (upcoming) version to include a major version b
25
25
- BREAKING CHANGE: Removed support for version 4 of `antd`
26
26
- Updated `ArrayFieldItemTemplate` to replace `Button.Group` with `Space.Compact` since `Button.Group` is deprecated in `antd` version 5
27
27
- Upgraded to `@ant-design/icon@5`
28
+
- fix: Ensure peer dependencies align with v6 beta versions.
28
29
29
30
## @rjsf/chakra-ui
30
31
@@ -33,6 +34,7 @@ should change the heading of the (upcoming) version to include a major version b
33
34
- BREAKING CHANGE: Refactored `ArrayFieldItemTemplate` to use the new `ArrayFieldItemButtonsTemplate`
34
35
- Updated the `ArrayFieldTemplate`, `ObjectFieldTemplate`, and `WrapIfAdditionalTemplate` to a unique id using the `buttonId()` function and adding consistent marker classes
35
36
- Implemented the `GridTemplate` component, adding it to the `templates` for the theme
37
+
- fix: Ensure peer dependencies align with v6 beta versions.
36
38
37
39
## @rjsf/core
38
40
@@ -47,6 +49,8 @@ should change the heading of the (upcoming) version to include a major version b
47
49
## @rjsf/daisyui
48
50
49
51
- Added new theme!
52
+
- fix: Ensure peer dependencies align with v6 beta versions.
@@ -57,33 +61,54 @@ should change the heading of the (upcoming) version to include a major version b
57
61
- BREAKING CHANGE: Refactored `ArrayFieldItemTemplate` to use the new `ArrayFieldItemButtonsTemplate`
58
62
- Updated the `ArrayFieldTemplate`, `ObjectFieldTemplate`, and `WrapIfAdditionalTemplate` to a unique id using the `buttonId()` function and adding consistent marker classes
59
63
- Implemented the `GridTemplate` component, adding it to the `templates` for the theme
64
+
- fix: Ensure peer dependencies align with v6 beta versions.
60
65
61
66
## @rjsf/mui
62
67
63
68
- BREAKING CHANGE: Refactored `ArrayFieldItemTemplate` to use the new `ArrayFieldItemButtonsTemplate`
64
69
- Updated the `ArrayFieldTemplate`, `ObjectFieldTemplate`, and `WrapIfAdditionalTemplate` to a unique id using the `buttonId()` function and adding consistent marker classes
65
70
- Updated the theme to use `Grid2` instead of the deprecated `Grid`
66
71
- Implemented the `GridTemplate` component, adding it to the `templates` for the theme
72
+
- fix: Ensure peer dependencies align with v6 beta versions.
73
+
74
+
## @rjsf/react-bootstrap
75
+
76
+
- Added new package to replace `@rjsf/bootstrap-4`
77
+
-`react-bootstrap` peer dependency bumped to `^2.0.0`, corresponding to Bootstrap 5
- SelectWidget: Use new FormSelect component, remove `bsPrefix` prop to achieve correct styling
82
+
- fix: Ensure peer dependencies align with v6 beta versions.
67
83
68
84
## @rjsf/semantic-ui
69
85
70
86
- BREAKING CHANGE: Refactored `ArrayFieldItemTemplate` to use the new `ArrayFieldItemButtonsTemplate`
71
87
- Updated the `ArrayFieldTemplate`, `ObjectFieldTemplate`, and `WrapIfAdditionalTemplate` to a unique id using the `buttonId()` function and adding consistent marker classes
72
88
- Implemented the `GridTemplate` component, adding it to the `templates` for the theme
89
+
- fix: Ensure peer dependencies align with v6 beta versions.
73
90
74
91
## @rjsf/shadcn
75
92
76
93
- Added new theme!
94
+
- fix: Ensure peer dependencies align with v6 beta versions.
77
95
78
96
## @rjsf/uswds
79
97
80
98
- BREAKING: Initial release of the USWDS theme package (`@rjsf/uswds`).
81
99
- BREAKING: Uses components from `@trussworks/react-uswds` library for core form elements, templates, and buttons.
82
100
- feat: Implemented `GridTemplate` using `@trussworks/react-uswds` Grid components.
83
-
- fix: Extensible for custom props `@rjsf/uswds`*if needed but defaults to`@trussworks/react-uswds` components (`FormGroup`, `Label`, `TextInput`, `Grid`).
- fix: Refactored all Widgets to use components from `@trussworks/react-uswds`.
85
-
- fix: Refactored all Templates (Field, ErrorList, Buttons, etc.) to use components from `@trussworks/react-uswds`.
86
-
- test: Uses standard `@rjsf/snapshot-tests` tests for `@rjsf/uswds`.
103
+
- fix: Refactored all Templates (Field, ErrorList, Buttons, ArrayField*, ObjectField*, TitleField*, etc.) to use components from `@trussworks/react-uswds`.
104
+
- fix: Removed unused `BaseInputTemplate` and `Templates.tsx`.
105
+
- fix: Updated `GridTemplate` to accept `className` and `style` props for consistency.
0 commit comments