This is the third 3.2.0 beta release.
It includes two new major features, that have not been available before! @ekskimn tackled &
support in SassScript while @mgreter implemented correct variable scoping! Beside these features, we have merged a lot of bugfixes and performance improvements!
Features
- Implement support for
&
in SassScript (@ekskimn, #966, #548) - Add correct variable scoping (@mgreter, #986, #990)
- Performance improvements in parser (@mgreter, #985, #990)
- Provide a formatted error output (@mgreter, #938)
- Add
sass_context_take_included_files()
(@rodneyrehm, #982)
Bugfixes
- Fix memory management issues (@mgreter, #940)
- Fix block comment parsing regression (@mgreter, #941)
- Support multiline string with trailing backslash (@mgreter, #942)
- Refine illegal extend error across media-queries (@mgreter, #943)
- Error when property-value is missing (@mgreter, #945)
- Fix
@error
to exit with error message (@asottile, #967) - Fix reported position when no token can be parsed (@mgreter, #972)
- Fix variable length parameter (@mgreter, #980)
- Fix regression with
str-slice
(@mgreter, #988) - Simplify autotools build (@saper, #992)
Credits
Special shout-out to @ekskimn for his great work on &
support and to @hugogiraudel for the extensive spec-tests on variable scoping! We also want to thank @asottile, @rodneyrehm and @saper for their contributions. Another release brought to you by @mgreter and @xzyfer 🌅