Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Releases: sass/dart-sass-embedded

sass_embedded 1.51.0

26 Apr 02:40
Compare
Choose a tag to compare
  • Potentially breaking change: Change the order of maps returned by map.deep-merge() to match those returned by map.merge(). All keys that appeared in the first map will now be listed first in the same order they appeared in that map, followed by any new keys added from the second map.

  • Improve the string output of some AST nodes in error messages.

See the full changelog for changes in earlier releases.

sass_embedded 1.50.1

19 Apr 01:04
Compare
Choose a tag to compare

Embedded Sass

  • The JS embedded host and the embedded compiler will now properly avoid resolving imports relative to the current working directory unless '.' is passed as a load path.

  • Fix a bug in the JS embedded host's implementation of the legacy JS API where imports that began with / could crash on Windows.

See the full changelog for changes in earlier releases.

sass_embedded 1.50.0

07 Apr 02:36
Compare
Choose a tag to compare
  • @extend now treats :where() the same as :is().

Command Line Interface

  • Closing the standard input stream will now cause the --watch command to stop running.

Embedded Sass

  • Fix a bug where the JS embedded host crashed when invoking a legacy importer after resolving a relative filesystem import.

  • Improve error messages when returning non-Object values from legacy importers.

See the full changelog for changes in earlier releases.

sass_embedded 1.49.11

01 Apr 22:54
Compare
Choose a tag to compare
  • Add support for 64-bit ARM releases on Linux.

Embedded Sass

  • The embedded compiler now correctly sets the id field for all OutboundMessages.

See the full changelog for changes in earlier releases.

sass_embedded 1.49.10

30 Mar 22:33
Compare
Choose a tag to compare
  • 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

See the full changelog for changes in earlier releases.

sass_embedded 1.49.9

24 Feb 20:45
Compare
Choose a tag to compare

Embedded Sass

  • Fixed a bug where the legacy API could crash when passed an empty importer list.

See the full changelog for changes in earlier releases.

sass_embedded 1.49.8

17 Feb 21:41
Compare
Choose a tag to compare
  • Fixed a bug where some plain CSS imports would not be emitted.

JS API

  • Fix a bug where inspecting the Sass module in the Node.js console crashed on Node 17.

Embedded Sass

  • Fix a bug where source map URLs were incorrectly generated when passing importers to the legacy API.

See the full changelog for changes in earlier releases.

sass_embedded 1.49.7

01 Feb 22:16
Compare
Choose a tag to compare

Embedded Sass

  • First stable release the sass-embedded npm package that contains the Node.js Embedded Host.

  • First stable release of the sass_embedded pub package that contains the Embedded Dart Sass compiler.

See the full changelog for changes in earlier releases.

sass_embedded 1.49.6

01 Feb 21:22
Compare
Choose a tag to compare

Embedded Sass

  • First stable release the sass-embedded npm package that contains the Node.js Embedded Host.

  • First stable release of the sass_embedded pub package that contains the Embedded Dart Sass compiler.

See the full changelog for changes in earlier releases.

sass_embedded 1.49.5

01 Feb 20:38
Compare
Choose a tag to compare

Embedded Sass

  • First stable release the sass-embedded npm package that contains the Node.js Embedded Host.

  • First stable release of the sass_embedded pub package that contains the Embedded Dart Sass compiler.

See the full changelog for changes in earlier releases.