github chakra-ui/zag @zag-js/carousel@2.0.0-next.0

latest releases: @zag-js/dnd@2.0.0-next.0, @zag-js/dismissable@2.0.0-next.0, @zag-js/popper@2.0.0-next.0...
pre-release7 hours ago

Major Changes

  • #3061
    000ec5b Thanks
    @github-actions! - Breaking: Rename props for consistency with other
    machines.

    Migration

    slideCountcount — Aligns with rating, pagination, etc.

    - slideCount: items.length
    + count: items.length

    autoplayautoPlay — Consistent camelCase (matches HTML spec).

    - autoplay: true
    + autoPlay: true
    
    - autoplay: { delay: 2000 }
    + autoPlay: { delay: 2000 }

    paddingitemSpacing — More descriptive name for the scroll padding around the viewport.

    - padding: "16px"
    + itemSpacing: "16px"

Patch Changes

  • Updated dependencies [5820feb]:
    • @zag-js/anatomy@2.0.0-next.0
    • @zag-js/types@2.0.0-next.0
    • @zag-js/dom-query@2.0.0-next.0
    • @zag-js/core@2.0.0-next.0
    • @zag-js/scroll-snap@2.0.0-next.0
    • @zag-js/utils@2.0.0-next.0

Don't miss a new zag release

NewReleases is sending notifications on new releases.