Releases: SymfonyCasts/tailwind-bundle
v0.6.1 : Housekeeping
Hey Tailwind'ers!
Just a minor housekeeping release!
What's Changed
- [ci] php-cs-fixer it up by @jrushlow in #62
- Add CI status badge by @bocharsky-bw in #65
- Fix CI by @bocharsky-bw in #64
- Added information for additional inclusion of paths to search classes in by @DocFX in #67
- Unblock PHPUnit - add it as a dev dependency by @bocharsky-bw in #68
- fix: new asset-mapper hash by @kbond in #69
- Fix path to License file by @cezarpopa in #70
- Add tools/ and .neon to the .gitattributes by @bocharsky-bw in #73
- [CI] Fix randomly failed tests on Windows v2 by @bocharsky-bw in #75
- minor: fix failing windows tests by @kbond in #76
New Contributors
- @DocFX made their first contribution in #67
- @cezarpopa made their first contribution in #70
Full Changelog: v0.6.0...v0.6.1
Add support of multiple entrypoints for input CSS files
Add --poll option that should help with auto-rebuild on Windows Docker
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
Public method signature changes are a non-factor
What's Changed
- [CI] Simplify CI config thanks to upstream changes by @bocharsky-bw in #40
- [doc] add section showing how to use as a Symfony CLI worker by @kbond in #41
- [CI] PHP CS Fixer it up by @bocharsky-bw in #47
New Contributors
Full Changelog: v0.5.0...v0.5.1
Allow custom config file path
Hello there!
Now you can configure a custom path to your tailwind.config.js
via bundle configuration.
What's Changed
- Trigger a build to see a random fail by @bocharsky-bw in #39
- Allowing a custom config_file relative to the project by @barbieswimcrew in #30
New Contributors
- @barbieswimcrew made their first contribution in #30
Full Changelog: v0.4.0...v0.5.0
Tailwind binary version config
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
Hi there!
This bundle is shipped with the latest Tailwind binary now! Also, it's ready for PHP 8.3
What's Changed
- Add PHP 8.3 support by @bocharsky-bw in #32
- Adding note about form theming bundle by @weaverryan in #33
- Adding note to the docs about using Tailwind plugins by @weaverryan in #35
- Download latest release from github by @fracsi in #34
New Contributors
Full Changelog: v0.2.1...v0.3.0
v0.2.1 Updating Tailwind to 3.3.5
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
Hi there! A new release to support upcoming Symfony 7️⃣
What's Changed
- Support Symfony 7 by @back-2-95 in #26
New Contributors
- @back-2-95 made their first contribution in #26
Full Changelog: v0.1.7...v0.2.0