Releases: Grsmto/simplebar
Releases · Grsmto/simplebar
v2.0.0-beta.3
- Fix SimpleBar not working properly on some layouts (when parent container doesn't have a fixed size)
- Debounce mutation observer to improve performances (#40) (add dependency to Lodash debounce)
- Let the user disable the mutation observer if needed using
SimpleBar.removeObserver()
v2.0.0-beta.2
- Fix NPM module not working properly (fix #39)
- Fix mutation observer not working when simplebar target is in a children of the mutated node
- Fix CSS breaking certain layouts
To try it: npm install [email protected]
SimpleBar 2 !
- 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)
v1.1.9
- Multiple bug fixes (especially on IE).
- Add option for custom css classes (thanks @GregOnNet)
Simplebar deserved a website! Here it is: http://grsmto.github.io/simplebar/
Thanks html5up.net !
v1.1.7
v1.1.6
v1.1.5
Now using native scrollbar hidding via css on modern browsers.
Thanks to @lazabogdan !