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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ should change the heading of the (upcoming) version to include a major version b
28
28
29
29
## @rjsf/chakra-ui
30
30
31
+
- BREAKING CHANGE: upgrade to v3
32
+
- BREAKING CHANGE: remove deprecated `@chakra-ui/icon` in favor of `lucide-react`
31
33
- BREAKING CHANGE: Refactored `ArrayFieldItemTemplate` to use the new `ArrayFieldItemButtonsTemplate`
32
34
- Updated the `ArrayFieldTemplate`, `ObjectFieldTemplate`, and `WrapIfAdditionalTemplate` to a unique id using the `buttonId()` function and adding consistent marker classes
33
35
- Implemented the `GridTemplate` component, adding it to the `templates` for the theme
@@ -99,6 +101,7 @@ should change the heading of the (upcoming) version to include a major version b
99
101
100
102
## Dev / docs / playground
101
103
104
+
- Updated the playground to Chakra UI v3
102
105
- Updated the playground to remove `fluent-ui` theme
103
106
- Updated the `custom-templates.md` documentation for the changes to the `ArrayFieldTemplateItem` and add the two new templates
104
107
- Updated the `utility-functions.md` documentation to add the `buttonId()` function
0 commit comments