Releases: chakra-ui/ark
Releases · chakra-ui/ark
@ark-ui/[email protected]
Added
- Editable: Added support for
activationMode=none
- Collection
- Exposed
copy
method - Added support for
getParentNodes
to accept a value or index path
- Exposed
Fixed
- Collection: Fixed issue where entrypoint
@ark-ui/vue/collection
was not working as expected - Carousel: Fixed issue where carousel crashes when
slidesPerPage
is 0 - File Upload: Prevented
undefined
inacceptedFiles
when no files accepted - Select: Fixed issue where highlighted item could be cleared when navigating up/down the list with keyboard
- Tabs: Fixed issue where tabs with links should not trigger tab change upon cmd/middle click
- Menu: Fixed issue where
Menu.ItemText
could not be used withMenu.Item
@ark-ui/[email protected]
Added
- Editable: Added support for
activationMode=none
- Collection
- Exposed
copy
method - Added support for
getParentNodes
to accept a value or index path
- Exposed
Fixed
- Collection: Fixed issue where entrypoint
@ark-ui/solid/collection
was not working as expected - Carousel: Fixed issue where carousel crashes when
slidesPerPage
is 0 - File Upload: Prevented
undefined
inacceptedFiles
when no files accepted - Select: Fixed issue where highlighted item could be cleared when navigating up/down the list with keyboard
- Tabs: Fixed issue where tabs with links should not trigger tab change upon cmd/middle click
- Menu: Fixed issue where
Menu.ItemText
could not be used withMenu.Item
@ark-ui/[email protected]
Added
- Editable: Added support for
activationMode=none
- Collection
- Exposed
copy
method - Added support for
getParentNodes
to accept a value or index path
- Exposed
Fixed
- Collection: Fixed issue where entrypoint
@ark-ui/react/collection
was not working as expected - Carousel: Fixed issue where carousel crashes when
slidesPerPage
is 0 - File Upload: Prevented
undefined
inacceptedFiles
when no files accepted - Select: Fixed issue where highlighted item could be cleared when navigating up/down the list with keyboard
- Tabs: Fixed issue where tabs with links should not trigger tab change upon cmd/middle click
- Menu: Fixed issue where
Menu.ItemText
could not be used withMenu.Item
@ark-ui/[email protected]
Added
- Collection: Add new
useListCollection
hook to create a dynamic list collection.
Fixed
- Progress: Export
ProgressValueChangeDetails
andProgressValueTranslationDetails
types from@zag-js/progress
@ark-ui/[email protected]
Added
- Collection: Add new
useListCollection
hook to create a dynamic list collection.
Fixed
- Progress: Export
ProgressValueChangeDetails
andProgressValueTranslationDetails
types from@zag-js/progress
@ark-ui/[email protected]
Added
- Collection: Add new
useListCollection
hook to create a dynamic list collection.
Fixed
- Progress: Export
ProgressValueChangeDetails
andProgressValueTranslationDetails
types from@zag-js/progress
@ark-ui/[email protected]
Added
-
Tree View: Add support for lazy loading node children. To use this, you need to provide:
loadChildren
is a function that is used to load the children of a node.onLoadChildrenComplete
is a callback that is called when the children of a node are loaded. Used to update the
tree collection.- Add
childrenCount
to the node object to indicate the number of children.
Fixed
-
Slider
- Fixed issue where
Shift
+ArrowRight
set value to0
instead ofmax
when step is too large (e.g.20
) - Fixed issue where
onValueChangeEnd
doesn't return the latest value when dragging very fast
- Fixed issue where
@ark-ui/[email protected]
Added
-
Tree View: Add support for lazy loading node children. To use this, you need to provide:
loadChildren
is a function that is used to load the children of a node.onLoadChildrenComplete
is a callback that is called when the children of a node are loaded. Used to update the
tree collection.- Add
childrenCount
to the node object to indicate the number of children.
Fixed
-
Slider
- Fixed issue where
Shift
+ArrowRight
set value to0
instead ofmax
when step is too large (e.g.20
) - Fixed issue where
onValueChangeEnd
doesn't return the latest value when dragging very fast
- Fixed issue where
@ark-ui/[email protected]
Added
-
Tree View: Add support for lazy loading node children. To use this, you need to provide:
loadChildren
is a function that is used to load the children of a node.onLoadChildrenComplete
is a callback that is called when the children of a node are loaded. Used to update the
tree collection.- Add
childrenCount
to the node object to indicate the number of children.
Fixed
-
Slider
- Fixed issue where
Shift
+ArrowRight
set value to0
instead ofmax
when step is too large (e.g.20
) - Fixed issue where
onValueChangeEnd
doesn't return the latest value when dragging very fast
- Fixed issue where
@ark-ui/[email protected]
Added
- File Upload: Added support for transforming uploaded files via
transformFiles
context property.
Fixed
- Slider: Fixed issue where
minStepsBetweenThumbs
isn't computed correctly when interacting with pointer or
keyboard.