Features
Improvements
- Reduced bundle size due to removed compatiblity code.
clickScroll
will not cancel on fast clicks / taps. #650- Add easing to the
clickScroll
animation. - The scrollbar-handle offset and size calculations are now entirely in CSS and will not force reflows.
- Use custom css properties for setting the scrollbar-handle offset and size.
Bug Fixes
- Only take the initial scroll coordinates from the
viewport
element if it has a scrollable overflow. (Otherwise take the initial scroll coordinates from the target element) #652
Changelogs:
You can read further details in the corresponding changelogs.