Releases: SymfonyCasts/tailwind-bundle
New --minify Option
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
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.
Fixing --watch in Windows & aarch64 binary download
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
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
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.
- Add functional test + fix window path matching @weaverryan #4
Full Changes: v0.1.1...v0.1.2
Have fun!
Binary bug fix for Windows
Hi!
A release for a bug fix for many Windows users, where the correct binary to download was not being correctly calculated.
- Fix Windows binary by @weaverryan #4
- Fix and update .gitattributes file by @ker0x in #3
Full Changes: v0.1.0...v0.1.1
Initial Pre-Release Release!
Hi there!
Initial release of the bundle. If you experience any problems, please open an issue to help us improve.
Cheers!