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 16
16
package on npm. The only change is that it will now provide direct access to a
17
17
` sass ` executable with the same CLI as the ` sass ` package.
18
18
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
+
19
30
## 1.62.1
20
31
21
32
* 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
2
2
3
3
* No user-visible changes.
4
4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: sass_api
2
2
# Note: Every time we add a new Sass AST node, we need to bump the *major*
3
3
# version because it's a breaking change for anyone who's implementing the
4
4
# visitor interface(s).
5
- version : 7.0.1-dev
5
+ version : 7.1.0
6
6
description : Additional APIs for Dart Sass.
7
7
homepage : https://github.com/sass/dart-sass
8
8
Original file line number Diff line number Diff line change 1
1
name : sass
2
- version : 1.63.0-dev
2
+ version : 1.63.0
3
3
description : A Sass implementation in Dart.
4
4
homepage : https://github.com/sass/dart-sass
5
5
You can’t perform that action at this time.
0 commit comments