You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8-5
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,24 @@
1
1
# `tailwindcss-rails` Changelog
2
2
3
-
## v4.0.0.rc4 / 2025-01-27
3
+
## v4.0.0.rc5 / 2025-01-29
4
+
5
+
General changes since rc4:
4
6
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
7
9
8
10
9
-
## v4.0.0.rc3 / 2025-01-27
11
+
## v4.0.0.rc4 / 2025-01-27
10
12
11
13
### Upgrade to Tailwind CSS v4
12
14
13
15
General changes:
14
16
15
17
- Dependency on `tailwindcss-ruby` set to `~> 4.0`.
16
18
- 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.
18
20
- The Inter font is no longer packaged with the gem.
21
+
- Updated README to contain verbose instructions on upgrading.
0 commit comments