Skip to content

Releases: YvesCoding/vuescroll

v4.5.33

01 Jun 17:12
Compare
Choose a tag to compare

Bug Fixes

  • don't call complete while __isDecelerating is false (ff0f950)

Features

  • add direction info for event handle (42153e7)

v4.5.32

31 May 15:29
Compare
Choose a tag to compare

Bug Fixes

Features

  • api: add triggerRefreshOrLoad Api that you can trigger refresh or load directly (02fb682)

v4.5.31

30 May 01:06
Compare
Choose a tag to compare

4.5.31 (2018-05-30)

Bug Fixes

  • add min-width to scrollPanel, scrollContent(#32) (8fc54cd)

v4.5.30

29 May 11:53
Compare
Choose a tag to compare

Bug Fixes

  • The content height while push-load is enable (6f170ee)

v4.5.29

29 May 10:33
Compare
Choose a tag to compare

Bug Fixes

Features

v4.5.28

29 May 07:07
Compare
Choose a tag to compare
fix: typo in createPanel.js

v4.5.27

27 May 12:21
Compare
Choose a tag to compare

Bug Fixes

  • silde-mode: what scroll-panel's display style is inline-block may disrupt content style (d8e0eab), closes #30

Features

  • bar: Add showDelay option to controll the show time of bars (2f21464)

v4.5.26

26 May 08:37
Compare
Choose a tag to compare
build: 4.5.26

tweaks: Call e.preventDefault when dragging the bar.

v4.5.25

26 May 08:27
Compare
Choose a tag to compare
build: 4.5.25

tweaks:
Wrap `isSupportTouch` by a function to pass ssr exam

v4.5.24

26 May 07:47
Compare
Choose a tag to compare

Features

  • bar: support dragging in mobile (640bd7b)