File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1616 package on npm. The only change is that it will now provide direct access to a
1717 ` sass ` executable with the same CLI as the ` sass ` package.
1818
19+ * The Dart Sass embedded compiler now uses version 2.0.0 of the Sass embedded
20+ protocol. See [ the spec] [ embedded-protocol-spec ] for a full description of the
21+ protocol, and [ the changelog] [ embedded-protocol-changelog ] for a summary of
22+ changes since version 1.2.0.
23+
24+ [ embedded-protocol-spec ] : https://github.com/sass/sass/blob/main/spec/embedded-protocol.md
25+ [ embedded-protocol-changelog ] : https://github.com/sass/sass/blob/main/EMBEDDED_PROTOCOL_CHANGELOG.md
26+
27+ * The Dart Sass embedded compiler now runs multiple simultaneous compilations in
28+ parallel, rather than serially.
29+
1930## 1.62.1
2031
2132* Fix a bug where ` :has(+ &) ` and related constructs would drop the leading
Original file line number Diff line number Diff line change 1- ## 7.0.1
1+ ## 7.1.0
22
33* No user-visible changes.
44
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: sass_api
22# Note: Every time we add a new Sass AST node, we need to bump the *major*
33# version because it's a breaking change for anyone who's implementing the
44# visitor interface(s).
5- version : 7.0.1-dev
5+ version : 7.1.0
66description : Additional APIs for Dart Sass.
77homepage : https://github.com/sass/dart-sass
88
Original file line number Diff line number Diff line change 11name : sass
2- version : 1.63.0-dev
2+ version : 1.63.0
33description : A Sass implementation in Dart.
44homepage : https://github.com/sass/dart-sass
55
You can’t perform that action at this time.
0 commit comments