This repository was archived by the owner on May 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.50.0
2
+
3
+ * ` @extend ` now treats [ ` :where() ` ] the same as ` :is() ` .
4
+
5
+ [ `:where()` ] : https://developer.mozilla.org/en-US/docs/Web/CSS/:where
6
+
7
+ ### Command Line Interface
8
+
9
+ * Closing the standard input stream will now cause the ` --watch ` command to stop
10
+ running.
11
+
12
+ ### Embedded Sass
13
+
14
+ * Fix a bug where the JS embedded host crashed when invoking a legacy importer
15
+ after resolving a relative filesystem import.
16
+
17
+ * Improve error messages when returning non-` Object ` values from legacy
18
+ importers.
19
+
1
20
## 1.49.11
2
21
3
22
* Add support for 64-bit ARM releases on Linux.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ packages:
35
35
name: async
36
36
url: "https://pub.dartlang.org"
37
37
source: hosted
38
- version: "2.8.2 "
38
+ version: "2.9.0 "
39
39
boolean_selector:
40
40
dependency: transitive
41
41
description:
@@ -315,7 +315,7 @@ packages:
315
315
name: sass
316
316
url: "https://pub.dartlang.org"
317
317
source: hosted
318
- version: "1.49.11 "
318
+ version: "1.50.0 "
319
319
sass_analysis:
320
320
dependency: "direct dev"
321
321
description:
@@ -331,7 +331,7 @@ packages:
331
331
name: sass_api
332
332
url: "https://pub.dartlang.org"
333
333
source: hosted
334
- version: "1.0.0-beta.40 "
334
+ version: "1.0.0-beta.41 "
335
335
shelf:
336
336
dependency: transitive
337
337
description:
Original file line number Diff line number Diff line change 1
1
name : sass_embedded
2
- version : 1.49.11
2
+ version : 1.50.0
3
3
description : An implementation of the Sass embedded protocol using Dart Sass.
4
4
homepage : https://github.com/sass/dart-sass-embedded
5
5
@@ -14,7 +14,7 @@ dependencies:
14
14
meta : ^1.1.0
15
15
path : ^1.6.0
16
16
protobuf : ^2.0.0
17
- sass : 1.49.11
17
+ sass : 1.50.0
18
18
sass_api : ^1.0.0-beta.5
19
19
source_span : ^1.1.0
20
20
stack_trace : ^1.6.0
You can’t perform that action at this time.
0 commit comments