Better Scroll Versions Save

:scroll: inspired by iscroll, and it supports more features and has a better scroll perfermance

v2.4.2

2 years ago

BUG FIX

  • mouse-wheel: closed #1227

v2.4.1

2 years ago

Bug Fixes

  • mousewheel: should integrate with pulldown plugin

v2.4.0

2 years ago

Features

  • scrollbar: add fadeInTime and fadeOutTime option
  • pulldown: add more state to match the effects of sina-weibo

v2.3.1

2 years ago

Bug Fixes

  • scrollbar: close #1185

v2.3.0

3 years ago

Bug Fixes

  • slide: close #1168

Features

  • core: add quadrant option to close #857
  • slide: add startPageXIndex and startPageYIndex to close #1175

v2.2.1

3 years ago

Bug Fixes

  • env: in Android 5.1 of DiDi App, addEventListener don't support passive

v2.1.4

3 years ago

Bug Fixes

  • nested-scroll: should allow scroll in vertical direction when horizontal scroll nests in vertical scroll

v2.1.3

3 years ago

Bug Fixes

  • core: fixed touchcancel closed #1145

v2.1.1

3 years ago

Bug Fixes

  • nested-scroll: resetPosition Immediately when finger touched content DOM again and BScroll is out of boundary

v2.1.0

3 years ago

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 to clientHeight for wrapper element size calculation, set directionLockThreshold to 0