Skip to content

[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@Grsmto Grsmto released this 02 Nov 12:14
· 0 commits to feature/vue-component since this release

Breaking changes

  • DOM shape is completely different from previous version. It might break your implementation!
  • getScrollElement will now return always the same element and doesn't accept parameter anymore (however that shouldn't break anything).

Features

  • Host element can now have padding applied and SimpleBar with follows it without breaking.
  • SimpleBar should now be closer to native overflow implementation. So you can now have sticky and height: 100% elements. #213 #185

Bug fixes

  • Fix scrollbar showing when user was zooming in/out the browser. This is a veeeery old bug that is hopefully now gone! 🎉 #11
  • Fix an issue if you where recalculate() wasn't called if you were calling it continuously. #166
  • RTL support should now work properly cross-browser
  • You can now apply offset/padding to the track and it should still position the scrollbar properly. #233