Skip to content

Releases: chakra-ui/ark

@ark-ui/vue@5.18.4

14 Aug 14:59
Compare
Choose a tag to compare

Fixed

  • Listbox: Add support for navigating grid collections

  • Carousel:

    • Fix an issue where the carousel would not update when slideCount or autoplay props change.
    • Fix an issue where loop: false was ignored when using autoplay. Now, the carousel will stop when it gets to the
      last slide.
  • Date Picker: Expose data-inline attribute on Content part to enable distinct styling for inline date pickers
    versus popover date pickers.

  • Menu: Fix issue where onCheckedChange could be called twice on checkbox or radio item

  • Radio Group: Fixed issue where arrow key navigation doesn't apply data-focus-visible on the newly focused item.

  • TagsInput: Export InputValueChangeDetails type

  • Field: Fix issue where asChild prop is not being applied to the input and select components, leading to
    hydration mismatch.

Changed

  • Async List: Improve type inference for descriptors

  • Framework Components: Improve runtime performance of components

@ark-ui/svelte@5.3.4

14 Aug 14:59
Compare
Choose a tag to compare

Fixed

  • Listbox: Add support for navigating grid collections

  • Carousel:

    • Fix an issue where the carousel would not update when slideCount or autoplay props change.
    • Fix an issue where loop: false was ignored when using autoplay. Now, the carousel will stop when it gets to the
      last slide.
  • Date Picker: Expose data-inline attribute on Content part to enable distinct styling for inline date pickers
    versus popover date pickers.

  • Menu: Fix issue where onCheckedChange could be called twice on checkbox or radio item

  • Radio Group: Fixed issue where arrow key navigation doesn't apply data-focus-visible on the newly focused item.

  • TagsInput: Export InputValueChangeDetails type

Changed

  • Async List: Improve type inference for descriptors

  • Framework Components: Improve runtime performance of components

@ark-ui/solid@5.18.4

14 Aug 14:58
Compare
Choose a tag to compare

Fixed

  • Listbox: Add support for navigating grid collections

  • Carousel:

    • Fix an issue where the carousel would not update when slideCount or autoplay props change.
    • Fix an issue where loop: false was ignored when using autoplay. Now, the carousel will stop when it gets to the
      last slide.
  • Date Picker: Expose data-inline attribute on Content part to enable distinct styling for inline date pickers
    versus popover date pickers.

  • Menu: Fix issue where onCheckedChange could be called twice on checkbox or radio item

  • Radio Group: Fixed issue where arrow key navigation doesn't apply data-focus-visible on the newly focused item.

  • TagsInput: Export InputValueChangeDetails type

Changed

  • Async List: Improve type inference for descriptors

  • Framework Components: Improve runtime performance of components

@ark-ui/react@5.18.4

14 Aug 14:57
Compare
Choose a tag to compare

Fixed

  • Listbox: Add support for navigating grid collections

  • Carousel:

    • Fix an issue where the carousel would not update when slideCount or autoplay props change.
    • Fix an issue where loop: false was ignored when using autoplay. Now, the carousel will stop when it gets to the
      last slide.
  • Date Picker: Expose data-inline attribute on Content part to enable distinct styling for inline date pickers
    versus popover date pickers.

  • Menu: Fix issue where onCheckedChange could be called twice on checkbox or radio item

  • Radio Group: Fixed issue where arrow key navigation doesn't apply data-focus-visible on the newly focused item.

  • TagsInput: Export InputValueChangeDetails type

Changed

  • Async List: Improve type inference for descriptors

@ark-ui/vue@5.18.3

01 Aug 13:09
Compare
Choose a tag to compare

Fixed

  • Carousel: Fix issue where controlled carousel ignores last slide

@ark-ui/svelte@5.3.3

01 Aug 13:10
Compare
Choose a tag to compare

Fixed

  • Carousel: Fix issue where controlled carousel ignores last slide

@ark-ui/solid@5.18.3

01 Aug 13:09
Compare
Choose a tag to compare

Fixed

  • General: Fix issue where presence closing animation doesn't work as expected

  • Carousel: Fix issue where controlled carousel ignores last slide

@ark-ui/react@5.18.3

01 Aug 12:02
Compare
Choose a tag to compare

Fixed

  • Factory: Check if children is a valid React element before calling Children.only()

  • Carousel: Fix issue where controlled carousel ignores last slide

@ark-ui/vue@5.18.2

26 Jul 18:24
Compare
Choose a tag to compare

Fixed

  • Dialog
    • Sync content --layer-index with positioner and backdrop
    • Decouple trapFocus from modal so it's possible to set modal=false and trapFocus=true

@ark-ui/svelte@5.3.2

26 Jul 18:24
Compare
Choose a tag to compare

Fixed

  • Dialog
    • Sync content --layer-index with positioner and backdrop
    • Decouple trapFocus from modal so it's possible to set modal=false and trapFocus=true