Sourced from sass's releases.
Dart Sass 1.63.6
To install Sass 1.63.6, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
JavaScript API
- Fix
import sass from 'sass'again after it was broken in the last release.Embedded Sass
- Fix the
exportsdeclaration inpackage.json.See the full changelog for changes in earlier releases.
Dart Sass 1.63.5
To install Sass 1.63.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
JavaScript API
- Fix a bug where loading the package through both CJS
require()and ESMimportcould crash on Node.js.Embedded Sass
Fix a deadlock when running at high concurrency on 32-bit systems.
Fix a race condition where the embedded compiler could deadlock or crash if a compilation ID was reused immediately after the compilation completed.
See the full changelog for changes in earlier releases.
Sourced from sass's changelog.
1.63.6
JavaScript API
- Fix
import sass from 'sass'again after it was broken in the last release.Embedded Sass
- Fix the
exportsdeclaration inpackage.json.1.63.5
JavaScript API
- Fix a bug where loading the package through both CJS
require()and ESMimportcould crash on Node.js.Embedded Sass
Fix a deadlock when running at high concurrency on 32-bit systems.
Fix a race condition where the embedded compiler could deadlock or crash if a compilation ID was reused immediately after the compilation completed.
658eb70 Cut a release (#2025)b4e8a74 Use the new import name for the ESM default export (#2026)a48ced8 Fix a race condition with re-used compilation isolate IDs (#2018)62f29c8 Update README: npm package does not support --embedded flag (#2022)cb4b442 Add a changelog entry for google/dart_cli_pkg#132 (#2020)c41d52a Bump protobuf and protoc_plugin (#2021)3fce74c Update README: install with brew on macOS or Linux (#2012)b11840e Limit pool size (#2019)