Skip to content

Releases: idiotWu/smooth-scrollbar

8.8.4

05 Jun 20:37
66c67b8
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v8.8.3...v8.8.4

8.8.3

23 Mar 18:47
382bea3
Compare
Choose a tag to compare

What's Changed

  • refactor(lodash): simplify clamp and debounce by @sadeghbarati in #500
  • fix(utils/event-hub): define options.passive as enumerable for compatibility when detecting browser support for passive events by @idiotWu in #520

New Contributors

Full Changelog: v8.8.1...v8.8.3

8.8.1

16 Sep 02:58
4156225
Compare
Choose a tag to compare

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: v8.8.0...v8.8.1

8.8.0

16 Sep 02:35
45bbd55
Compare
Choose a tag to compare

Breaking Changes

  • Reduce lodash usage to prevent vulnerability warnings by @j-turner28 in #496

New Contributors

Full Changelog: v8.7.5...v8.8.0

8.7.5

02 Aug 19:25
aece3e0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.7.4...v8.7.5

8.7.4

22 Jan 00:02
7e4e188
Compare
Choose a tag to compare

Bug Fixes

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

8.7.3

09 Jan 21:07
29d4047
Compare
Choose a tag to compare

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.)

8.7.2

25 Dec 02:33
8ab740a
Compare
Choose a tag to compare

Minor Changes

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

8.7.1

24 Dec 17:27
6a36ca1
Compare
Choose a tag to compare

Minor Changes

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

8.7.0

01 Nov 09:05
37fd83f
Compare
Choose a tag to compare

Features

  • event/mouse: smoothen scrolling while dragging thumbs.