Skip to content

Choose a tag to compare

@segunadebayo segunadebayo released this 14 Nov 14:49
· 30 commits to main since this release

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

  • Combobox:
    • Fixed focus stealing in controlled open mode
    • Removed problematic aria-hidden behavior to allow interaction with other page elements
  • Marquee: Fixed Marquee.Content not receiving data-v-* attribute for scoped styles when using v-for at the
    root level.