Skip to content

Releases: SymfonyCasts/tailwind-bundle

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!

Fix missing versioned image paths in CSS file

30 Jun 16:46
v0.1.3
Compare
Choose a tag to compare

Hi again!

This release fixes a problem where, if you had a url('../images/some-file.png') in your Tailwind CSS file, AssetMapper would not correclty update that to the correct versioned filename in the final CSS.

  • Fixing bug where Tailwind compiler might run after core compiler handling url() in CSS files by @weaverryan in #11

Full Changes: v0.1.2...v0.1.3

Have fun!

Fix for compiled CSS not being "swapped" in

28 Jun 17:27
Compare
Choose a tag to compare

Hi again!

This release fixes a problem where the generated CSS would not be "swapped" in correctly on Windows and in some other edge cases, causing the source Tailwind CSS contents to be served instead.

Full Changes: v0.1.1...v0.1.2

Have fun!

Binary bug fix for Windows

28 Jun 14:56
Compare
Choose a tag to compare
Pre-release

Hi!

A release for a bug fix for many Windows users, where the correct binary to download was not being correctly calculated.

Full Changes: v0.1.0...v0.1.1

Initial Pre-Release Release!

27 Jun 19:21
Compare
Choose a tag to compare
Pre-release

Hi there!

Initial release of the bundle. If you experience any problems, please open an issue to help us improve.

Cheers!