Skip to content

Commit d8ac217

Browse files
committed
Update Dart Sass version and release
1 parent 248437e commit d8ac217

File tree

22 files changed

+79
-42
lines changed

22 files changed

+79
-42
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## 1.79.5
2+
3+
* Changes to how `selector.unify()` and `@extend` combine selectors:
4+
5+
* The relative order of pseudo-classes (like `:hover`) and pseudo-elements
6+
(like `::before`) within each original selector is now preserved when
7+
they're combined.
8+
9+
* Pseudo selectors are now consistently placed at the end of the combined
10+
selector, regardless of which selector they came from. Previously, this
11+
reordering only applied to pseudo-selectors in the second selector.
12+
13+
* Tweak the color transformation matrices for OKLab and OKLCH to match the
14+
newer, more accurate values in the CSS spec.
15+
16+
* Fix a slight inaccuracy case when converting to `srgb-linear` and
17+
`display-p3`.
18+
19+
* **Potentially breaking bug fix:** `math.unit()` now wraps multiple denominator
20+
units in parentheses. For example, `px/(em*em)` instead of `px/em*em`.
21+
22+
### Command-Line Interface
23+
24+
* Use `@parcel/watcher` to watch the filesystem when running from JavaScript and
25+
not using `--poll`. This should mitigate more frequent failures users have
26+
been seeing since version 4.0.0 of Chokidar, our previous watching tool, was
27+
released.
28+
29+
### JS API
30+
31+
* Fix `SassColor.interpolate()` to allow an undefined `options` parameter, as
32+
the types indicate.
33+
34+
### Embedded Sass
35+
36+
* Properly pass missing color channel values to and from custom functions.
37+
138
## 1.79.4
239

340
### JS API

npm/android-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-arm",
3-
"version": "1.79.4",
3+
"version": "1.79.5",
44
"description": "The android-arm binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-arm64",
3-
"version": "1.79.4",
3+
"version": "1.79.5",
44
"description": "The android-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-ia32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-ia32",
3-
"version": "1.79.4",
3+
"version": "1.79.5",
44
"description": "The android-ia32 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-riscv64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-riscv64",
3-
"version": "1.79.4",
3+
"version": "1.79.5",
44
"description": "The android-riscv64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-x64",
3-
"version": "1.79.4",
3+
"version": "1.79.5",
44
"description": "The android-x64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-darwin-arm64",
3-
"version": "1.79.4",
3+
"version": "1.79.5",
44
"description": "The darwin-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-darwin-x64",
3-
"version": "1.79.4",
3+
"version": "1.79.5",
44
"description": "The darwin-x64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-linux-arm",
3-
"version": "1.79.4",
3+
"version": "1.79.5",
44
"description": "The linux-arm binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-linux-arm64",
3-
"version": "1.79.4",
3+
"version": "1.79.5",
44
"description": "The linux-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

0 commit comments

Comments
 (0)