Skip to content

Releases: chakra-ui/ark

@ark-ui/vue@5.16.0

01 Jul 14:04
Compare
Choose a tag to compare

Added

  • Color Picker: Add support for inline prop to render color picker inline
  • Date Picker: Add support for inline prop to render the date calendar inline

Fixed

  • Color Picker: Auto-prefix Hex values with # if missing when using the hex channel input
  • Menu: Fix interaction outside detection for focusable context trigger
  • Tree View: Improve support for rendering tree items as links

@ark-ui/svelte@5.1.0

01 Jul 14:05
Compare
Choose a tag to compare

Added

  • Angle Slider [New]: Add support for angle slider component for angle selection.
  • Color Picker: Add support for inline prop to render color picker inline
  • Date Picker: Add support for inline prop to render the date calendar inline

Fixed

  • Color Picker: Auto-prefix Hex values with # if missing when using the hex channel input
  • Menu: Fix interaction outside detection for focusable context trigger
  • Tree View: Improve support for rendering tree items as links

@ark-ui/solid@5.16.0

01 Jul 14:04
Compare
Choose a tag to compare

Added

  • Color Picker: Add support for inline prop to render color picker inline
  • Date Picker: Add support for inline prop to render the date calendar inline

Fixed

  • Color Picker: Auto-prefix Hex values with # if missing when using the hex channel input
  • Menu: Fix interaction outside detection for focusable context trigger
  • Tree View: Improve support for rendering tree items as links

@ark-ui/react@5.16.0

01 Jul 14:01
Compare
Choose a tag to compare

Added

  • Color Picker: Add support for inline prop to render color picker inline
  • Date Picker: Add support for inline prop to render the date calendar inline

Fixed

  • Color Picker: Auto-prefix Hex values with # if missing when using the hex channel input
  • Menu: Fix interaction outside detection for focusable context trigger
  • Tree View: Improve support for rendering tree items as links

@ark-ui/svelte@5.0.5

28 Jun 11:37
Compare
Choose a tag to compare

Fixed

  • Fix issue where bind:ref doesn't work with components, making it impossible to access the underlying DOM element.
    Now, you can pass bind:ref to all components.

    <script lang="ts">
      let rootNode = $state<HTMLDivElement | null>(null)
    
      $inspect(rootNode)
    </script>
    
    <Accordion.Root bind:ref={rootNode}>
      <Accordion.Item value="item-1">
        <Accordion.Trigger>Item 1</Accordion.Trigger>
        <Accordion.Content>Content 1</Accordion.Content>
      </Accordion.Item>
    </Accordion.Root>
  • Improve prop reactivity across all components.

@ark-ui/vue@5.15.3

27 Jun 12:50
Compare
Choose a tag to compare

Fixed

  • Combobox, Select, Listbox: Fix issue where rehydrating defaultValue or value after fetching items doesn't
    update the valueAsString

@ark-ui/svelte@5.0.4

27 Jun 12:51
Compare
Choose a tag to compare

Fixed

  • Combobox, Select, Listbox: Fix issue where rehydrating defaultValue or value after fetching items doesn't
    update the valueAsString

@ark-ui/svelte@5.0.3

27 Jun 09:19
Compare
Choose a tag to compare

Fixed

  • Tree View: Fix tree traversal for querying last node

@ark-ui/solid@5.15.4

27 Jun 12:50
Compare
Choose a tag to compare

Fixed

  • Combobox, Select, Listbox: Fix issue where rehydrating defaultValue or value after fetching items doesn't
    update the valueAsString

@ark-ui/solid@5.15.3

27 Jun 09:18
Compare
Choose a tag to compare

Fixed

  • Tree View: Fix tree traversal for querying last node