Better Scroll Versions Save

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

v1.12.0

5 years ago

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

6 years ago

Improvements

Support zoom feature. Optimize picker select.

v1.10.3

6 years ago

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

6 years ago

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 .

v1.9.0

6 years ago

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.4

6 years ago

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

6 years ago

Improvements

  • Support ssr
  • close issue #459

v1.8.0

6 years ago

Improvements

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

v1.7.0

6 years ago

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

6 years ago

BugFix

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