Releases: SymfonyCasts/sass-bundle
Releases · SymfonyCasts/sass-bundle
PreAssetsCompileEventListener fix & config validation
Hey there!
PreAssetsCompileEventListener got a config fix & root_sass config key validation added!
What's Changed
- Fix PreAssetsCompileEventListener by @WebMamba in #35
- Added config validation by @evertharmeling in #34
Full Changelog: v0.2.4...v0.2.5
Listener to PreAssetsCompileEvent & better exception handling
Hello there!
A listener to PreAssetsCompileEvent was added. Also, provided a better exception handling
What's Changed
- Better exception if the built file is not present by @weaverryan in #32
- Add Listener to PreAssetsCompileEvent by @WebMamba in #22
Full Changelog: v0.2.3...v0.2.4
Bug fix: default value for embed_sourcemap config option
Hello there!
This release fixes a bug when the default real value is lost after the cache is warmed up for the embed_sourcemap
config option. Also includes many tweaks to the docs.
What's Changed
- Set a default value for $isDebug in SymfonycastsSassExtension by @evertharmeling in #21
- Some minor fixes in RST syntax by @bocharsky-bw in #15
- Fix documentation formatting by @hhamon in #17
- [DOC] Add missing ticks in index.rst by @smnandre in #18
- fix typo by @RubenHollevoet in #19
- Update composer package index.rst by @RubenHollevoet in #20
New Contributors
- @evertharmeling made their first contribution in #21
- @bocharsky-bw made their first contribution in #15
- @hhamon made their first contribution in #17
- @smnandre made their first contribution in #18
- @RubenHollevoet made their first contribution in #19
Full Changelog: v0.2.2...v0.2.3
Bug fix: more reliable path checking of .scss file
Hi Sassers!
This release fixes a bug that could cause your final CSS file to include the source Sass contents, instead of the final compiled CSS.
- Using realpath everywhere for consistent comparison by @weaverryan in #14
Full Changelog: v0.2.1...v0.2.2
Have fun!
Adding i586 windows machine support
Hi Sassers!
Just one small bug fix:
New Contributors
- @javiereguiluz made their first contribution in #10
- @weaverryan made their first contribution in #13
- @schugs4 made their first contribution in #12
Full Changelog: v0.2.0...v0.2.1
Have fun!