Releases: SymfonyCasts/sass-bundle
Releases · SymfonyCasts/sass-bundle
v0.9.0
What's Changed
- Fix
excluded_patternsby @nicolas-grekas in #90 - Suppress PHPStan error about calling
arrayNode()on an unknown class by @bocharsky-bw in #91 - Fix replacing
.scssextension by .css by @maelanleborgne in #23 - Sass
@importrules are deprecated by @cedriclombardot in #85
New Contributors
- @nicolas-grekas made their first contribution in #90
- @maelanleborgne made their first contribution in #23
- @cedriclombardot made their first contribution in #85
Full Changelog: v0.8.3...v0.9.0
v0.8.3
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
sassbinary 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_rootconfig 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