Releases: chakra-ui/ark
Releases · chakra-ui/ark
@ark-ui/vue@5.16.0
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 thehex
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
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 thehex
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
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 thehex
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
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 thehex
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
Fixed
-
Fix issue where
bind:ref
doesn't work with components, making it impossible to access the underlying DOM element.
Now, you can passbind: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
Fixed
- Combobox, Select, Listbox: Fix issue where rehydrating
defaultValue
orvalue
after fetching items doesn't
update thevalueAsString
@ark-ui/svelte@5.0.4
Fixed
- Combobox, Select, Listbox: Fix issue where rehydrating
defaultValue
orvalue
after fetching items doesn't
update thevalueAsString
@ark-ui/svelte@5.0.3
Fixed
- Tree View: Fix tree traversal for querying last node
@ark-ui/solid@5.15.4
Fixed
- Combobox, Select, Listbox: Fix issue where rehydrating
defaultValue
orvalue
after fetching items doesn't
update thevalueAsString
@ark-ui/solid@5.15.3
Fixed
- Tree View: Fix tree traversal for querying last node