File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ` tailwindcss-rails ` Changelog
2
2
3
- ## next / unreleased
3
+ ## v4.1.0 / 2025-02-19
4
4
5
- Style changes to templates:
5
+ ### View template improvements
6
6
7
7
* Field outlines are no longer hidden, and the focus border is brighter. #489 @rubys
8
8
* Boolean fields are improved (checkbox labels aligned, "Yes"/"No" instead of "true"/"false"). #454 @patriciomacadden
9
9
* Attachment links are consistently spaced and styled. #460 @patriciomacadden
10
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
11
12
12
13
13
14
## v4.0.0 / 2025-02-01
Original file line number Diff line number Diff line change 1
1
module Tailwindcss
2
- VERSION = "4.0 .0"
2
+ VERSION = "4.1 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments