Releases: Grsmto/simplebar
Releases · Grsmto/simplebar
v1.1 : event bubbling + original event getter
- You can now subscribe to original scroll event seamlessly
- Added getter to give access to original scroll element. It is now easier to use SimpleBar in any environment (other scrolling plugins support!).
Introducing SimpleBar.
Original plugin completely rewritten.
- New name!
- Support for mobile browsers: browsers with "floating" scrollbars would not trigger the plugin anymore (can be modified with options soon).
- Data API: easier plugin usage with HTML5 data attribute.
- Many performance improvements: browser native scrollbar size is now calculated only once. Usage of native scrollHeight/scrollWidth Javascript properties instead of width()/height() jQuery methods. And more.
- Cleaner html output (useless wrapper removed).
- Easier plugin usage: there is no more prerequired html markup. Apply the plugin on any element you want, without having to modify your current markup.
- Added unit test suite.
- Added Grunt for automated tasks (jsLint, concat, testing, ...).
- Added performance demos