v3.0.0
Pre-release
Pre-release
Grsmto
released this
14 Jul 19:42
·
925 commits
to master
since this release
Breaking changes
- Some functions renamed/removed:
flashScrollbar()
removed.
Features
- User can now scroll even if its cursor is on top of the track/scrollbar
- Performances optimisation: SimpleBar now uses RequestAnimationFrame for scrollbar positioning as well as css
transform: translate
instead ofleft/top
. That should avoid repaint and improve fps. #162 - SimpleBar is finally tested! It's not exhaustive yet but we have unit and e2e tests using Jest and Puppeteer. The e2e tests are using the examples page, so it's easy to maintain and to add new tests. #164 #81
- Configurable scroll hide timeout #122
- Switch from Webpack to Rollup
- Support for SSR #175