Skip to content

Commit 780846c

Browse files
committed
version bump to v4.0.0.rc2
1 parent ac3224f commit 780846c

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
## next / unreleased
22

3+
## v4.0.0.rc2 / 2025-01-26
4+
5+
Everything in v4.0.0.rc1, plus ...
6+
7+
General changes:
8+
9+
- The location of `application.tailwind.css` has moved from `app/assets/stylesheets` to `app/assets/tailwind`. If Propshaft is being used, `app/assets/tailwind` will be excluded from its asset handling.
10+
11+
Changes to the `tailwindcss:install` task:
12+
13+
- The "tailwind" stylesheet link tag will only be added to the application layout if Propshaft isn't in use and already handling `app/assets/build/tailwind.css`. Previously it was always injected, resulting in the tag being rendered twice if Propshaft was in use.
14+
15+
Changes to the `tailwindcss:upgrade` task:
16+
17+
- The "tailwind" stylesheet link tag will be removed if Propshaft is in use and already handling `app/assets/build/tailwind.css`.
18+
- The file `application.tailwind.css` will be moved from `app/assets/stylesheets` to `app/assets/tailwind`.
19+
20+
321
## v4.0.0.rc1 / 2025-01-23
422

523
### Upgrade to Tailwind CSS v4

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (3.3.0)
4+
tailwindcss-rails (4.0.0.rc2)
55
railties (>= 7.0.0)
66
tailwindcss-ruby (~> 4.0)
77

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.rc1"
2+
VERSION = "4.0.0.rc2"
33
end

0 commit comments

Comments
 (0)