Skip to content

Releases: YvesCoding/vuescroll

v4.5.23

25 May 14:17
Compare
Choose a tag to compare

Bug Fixes

  • Vuescroll cannot detect scroll when parent dom's size is not a fixed value. (#29)

v4.5.22

24 May 14:16
Compare
Choose a tag to compare

Performance Improvements

  • bar: refactor bar and rail (706d274)

v4.5.21

23 May 10:31
Compare
Choose a tag to compare

Bug Fixes

  • update bar when mouse enters or moves (7e0d76f)

v4.5.20

22 May 18:28
Compare
Choose a tag to compare

Tweak scroll content style.

v4.5.19

22 May 17:56
Compare
Choose a tag to compare

Bug Fixes

  • incorrect bar position when there is a error of scrollHeight in browser (5330cce)

Performance Improvements

  • scrollbar: make the position of scrollbar more accurate (50c1ca1)

v4.5.18

21 May 09:15
Compare
Choose a tag to compare

Bug Fixes

  • get incorrect hash when component mounted (6ad69af)

v4.5.17

18 May 15:37
Compare
Choose a tag to compare

Features

  • api: Add scrollIntoView api that allows you scroll an elment into view (50a458b)

v4.5.16

13 May 16:06
Compare
Choose a tag to compare

chore:

add unit test

bug fix:

window.onresize may throw an error

V4.5.15

09 May 13:06
Compare
Choose a tag to compare
build: release 4.5.15

Hot Fix:
Vuescroll's width and height should default to `100%` in case of getting
an  incorrect size in slide mode .

V4.5.14

09 May 12:45
Compare
Choose a tag to compare
build: release 4.5.14

Feature:
  Add sizeStrategy option for vuescroll  To decide use a numberic size  or
  a percent size for vuescroll while parent dom's size maybe a numberic
  value or a percent value
close #26