Skip to content

Commit 738ba68

Browse files
committed
version bump to v4.0.0.rc5
1 parent 3a5fedc commit 738ba68

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
# `tailwindcss-rails` Changelog
22

3-
## v4.0.0.rc4 / 2025-01-27
3+
## v4.0.0.rc5 / 2025-01-29
4+
5+
General changes since rc4:
46

5-
- The input file `app/assets/tailwind/application.tailwind.css` has been renamed to `app/assets/tailwind/application.css`.
6-
- Updated README docs on using the upgrade tool to update class names. @EricGusmao
7+
- Update the rake tasks to detect an (optional) postcss file in the root directory, after moving the file in #466. #482 @EricGusmao
8+
- Hide the gem's Rails generators in the `rails g --help` output. #483 @patriciomacadden
79

810

9-
## v4.0.0.rc3 / 2025-01-27
11+
## v4.0.0.rc4 / 2025-01-27
1012

1113
### Upgrade to Tailwind CSS v4
1214

1315
General changes:
1416

1517
- Dependency on `tailwindcss-ruby` set to `~> 4.0`.
1618
- The location of (optional) `postcss.config.js` has moved from the `config/` directory to the app root.
17-
- 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.
19+
- The input file `app/assets/tailwind/application.tailwind.css` has been renamed to `app/assets/tailwind/application.css`. If Propshaft is being used, `app/assets/tailwind` will be excluded from its asset handling.
1820
- The Inter font is no longer packaged with the gem.
21+
- Updated README to contain verbose instructions on upgrading.
1922

2023
Changes to the `tailwindcss:install` task:
2124

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 (4.0.0.rc4)
4+
tailwindcss-rails (4.0.0.rc5)
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.rc4"
2+
VERSION = "4.0.0.rc5"
33
end

0 commit comments

Comments
 (0)