Skip to content

v3.0.0

Compare
Choose a tag to compare
@adoxography adoxography released this 14 Mar 02:21
· 171 commits to main since this release
3d97efc

What's Changed

Breaking Changes

  • overflow: overlay has been removed from the scrollbar and scrollbar-thin classes. This may cause a visual change in sites using this plugin, but it should lead to more predictable scrollbar placements. (#64)
  • All utilities aside from scrollbar and scrollbar-thin are now inherited by children. If you only ever need one scrollbar colour scheme, you can define your scrollbar colour utilities at a top-level element and use scrollbar or scrollbar-thin on specific elements to apply those predefined styles. (#63)
    • The scrollbar-thin utility now ignores sizes set by scrollbar-w-* and scrollbar-h-*. If you want custom sizes, stick to scrollbar.
  • The deprecated rounded variant has now been removed. (#65)

Full Changelog: v2.1.0...v3.0.0