Releases: SymfonyCasts/sass-bundle
v0.8.2 : Housekeeping
Hey Sass'ers!
Just a minor housekeeping release.
What's Changed
- Add tools/ and .neon to the .gitattributes by @bocharsky-bw in #79
Full Changelog: v0.8.1...v0.8.2
v0.8.1 : Do not conflict with PHPUnit 10+ anymore
No more conflict with PHPUnit 10+. Thanks @justim for reporting it!
What's Changed
- Drop PHPUnit from the conflict section by @bocharsky-bw in #78
Full Changelog: v0.8.0...v0.8.1
v0.8.0 : Automatic detection of Sass binary installed in the system
Hi there!
Now the bundle will automatically try to detect a Sass binary installed in the system before start downloading a new one. If the binary is detected - no downloads, the bundle will just use it. See #75 for more details.
What's Changed
- Add more examples about how to use 3rd-party Sass libs by @bocharsky-bw in #49
- [dx] keep tooling in one place by @jrushlow in #70
- [DOC] Fix load_path path example by @Jibbarth in #72
- [ci] php-cs-fixer it up by @jrushlow in #71
- Add CI status badge by @bocharsky-bw in #74
- Fix CI by @bocharsky-bw in #73
- fix #75: detect
sass
binary in the path and use it if available by @drupol in #76 - Improve the docs by @bocharsky-bw in #77
New Contributors
- @jrushlow made their first contribution in #70
- @Jibbarth made their first contribution in #72
- @drupol made their first contribution in #76
Full Changelog: v0.7.0...v0.8.0
Add support for additional load paths
Allow custom root_sass to be relative paths
Public method signature changes are a non-factor & docs tweaks
What's Changed
- fix symfony_cast by @louismariegaborit in #61
- [CI] PHP CS Fixer it up by @bocharsky-bw in #63
New Contributors
- @louismariegaborit made their first contribution in #61
Full Changelog: v0.5.1...v0.5.2
Fix disabling source map
What's Changed
- doc: fix typo by @kbond in #57
- Fix other options are forbidden when --no-source-map by @smnandre in #59
Full Changelog: v0.5.0...v0.5.1
Sass bumped to 1.69.7 that adds Alpine Linux distribution support
Hi there!
Alpine Linux distribution support is here! Sass binary version was bumped to the latest 1.69.7. The root_sass
can be set to a simple string instead of array.
What's Changed
- [DOC] : Add note for alpine issue by @LaurentSanson in #50
- Allow string in 'root_sass' configuration by @smnandre in #54
- Update section Source Sass file in the documentation by @makraz in #52
- Simplify
sass_root
config for to allow array by @makraz in #55 - doc: add section showing how to use as a Symfony CLI worker by @kbond in #56
- [BINARY] : Bump binary to 1.69.7 by @LaurentSanson in #51
New Contributors
- @LaurentSanson made their first contribution in #50
- @makraz made their first contribution in #52
- @kbond made their first contribution in #56
Full Changelog: v0.4.0...v0.5.0
PHP 8.3 ready + Sass CLI options support
What's Changed
- Add PHP 8.3 support by @bocharsky-bw in #40
- Simplify CI config thanks to upstream changes by @bocharsky-bw in #45
- Add a note about dropping Sass in favor of native CSS by @bocharsky-bw in #47
- Handle Sass cli options (style, --no-source_map, --embed-sources...) by @smnandre in #39
Full Changelog: v0.3.0...v0.4.0
Add Symfony 7 support
Hello there!
Symfony 7 support is here now!
What's Changed
- Fix FunctionalTest when MappedAsset does not store content by @smnandre in #38
- Allow Symfony 7 by @evertharmeling in #36
Full Changelog: v0.2.5...v0.3.0