Spring Clean (beta.6)
Pre-release
Pre-release
This is the sixth 3.2.0 beta release and the third release candidate.
The last synced beta round with node-sass (thanks to @am11) brought up a few regressions as expected. It helped us to improve the spec tests by exposing previously untested code parts (notable mention was the lack of any else if
spec test). Beside that we also fixed quite a few other bugs on the way.
Bugfixes
- Improve hash map key handling (@mgreter, #1086)
- Add hotfix for url issue with single variable (@mgreter, #1087)
- Improve block comment parsing for lists (@mgreter, #1082)
- Improve scope handling for variables (@mgreter, #1081)
- Backtrace lines are off-by-one (@saper, #1078)
- Fix argument handling for dynamic
call
function (@mgreter, #1075) - Fix interpolation with unary expressions (@mgreter, #1074)
- Fix operator parsing regression (@mgreter, #1068)
- Fix backslash multiline string with win linefeed (@mgreter, #1067)
- Fix incorrect semantics of
@else
(@xyfer, #1062) - Fix source-map regression (@mgreter, #1056)
- Fix one regression with error reporting (@mgreter, #1054)
- Fix url parsing with trailing spaces in url (@mgreter, #1051)
- Fix
@elseif
keyword not being parsed (@xyfer, #1060) - Fix empty ruleset blocks sometimes being outputted (@mgreter, #1109 )
- Fix
random
not always being random (@xzyfer, #1104) - Fix compilation errors on SmartOS (@candid @saper, #850)
Known issues
- Variable interpolation causes additional string escaping (#1115)
- Erroneous space inserted when using IE property hack (#1098)
Thanks!
This release would not be possible without the hard work of @candid, @mgreter, @saper and @xzyfer.
We already have a bunch of features queued for 3.2.1 and plan to release 3.2.0 in one or two weeks; if we don't get any blocking issues reported in the meantime! So stay tuned and keep testing 🕐