Releases: ustbhuangyi/better-scroll
Releases · ustbhuangyi/better-scroll
v1.12.0
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
Improvements
Support zoom feature.
Optimize picker select.
v1.10.3
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
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
Improvements
Support vertical snap loop, close issue #489.
Support stopPropagation
config, close issue #492.
Add some APIs: openPullDown
、closePullDown
、openPullUp
、closePullUp
, see document for more details.
BugFix
Avoid bugs caused by calling 'finishPullDown' many times , close issue #470.
v1.8.2-v1.8.4
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
Improvements
- Support ssr
- close issue #459
v1.8.0
Improvements
- Support PC mouse wheel, close issue #100 & #418
- Support interactive scrollbar. close issue #385
v1.7.0
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
BugFix
- Fix pulldown refresh some edge case bug.
- Fix input bug that causes scroll deviation in android environment.