github Grsmto/simplebar simplebar@3.0.0-beta.0
v3.0.0

latest releases: simplebar@6.3.2, simplebar-website@0.2.2, simplebar-vue@2.4.2...
pre-release7 years ago

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

Don't miss a new simplebar release

NewReleases is sending notifications on new releases.