Skip to content

Releases: rails/tailwindcss-rails

v2.0.9

18 Jun 10:25
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.8...v2.0.9

v2.0.8

10 Mar 14:24
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Restrict views to common template formats by @pixeltrix in #155
  • Update rake build command to work with Windows by @pietmichal in #156
  • Upgrade to Tailwind 3.0.23 by @dhh

Full Changelog: v2.0.7...v2.0.8

v2.0.7

22 Feb 12:17
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

19 Feb 09:25
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

v2.0.5

16 Jan 10:09
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Tailwind CSS v3.0.15
  • Fix: Insert centring container around the yield by @dixpac in #106
  • Add description to watch task by @RolandStuder in #130
  • Fix the wrong indentation by @dixpac in #132

Full Changelog: v2.0.4...v2.0.5

v2.0.3

03 Jan 20:04
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • fix: name the platform using just architecture and os by @flavorjones in #103
  • Add tailwindcss-linux-arm64 support (make docker on Apple Silicon M1 workflow possible) by @schmidp in #112

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

19 Dec 20:22
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

19 Dec 20:21
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Remove redundant font-size class from generators by @marcushwz in #97
  • Add error messages on unsupported platforms or when bundler platforms aren't correct by @flavorjones in #102

Full Changelog: v2.0.0...v2.0.1

v2.0.0

18 Dec 00:32
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Tailwind CSS for Rails now uses the standalone executables made for Tailwind 3. These executables are platform specific, so there's actually separate underlying gems per platform, but the correct gem will automatically be picked for your platform. Supported platforms are Linux x64, macOS arm64, macOS x64, and Windows x64. (Note that due to this setup, you must install the actual gems – you can't pin your gem to the github repo.)

This is a completely different approach from previous versions of tailwindcss-rails. Gone is Ruby-powered purger. Everything now works as it would if you had installed the Node version of Tailwind. But without the Node!

This setup requires a separate watch process to run, which is configured and modeled after the approach used in cssbundling-rails. Look at the README for more details.

Huge thanks to @flavorjones for creating the platform-specific gem setup πŸ™

Full Changelog: v1.0.0...v2.0.0

v1.0.0

14 Dec 22:49
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Nothing. But we're promote 0.5.4 to 1.0.0 to go along with the final release of Rails 7.0. Because as a new sanctioned default option of Rails 7, we should stick to the API, and this communicates that πŸš€πŸ₯³