mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Cut a release (#957)
This commit is contained in:
parent
6d388248b6
commit
0d0270cb12
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,14 +1,16 @@
|
||||
## 1.26.0-test.1
|
||||
## 1.26.0-test.2
|
||||
|
||||
* `@use` rules whose URLs' basenames begin with `_` now correctly exclude that
|
||||
`_` from the rules' namespaces.
|
||||
|
||||
* Don't throw errors if the exact same member is loaded or forwarded from
|
||||
multiple modules at the same time.
|
||||
|
||||
* Fix a bug where imported forwarded members weren't visible in mixins and
|
||||
functions that were defined before the `@import`.
|
||||
|
||||
## 1.26.0-test.1
|
||||
|
||||
* Don't throw errors if the exact same member is loaded or forwarded from
|
||||
multiple modules at the same time.
|
||||
|
||||
## 1.25.2
|
||||
|
||||
* Fix a bug where, under extremely rare circumstances, a valid variable could
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: sass
|
||||
version: 1.26.0-test.1
|
||||
version: 1.26.0-test.2
|
||||
description: A Sass implementation in Dart.
|
||||
author: Sass Team
|
||||
homepage: https://github.com/sass/dart-sass
|
||||
|
Loading…
Reference in New Issue
Block a user