Skip to content

OverlayScrollbars Version 1.10.0

Compare
Choose a tag to compare
@KingSora KingSora released this 11 Oct 09:47
· 1088 commits to master since this release

Improvements:

  • The host element of a textarea element now applies the focus class if the textarea get focused.
  • Improved event handling & management (passive & preventDefault e.g. non-passive events)
  • The plugin now recognizes already existing DOM (helpful in component wrappers & PHP / SSR Sites)

React:

  • Fixed a bug where elements which were generated through iteration of a list wasn't applied correctly.
  • Is using now existing DOM, so React generates the DOM, not the plugin.

Vue:

  • Fixed a bug where it wasn't possible to use v-for as direct children.
  • Is using now existing DOM, so Vue generates the DOM, not the plugin.

Angular:

  • Is using now existing DOM, so Angular generates the DOM, not the plugin.