Skip to content

Tags: sass/migrator

Tags

2.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update sass_api to 15.4.0 (#277)

2.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrate nested color functions (#269)

Fixes #268.

2.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support --pkg-importer=node (#267)

* Support --pkg-importer=node

* Code review

2.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't migrate plain CSS min and max (#263)

Fixes #262.

2.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add --built-in-only flag to module migrator (#259)

Also fixes some built-in functions that weren't being migrated.

2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add legacy color function migrator (#260)

2.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix null pointer errors in references (#256)

2.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix operators regex to remove unnecessary parenthesis in SCSS variabl…

…es. (#254)

2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Keep interpolation in var CSS funcion (#250)

2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use latest Dart Sass and release migrator 2.0.0 (#251)

- Deleted the obsolete `media-logic` migrator (breaking change bumps
  version to 2.0.0).
- Moved off of the tuple package to native Dart tuples.
- Fixed the `calc-interpolation` and `division` migrators to eliminate
  their use of the removed `CalculationExpression` AST node.
- Created a new `ScopedAstVisitor` that uses `Scope` to track Sass
  member declarations. `MigrationVisitor` and `_ReferenceVisitor`
  now extend this.
- Refactored the `division` migrator to use patterns.