We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a95ccd commit d08ca11Copy full SHA for d08ca11
CHANGELOG.md
@@ -1,10 +1,11 @@
1
# `tailwindcss-rails` Changelog
2
3
-## next / unreleased
+## v4.2.1 / 2025-03-19
4
5
### Fixed
6
7
* Fix styles for form errors in some scaffold fields. #513 @patriciomacadden
8
+* Update scaffold system tests to handle the "Destroy" confirmation prompt when Turbo is enabled. Fixes #519. #520 @patriciomacadden @flavorjones
9
10
11
## v4.2.0 / 2025-03-02
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "4.2.0"
+ VERSION = "4.2.1"
end
0 commit comments