Releases: rails/tailwindcss-rails
Releases · rails/tailwindcss-rails
v2.6.1 / 2024-06-05
v2.6.1 / 2024-06-05
- Update to Tailwind CSS v3.4.4 (#373) @flavorjones
v2.6.0 / 2024-05-04
v2.6.0 / 2024-05-04
- Increase form input field border contrast. (#356) @olivierlacan
- Bring the scaffold templates up to date with rails/rails. (#357, #359) @kinsomicrote
- Drop support for Rails 6.0, which reached end-of-life in June 2023. (#358) @flavorjones
- Drop feature and bug fix support for Rails 6.1. The previous minor release will still receive security support while Rails 6.1 is supported. (#359) @flavorjones
New Contributors
- @kinsomicrote made their first contribution in #357
- @olivierlacan made their first contribution in #356
Full Changelog: v2.5.0...v2.6.0
v2.5.0 / 2024-04-27
v2.5.0 / 2024-04-27
- Remove the
@tailwindcss/aspect-ratio
plugin from thetailwind.config.js
that gets installed by the generator. This plugin was originally a polyfill until Safari 15 was released (in Fall 2021), and so is beyond its useful lifetime for anyone not targetting ancient browsers. (#344) @flavorjones @searls
New Contributors
Full Changelog: v2.4.1...v2.5.0
v2.4.1 / 2024-04-25
v2.4.0 / 2024-04-08
v2.4.0 / 2024-04-08
- Update to Tailwind CSS v3.4.3 from v3.4.1 by @flavorjones
- The
tailwindcss:watch
task handles interrupts more cleanly. (#318, #336) @davidcelis
v2.3.0 / 2024-01-10
v2.3.0 / 2024-01-10
- Allow applications to override the generator templates. (#314) @flavorjones
- Support using PostCSS as a preprocessor. (#316) @ahmeij
v2.2.1 / 2024-01-07
v2.2.1 / 2024-01-07
- Update to Tailwind CSS v3.4.1 from v3.4.0 by @flavorjones
- Fix
password
form field styling in generated scaffold forms. (#304) @flavorjones - Fix namespaced mailer generation. (#272) @flavorjones
v2.2.0 / 2024-01-04
v2.1.0 / 2023-12-19
v2.1.0 / 2023-12-19
- Update to Tailwind CSS v3.4.0 from v3.3.6 by @flavorjones
Also see the Tailwind CSS announcement blog post.
v2.0.33 / 2023-12-09
v2.0.33 / 2023-12-09
- Update to Tailwind CSS v3.3.6 from v3.3.5 by @flavorjones