Skip to content

v3.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Grsmto 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 of left/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

Bug fixes

  • Fix scrollbar showing when user was zooming in/out the browser. This is a veeeery old bug that is hopefully now gone! 🎉 #11
  • Fix an issue if you where recalculate() wasn't called if you were calling it continuously. #166