Releases: ustbhuangyi/better-scroll
Releases · ustbhuangyi/better-scroll
v2.4.2
v2.4.1
Bug Fixes
- mousewheel: should integrate with pulldown plugin
v2.4.0
Features
- scrollbar: add
fadeInTime
andfadeOutTime
option - pulldown: add more state to match the effects of sina-weibo
v2.3.1
v2.3.0
v2.2.1
Bug Fixes
- env: in Android 5.1 of DiDi App, addEventListener don't support passive
v2.1.4
Bug Fixes
- nested-scroll: should allow scroll in vertical direction when horizontal scroll nests in vertical scroll
v2.1.3
v2.1.1
Bug Fixes
- nested-scroll: resetPosition Immediately when finger touched content DOM again and BScroll is out of boundary
v2.1.0
Bug Fixes
- core: don't dispatch 'scroll' or 'scrollEnd' event when content DOM is not moved
- wheel: add
restorePosition
api,wheelIndexChanged
event, close #1103 - nested-scroll: refactor nested-scroll, support multi-nested scroll, close #964 #1086
Features
- probeType: unify the definition, see details
- observe-image: new plugin to detect img load or not and call refresh method
- slide: support dynamic pages, and
slidePageChanged
event - core: change
offsetHeight
toclientHeight
forwrapper
element size calculation, setdirectionLockThreshold
to 0