Skip to content

Releases: SymfonyCasts/tailwind-bundle

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

v0.2.1 Updating Tailwind to 3.3.5

08 Nov 19:31
df70d0d
Compare
Choose a tag to compare

Hi there!

This updates the Tailwind binary that's used to 3.3.5

Full Changelog: v0.2.0...v0.2.1

Have fun!

Add Symfony 7 support

08 Nov 10:31
3460181
Compare
Choose a tag to compare

Hi there! A new release to support upcoming Symfony 7️⃣

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.2.0

New --minify Option

02 Sep 18:43
Compare
Choose a tag to compare

Hi Tailwinders!

This release adds a --minify option by @Kocal in #21

Full Changelog: v0.1.6...v0.1.7

Cheers!

v0.1.6: allow relative input_css

30 Aug 18:37
Compare
Choose a tag to compare

Hi Tailwinders!

Just a small fix to allow the input_css to handle relative paths (like the documentation already shows).

  • Allowing a custom input_path relative to the project by @weaverryan in #22

Full Changelog: v0.1.5...v0.1.6

Cheers!

Upgrade Tailwind from 3.3.2 -> 3.3.3.

18 Jul 15:04
Compare
Choose a tag to compare
Pre-release

Hi!

A small release to download the latest Tailwind version.

Changelog: v0.1.4...v0.1.5

Fixing --watch in Windows & aarch64 binary download

06 Jul 10:51
v0.1.4
Compare
Choose a tag to compare

Hi again!

This release fixes the --watch flag in Windows and the binary download for aarch64:

  • Fixing bug where machine name is aarch64 by @makraz in #13
  • Trying an alternate solution to "waiting" for the watch mode by @weaverryan in #15

Full Changes: v0.1.3...v0.1.4

Have fun!