Vuescroll Versions Save

A customizable scrollbar plugin based on vue.js for PC , mobile phone, touch screen, laptop.

v4.8.12

5 years ago

v4.8.4

5 years ago

v4.7.1-rc.10

5 years ago

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.11

5 years ago

Features:

v4.6.9

5 years ago

v4.6.8

5 years ago

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

5 years ago

Bug Fixes

  • use currentTarget to replace target (0611355)

v4.6.4

5 years ago

Features

  • api: add refresh/refreshAll (ca7b5da)

v4.6.1

5 years ago

Features

  • add border-radius to rail (1d9f418)

v4.6.0

5 years ago

Bug Fixes