Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
cfa8ed7
Begin chakra ui v2 to v3 migration
MilanKrupa Jan 10, 2025
b38e56e
Fix chakra snippets types, temporarily remove getChakra function
MilanKrupa Jan 22, 2025
69ee47b
Handle select and number input value change
MilanKrupa Jan 26, 2025
3e07b1b
fix chakra RadioWidget value change
antpaw Apr 13, 2025
e798022
fix chakra CheckboxesWidget value assign
antpaw Apr 13, 2025
82a3f37
add chakra Fieldset to FieldTemplate
antpaw Apr 13, 2025
d9fbc44
fix chakra SelectWidget content position via portal
antpaw Apr 13, 2025
e2ec1f5
add chakra NativeSelectWidget
antpaw Apr 13, 2025
459108a
update playground chakra-ui version
antpaw Apr 13, 2025
504269a
remove @chakra-ui/icon in favor of lucide-react
antpaw Apr 14, 2025
69f6f06
remove unused dependencies
antpaw Apr 22, 2025
9cb4f64
remove commented out code
antpaw Apr 22, 2025
ee0f7f4
add js docs to the slider components
antpaw Apr 22, 2025
f9be3a6
update v6 changelog
antpaw Apr 22, 2025
8371110
fixup! Fix chakra snippets types, temporarily remove getChakra function
antpaw Apr 22, 2025
deea23e
fixup! remove @chakra-ui/icon in favor of lucide-react
antpaw Apr 24, 2025
8c75db3
linting imports
antpaw Apr 24, 2025
24d48c3
fix tsconfig setting
antpaw Apr 24, 2025
acb91f4
clean package-lock.json
antpaw Apr 24, 2025
81ab242
add structuredClone to jest
antpaw Apr 24, 2025
04f1d3c
hotfixes
antpaw Apr 24, 2025
4977cab
fix test setup
antpaw Apr 24, 2025
d9f509f
fix range slider crash
antpaw Apr 24, 2025
cf3939d
remove portal to fix tests
antpaw Apr 24, 2025
dc728a0
update chakra-ui version
antpaw Apr 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG_v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ should change the heading of the (upcoming) version to include a major version b

## @rjsf/chakra-ui

- BREAKING CHANGE: upgrade from v2 to v3
- BREAKING CHANGE: remove deprecated `@chakra-ui/icon` in favor of `lucide-react`
- BREAKING CHANGE: Refactored `ArrayFieldItemTemplate` to use the new `ArrayFieldItemButtonsTemplate`
- Updated the `ArrayFieldTemplate`, `ObjectFieldTemplate`, and `WrapIfAdditionalTemplate` to a unique id using the `buttonId()` function and adding consistent marker classes
- Implemented the `GridTemplate` component, adding it to the `templates` for the theme
Expand Down Expand Up @@ -107,6 +109,7 @@ should change the heading of the (upcoming) version to include a major version b

## Dev / docs / playground

- Updated the playground to Chakra UI v3
- Updated the playground to remove `fluent-ui` theme
- Updated the `custom-templates.md` documentation for the changes to the `ArrayFieldTemplateItem` and add the two new templates
- Updated the `utility-functions.md` documentation to add the `buttonId()` function
Expand Down
Loading
Loading