Releases: ustbhuangyi/better-scroll
Releases · ustbhuangyi/better-scroll
v1.6.2
BugFix
Fix navigate problem of <a>
tag.
v1.6.1
BugFix
Fix scroll event fire when it's in transition and it can't fire the scroll event at the last animation frame .
Fix snap loop if the initial children length is zero.
v1.6.0
v1.5.6
v1.5.5
v1.5.4
Improvements
- optimize MutationObserver, do not refresh if the scroller is outside of the boundaries.
v1.5.3
v1.5.0 Wow
Bug Fixes
- fix some edge case by Android, merge pr #347
Improvements
- auto refresh via mutationObserver, user don't need to call refresh method after DOM changes.
- optimize pull down refresh,allow momentum scroll before pull down refresh end.
v1.4.2
Bug Fixes
- fix #318, calculate selectedIndex using
Math.round
instead of| 0
.
Improvements
- fix issue #312 allow bounce when pulling down before last pull down refresh finish.
- merge pr #331 optimize the config of wheel option, thanks to @linxiaowu66
- support es modules, refer to rollup pkg.module wiki
v1.4.0
Bug Fixes
- fix event register by the once method can't be removed manually if it's not triggered, thanks to @theniceangel & @CommanderXL
Improvements
- support TypeScript type definition, thanks to @taoqf & @linxiaowu66.
- fix issue #295, prevent click while the scroll is in transition.
- scroller add transition property
transform
while scrolling in case of some potential bugs, thanks to @wind-stone