Releases: glenn2223/vscode-live-sass-compiler
Releases · glenn2223/vscode-live-sass-compiler
v6.1.2
6.1.2 - 2023-11-22
Fixed
- Fix for a network file-resolution bug introduced in v6.1.1. Closes #322
Updated
sass
to1.69.5
Changelogfdir
to6.1.1
Changelogpicomatch
to3.0.1
Changelogpostcss
to8.4.31
Changelogautoprefixer
to10.4.16
Changelog- Various dev dependency updates (nothing user facing)
What's Changed
- Fix network file-resolution bug by @glenn2223 in #339
- v6.1.2 by @glenn2223 in #340
Full Changelog: v6.1.1...v6.1.2
v6.1.1
6.1.1 - 2023-08-18
Changes
- Updated sass to v1.66.0 to revert breaking change
"Drop support for the additional CSS calculations defined in CSS Values
and Units 4. Custom Sass functions whose names overlapped with these new
CSS functions were being parsed as CSS calculations instead, causing an
unintentional breaking change outside our normal compatibility policy
for CSS compatibility changes"
Updated
v6.1.0
6.1.0 - 2023-08-12
Added
- New
formats[].generateMap
setting allows you to decide on map output on a format basis
TheliveSassCompile.settings.generateMap
is applied if this setting isnull
(its default).
Changes
formats[].extensionName
now allows any string ending with.css
without throwing a warning.- Tweaks to docs, reflecting the settings changes and correcting outdated info too
Updated
v6.0.6
6.0.6 - 2023-07-21
Fixed
- Corrected some setting types to stop warnings for valid values
Changes
- Updated docs to remove typos and references to dead settings and outdated info
Updated
sass
to1.62.1
Changelogpostcss
to8.4.26
Changelog- Various dev dependency updates (nothing user facing)
New Contributors (Thank You!)
- @oneeyedman made their first contribution in #302
Full Changelog: v6.0.5...v6.0.6
v6.0.5
v6.0.4
v6.0.3
v6.0.2
v6.0.1
6.0.1 - 2023-02-09
Changed
- Corrected information about the new
liveSassCompile.settings.useNewCompiler
setting - Updated the docs: fixed a link and also corrected references to the new minimum VS Code version (1.74)
- Tweaked some code to make it slightly more performant when processing many workspaces or many files
Updated
fdir
to6.0.1
Changelog
v6.0.0
6.0.0 - 2023-02-07
Breaking changes
- The following deprecated settings have been removed:
liveSassCompile.settings.formats[].savePathSegmentKeys
liveSassCompile.settings.formats[].savePathReplaceSegmentsWith
- Note: other deprecated settings will remain in place to maintain backwards compatibility, or until SASS2.0
- Requires VS Code v1.74 or later
Added
- New
liveSassCompile.settings.useNewCompiler
setting.Use it to try the SASS 2.0 compiler - before it becomes mandatorydiscussion ref
Try the new, more performant, SASS compiler - go on, kick the tyres on this new entry point. Note:lineFeed
,indentType
andindentWidth
do not work in this new compiler (and never will [ref])
Fixed
debugFileList
command now correctly includes the files that fall under the excluded and partial patterns- All node module paths are now resolved correctly (when utilising the
~/[node module name]/file_path
feature) - Any output (
Information
or higher) is saved in the output window. It still only pops up depending on your setting.
This is to match the original extension.