Releases: rails/tailwindcss-rails
Releases · rails/tailwindcss-rails
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.
v2.0.23 / 2023-02-19
v2.0.23 / 2023-02-19
- Update to Tailwind CSS v3.2.7 by @flavorjones.
v2.0.22 / 2023-02-08
v2.0.22 / 2023-02-08
- Update to Tailwind CSS v3.2.6 by @flavorjones.
- Introduce a
verbose
task argument, and put verbose logging behind it by @ghiculescu. - Fix scaffold view generation for nested models (#227) by @dixpac.
- Improved documentation by @ghiculescu and @flavorjones.
v2.0.21 / 2022-11-11
v2.0.21 / 2022-11-11
- Update to Tailwind CSS v3.2.4 by @flavorjones.