Skip to content

v2.0.1

Compare
Choose a tag to compare
@adoxography adoxography released this 05 Sep 16:52
· 167 commits to main since this release

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