Releases: idiotWu/smooth-scrollbar
Releases · idiotWu/smooth-scrollbar
8.8.4
05 Jun 20:37
Compare
Sorry, something went wrong.
No results found
8.8.3
23 Mar 18:47
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
8.7.5
02 Aug 19:25
Compare
Sorry, something went wrong.
No results found
8.7.4
22 Jan 00:02
Compare
Sorry, something went wrong.
No results found
Bug Fixes
event/touch : reset touch trackers on touchstart
, resolves #435
8.7.3
09 Jan 21:07
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Minor Changes
touch : multiply touch moving velocity by devicePixelRatio
on Android.
8.7.1
24 Dec 17:27
Compare
Sorry, something went wrong.
No results found
Minor Changes
touch : calculate scrolling delta based on the touch moving velocity.
8.7.0
01 Nov 09:05
Compare
Sorry, something went wrong.
No results found
Features
event/mouse : smoothen scrolling while dragging thumbs.