File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# ` tailwindcss-rails ` Changelog
22
3+ ## v4.2.2 / 2025-04-05
4+
5+ ### Improved
6+
7+ * The "tailwindcss: upgrade " task now uses the latest version of the ` @tailwindcss/upgrade ` tool. #529 @flavorjones
8+ * The "verbose" flag on Rails tasks now emits additional tailwind CLI debugging info (e.g., ` bin/rails tailwindcss:build[verbose] ` ). #530 @flavorjones
9+ * Simplified the scaffold templates, removing unnecessary ` div ` tags. @523 @patriciomacadden
10+
11+
312## v4.2.1 / 2025-03-19
413
514### Fixed
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- tailwindcss-rails (4.2.0 )
4+ tailwindcss-rails (4.2.2 )
55 railties (>= 7.0.0 )
66 tailwindcss-ruby (~> 4.0 )
77
Original file line number Diff line number Diff line change 11module Tailwindcss
2- VERSION = "4.2.1 "
2+ VERSION = "4.2.2 "
33end
You can’t perform that action at this time.
0 commit comments