v4.0.0.rc2 / 2025-01-26
Pre-release
Pre-release
v4.0.0.rc2 / 2025-01-26
Changes since v4.0.0.rc1
General changes:
- The location of
application.tailwind.css
has moved fromapp/assets/stylesheets
toapp/assets/tailwind
. If Propshaft is being used,app/assets/tailwind
will be excluded from its asset handling.
Changes to the tailwindcss:install
task:
- 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.
Changes to the tailwindcss:upgrade
task:
- The "tailwind" stylesheet link tag will be removed if Propshaft is in use and already handling
app/assets/build/tailwind.css
. - The file
application.tailwind.css
will be moved fromapp/assets/stylesheets
toapp/assets/tailwind
.
Contributors
- @EricGusmao made their first contribution in #476
- Thanks to @patriciomacadden for #469