Skip to content

Releases: sass/libsass

Atom

17 Mar 05:18
9cfe0df
Compare
Choose a tag to compare

Features

Fixes

  • Fix parsing of block comments to ignore css string rules (@mgreter, #1294)
  • Fix win UNC path handling for dot and dotdot directories (@mgreter, #2588)

Fastback

12 Mar 21:48
6ee62bd
Compare
Choose a tag to compare

This is a follow up bug patch release for 3.5.0.

Community

Fixes

Futura

06 Mar 11:45
Compare
Choose a tag to compare

Welcome the stable 3.5 LibSass release 🎉 🎉 🎉

This release contains most Sass 3.5 features, and many many bug fixes and optimisations.

Features

  • Implement trailing commas in parameters and arguments (#2070, @xzyfer)
  • Implement deprecation warning for ID strings that look like colors (#2302, @xzyfer)
  • Implement content-exists function (#2266, @xzyfer)
  • Implement support for passing var() to CSS functions (#2244, @xzyfer)
  • Implement first class functions (#2277 #2275, @xzyfer)
  • Implement nesting guard to avoid "out of stack space" (#2438, @mgreter)
  • Implement exponents for numbers (#2465, @mgreter)
  • Implement long file path support for Windows (#2477, @mgreter)
  • Implement case modifier for attribute selector (#2509, @mgreter)
  • Implement warning for double parent selectors (#2522, @mgreter)
  • Implement support for custom property syntax (#2076, @xzyfer)
  • Implement support for custom-property feature flag (#2076, @xzyfer)

Optimisations

Community

Fixes

Vanquish

05 Feb 23:14
Compare
Choose a tag to compare

This release backports bugfixes and improvements from master to libsass 3.4.

Release was tested with valgrind against all spec-tests to be free of (known) leaks.

Fixes

Caroline

12 Jan 01:46
a1f13ed
Compare
Choose a tag to compare

This release backports bugfixes and improvements from master to libsass 3.4.

Release was tested with valgrind against all spec-tests to be free of (known) leaks.

Features

Fixes

Mirabeau

13 Nov 23:55
c943792
Compare
Choose a tag to compare

This release backports bugfixes and improvements from master to libsass 3.4.

Release was tested with valgrind against all spec-tests to be free of (known) leaks.

Features

Fixes

Commodore

12 Nov 13:10
Compare
Choose a tag to compare

Features

Fixes

  • Reverts accidental 3.5 feature - trailing commas in parameters and arguments (@xzyfer)
  • Reverts accidental breaking change - remove current working directory from search paths (@xzyfer)
  • Fix some memory corruptions (@mgreter, #2484)
  • Fix CI instability (@xzyfer)
  • Fix CI for 3.4 release (@xzyfer)
  • Fix links in Markdown after Github changed its parser (@mgreter)
  • Fix potential stack overflow (@mgreter, #2438)
  • Fix file content malloc to avoid reading beyond buffer (@mgreter, #2439)
  • Fix segfault in at-root cssize edge-case (@mgreter, #2437)
  • Fix ref-counted value handling in if function (@mgreter, #2437)
  • Fix segfault in selector append edge-case (@mgreter, #2437)
  • Fix segfault in parser edge case (@mgreter, #2450)
  • Fix usage of non-portable strdup (@asottile, #2459)
  • Fix case-sensitive lookup to parse colors (@asottile, #2462)
  • Fix selector parsing and url regression (@mgreter, #2429)

Manta

22 May 20:15
Compare
Choose a tag to compare

This release backports bugfixes and improvements from master to libsass 3.4.

Release was tested with valgrind against all spec-tests to be free of (known) leaks.

Features

Fixes

Zoom

30 Mar 11:48
Compare
Choose a tag to compare

This release back ports bug fixes and improves from the master to 3.4.x.

Features

Fixes

Misc

DeVille

20 Feb 09:52
Compare
Choose a tag to compare

This release is focused largely on clean up work before 3.5.0 goes stable. See #2313 #2316 #2336

Features

Fixes