Releases: rails/tailwindcss-rails
Releases · rails/tailwindcss-rails
v4.4.0
v4.4.0 / 2025-10-27
Changed
- Removed the "poll" option on the watch command, since Tailwind v4 dropped support for this option (and it has been a no-op in this gem since.) #580 @flavorjones
Improved
- Support Rails 8.1 scaffolding which disables system tests by default. #585 @flavorjones
- Puma plugin now has experimental support for Rails engines. #567 @bopm
- Puma plugin uses Puma 7's
after_stoppedcallback, quashing a deprecation warning. #578 @rono23
New Contributors 🎉
- @yahonda made their first contribution in #569
- @venarius made their first contribution in #575
- @rono23 made their first contribution in #578
- @thewatts made their first contribution in #576
Full Changelog: v4.3.0...v4.4.0
v4.3.0 / 2025-07-06
v4.3.0.rc2
v4.3.0.rc1
v4.2.3 / 2025-05-02
v4.2.3 / 2025-05-02
Improved
- The "tailwindcss:upgrade" task now pins to v4.1.4 of the
@tailwindcss/upgradetool. #544 @flavorjones
v3.3.2 / 2025-04-21
v4.2.2 / 2025-04-05
v4.2.2 / 2025-04-05
Improved
- The "tailwindcss:upgrade" task now uses the latest version of the
@tailwindcss/upgradetool. #529 @flavorjones - The "verbose" flag on Rails tasks now emits additional tailwind CLI debugging info (e.g.,
bin/rails tailwindcss:build[verbose]). #530 @flavorjones - Simplified the scaffold templates, removing unnecessary
divtags. @523 @patriciomacadden
v4.2.1 / 2025-03-19
v4.2.1 / 2025-03-19
Fixed
- Fix styles for form errors in some scaffold fields. #513 @patriciomacadden
- Update scaffold system tests to handle the "Destroy" confirmation prompt when Turbo is enabled. Fixes #519. #520 @patriciomacadden @flavorjones
v4.2.0 / 2025-03-02
v4.2.0 / 2025-03-02
Features
- Improve the view templates to display better on mobile devices. #503 @patriciomacadden
- Support for environment variable
TAILWINDCSS_DEBUGto turn off CSS minification. #504 @r-sierra
v4.1.0 / 2025-02-19
v4.1.0 / 2025-02-19
View template improvements
- Field outlines are no longer hidden, and the focus border is brighter. #489 @rubys
- Boolean fields are improved (checkbox labels aligned, "Yes"/"No" instead of "true"/"false"). #454 @patriciomacadden
- Attachment links are consistently spaced and styled. #460 @patriciomacadden
- Index page links to Show, Edit, and Destroy for each resource. #460 @patriciomacadden @flavorjones
- Turbo confirm prompt added to Destroy links. #498 @patriciomacadden