github chakra-ui/ark @ark-ui/svelte@5.13.0

21 hours ago

Added

  • General: Exported InteractOutsideEvent, FocusOutsideEvent, and PointerDownOutsideEvent types for better type
    safety
  • Carousel:
    • Added Carousel.AutoplayIndicator component for conditionally rendering content based on autoplay state
    • Added Carousel.ProgressText component for displaying current page progress (e.g., "1 / 5")
  • Toast: Exported ToastOptions and ToastStoreProps types for better type safety

Changed

  • useListCollection: Updated initialItems to accept readonly arrays for better compatibility with immutable data
    patterns.

Fixed

  • Slider:
    • Fixed Slider.ValueText not displaying default value when no children provided
    • Fixed SliderThumbPropsProvider to use modern Svelte 5 runes ($props() and {@render children?.()})
  • Combobox:
    • Fixed focus stealing in controlled open mode
    • Removed problematic aria-hidden behavior to allow interaction with other page elements

Don't miss a new ark release

NewReleases is sending notifications on new releases.