github KingSora/OverlayScrollbars v1.6.0
OverlayScrollbars Version 1.6.0

latest releases: v2.10.1, v2.10.0, v2.9.0...
6 years ago

Bugfixes:

  • Fixed #70
  • Fixed #73 (OverlayScrollbars.min.css had incorrect style properties, while the non minified version was correct)
  • Fixed a bug where the complete callback of the scroll function was fired but the scroll-information from the scroll-method wasn't correct if you used them in the callback
  • Fixed a textarea-bug in IE where the plugin didn't scroll down if you created a new line

Features:

  • Added a new option called textarea.inheritedAttrs which was created to increase the control over the styling of textarea instances. Read more about it in the documentation.
  • In the .scroll()-method you can now pass a object as easing value which sepecifies a special easing.
    For example { x : 'linear', y : 'easeOutBounce' }
  • Nested instances updating improved (plugin specific classes wont cause a update anymore)
  • Increased flexbox compatibility (with the os-host-flexbox className)
  • The callbacks onOverflowChanged, onOverflowAmountChanged, onDirectionChanged, onContentSizeChanged, onHostSizeChanged and onUpdated are now dispatched after the onInitialized callback to provide the initial status. (so you don't have to handle the initial status separately in the onInitialized callback anymore)

Changes:

  • The structure of the object which the .scroll()-method returns has changed. I believe the new structure is much more practical. The old behavior is now deprecated. You can read more details in the documentation.

Internal Changes:

  • A better and cleaner structure within the construction and destriction methods.

Don't miss a new OverlayScrollbars release

NewReleases is sending notifications on new releases.