Skip to content

Commit

Permalink
Update compiler version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
sassbot committed Apr 1, 2022
1 parent dc8873b commit 7cfd803
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,35 @@
## 1.49.11

* Add support for 64-bit ARM releases on Linux.

### Embedded Sass

* The embedded compiler now correctly sets the `id` field for all
`OutboundMessage`s.

## 1.49.10

* Quiet deps mode now silences compiler warnings in mixins and functions that
are defined in dependencies even if they're invoked from application
stylesheets.

* In expanded mode, Sass will now emit colors using `rgb()`, `rbga()`, `hsl()`,
and `hsla()` function notation if they were defined using the corresponding
notation. As per our browser support policy, this change was only done once
95% of browsers were confirmed to support this output format, and so is not
considered a breaking change.

Note that this output format is intended for human readability and not for
interoperability with other tools. As always, Sass targets the CSS
specification, and any tool that consumes Sass's output should parse all
colors that are supported by the CSS spec.

* Fix a bug in which a color written using the four- or eight-digit hex format
could be emitted as a hex color rather than a format with higher browser
compatibility.

* Calculations are no longer simplified within supports declarations

## 1.49.9

### Embedded Sass
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "sass-embedded",
"version": "1.49.11-dev",
"version": "1.49.11",
"protocol-version": "1.0.0",
"compiler-version": "1.49.9",
"compiler-version": "1.49.11",
"description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol",
"repository": "sass/embedded-host-node",
"author": "Google Inc.",
Expand Down

0 comments on commit 7cfd803

Please sign in to comment.