Skip to content

v4.7.1-rc.10

Choose a tag to compare

@wangyi7099 wangyi7099 released this 05 Aug 02:21
· 239 commits to dev since this release

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.