Skip to content

v7.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@Grsmto Grsmto released this 21 Oct 20:11
· 44 commits to master since this release

⚠️ Breaking changes!

Major

  • Drop support for browsers that do not support scrollbar hiding via CSS. This means the following elements have been removed from the template:
    • .simplebar-height-auto-observer-wrapper and .simplebar-height-auto-observer
    • .simplebar-mask
    • .simplebar-offset
    • .simplebar-placeholder
  • Improve RTL support
  • Performance improvements on runtime with caching, reduction of JS bundle size
  • Easier styling with new CSS variables: --simplebar-scrollbar-thickness: XXpx;, --simplebar-track-thickness: XXpx;

React

  • Add support for onScroll event