Releases: rails/tailwindcss-rails
v3.2.0 / 2025-01-10
v3.2.0 / 2025-01-10
- Improve the scaffold views by making positions, padding, and sizes more consistent, add titles to all pages, add hover states and semantic colors to buttons and links, and change border and focus colors on fields with errors. (#452) @patriciomacadden
New Contributors
- @patriciomacadden made their first contribution in #452
Full Changelog: v3.1.0...v3.2.0
v3.1.0 / 2024-12-29
v3.1.0 / 2024-12-29
Notable changes
The tailwindcss plugins "form", "typography", and "container-queries" have been dropped from the default generated tailwind.config.js
file. If you'd like to use them, you can re-add them to your project by uncommenting the appropriate lines in your config file. (#446) @flavorjones
v3.0.0 / 2024-10-15
v3.0.0
Notable changes
-
The upstream
tailwindcss
executable has been extracted from this gem into a new dependency,tailwindcss-ruby
. @flavorjonesIn advance of the upcoming TailwindCSS v4 release, we are decoupling the
tailwindcss
executable from the Rails integration. This will allow users to upgrade TailwindCSS at a time of their choosing, and allow early adopters to start using the beta releases.See https://github.com/flavorjones/tailwindcss-ruby for more information.
v2.7.9 / 2024-10-10
v2.7.9 / 2024-10-10
- Fix the scaffold form template to render text forms and check boxes properly in all versions of Rails. (#418) @Earlopain
v2.7.8 / 2024-10-08
v2.7.8 / 2024-10-08
- Fix the scaffold form template to render checkboxes properly. (#416) @enderahmetyurt
v3.0.0.rc1
v3.0.0.rc1
Notable changes
-
The upstream
tailwindcss
executable has been extracted from this gem into a new dependency,tailwindcss-ruby
. @flavorjonesIn advance of the upcoming TailwindCSS v4 release, we are decoupling the
tailwindcss
executable from the Rails integration. This will allow users to upgrade TailwindCSS at a time of their choosing, and allow early adopters to start using the beta releases.
v2.7.7 / 2024-10-02
v2.7.7 / 2024-10-02
- Proactively support changes to Rails's authentication templates shipping in Rails 8.0.0.beta2 (which is not yet released). (#407, #408) @seanpdoyle @flavorjones
v2.7.6 / 2024-09-23
v2.7.6 / 2024-09-23
- Update to Tailwind CSS v3.4.13 @flavorjones
v2.7.5 / 2024-09-18
v2.7.5 / 2024-09-18
- Update to Tailwind CSS v3.4.12 @flavorjones
v2.7.4 / 2024-09-13
v2.7.4 / 2024-09-13
- Update to Tailwind CSS v3.4.11 @flavorjones