Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 15:37
· 95 commits to main since this release
15768dd

Minor Changes

  • add onUserNavigation prop to listen for user-triggered navigation (#970)

  • allow for any element or component in the nextButtonText and prevButtonText props, instead of just strings (#970)

  • pass nextDisabled, previousDisabled, and pagingDotsIndices to render*Controls callbacks to aid in the creation of custom controls (#966)

  • adds the ability to use custom easing functions for the animations via easing and edgeEasing (#959)

  • add props to enable users to hook into interactions with the default carousel controls (#970)

Patch Changes

  • animation=fade now behaves as it did pre-5.3.0, scrolling all visible slides at once (#959)

  • make the control dots change in size when dimensions changed via CSS (#964)

  • Applies draggable=false only to children of sliderList, not entire document (#972)