Skip to content

Releases: leafo/scssphp

v0.8.4

18 Jun 21:17
Compare
Choose a tag to compare

This is the final tag on the leafo/scssphp repo.

PHP requirements downgraded to 5.4+ for this repo/package only.

Please go to https://github.com/scssphp/scssphp for the latest version (bug fixes, enhancements, etc).

Changes since v0.8.3:

v0.8.3

31 May 16:08
Compare
Choose a tag to compare

Fixes:

v0.8.2

09 May 18:54
Compare
Choose a tag to compare

Raise php requirement to 5.6+

v0.8.1

09 May 17:19
Compare
Choose a tag to compare

Fixes:

Maintenance:

  • commentsSeen and phpdoc update (@nextend)

v0.8.0

02 May 18:06
Compare
Choose a tag to compare

Fixes:

Maintenance:

  • Travis test updates (@Cerdic)
  • Add Bootstrap and Foundation framework tests (@Cerdic)

v0.7.8

24 Apr 18:37
Compare
Choose a tag to compare

Fixes:

  • Partial support for #rrggbbaa CSS Level 4 colors with alpha (@charlymz)
  • Avoid infinitely duplicating parts when extending selector (@cyberalien)
  • Fix rooted SCSS URIs normalized incorrectly with double slashes (@evanceit)
  • Coding style updates (@brainfoolong)
  • Interpolation support selector (@jakejohns, @Cerdic)
  • Improve error messages (@gabor-udvari, @Cerdic)
  • Fix font shorthand syntax (@JanST123, @Cerdic)
  • Peephole optimizations (@oyejorge, @Cerdic)
  • Compiler: change some private properties/methods to protected (@cyberalien)
  • Fix for "continue" causing PHP 7.3 warning (@darkain)
  • Fix error thrown from strpos if needle (basePath) is empty (@evanceit)
  • Fix doc for addImportPath, should also accept callable as input (@nguyenk)
  • Change Base64 VLQ encoder/decoder implementation
  • Generate inline sourcemap in command-line (@dexxa)
  • Fix backslash escape (@bastianjoel)

v0.7.7

24 Apr 18:34
Compare
Choose a tag to compare

Fixes:

  • Actually merge maps instead of concatenating (@s7eph4n)
  • Treat 0 as special unitless number (@of2607)
  • Partial fix for call() with ellipsis (@gabor-udvari)
  • Misc peephole optimization

v0.7.6

24 May 02:19
Compare
Choose a tag to compare

Bug Fixes:

  • mix() alpha fix
  • transparentize() alpha sensitive to locale
  • notices when compiling UIKit

Enhancements:

  • faster parsing for base64 data: url()s

v0.7.5

09 Feb 02:08
Compare
Choose a tag to compare

Fixes:

  • Fix for loop with units (@of2607)
  • Fix side-effects in abs(), ceil(), floor(), and round() (@jugyhead)

New:

  • Add option for custom SourceMapGenerator (@dleffler)

v0.7.4

21 Dec 00:20
d729625
Compare
Choose a tag to compare

Bug fixes:

  • Fat fingered cleanup; broke file-based source maps (@dleffler)