Skip to content

Releases: ustbhuangyi/better-scroll

v1.12.0

06 Jun 09:32
Compare
Choose a tag to compare

Improvements

Support Infinity Scroll, close issue #557
Support double click.
Support zoomTo API.

BugFix

Fix a bug that stopPropagation option is not working on the mouse-wheel close issue #575.
Fix a bug that mouse-wheel trigger scrollEnd two times when using transition.

v1.11.1

10 May 09:00
Compare
Choose a tag to compare

Improvements

Support zoom feature.
Optimize picker select.

v1.10.3

07 May 08:53
Compare
Choose a tag to compare

Improvements

Optimize pull down refresh feature.
Optimize scrollbar and do not display when contents are not exceeded.
Optimize auto blur feature, close issue #540 & #542 .

v1.10.0

20 Apr 06:02
Compare
Choose a tag to compare

Improvements

Support any side bounce instead of all sides.
Support ease effect of mouse-wheel, close issue #516

BugFix

Fix the bug that using mouse-wheel in PC can not pull up load, close issue #522 .

v.1.9.0

23 Mar 09:07
Compare
Choose a tag to compare

Improvements

Support vertical snap loop, close issue #489.
Support stopPropagation config, close issue #492.
Add some APIs: openPullDownclosePullDownopenPullUpclosePullUp, see document for more details.

BugFix

Avoid bugs caused by calling 'finishPullDown' many times , close issue #470.

v1.8.2-v1.8.4

07 Mar 06:12
Compare
Choose a tag to compare

Improvements

Add max swipe bounce distance limit for better performance, close issue #478

BugFix

Fix a bug of Android 4.3, close issue #450
Fix a bug that can not preventDefault if set the option click to true, close issue #470

v1.8.1

11 Feb 10:07
Compare
Choose a tag to compare

Improvements

  • Support ssr
  • close issue #459

v1.8.0

16 Jan 10:11
Compare
Choose a tag to compare

Improvements

  • Support PC mouse wheel, close issue #100 & #418
  • Support interactive scrollbar. close issue #385

v1.7.0

02 Jan 17:27
Compare
Choose a tag to compare

Improvements

  • Add snap easing config, close issue #407.
  • Add 'autoBlur' option, it will auto blur the active Element before scroll start.

BugFix

  • Fix a bug that when the 'pullingUp' event triggered and immediately call 'finishPullUp' method will cause 'pullingUp' event never triggered again.
  • Fix a bug that button 'click' event will triggered twice if set click option to true.

v1.6.3

25 Dec 09:16
Compare
Choose a tag to compare

BugFix

  • Fix pulldown refresh some edge case bug.
  • Fix input bug that causes scroll deviation in android environment.