Skip to content

Releases: SymfonyCasts/tailwind-bundle

v0.11.1

30 Jul 14:42
72590ee
Compare
Choose a tag to compare

Hey Tailwinder's!

Just a small release that improves how we detect the Tailwind binary.

What's Changed

  • Refactor musl detection logic in TailwindBinary by @Spomky in #112

Full Changelog: v0.11.0...v0.11.1

v0.11.0

29 Jul 14:51
2d59fa8
Compare
Choose a tag to compare

Hey Tailwinder's!

When downloading TailwindCSS, we have some detection logic to determine the correct binary based on your system architecture. This logic is hard to test and doesn't work for everyone. So this release adds a binary_platform option to override:

# config/packages/symfonycasts_tailwind.yaml
symfonycasts_tailwind:
    # one of: 'linux-arm64', 'linux-arm64-musl', 'linux-x64', 'linux-x64-musl', 'macos-arm64', 'macos-x64', 'windows-x64'
    binary_platform: 'linux-x64'

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1

14 Jul 17:40
bd701c3
Compare
Choose a tag to compare

Hey Tailwinder's!

Small housekeeping release to prevent using invalid option in TailwindCSS 4.

What's Changed

  • Specify config file only if not v4 by @ld-web in #108

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0 : musl binary support

09 Apr 15:21
380502c
Compare
Choose a tag to compare

Hey Tailwinder's!

Small release that enables downloading the musl binary Tailwind 4.0 provides if your system architecture supports it.

What's Changed

  • Update TailwindBinary::getBinaryName() for 4.0 by @kbond in #104

Full Changelog: v0.9.0...v0.10.0

v0.9.0 : Strict Mode

22 Mar 13:40
408c65b
Compare
Choose a tag to compare

Hey Tailwinder's!

Small release that adds the concept of a strict mode. When not enabled, an exception isn't thrown if you haven't called tailwind:build. On everywhere but the test environment, where you likely don't care about the CSS. This makes it easier to run your tests in a CI environment.

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0 : TailwindCSS v4 Support (Official)

04 Mar 15:55
43100c1
Compare
Choose a tag to compare

Hey Tailwinder's!

This release officially adds TailwindCSS v4 support and also fixes some long-standing version mismatch issues. Now, in your config, you must specify one of the following:

  1. Exact binary_version (ie 3.4.17 or 4.0.9)
  2. The binary, if managing yourself.

Not specifying triggers a deprecation and defaults to binary_version: 3.4.17. This is required to ensure all team members, CI, production are all on the exact same version (like composer.lock does for PHP dependencies).

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1 : Default to TailwindCSS 3.x

23 Jan 14:58
81c9e6f
Compare
Choose a tag to compare

Sorry Tailwind'ers, this bundle does not yet support TailwindCSS 4.0. This release defaults the binary to the latest 3.x release until we can properly support 4.0!

What's Changed

  • fix: default to latest Tailwind CSS v3.x by @kbond in #83

Full Changelog: v0.7.0...v0.7.1

v0.7.0 : PostCSS Configuration

22 Jan 17:06
5c0e366
Compare
Choose a tag to compare

Hey Tailwind'ers!

Small release but with a cool new feature: the ability to use a custom PostCSS configuration!

What's Changed

  • Allow using custom PostCSS configuration file by @fracsi in #80

Full Changelog: v0.6.1...v0.7.0

v0.6.1 : Housekeeping

13 Nov 21:53
28db7cf
Compare
Choose a tag to compare

Hey Tailwind'ers!

Just a minor housekeeping release!

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

Add support of multiple entrypoints for input CSS files

05 Jul 21:05
4cde58e
Compare
Choose a tag to compare

What's Changed

  • [dx] keep tooling in one place by @jrushlow in #59
  • Allow working with multiple entrypoints by @adeys in #58

New Contributors

Full Changelog: v0.5.3...v0.6.0