We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0507a0c commit 0144d00Copy full SHA for 0144d00
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# `tailwindcss-rails` Changelog
2
3
-## next / unreleased
+## v4.2.0 / 2025-03-02
4
5
### Features
6
7
+* Improve the view templates to display better on mobile devices. #503 @patriciomacadden
8
* Support for environment variable `TAILWINDCSS_DEBUG` to turn off CSS minification. #504 @r-sierra
9
10
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "4.1.0"
+ VERSION = "4.2.0"
end
0 commit comments