Releases: idiotWu/smooth-scrollbar
Releases · idiotWu/smooth-scrollbar
v6.4.0
- Add
isRemoval
to destroy methods.
v6.3.0
- Add
syncCallbacks
options to perform synchronous callbacks.
v6.2.0
- Rename
options.friction
to options.damping
v6.1.0
- Fix overscroll effect on non-scrollable containers.
- Add
alwaysShowTracks
option.
v6.0.0
- Add experimental overscroll effect.
v5.6.0
- Remove
ignoreEvents
option.
- Add
unregisterEvents
and registerEvents
to manage events.
v5.5.0
- Add
renderByPixels
option.
v5.3.0
- Add
scrollIntoView()
method.
v5.2.0
- Add
continuousScrolling
option.
v5.1.0
- Add
#clearMovement
and #stop
method.
- Allow users to temporarily disable callbacks when invoke
#setPosition
method.