Releases: adoxography/tailwind-scrollbar
Releases · adoxography/tailwind-scrollbar
v4.0.1
What's Changed
- Recognize preferredstrategy as preferredStrategy by @adoxography in #110
Full Changelog: v4.0.0...v4.0.1
v4.0.0
🚨 Breaking Changes
See the documentation on migrating from v3.
What's Changed
- Support Tailwind 4 by @adoxography in #107
New Contributors
Full Changelog: v3.1.0...v4.0.0
v3.1.0
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
What's Changed
- fix: build with nuxt 2 by @fabiiomiiguel in #79
New Contributors
- @fabiiomiiguel made their first contribution in #79
Full Changelog: v3.0.3...v3.0.5
v3.0.3
v3.0.1
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
toblock
onscrollbar
andscrollbar-thin
so that they can counteract components that try to setdisplay: none
(#74)
Full Changelog: https://github.com/adoxography/tailwind-scrollbar/commits/v3.0.1
v3.0.0
What's Changed
Breaking Changes
overflow: overlay
has been removed from thescrollbar
andscrollbar-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
andscrollbar-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 usescrollbar
orscrollbar-thin
on specific elements to apply those predefined styles. (#63)- The
scrollbar-thin
utility now ignores sizes set byscrollbar-w-*
andscrollbar-h-*
. If you want custom sizes, stick toscrollbar
.
- The
- The deprecated
rounded
variant has now been removed. (#65)
Full Changelog: v2.1.0...v3.0.0
v2.1.0
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
- Ensure values are converted to colors in matchUtilities by @adoxography in #54
- Feature/adjustable height by @adoxography in #57
Full Changelog: v2.0.1...v2.1.0
v2.1.0-preview.0
Preview release for custom width and height utilities.
Full Changelog: v2.0.1...v2.1.0-preview.0
v2.0.1
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 supportscrollbar-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
- @Wyn-Price made their first contribution in #32
- @jcayabyab made their first contribution in #36
- @OrbisK made their first contribution in #42
Full Changelog: v1.3.1...v2.0.0