We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1e12d commit 215b54bCopy full SHA for 215b54b
CHANGELOG.md
@@ -1,13 +1,14 @@
1
# `tailwindcss-rails` Changelog
2
3
-## next / unreleased
+## v4.1.0 / 2025-02-19
4
5
-Style changes to templates:
+### View template improvements
6
7
* Field outlines are no longer hidden, and the focus border is brighter. #489 @rubys
8
* Boolean fields are improved (checkbox labels aligned, "Yes"/"No" instead of "true"/"false"). #454 @patriciomacadden
9
* Attachment links are consistently spaced and styled. #460 @patriciomacadden
10
* Index page links to Show, Edit, and Destroy for each resource. #460 @patriciomacadden @flavorjones
11
+* Turbo confirm prompt added to Destroy links. #498 @patriciomacadden
12
13
14
## v4.0.0 / 2025-02-01
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "4.0.0"
+ VERSION = "4.1.0"
end
0 commit comments