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

Commit 6143a58

Browse files
committed
Update Dart Sass version and release
1 parent 38451a4 commit 6143a58

File tree

3 files changed

+30
-7
lines changed

3 files changed

+30
-7
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 1.49.10
2+
3+
* Quiet deps mode now silences compiler warnings in mixins and functions that
4+
are defined in dependencies even if they're invoked from application
5+
stylesheets.
6+
7+
* In expanded mode, Sass will now emit colors using `rgb()`, `rbga()`, `hsl()`,
8+
and `hsla()` function notation if they were defined using the corresponding
9+
notation. As per our browser support policy, this change was only done once
10+
95% of browsers were confirmed to support this output format, and so is not
11+
considered a breaking change.
12+
13+
Note that this output format is intended for human readability and not for
14+
interoperability with other tools. As always, Sass targets the CSS
15+
specification, and any tool that consumes Sass's output should parse all
16+
colors that are supported by the CSS spec.
17+
18+
* Fix a bug in which a color written using the four- or eight-digit hex format
19+
could be emitted as a hex color rather than a format with higher browser
20+
compatibility.
21+
22+
* Calculations are no longer simplified within supports declarations
23+
124
## 1.49.9
225

326
### Embedded Sass

pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ packages:
6363
name: cli_pkg
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "1.7.0"
66+
version: "2.1.0"
6767
cli_repl:
6868
dependency: transitive
6969
description:
@@ -315,14 +315,14 @@ packages:
315315
name: sass
316316
url: "https://pub.dartlang.org"
317317
source: hosted
318-
version: "1.49.9"
318+
version: "1.49.10"
319319
sass_analysis:
320320
dependency: "direct dev"
321321
description:
322322
path: analysis
323323
ref: HEAD
324-
resolved-ref: "13099d497a6b6b6afd0b458e751eeab1661633ca"
325-
url: "git://github.com/sass/dart-sass"
324+
resolved-ref: "6652001f19710f96947ad02341d67e522a1739ac"
325+
url: "https://github.com/sass/dart-sass.git"
326326
source: git
327327
version: "0.0.0"
328328
sass_api:
@@ -331,7 +331,7 @@ packages:
331331
name: sass_api
332332
url: "https://pub.dartlang.org"
333333
source: hosted
334-
version: "1.0.0-beta.38"
334+
version: "1.0.0-beta.39"
335335
shelf:
336336
dependency: transitive
337337
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_embedded
2-
version: 1.49.9
2+
version: 1.49.10
33
description: An implementation of the Sass embedded protocol using Dart Sass.
44
homepage: 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.49.9
17+
sass: 1.49.10
1818
sass_api: ^1.0.0-beta.5
1919
source_span: ^1.1.0
2020
stack_trace: ^1.6.0

0 commit comments

Comments
 (0)