Skip to content

Release 4.0.0-2

Pre-release
Pre-release

Choose a tag to compare

@nerdyman nerdyman released this 21 Feb 17:32
· 27 commits to main since this release

Features

  • BREAKING CHANGE: transition now defaults to 0.15s ease-out when user does not have prefers-reduced-motion: reduced
  • BREAKING CHANGE: onlyHandleDraggable now defaults to true for touch devices and false for non-touch devices via the pointer: coarse media query

Perf

  • transition properties are now applied via a custom CSS Houdini property to ensure the slider position and item clip paths animate smoothly and in sync (looking at you Safari)

Docs

  • Updates docs and stories to reflect prop changes
  • Adds full test coverage

Other

  • Adds React Doctor to CI