Skip to content

Releases: ustbhuangyi/better-scroll

v2.4.2

02 Aug 13:56
Compare
Choose a tag to compare

BUG FIX

  • mouse-wheel: closed #1227

v2.4.1

24 Jun 06:44
Compare
Choose a tag to compare

Bug Fixes

  • mousewheel: should integrate with pulldown plugin

v2.4.0

23 Jun 08:33
Compare
Choose a tag to compare

Features

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

v2.3.1

08 May 11:52
Compare
Choose a tag to compare

Bug Fixes

v2.3.0

19 Apr 14:42
Compare
Choose a tag to compare

Bug Fixes

Features

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

v2.2.1

04 Mar 12:48
Compare
Choose a tag to compare

Bug Fixes

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

v2.1.4

24 Jan 09:31
Compare
Choose a tag to compare

Bug Fixes

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

v2.1.3

21 Jan 17:17
Compare
Choose a tag to compare

Bug Fixes

  • core: fixed touchcancel closed #1145

v2.1.1

04 Jan 15:34
Compare
Choose a tag to compare

Bug Fixes

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

v2.1.0

04 Jan 14:29
Compare
Choose a tag to compare

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