This repository was archived by the owner on May 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.58.0
2
+
3
+ * Remove sourcemap comments from Sass sources. The generated sourcemap comment
4
+ for the compiled CSS output remains unaffected.
5
+
6
+ * Fix a bug in ` @extend ` logic where certain selectors with three or more
7
+ combinators were incorrectly considered superselectors of similar selectors
8
+ with fewer combinators, causing them to be incorrectly trimmed from the
9
+ output.
10
+
11
+ * Produce a better error message for a number with a leading ` + ` or ` - ` , a
12
+ decimal point, but no digits.
13
+
14
+ * Produce a better error message for a nested property whose name starts with
15
+ ` -- ` .
16
+
17
+ * Fix a crash when a selector ends in an escaped backslash.
18
+
19
+ * Add the relative length units from CSS Values 4 and CSS Contain 3 as known
20
+ units to validate bad computation in ` calc ` .
21
+
22
+ ### Command Line Interface
23
+
24
+ * The ` --watch ` flag will now track loads through calls to ` meta.load-css() ` as
25
+ long as their URLs are literal strings without any interpolation.
26
+
1
27
## 1.57.1
2
28
3
29
* No user-visible changes.
Original file line number Diff line number Diff line change 1
1
name : sass_embedded
2
- version : 1.57.1
2
+ version : 1.58.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
environment :
@@ -11,8 +11,8 @@ dependencies:
11
11
meta : ^1.1.0
12
12
path : ^1.6.0
13
13
protobuf : ^2.0.0
14
- sass : 1.57.1
15
- sass_api : ^4 .0.0
14
+ sass : 1.58.0
15
+ sass_api : ^5 .0.0
16
16
source_span : ^1.1.0
17
17
stack_trace : ^1.6.0
18
18
stream_channel : " >=1.6.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments