Releases: chakra-ui/ark
@ark-ui/vue@5.9.2
Fixed
-
Collection: Export
CollectionOptions
,TreeCollectionOptions
,GridCollectionOptions
types. -
Carousel
- Fix issue where focusing on carousel region and navigating with keyboard doesn't work as expected
- Fix issue when
allowMouseDrag
is set where carousel no longer snaps after mouse interaction
-
Combobox: Fix issue where
onInputValueChange
doesn't get called whenautoFocus
is set totrue
-
Slider: Fix issue where slider could throw a error when rendered in an popover or dialog
-
Tour: Fix issue where calling
api.start(<id>)
with a step id doesn't work as expected -
Menu: Fix issue where
Menu.Item
throws adocument is not defined
error when used in a Nuxt app.
@ark-ui/solid@5.9.2
Fixed
-
Collection: Export
CollectionOptions
,TreeCollectionOptions
,GridCollectionOptions
types. -
Carousel
- Fix issue where focusing on carousel region and navigating with keyboard doesn't work as expected
- Fix issue when
allowMouseDrag
is set where carousel no longer snaps after mouse interaction
-
Combobox: Fix issue where
onInputValueChange
doesn't get called whenautoFocus
is set totrue
-
Slider: Fix issue where slider could throw a error when rendered in an popover or dialog
-
Tour: Fix issue where calling
api.start(<id>)
with a step id doesn't work as expected
@ark-ui/react@5.9.2
Fixed
-
Collection: Export
CollectionOptions
,TreeCollectionOptions
,GridCollectionOptions
types. -
Carousel
- Fix issue where focusing on carousel region and navigating with keyboard doesn't work as expected
- Fix issue when
allowMouseDrag
is set where carousel no longer snaps after mouse interaction
-
Combobox: Fix issue where
onInputValueChange
doesn't get called whenautoFocus
is set totrue
-
Slider: Fix issue where slider could throw a error when rendered in an popover or dialog
-
Tour: Fix issue where calling
api.start(<id>)
with a step id doesn't work as expected
@ark-ui/vue@5.9.1
Fixed
-
Combobox
- Fixed issue where
focusable
prop was not being applied to the trigger element. - Fixed issue where combobox doesn't work for items rendered as links.
- Fixed issue where
-
Collection: Fix issue where
getNextValue
andgetPreviousValue
doesn't work as expected whengroupBy
is used.
@ark-ui/solid@5.9.1
Fixed
- Collection: Fix issue where
getNextValue
andgetPreviousValue
doesn't work as expected whengroupBy
is used.
@ark-ui/react@5.9.1
Fixed
-
Combobox: Fixed issue where
focusable
prop was not being applied to the trigger element. -
Collection: Fix issue where
getNextValue
andgetPreviousValue
doesn't work as expected whengroupBy
is used.
@ark-ui/vue@5.9.0
Added
- Locale: Added
useFilter
composable to filter data based on the current locale. - Format: Added
FormatRelativeTime
component for formatting relative time.
@ark-ui/solid@5.9.0
Added
- Locale: Added
useFilter
hook to filter data based on the current locale. - Format: Added
FormatRelativeTime
component for formatting relative time.
@ark-ui/react@5.9.0
Added
- Locale: Added
useFilter
hook to filter data based on the current locale. - Format: Added
FormatRelativeTime
component for formatting relative time.
@ark-ui/vue@5.8.0
Added
- Date Picker: Added support for
outsideDaySelectable
prop to allow selecting days outside the current month (on
the same visible date range)