Skip to content

Commit

Permalink
version bump to v4.0.0.rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 29, 2025
1 parent 3a5fedc commit 738ba68
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# `tailwindcss-rails` Changelog

## v4.0.0.rc4 / 2025-01-27
## v4.0.0.rc5 / 2025-01-29

General changes since rc4:

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


## v4.0.0.rc3 / 2025-01-27
## v4.0.0.rc4 / 2025-01-27

### Upgrade to Tailwind CSS v4

General changes:

- Dependency on `tailwindcss-ruby` set to `~> 4.0`.
- The location of (optional) `postcss.config.js` has moved from the `config/` directory to the app root.
- 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.
- 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.
- The Inter font is no longer packaged with the gem.
- Updated README to contain verbose instructions on upgrading.

Changes to the `tailwindcss:install` task:

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tailwindcss-rails (4.0.0.rc4)
tailwindcss-rails (4.0.0.rc5)
railties (>= 7.0.0)
tailwindcss-ruby (~> 4.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/tailwindcss/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tailwindcss
VERSION = "4.0.0.rc4"
VERSION = "4.0.0.rc5"
end

0 comments on commit 738ba68

Please sign in to comment.