Skip to content

Releases: YvesCoding/vuescroll

v4.8.12

15 Sep 13:08
Compare
Choose a tag to compare

v4.8.4

10 Sep 02:10
Compare
Choose a tag to compare
build: release 4.8.4

v4.7.1-rc.10

05 Aug 02:21
Compare
Choose a tag to compare

Note: This change log includes from v4.7.1-rc.1 - v4.7.1-rc.10

Bug Fixes

  • add __no-hbar when scrollingX is false (8dca8e3)
  • Add children of slot-panel to render list (df417ae)
  • Cannot hide native scrollbar in FireFox (208f759)
  • files field in package.json (ebe101f)
  • Flinker when child size equals parent size (41f33b9)
  • Get gutter more accurately (f3392f6)
  • Remove import Vue in index.js, move Vue to peerDep (60ef2fc), closes #45

Features

  • api: Add scrollingTimes and clearScrollingTimes to control the times you have scrolled (0b7b7e2)
  • bar: Merge configurations vBar, hBar, vRail, hRail (dc40aa9)
  • config: Add onlyShowBarOnScroll to show bar only when scrolling (e8c3ffe)
  • Add typescript for separate modes (d2a1adf)
  • Can pass global config via Vue.use (2cd8b12)
  • Support SSR (12f5158), closes #42

BREAKING CHANGES

  • bar: The vBar, hBar,vRail, hRail are not avilable now. Use rail, bar that works for both vertical and horizontal.

v4.6.12

27 Jun 12:05
Compare
Choose a tag to compare

Features:

v4.6.9

24 Jun 18:35
Compare
Choose a tag to compare
4.6.9

v4.6.8

24 Jun 17:48
Compare
Choose a tag to compare

Features

Slots

  • Add scroll-container, scroll-panel, scroll-content

Refactor

  • Build scripts

Breaking Changes

  • You need to import vuescroll css file now!

v4.6.5

11 Jun 11:42
Compare
Choose a tag to compare

Bug Fixes

  • use currentTarget to replace target (0611355)

v4.6.4

06 Jun 15:02
Compare
Choose a tag to compare

Features

  • api: add refresh/refreshAll (ca7b5da)

v4.6.1

04 Jun 12:13
Compare
Choose a tag to compare

Features

  • add border-radius to rail (1d9f418)

v4.6.0

04 Jun 12:05
Compare
Choose a tag to compare

Bug Fixes