Major Changes
-
#3061
000ec5bThanks
@github-actions! - Breaking: Rename props for consistency with other
machines.Migration
slideCount→count— Aligns withrating,pagination, etc.- slideCount: items.length + count: items.length
autoplay→autoPlay— Consistent camelCase (matches HTML spec).- autoplay: true + autoPlay: true - autoplay: { delay: 2000 } + autoPlay: { delay: 2000 }
padding→itemSpacing— 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