v0.8.0 : TailwindCSS v4 Support (Official)
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:
- Exact
binary_version(ie3.4.17or4.0.9) - 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