Sourced from sass's releases.
Dart Sass 1.78.0
To install Sass 1.78.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
The
meta.feature-existsfunction is now deprecated. This deprecation is namedfeature-exists.Fix a crash when using
@at-rootwithout any queries or children in the indented syntax.JS API
Backport the deprecation options (
fatalDeprecations,futureDeprecations, andsilenceDeprecations) to the legacy JS API. The legacy JS API is itself deprecated, and you should move off of it if possible, but this will allow users of bundlers and other tools that are still using the legacy API to still control deprecation warnings.Fix a bug where accessing
SourceSpan.urlwould crash when a relative URL was passed to the Sass API.Embedded Sass
Explicitly expose a
sassexecutable from thesass-embeddednpm package. This was intended to be included in 1.63.0, but due to the way platform-specific dependency executables are installed it did not work as intended. Now users can runnpx sassfor local installs or justsasswhensass-embeddedis installed globally.Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
sass-embeddednpm package.Fix an edge case where the Dart VM could hang when shutting down when requests were in flight.
Fix a race condition where the embedded host could fail to shut down if it was closed around the same time a new compilation was started.
Fix a bug where parse-time deprecation warnings could not be controlled by the deprecation options in some circumstances.
See the full changelog for changes in earlier releases.
Dart Sass 1.77.8
To install Sass 1.77.8, download one of the packages below 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.77.5
To install Sass 1.77.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
... (truncated)
Sourced from sass's changelog.
1.78.0
The
meta.feature-existsfunction is now deprecated. This deprecation is namedfeature-exists.Fix a crash when using
@at-rootwithout any queries or children in the indented syntax.JS API
Backport the deprecation options (
fatalDeprecations,futureDeprecations, andsilenceDeprecations) to the legacy JS API. The legacy JS API is itself deprecated, and you should move off of it if possible, but this will allow users of bundlers and other tools that are still using the legacy API to still control deprecation warnings.Fix a bug where accessing
SourceSpan.urlwould crash when a relative URL was passed to the Sass API.Embedded Sass
Explicitly expose a
sassexecutable from thesass-embeddednpm package. This was intended to be included in 1.63.0, but due to the way platform-specific dependency executables are installed it did not work as intended. Now users can runnpx sassfor local installs or justsasswhensass-embeddedis installed globally.Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
sass-embeddednpm package.Fix an edge case where the Dart VM could hang when shutting down when requests were in flight.
Fix a race condition where the embedded host could fail to shut down if it was closed around the same time a new compilation was started.
Fix a bug where parse-time deprecation warnings could not be controlled by the deprecation options in some circumstances.
1.77.8
- No user-visible changes.
1.77.7
Declarations that appear after nested rules are deprecated, because the semantics Sass has historically used are different from the semantics specified by CSS. In the future, Sass will adopt the standard CSS semantics.
See the Sass website for details.
... (truncated)
90a70ef Fix failing double check test for sass-parser (#2330)b1d5f98 Backport deprecation API to legacy JS API (#2293)56a4237 Delete unreachable default clause. (#2323)a7f623d Bump bufbuild/buf-setup-action in /.github/util/initialize (#2319)9f82850 Ignore new unreachable_switch_default warning. (#2318)798cd7c Update pubspec.yaml (#2321)2bf3ae0 Fix a comment (#2316)eb6c19e Initial implementation of a PostCSS-compatible parser JS API (#2304)c3cccef Bump dartdoc from 8.0.7 to 8.0.8 (#2300)f0a0182 docs: Fix link to custom importer (#2315)