Skip to content

Commit

Permalink
Merge branch 'main' into js-api-calculations
Browse files Browse the repository at this point in the history
* main:
  Release 1.63.0 (sass#1987)
  Run embedded compilations across multiple isolates (sass#1981)
  • Loading branch information
jgerigmeyer committed Jun 7, 2023
2 parents f5ce090 + c3ed547 commit fbfe7f1
Show file tree
Hide file tree
Showing 29 changed files with 1,437 additions and 916 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
github-token: ${{ github.token }}
node-version: ${{ matrix.node-version }}

- run: dart run grinder before-test
- run: dart run grinder pkg-npm-dev
- name: Run tests
run: dart run test -t node -j 2

Expand All @@ -302,7 +302,7 @@ jobs:
dart-sdk: ${{ matrix.dart_channel }}
github-token: ${{ github.token }}

- run: dart run grinder before-test
- run: dart run grinder pkg-npm-dev
- name: Run tests
run: dart run test -p chrome -j 2
env:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
package on npm. The only change is that it will now provide direct access to a
`sass` executable with the same CLI as the `sass` package.

* The Dart Sass embedded compiler now uses version 2.0.0 of the Sass embedded
protocol. See [the spec][embedded-protocol-spec] for a full description of the
protocol, and [the changelog][embedded-protocol-changelog] for a summary of
changes since version 1.2.0.

[embedded-protocol-spec]: https://github.com/sass/sass/blob/main/spec/embedded-protocol.md
[embedded-protocol-changelog]: https://github.com/sass/sass/blob/main/EMBEDDED_PROTOCOL_CHANGELOG.md

* The Dart Sass embedded compiler now runs multiple simultaneous compilations in
parallel, rather than serially.

## 1.62.1

* Fix a bug where `:has(+ &)` and related constructs would drop the leading
Expand Down
Loading

0 comments on commit fbfe7f1

Please sign in to comment.