Smooth Scrollbar Versions Save

Customizable, Extendable, and High-Performance JavaScript-Based Scrollbar Solution.

v8.8.4

11 months ago

Bug Fixes

  • utils/debounce: fix timer scheduling. @sadeghbarati #538

Full Changelog: https://github.com/idiotWu/smooth-scrollbar/compare/v8.8.3...v8.8.4

v8.8.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/idiotWu/smooth-scrollbar/compare/v8.8.1...v8.8.3

v8.8.1

1 year ago

Bug Fixes

  • event/touch: use devicePixelRatio as velocity multiplier to fix the issue that scrolling is slow on iOS 16.
  • event/keyboard: add offsetLeft to tab key handler, fixes #421.

Full Changelog: https://github.com/idiotWu/smooth-scrollbar/compare/v8.8.0...v8.8.1

v8.8.0

1 year ago

Breaking Changes

New Contributors

Full Changelog: https://github.com/idiotWu/smooth-scrollbar/compare/v8.7.5...v8.8.0

v8.7.5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/idiotWu/smooth-scrollbar/compare/v8.7.4...v8.7.5

v8.7.4

2 years ago

Bug Fixes

  • event/touch: reset touch trackers on touchstart, resolves #435

v8.7.3

2 years ago

Minor Changes

  • geometry: use ResizeObserver instead of MutationObserver to apply automatic re-calculations. (This is a temporary optimization and we will refactor the code in v9.)

v8.7.2

2 years ago

Minor Changes

  • touch: multiply touch moving velocity by devicePixelRatio on Android.

v8.7.1

2 years ago

Minor Changes

  • touch: calculate scrolling delta based on the touch moving velocity.

v8.7.0

2 years ago

Features

  • event/mouse: smoothen scrolling while dragging thumbs.