Releases: barvian/fluid-tailwind
Releases · barvian/fluid-tailwind
v0.3.6
v0.3.5
- 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
v0.3.3
- 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
- Utilities that support negative values can now be negated 🎉
Full Changelog: v0.3.1...v0.3.2
v0.3.1
- Small bug fix
- Optimizations
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Fixes incorrect Tailwind prefix order
Full Changelog: v0.2.2...v0.3.0
v0.2.2
- Improved error outputs for variants
- Improved
plugins
handling
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
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