Skip to content

v3.1.0

Compare
Choose a tag to compare
@Grsmto Grsmto released this 20 Nov 02:10
· 807 commits to master since this release

Finally, I think we are good for a stable release! 🎉

Breaking changes

  • horizontal, vertical and visible classes are now prefixed with simplebar-. ex:
    simplebar-horizontal 5d5acd1

Features

  • Fix a regression where we couldn't apply styles on hover. You can now use the simplebar-hover class to style the track and scrollbar. #229

Bug fixes

  • prevent event propagation when interacting with the scrollbar #240
  • classnames undefined if not all defined on classnames option #228
  • drag now works only on scrollbar instead of entire track
  • fix autoHide option not working as expected