Skip to content

Releases: YvesCoding/vuescroll

V4.5.13

09 May 05:42
Compare
Choose a tag to compare

Bug Fixes

Features

  • api: add preventDefault option (70e1886)

Performance Improvements

  • touch: optimize scroll experience (53148ed)

V4.5.12

04 May 08:03
Compare
Choose a tag to compare

4.5.12 (2018-05-04)

Bug Fixes

Features

  • api: add zoomTo, zoomBy, getCurrentviewDom methods (7769099)
  • paging: add getCurrentPage, goToPage api for paging in slide mode (a3e2478)

V4.5.9

01 May 05:30
Compare
Choose a tag to compare
build: release 4.5.9

Features:
Add a new event 'handle-scroll-complete', will emit when scroll complete.
Refactor:
Code structure, to be more easier understood

V4.5.10

01 May 05:53
Compare
Choose a tag to compare
build: release 4.5.10

Features:
add some options to config scroll behavior in slide mode. See
ops->vuescroll->scroller in global-config.js

t

V4.5.5

28 Apr 02:34
Compare
Choose a tag to compare
perf: set document select none when mouse is clicked

V4.5.4

27 Apr 15:04
Compare
Choose a tag to compare

Bug Fix:
Auto detect resize cannot work in FireFox (#22 )

V4.5.2

26 Apr 17:17
Compare
Choose a tag to compare
fix: in module system window object causes undefined error

V4.5.1

26 Apr 12:27
Compare
Choose a tag to compare
build: release v4.5.1

Bug Fix:
    Add box-sizing: border-box to scrollContent to prevent error calculate
    of scrollContent.

V4.5.0

26 Apr 04:58
Compare
Choose a tag to compare

Features

  • Add a pure-native mode you can use native scrollbar.

V4.4.8

21 Apr 19:20
Compare
Choose a tag to compare

Revert

  • Remove fit-content and add inline-block to scrollContent