Skip to content

Releases: glenn2223/vscode-live-sass-compiler

v4.1.0

20 Dec 12:24
Compare
Choose a tag to compare
v4.1.0 Pre-release
Pre-release

4.1.0 - 2020-12-20

Added

  • New setting liveSassCompile.settings.compileOnWatch
    • When true it will automatically compile all Sass files when watching is started. Default value is true

Changed

  • Updated the issue report command text from Create an 'Unexpected Error' issue to Report an issue to simpilfy and be more inline with the normality.
  • Now using webpack to minify and speed up the extension

Other

  • Doc changes/general tidy up, updated .vscodeignore, update license, update .gitignore

v4.0.0

20 Dec 12:28
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release

4.0.0 - 2020-12-20

Breaking changes

  • Output options are now only expanded and compressed
  • Only works on VS Code v1.50 and over

Fixed

  • Changed from libsass to sass (more up to date release)
    • Fixes: many issues + performance improvement
  • Map line numbers are correct after autoprefixer is applied

Added

  • Replace segments in the save path: added two new settings under liveSassCompile.settings.formats
    • savePathSegmentKeys - A list of segments to be replaced
    • savePathReplaceSegmentsWith - The replacement value
  • New setting liveSassCompile.settings.watchOnLaunch
    • When true it will automatically start watching your .sass or .scss files on launch. Default value is false
  • New logging mechanism
    • Errors are logged in a workspace folder
    • New command to help log issues for unhandled errors liveSass.command.createIssue

v3.1.0-alpha-1.0

21 Oct 00:23
db47175
Compare
Choose a tag to compare
v3.1.0-alpha-1.0 Pre-release
Pre-release

What's new ?

3.1.0 - 2020-10-14

Fixed

  • Changed from libsass to node-sass (upgraded to libsass v 3.5.4)
    • Fixes: many issues + performance improvement
  • Map line numbers are correct after autoprefixer is applied

Added

  • Replace segments in the save path: added two new settings under liveSassCompile.settings.formats
    • savePathSegmentKeys - A list of segments to be replaced
    • savePathReplaceSegmentsWith - The replacement value
  • New setting liveSassCompile.settings.watchOnLaunch
    • When true it will automatically start watching your .sass or .scss files on launch. Default value is false
  • New logging mechanism
    • Errors are logged in a workspace folder
    • New command to help log issues for unhandled errors liveSass.command.createIssue

Changelog

See the full change log here.