Skip to content

Commit 215b54b

Browse files
committed
version bump to v4.1.0
1 parent 8c1e12d commit 215b54b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# `tailwindcss-rails` Changelog
22

3-
## next / unreleased
3+
## v4.1.0 / 2025-02-19
44

5-
Style changes to templates:
5+
### View template improvements
66

77
* Field outlines are no longer hidden, and the focus border is brighter. #489 @rubys
88
* Boolean fields are improved (checkbox labels aligned, "Yes"/"No" instead of "true"/"false"). #454 @patriciomacadden
99
* Attachment links are consistently spaced and styled. #460 @patriciomacadden
1010
* Index page links to Show, Edit, and Destroy for each resource. #460 @patriciomacadden @flavorjones
11+
* Turbo confirm prompt added to Destroy links. #498 @patriciomacadden
1112

1213

1314
## v4.0.0 / 2025-02-01

lib/tailwindcss/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "4.0.0"
2+
VERSION = "4.1.0"
33
end

0 commit comments

Comments
 (0)