github KingSora/OverlayScrollbars v1.8.0
OverlayScrollbars Version 1.8.0

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

Bugfixes:

  • Fixed #122
  • Fixed #120 and #119 with autoUpdate : true set.
  • Fixed a bug where the update() method didn't undo the sleep() method like it should.

Features:

  • The getState() methods returned object contains now a new property called destroyed which indicates that the instance has been destroyed.

Improvements:

  • Changed the management of passive event listeners: touch events which call prefentDefault() are now added with passive : false, all other events which should be passive and don't call prefentDefault() are added with passive : true. Fixed #124 with this change.
  • Preparation for framework wrappers such as react, vue and angular: the option() method will now only cause a call to the update() method if at least one option has been truly changed.

Internal Changes:

  • Cleaner handling of the internal update() method.
  • Preparation for DOM-tests.

Don't miss a new OverlayScrollbars release

NewReleases is sending notifications on new releases.