Skip to content

v0.8.0 : TailwindCSS v4 Support (Official)

Compare
Choose a tag to compare
@kbond kbond released this 04 Mar 15:55
· 13 commits to main since this release
43100c1

Hey Tailwinder's!

This release officially adds TailwindCSS v4 support and also fixes some long-standing version mismatch issues. Now, in your config, you must specify one of the following:

  1. Exact binary_version (ie 3.4.17 or 4.0.9)
  2. The binary, if managing yourself.

Not specifying triggers a deprecation and defaults to binary_version: 3.4.17. This is required to ensure all team members, CI, production are all on the exact same version (like composer.lock does for PHP dependencies).

What's Changed

Full Changelog: v0.7.1...v0.8.0