Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Releases: benface/tailwindcss-filters

v3.0.0

05 Feb 18:12
Compare
Choose a tag to compare

Changed

  • Changed to use Tailwind 1.2’s new plugin definition syntax

v2.0.0

13 May 18:22
Compare
Choose a tag to compare

Changed since 2.0.0-beta.1

  • Added support for global variants thanks to Tailwind’s variants() helper function

Added since 1.x

  • Tailwind 1.0.0 compatibility

Changed since 1.x

  • The plugin doesn’t accept a config object anymore; instead it finds what it needs in the theme and variants keys of your config (see README for more info)
  • Responsive variants are now generated by default

v2.0.0-beta.1

07 Apr 20:13
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Added

  • Tailwind 1.0.0 compatibility

Changed

  • The plugin doesn’t accept a config object anymore; instead it finds what it needs in the theme and variants keys of your config (see README for more info)
  • Responsive variants are now generated by default

v1.0.2

05 Nov 03:26
Compare
Choose a tag to compare

Added

  • Added proper tests with Jest