Skip to content

Releases: Grsmto/simplebar

v2.0.0-beta.3

06 Nov 20:26
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release
  • 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

13 Oct 23:29
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release
  • 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 simplebar@v2.0.0-beta.2

SimpleBar 2 !

06 Oct 00:42
Compare
Choose a tag to compare
SimpleBar 2 ! Pre-release
Pre-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)

v1.1.9

26 Sep 23:34
Compare
Choose a tag to compare
  • 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

15 Aug 20:56
Compare
Choose a tag to compare

Module loader compatibility

v1.1.6

01 Jul 18:57
Compare
Choose a tag to compare

SCROLLBAR_WIDTH variable is no longer declared globally (strict mode).
thanks @perlpong

v1.1.5

30 Jun 00:22
Compare
Choose a tag to compare

Now using native scrollbar hidding via css on modern browsers.
Thanks to @lazabogdan !

v1.1.3

17 Mar 15:54
Compare
Choose a tag to compare

Bug fixes.

v1.1.2

16 Jan 17:36
Compare
Choose a tag to compare

Bug fix

v1.1.1

02 Jan 20:15
Compare
Choose a tag to compare
  • Remove version numbers in lib name to facilitate upgrades (version still displayed in banner)
  • Getter for element that contains data. Usefull to dynamically add content (ajax)