Skip to content

Releases: barvian/fluid-tailwind

v0.3.6

26 May 14:23
Compare
Choose a tag to compare
  • Add undocumented checkExtractConfig flag for Tailwind Play environments (should close #13 now)

Full Changelog: v0.3.5...v0.3.6

v0.3.5

26 May 14:21
Compare
Choose a tag to compare
  • Require fixed Tailwind version instead of private tailwindcss-priv, at least until they diverge

Full Changelog: v0.3.4...v0.3.5

v0.3.4

26 May 13:15
Compare
Choose a tag to compare
  • ~text won't output anything if font-size errors (i.e. #23)

Full Changelog: v0.3.3...v0.3.4

v0.3.3

26 May 03:09
Compare
Choose a tag to compare
  • The plugin will now error if it detects a missing or improperly configured extractor
  • Fix regression in bundling

Full Changelog: v0.3.2...v0.3.3

v0.3.2

25 May 18:01
Compare
Choose a tag to compare
  • Utilities that support negative values can now be negated 🎉

Full Changelog: v0.3.1...v0.3.2

v0.3.1

17 May 04:17
Compare
Choose a tag to compare
  • Small bug fix
  • Optimizations

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 May 01:37
Compare
Choose a tag to compare

Full Changelog: v0.2.2...v0.3.0

v0.2.2

12 May 14:40
Compare
Choose a tag to compare
  • Improved error outputs for variants
  • Improved plugins handling

Full Changelog: v0.2.1...v0.2.2

v0.2.1

09 May 11:56
Compare
Choose a tag to compare
  • ~leading can now override line height set from ~text (closes #18)

v0.2.0

08 May 19:45
7c972fa
Compare
Choose a tag to compare
v0.2.0.mp4

What's Changed

  • The package exports have been renamed for easier installation. See the installation guide for full details
  • The fluidize method has been removed. The plugin now automatically "fluidizes" other plugins in your Tailwind config 🎉
  • You can now disable accessibility checks for fluid type (closes #11)
  • Two small bug fixes