Sourced from sass's releases.
Dart Sass 1.80.4
To install Sass 1.80.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Dart Sass 1.80.3
To install Sass 1.80.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Fix a bug where
@import url("...")
would crash in plain CSS files.Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like
--quiet
,--verbose
, and--silence-deprecation
.See the full changelog for changes in earlier releases.
Dart Sass 1.80.2
To install Sass 1.80.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS
invert()
function.See the full changelog for changes in earlier releases.
Dart Sass 1.80.1
To install Sass 1.80.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a bug where repeated deprecation warnings were not automatically limited.
See the full changelog for changes in earlier releases.
... (truncated)
Sourced from sass's changelog.
1.80.4
- No user-visible changes.
1.80.3
Fix a bug where
@import url("...")
would crash in plain CSS files.Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like
--quiet
,--verbose
, and--silence-deprecation
.1.80.2
- Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS
invert()
function.1.80.1
- Fix a bug where repeated deprecation warnings were not automatically limited.
1.80.0
@import
is now officially deprecated, as are global built-in functions that are available within built-in modules. See the Sass blog post for more details on the deprecation process.Embedded Host
- Fix an error that would sometimes occur when deprecation warnings were emitted when using a custom importer with the legacy API.
1.79.6
Fix a bug where Sass would add an extra
*/
after loud comments with whitespace after an explicit*/
in the indented syntax.Potentially breaking bug fix: Adding text after an explicit
*/
in the indented syntax is now an error, rather than silently generating invalid CSS.Embedded Host
- Properly export the
SassBoolean
type.
c907bcb
Expose Expression.isCalculationSafe to sass_api (#2404)37a05f9
Enable AOT build for android-riscv64 (#2399)473ddf9
Add sass-parser
support for the @use
rule (#2389)84e281e
Add BooleanExpression
and NumberExpression
to
sass-parser (#2376)76cfd6b
Fix @import url("...")
in plain CSS (#2398)60d440a
Emit all warnings in the evaluator (#2396)01b2a5b
Fix setup-node (#2395)2ad2133
Don't emit warnings for plain-CSS invert()
(#2394)e6391d3
Always limit the repetition of loggers (#2391)ab19f94
Deprecate @import
and global builtins (#2282)Sourced from trix's releases.
v2.1.7
What's Changed
- Read the csp meta tag nonce attribute and fall back to content by
@tvongaza
in basecamp/trix#1151- Support for
ElementInternals
and Constraint Validations by@seanpdoyle
in basecamp/trix#1190- Fix CI:
.validationMessage
assertion by@seanpdoyle
in basecamp/trix#1194New Contributors
@tvongaza
made their first contribution in basecamp/trix#1151Full Changelog: https://github.com/basecamp/trix/compare/v2.1.6...v2.1.7
e597bc4
v2.1.7d3cb49c
Merge pull request #1194
from seanpdoyle/fix-ci-validationMessage832fc6e
Fix CI: .validationMessage
assertion5c05d83
Merge pull request #1190
from seanpdoyle/validate-required1cfa094
Extract LegacyDelegate
and
ElementInternalsDelegate
b2cefb4
Merge pull request #1151
from tvongaza/use-nonce-and-content-attribute-for-csp7d3cf36
Revert Trix.config.editor
changes5806006
Support for ElementInternals
and Constraint
Validations