Skip to content

Releases: rails/tailwindcss-rails

v2.7.1 / 2024-08-07

07 Aug 18:31
68f0bd4
Compare
Choose a tag to compare

v2.7.1 / 2024-08-07

v2.7.0 / 2024-08-05

05 Aug 13:41
4249afa
Compare
Choose a tag to compare

v2.7.0 / 2024-08-05

v2.6.5 / 2024-07-30

30 Jul 18:23
84c08f8
Compare
Choose a tag to compare

v2.6.5 / 2024-07-30

  • During installation, clobber the Rails v8 default bin/dev file without requiring human intervention. (#385) @jeromedalbert

v2.6.4 / 2024-07-27

27 Jul 21:38
73980ba
Compare
Choose a tag to compare

v2.6.4 / 2024-07-27

v2.6.3 / 2024-07-16

16 Jul 16:06
7c3ebd1
Compare
Choose a tag to compare

v2.6.3 / 2024-07-16

v2.6.2 / 2024-07-15

15 Jul 21:28
a1fb3b4
Compare
Choose a tag to compare

v2.6.2 / 2024-07-15

v2.6.1 / 2024-06-05

05 Jun 19:25
6a592b7
Compare
Choose a tag to compare

v2.6.1 / 2024-06-05

v2.6.0 / 2024-05-04

04 May 17:27
ec27257
Compare
Choose a tag to compare

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

Full Changelog: v2.5.0...v2.6.0

v2.5.0 / 2024-04-27

27 Apr 19:12
6e6e34a
Compare
Choose a tag to compare

v2.5.0 / 2024-04-27

  • Remove the @tailwindcss/aspect-ratio plugin from the tailwind.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

25 Apr 15:22
ebfe299
Compare
Choose a tag to compare

v2.4.1 / 2024-04-25

  • Fix debugger repl when using the Puma plugin. (#349) @tompng