Releases: YvesCoding/vuescroll
Releases · YvesCoding/vuescroll
v4.8.12
v4.8.4
build: release 4.8.4
v4.7.1-rc.10
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
Features:
- Add support to typescript.
v4.6.9
4.6.9
v4.6.8
Features
Slots
- Add scroll-container, scroll-panel, scroll-content
Refactor
- Build scripts
Breaking Changes
- You need to import vuescroll css file now!