Releases: rails/tailwindcss-rails
Releases · rails/tailwindcss-rails
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.
v2.0.20 / 2022-11-10
v2.0.20 / 2022-11-10
- Update to Tailwind CSS v3.2.3 by @willcosgrove.
v2.0.19 / 2022-11-08
v2.0.19 / 2022-11-08
- Update
bin/dev
script to stay in sync with other Rails installers' versions (e.g,cssbundling-rails
anddartsass-rails
). Usesh
instead ofbash
for vanilla Alpine support, and useexec
to run foreman for better interrupt handling. #219 by @marcoroth.
v2.0.18 / 2022-11-07
v2.0.18 / 2022-11-07
- Update to Tailwind CSS v3.2.2 by by @AlexKovynev.
v2.0.17 / 2022-11-01
v2.0.17 / 2022-11-01
- Add
arm-linux
support. #218 by @flavorjones.
v2.0.16 / 2022-10-21
v2.0.16 / 2022-10-21
- Update to Tailwind CSS v3.2.1 by @AlexKovynev in #213.
v2.0.15 / 2022-10-20
v2.0.15 / 2022-10-20
- Update to Tailwind CSS v3.2.0 by @domchristie in #209.
v2.0.14 / 2022-09-19
v2.0.14 / 2022-09-19
- Work around upstream rubygems issue on
musl
platforms. [#200]
v2.0.13
v2.0.13 / 2022-09-05
- Correctly handle paths with embedded spaces. #184 by @flavorjones
- The
build
andwatch
tasks accept adebug
argument to generate unminified assets:rails tailwindcss:build[debug]
orrails tailwindcss:watch[debug]
. #198 by @flavorjones - The
watch
task accepts apoll
argument to use polling instead of file system events:rails tailwindcss:watch[poll]
. #199 by @flavorjones