Skip to content

Releases: chakra-ui/ark

@ark-ui/vue@5.9.2

24 May 16:59
Compare
Choose a tag to compare

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 when autoFocus is set to true

  • 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 a document is not defined error when used in a Nuxt app.

@ark-ui/solid@5.9.2

24 May 16:59
Compare
Choose a tag to compare

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 when autoFocus is set to true

  • 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

24 May 16:57
Compare
Choose a tag to compare

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 when autoFocus is set to true

  • 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

12 May 18:56
Compare
Choose a tag to compare

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.
  • Collection: Fix issue where getNextValue and getPreviousValue doesn't work as expected when groupBy is used.

@ark-ui/solid@5.9.1

12 May 18:55
Compare
Choose a tag to compare

Fixed

  • Collection: Fix issue where getNextValue and getPreviousValue doesn't work as expected when groupBy is used.

@ark-ui/react@5.9.1

12 May 18:52
Compare
Choose a tag to compare

Fixed

  • Combobox: Fixed issue where focusable prop was not being applied to the trigger element.

  • Collection: Fix issue where getNextValue and getPreviousValue doesn't work as expected when groupBy is used.

@ark-ui/vue@5.9.0

05 May 14:10
Compare
Choose a tag to compare

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

05 May 14:06
Compare
Choose a tag to compare

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

05 May 14:04
Compare
Choose a tag to compare

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

01 May 15:20
Compare
Choose a tag to compare

Added

  • Date Picker: Added support for outsideDaySelectable prop to allow selecting days outside the current month (on
    the same visible date range)