Skip to content

Releases: adoxography/tailwind-scrollbar

v3.1.0

11 Feb 00:28
Compare
Choose a tag to compare

What's Changed

  • Added a preferredStrategy flag so that pseudoelement scrollbars may still be used in newer Chromium-based browsers.

Full Changelog: v3.0.5...v3.1.0

v3.0.5

05 Aug 13:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...v3.0.5

v3.0.3

14 May 17:02
d0c359b
Compare
Choose a tag to compare

What's Changed

  • Fixed Tailwind Play support

Full Changelog: v3.0.1...v3.0.3

v3.0.1

10 May 02:43
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where inclusion of tailwind-scrollbar would reorder some of the variants (#72)
  • Explicitly set the display of ::-webkit-scrollbar to block on scrollbar and scrollbar-thin so that they can counteract components that try to set display: none (#74)

Full Changelog: https://github.com/adoxography/tailwind-scrollbar/commits/v3.0.1

v3.0.0

14 Mar 02:21
3d97efc
Compare
Choose a tag to compare

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

v2.1.0

27 Dec 18:22
Compare
Choose a tag to compare

If the nocompatible flag is passed, scrollbar-w-* and scrollbar-h-* utilities can now be used to customize the width and height of vertical and horizontal scrollbars, respectively.

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.1.0-preview.0

09 Oct 15:16
Compare
Choose a tag to compare
v2.1.0-preview.0 Pre-release
Pre-release

Preview release for custom width and height utilities.

Full Changelog: v2.0.1...v2.1.0-preview.0

v2.0.1

05 Sep 16:52
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Tailwind 3 is now both supported and required.

New features

  • Support for Tailwind 3 arbitrary colours, border radii, and opacity modifier syntax
  • active: variant support
  • scrollbar-corner-xxx utilities
  • Typescript support

Bugfixes

  • Fix issue with scrollbar variant utilities not being generated correctly
  • Fix issue with numeric colour utilities by @Wyn-Price in #32
  • Fix issue with inclusion of deeply nested colours by @OrbisK in #42

Deprecations

  • Passing in a rounded variant to unlock rounded utilities is deprecated in favour of passing { nocompatible: true } into the plugin configuration

New Contributors

Full Changelog: v1.3.1...v2.0.0

v1.3.1

29 May 19:30
Compare
Choose a tag to compare

Better support for hover: variants, including support for JIT mode in Tailwind 2.1.1.

hover: variants will continue to always be generated for scrollbar-thumb- classes (to maintain feature parity with Firefox, which adds a hover effect automatically). To access hover: variants for other utilities, like scrollbar and scrollbar-thumb, hover needs to be added to scrollbar variants in tailwind.config.js.

v1.3.0

19 Apr 03:24
Compare
Choose a tag to compare
  • Adds scrollbar-none class to hide scrollbars
  • Adds scrollbar-track-rounded-* classes