SimpleBar 2 !
Pre-release
Pre-release
- Feature: No need to manually instantiate SimpleBar with
new
or to callrecalculate()
anymore. Thanks to mutation observers, this is handled "automatically". Just adddata-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)