Releases: rails/tailwindcss-rails
Releases · rails/tailwindcss-rails
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
v2.0.32 / 2023-10-27
v2.0.32 / 2023-10-27
- Update to Tailwind CSS v3.3.5 from v3.3.3 by @flavorjones
- Also see v3.3.4 release notes
- Restore support for Ruby 2.7, broken in v2.0.31, by explicitly setting
required_rubygems_version = ">= 3.2.0"
. (#286) by @flavorjones
v2.0.31 / 2023-10-10
v2.0.31 / 2023-10-10
- Update Procfile.dev to run foreman with
--open
option allowing remote sessions withrdbg --attach
(#281) by @duduribeiro - Address Rubygems 3.5.0 deprecation warnings (#280) by @lylo
v2.0.30 / 2023-07-13
v2.0.30 / 2023-07-13
- Update to Tailwind CSS v3.3.3 by @flavorjones
- If defined, the
spec:prepare
rake task will be decorated withtailwindcss:build
(#271) by @rmehner
v2.0.29 / 2023-04-26
v2.0.29 / 2023-04-26
- Update to Tailwind CSS v3.3.2 by @flavorjones
v2.0.28 / 2023-04-21
v2.0.28 / 2023-04-21
- The
watch
task accepts analways
argument to keep the watcher alive when stdin is closed:rails tailwindcss:watch[always]
. #262 by @GoodForOneFare
v2.0.27 / 2023-04-02
v2.0.27 / 2023-04-02
- Update to Tailwind CSS v3.3.1 by @flavorjones
v2.0.26 / 2023-03-30
v2.0.26 / 2023-03-30
- Update to Tailwind CSS v3.3.0 by @tysongach
- Use a locally-installed
tailwindcss
executable by setting aTAILWINDCSS_INSTALL_DIR
environment variable. (#224, #226) by @flavorjones
v2.0.25 / 2023-03-14
v2.0.25 / 2023-03-14
- Installer now includes all 5 official Tailwind plugins (adding
line-clamp
andcontainer-queries
). (#254) by @Kentasmic
v2.0.24 / 2023-03-05
v2.0.24 / 2023-03-05
- When Rails CSS compression is on, avoid generating minified tailwindcss assets. (#253) by @flavorjones.