Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 487753e

Browse files
authored
Release 1.58.0 (#142)
1 parent 34a34c0 commit 487753e

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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+
127
## 1.57.1
228

329
* No user-visible changes.

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_embedded
2-
version: 1.57.1
2+
version: 1.58.0
33
description: An implementation of the Sass embedded protocol using Dart Sass.
44
homepage: https://github.com/sass/dart-sass-embedded
55
environment:
@@ -11,8 +11,8 @@ dependencies:
1111
meta: ^1.1.0
1212
path: ^1.6.0
1313
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
1616
source_span: ^1.1.0
1717
stack_trace: ^1.6.0
1818
stream_channel: ">=1.6.0 <3.0.0"

0 commit comments

Comments
 (0)