Spring Clean (beta.4)
Pre-release
Pre-release
This is the fourth 3.2.0 beta release and the first release candidate for 3.2.0.
This beta brings the last and probably biggest chunk of breaking changes to the C-API (only for custom functions and importers). Hopefully the right step to stabilize those APIs. Adds support for multiple importers and a new experimental feature called custom headers, which works very similar to custom importers. It all evolved from a ticket named custom mixins, which can now be achieved by using custom headers. For a complete list of C-API changes and how to update your code, consult PR #1000.
Features
- Support multiple importers (alpha, @mgreter, #1000, #962)
- Custom headers (experimental, @mgreter, #1000, #960)
Bugfixes
- Fix edge case in
Parent_Selector
evaluation (@mgreter, #1004) - Fix build to copy sass_version header (@drewwells, #998)
- Implement
/deep/
shadow DOM selector (@mgreter, #452) - Fix
&
interpolation causing segfaults (@mgreter, #978) - Fix wrong line in error message (@mgreter, #972)
- Fix variable Interpolation in
@keyframe
(@mgreter, #947) - Code clean up in
listize.cpp
(@xyfer, #975)
Credits
We are looking forward to make the 3.2.0 release happen soon 🚀 !
Thanks to all beta testers and specially to the node-sass team 🐝 !