Skip to content

Releases: rails/tailwindcss-rails

v2.3.0 / 2024-01-10

10 Jan 22:04
9118fbc
Compare
Choose a tag to compare

v2.3.0 / 2024-01-10

v2.2.1 / 2024-01-07

08 Jan 02:37
7d35f29
Compare
Choose a tag to compare

v2.2.1 / 2024-01-07

v2.2.0 / 2024-01-04

04 Jan 22:24
8658b4b
Compare
Choose a tag to compare

v2.2.0 / 2024-01-04

  • Introduce a Puma plugin to manage the Tailwind "watch" process from rails server. (#300) @npezza93
  • Lazily load the debugger gem when running bin/dev (#292) @elia
  • Allow choosing a custom port with a PORT environment variable when running bin/dev (#292) @elia

v2.1.0 / 2023-12-19

19 Dec 20:03
172b080
Compare
Choose a tag to compare

v2.1.0 / 2023-12-19

Also see the Tailwind CSS announcement blog post.

v2.0.33 / 2023-12-09

09 Dec 18:53
674551b
Compare
Choose a tag to compare

v2.0.33 / 2023-12-09

v2.0.32 / 2023-10-27

27 Oct 19:26
8f33c4f
Compare
Choose a tag to compare

v2.0.32 / 2023-10-27

v2.0.31 / 2023-10-10

10 Oct 19:10
ad7edc9
Compare
Choose a tag to compare

v2.0.31 / 2023-10-10

  • Update Procfile.dev to run foreman with --open option allowing remote sessions with rdbg --attach (#281) by @duduribeiro
  • Address Rubygems 3.5.0 deprecation warnings (#280) by @lylo

v2.0.30 / 2023-07-13

13 Jul 17:31
9e64982
Compare
Choose a tag to compare

v2.0.30 / 2023-07-13

v2.0.29 / 2023-04-26

26 Apr 14:01
b6d9029
Compare
Choose a tag to compare

v2.0.29 / 2023-04-26

v2.0.28 / 2023-04-21

21 Apr 16:53
83aeede
Compare
Choose a tag to compare

v2.0.28 / 2023-04-21

  • The watch task accepts an always argument to keep the watcher alive when stdin is closed: rails tailwindcss:watch[always]. #262 by @GoodForOneFare