File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ` tailwindcss-rails ` Changelog
2
2
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
+
3
12
## v4.2.1 / 2025-03-19
4
13
5
14
### Fixed
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- tailwindcss-rails (4.2.0 )
4
+ tailwindcss-rails (4.2.2 )
5
5
railties (>= 7.0.0 )
6
6
tailwindcss-ruby (~> 4.0 )
7
7
Original file line number Diff line number Diff line change 1
1
module Tailwindcss
2
- VERSION = "4.2.1 "
2
+ VERSION = "4.2.2 "
3
3
end
You can’t perform that action at this time.
0 commit comments