Skip to content

Commit

Permalink
v6.1.0 - PR #313 from glenn2223
Browse files Browse the repository at this point in the history
# 6.1.0 - 2023-08-12

<small>[Compare to previous release][comp:6.1.0]</small>

### Added

-   New 'formats[].generateMap' setting allows you to decide on map output on a format basis  
    The `liveSassCompile.settings.generateMap` is applied if this setting is `null` (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

-   `sass` to `1.65.1` [Changelog][cl:sa]
-   `fdir` to `6.0.2` [Changelog][cl:fd]
-   `postcss` to `8.4.27` [Changelog][cl:pc]
-   Various dev dependency updates _(nothing user facing)_

[comp:6.1.0]: v6.0.6...v6.1.0
[cl:fd]: https://github.com/thecodrr/fdir/releases
[cl:pc]: https://github.com/postcss/postcss/blob/main/CHANGELOG.md
[cl:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
  • Loading branch information
glenn2223 authored Aug 12, 2023
2 parents 3e986e9 + d7bada9 commit 4b71b7d
Show file tree
Hide file tree
Showing 7 changed files with 212 additions and 233 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,27 @@ Types of changes

All notable changes to this project will be documented in this file.

## [6.1.0] - 2023-08-12

<small>[Compare to previous release][comp:6.1.0]</small>

### Added

- New 'formats[].generateMap' setting allows you to decide on map output on a format basis
The `liveSassCompile.settings.generateMap` is applied if this setting is `null` (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

- `sass` to `1.65.1` [Changelog][cl:sa]
- `fdir` to `6.0.2` [Changelog][cl:fd]
- `postcss` to `8.4.27` [Changelog][cl:pc]
- Various dev dependency updates _(nothing user facing)_

## [6.0.6] - 2023-07-21

<small>[Compare to previous release][comp:6.0.6]</small>
Expand Down Expand Up @@ -711,6 +732,8 @@ All notable changes to this project will be documented in this file.
| 0.0.2 | 11.07.17 | Small description updated. |
| 0.0.1 | 11.07.17 | Initial Preview Release with following key features. <br> – Live SASS & SCSS Compile. <br> – Customizable file location of exported CSS. <br> – Customizable exported CSS Style (`expanded`, `compact`, `compressed`, `nested`.)<br> – Quick Status bar control.<br> – Live Reload to browser (`Live Server` extension dependency). |

[6.1.0]: https://github.com/glenn2223/vscode-live-sass-compiler/releases/tag/v6.1.0
[comp:6.1.0]: https://github.com/glenn2223/vscode-live-sass-compiler/compare/v6.0.6...v6.1.0
[6.0.6]: https://github.com/glenn2223/vscode-live-sass-compiler/releases/tag/v6.0.6
[comp:6.0.6]: https://github.com/glenn2223/vscode-live-sass-compiler/compare/v6.0.5...v6.0.6
[6.0.5]: https://github.com/glenn2223/vscode-live-sass-compiler/releases/tag/v6.0.5
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[![VSCode Marketplace Badge](https://img.shields.io/vscode-marketplace/v/glenn2223.live-sass.svg?label=VSCode%20Marketplace&style=flat-square)](https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass) [![Total Install](https://img.shields.io/vscode-marketplace/d/glenn2223.live-sass.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass) [![Average Rating Badge](https://img.shields.io/vscode-marketplace/r/glenn2223.live-sass.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/glenn2223/vscode-live-sass-compiler/)

[<img align="right" style="width:50%" src="./images/thumbnail-v6.0.png" title="Watch the YouTube video">](https://youtu.be/6Wo3mYBLNyA)
[<img align="right" style="width:50%" src="./images/thumbnail-quick-guide.png" title="Watch the YouTube video">](https://youtu.be/9J__JAgQbS0)

_**Like it?** [Leave a review](https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass#review-details) (please)
**Something wrong?** [Report an issue](https://github.com/glenn2223/vscode-live-sass-compiler/issues/new)
**New hear?** Watch the [YouTube video](https://youtu.be/6Wo3mYBLNyA)_
**New hear?** Watch the [YouTube quick guide](https://youtu.be/9J__JAgQbS0)_

A VSCode Extension that help you to compile/transpile your SASS/SCSS files to CSS at real-time.

Expand Down
3 changes: 2 additions & 1 deletion docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ Using glob patterns, specify what files are actually partials - or what folders
> ℹ This setting can vary between workspace folders - [read more][multi-rootfaq]
Create a companion map file for each of the compiled files
Create a companion map file for each of the compiled files
**Note:** this can be overwritten in the `formats[].generateMap` setting
**Type:** `boolean`
**Default:** `true`
Expand Down
Binary file added images/thumbnail-quick-guide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/thumbnail-v6.0.png
Binary file not shown.
Loading

0 comments on commit 4b71b7d

Please sign in to comment.