Skip to content

SimpleBar 2 !

Pre-release
Pre-release
Compare
Choose a tag to compare
@Grsmto Grsmto released this 06 Oct 00:42
· 1213 commits to master since this release
  • Feature: No need to manually instantiate SimpleBar with new or to call recalculate() anymore. Thanks to mutation observers, this is handled "automatically". Just add data-simplebar to any scrollable element you want and it will be SimpleBar-ified. (#35)
  • Feature: No need to know what scroll direction you want, horizontal and vertical scrolls are now supported simultaneously.
  • Feature: Dependency free. Fully rewritten with ES6 (transpiled to ES6 using Babel). (#12)
  • Feature: SimpleBar has been rebuilt as a UMD module. It's available on NPM, which means that you can now use it in your React, Angular, Webpack, whatever setup.
  • SimpleBar is now on CDN thanks to https://unpkg.com/ (#37)