Skip to content

Releases: sass/dart-sass

Dart Sass 1.10.0

18 Jul 22:52
45da11d
Compare
Choose a tag to compare

To install Dart Sass 1.10.0, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • When two @media rules' queries can't be merged, leave nested rules in place for browsers that support them.

  • Fix a typo in an error message.

See the full changelog for changes in earlier releases.

Dart Sass 1.9.2

13 Jul 06:18
0278113
Compare
Choose a tag to compare

To install Dart Sass 1.9.2, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Node JS API

  • Produce more readable filesystem errors, such as when a file doesn't exist.

See the full changelog for changes in earlier releases.

Dart Sass 1.9.1

11 Jul 21:15
Compare
Choose a tag to compare

To install Dart Sass 1.9.1, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Don't emit ANSI codes to Windows terminals that don't support them.

  • Fix a bug where --watch crashed on Mac OS.

See the full changelog for changes in earlier releases.

Dart Sass 1.9.0

04 Jul 00:43
9bb272d
Compare
Choose a tag to compare

To install Dart Sass 1.9.0, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Node API

  • Add support for new sass.types.Color(argb) for creating colors from ARGB hex numbers. This was overlooked when initially adding support for Node Sass's JavaScript API.

See the full changelog for changes in earlier releases.

Dart Sass 1.8.0

30 Jun 01:41
96c46a2
Compare
Choose a tag to compare

To install Dart Sass 1.8.0, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Command-Line Interface

  • Add a --poll flag to make --watch mode repeatedly check the filesystem for updates rather than relying on native filesystem notifications.

  • Add a --stop-on-error flag to stop compiling additional files once an error is encountered.

See the full changelog for changes in earlier releases.

Dart Sass 1.7.3

28 Jun 01:12
cd0211c
Compare
Choose a tag to compare

To install Dart Sass 1.7.3, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.7.2

27 Jun 20:20
aa9aff8
Compare
Choose a tag to compare

To install Dart Sass 1.7.2, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Add a deprecation warning for @-moz-document, except for cases where only an empty url-prefix() is used. Support is being removed from Firefox and will eventually be removed from Sass as well.
  • Fix a bug where @-moz-document functions with string arguments weren't being parsed.

Command-Line Interface

  • Don't crash when a syntax error is added to a watched file.

See the full changelog for changes in earlier releases.

Dart Sass 1.7.1

25 Jun 20:33
3b67303
Compare
Choose a tag to compare

To install Dart Sass 1.7.1, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix crashes in released binaries.

See the full changelog for changes in earlier releases.

Dart Sass 1.7.0

22 Jun 20:04
69e79d6
Compare
Choose a tag to compare

To install Dart Sass 1.7.0, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Emit deprecation warnings for tokens such as #abcd that are ambiguous between ID strings and hex colors with alpha channels. These will be interpreted as colors in a release on or after 19 September 2018.

  • Parse unambiguous hex colors with alpha channels as colors.

  • Fix a bug where relative imports from files on the load path could look in the incorrect location.

See the full changelog for changes in earlier releases.

Dart Sass 1.6.2

20 Jun 01:34
6693a82
Compare
Choose a tag to compare

To install Dart Sass 1.6.2, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Command-Line Interface

  • Fix a bug where the source map comment in the generated CSS could refer to the source map file using an incorrect URL.

See the full changelog for changes in earlier releases.