Release 4.0.0-2
Pre-release
Pre-release
Features
- BREAKING CHANGE:
transitionnow defaults to0.15s ease-outwhen user does not haveprefers-reduced-motion: reduced - BREAKING CHANGE:
onlyHandleDraggablenow defaults totruefor touch devices andfalsefor non-touch devices via thepointer: coarsemedia query
Perf
transitionproperties 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