Skip to content

Commit e2cfd3e

Browse files
committed
Update Dart Sass version and release
1 parent 908c07e commit e2cfd3e

20 files changed

Lines changed: 75 additions & 40 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## 1.99.0
2+
3+
* Add support for parent selectors (`&`) at the root of the document. These are
4+
emitted as-is in the CSS output, where they're interpreted as [the scoping
5+
root].
6+
7+
[the scoping root]: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Nesting_selector#using_outside_nested_rule
8+
9+
* User-defined functions named `calc` or `clamp` are no longer forbidden. If
10+
such a function exists without a namespace in the current module, it will be
11+
used instead of the built-in `calc()` or `clamp()` function.
12+
13+
* User-defined functions whose names begin with `-` and end with `-expression`,
14+
`-url`, `-and`, `-or`, or `-not` are no longer forbidden. These were
15+
originally intended to match vendor prefixes, but in practice no vendor
16+
prefixes for these functions ever existed in real browsers.
17+
18+
* User-defined functions named `EXPRESSION`, `URL`, and `ELEMENT`, those that
19+
begin with `-` and end with `-ELEMENT`, as well as the same names with some
20+
lowercase letters are now deprecated, These are names conflict with plain CSS
21+
functions that have special syntax.
22+
23+
See [the Sass website](https://sass-lang.com/d/function-name) for details.
24+
25+
* In a future release, calls to functions whose names begin with `-` and end
26+
with `-expression` and `-url` will no longer have special parsing. For now,
27+
these calls are deprecated if their behavior will change in the future.
28+
29+
See [the Sass website](https://sass-lang.com/d/function-name) for details.
30+
31+
* Calls to functions whose names begin with `-` and end with `-progid:...` are
32+
deprecated.
33+
34+
See [the Sass website](https://sass-lang.com/d/function-name) for details.
35+
136
## 1.98.0
237

338
### Command-Line Interface

npm/all-unknown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-all-unknown",
3-
"version": "1.98.0",
3+
"version": "1.99.0",
44
"description": "The pure js optional dependency for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",
@@ -12,6 +12,6 @@
1212
"!x64"
1313
],
1414
"dependencies": {
15-
"sass": "1.98.0"
15+
"sass": "1.99.0"
1616
}
1717
}

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.98.0",
3+
"version": "1.99.0",
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.98.0",
3+
"version": "1.99.0",
44
"description": "The android-arm64 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.98.0",
3+
"version": "1.99.0",
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.98.0",
3+
"version": "1.99.0",
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.98.0",
3+
"version": "1.99.0",
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.98.0",
3+
"version": "1.99.0",
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.98.0",
3+
"version": "1.99.0",
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.98.0",
3+
"version": "1.99.0",
44
"description": "The linux-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

0 commit comments

Comments
 (0)