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 +31
-4
lines changed Expand file tree Collapse file tree 3 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 1.52.1
2+
3+ ### Command Line Interface
4+
5+ * Fix a bug where ` --watch ` mode would close immediately in TTY mode. This was
6+ caused by our change to close ` --watch ` when stdin was closed * outside of* TTY
7+ mode, which has been reverted for now while we work on a fix.
8+
9+ ## 1.52.0
10+
11+ * Add support for arbitrary modifiers at the end of plain CSS imports, in
12+ addition to the existing ` supports() ` and media queries. Sass now allows any
13+ sequence of identifiers of functions after the URL of an import for forwards
14+ compatibility with future additions to the CSS spec.
15+
16+ * Fix an issue where source locations tracked through variable references could
17+ potentially become incorrect.
18+
19+ * Fix a bug where a loud comment in the source can break the source map when
20+ embedding the sources, when using the command-line interface or the legacy JS
21+ API.
22+
23+ ### JS API
24+
25+ * ` SassNumber.assertUnit() ` and ` SassNumber.assertNoUnits() ` now correctly
26+ return the number called on when it passes the assertion.
27+
128## 1.51.0
229
330* ** Potentially breaking change** : Change the order of maps returned by
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ packages:
315315 name: sass
316316 url: "https://pub.dartlang.org"
317317 source: hosted
318- version: "1.51.0 "
318+ version: "1.52.1 "
319319 sass_analysis:
320320 dependency: "direct dev"
321321 description:
@@ -331,7 +331,7 @@ packages:
331331 name: sass_api
332332 url: "https://pub.dartlang.org"
333333 source: hosted
334- version: "1.0.0-beta.43 "
334+ version: "1.0.0-beta.46 "
335335 shelf:
336336 dependency: transitive
337337 description:
Original file line number Diff line number Diff line change 11name : sass_embedded
2- version : 1.51.0
2+ version : 1.52.1
33description : An implementation of the Sass embedded protocol using Dart Sass.
44homepage : https://github.com/sass/dart-sass-embedded
55
@@ -14,7 +14,7 @@ dependencies:
1414 meta : ^1.1.0
1515 path : ^1.6.0
1616 protobuf : ^2.0.0
17- sass : 1.51.0
17+ sass : 1.52.1
1818 sass_api : ^1.0.0-beta.5
1919 source_span : ^1.1.0
2020 stack_trace : ^1.6.0
You can’t perform that action at this time.
0 commit comments