Bugfixes:
- Fixed a bug where unexpected scroll jumps happened after you changed a option.
- Fixed a bug where a
min-width
change wasn't detected if width isauto
- Fixed a bug where the
update
function didn't update atextarea
properly, when only itsvalue
changed and due to that its size.
Features:
- A new global method
OverlayScrollbars.valid
which checks whether a passed object is a non-destroyed OverlayScrollbars instance. You can read more about it here.
Improvements:
- The readme has now a TypeScript section.