Skip to content

Releases: SymfonyCasts/tailwind-bundle

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

Add --poll option that should help with auto-rebuild on Windows Docker

24 May 13:17
61d6d35
Compare
Choose a tag to compare

Hi there!

If you're experiencing problems with auto-rebuilding your CSS using --watch on Windows Docker - try to add --poll along with the --watch option:

php bin/console tailwind:build --watch --poll

TailwindCSS will use polling instead of filesystem events when watching.

What's Changed

  • Windows Docker and Tailwind watch mode by @Mitraniom in #57

New Contributors

  • @Mitraniom made their first contribution in #57

Full Changelog: v0.5.2...v0.5.3

No GitHub rate limit thanks to the cached latest version

21 May 09:31
1c075f2
Compare
Choose a tag to compare

What's Changed

  • Fix GitHub rate limit with cache by @eminjk in #55

New Contributors

Full Changelog: v0.5.1...v0.5.2

Public method signature changes are a non-factor

20 Feb 11:54
e13e544
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @kbond made their first contribution in #41

Full Changelog: v0.5.0...v0.5.1

Allow custom config file path

18 Dec 17:00
f313019
Compare
Choose a tag to compare

Hello there!

Now you can configure a custom path to your tailwind.config.js via bundle configuration.

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

Tailwind binary version config

15 Dec 16:42
43ad79d
Compare
Choose a tag to compare

Now you can specify in the config file which version of Tailwind binary you want to use.

What's Changed

Full Changelog: v0.3.0...v0.4.0

Ready for PHP 8.3 and shipped with the latest Tailwind binary

15 Dec 11:29
3013811
Compare
Choose a tag to compare

Hi there!

This bundle is shipped with the latest Tailwind binary now! Also, it's ready for PHP 8.3

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0