Skip to content

Releases: sass/migrator

Sass Migrator 1.7.0

07 Sep 23:43
292c587
Compare
Choose a tag to compare

Media Logic Migrator

See the full changelog for changes in earlier releases.

Sass Migrator 1.6.0

07 Sep 17:06
874c62f
Compare
Choose a tag to compare

Strict Unary Migrator

  • Add a new migrator for eliminating ambiguous syntax for the + and - operators that will soon be deprecated.

See the full changelog for changes in earlier releases.

Sass Migrator 1.5.6

17 Jun 20:20
2fb8f44
Compare
Choose a tag to compare
  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 1.5.5

15 Jun 00:19
6bd6ad6
Compare
Choose a tag to compare
  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 1.5.4

20 Jan 22:17
29e5a41
Compare
Choose a tag to compare

Module Migrator

  • Fix a bug where the built-in function keywords was incorrectly migrated.

See the full changelog for changes in earlier releases.

Sass Migrator 1.5.3

03 Dec 22:32
809f9f5
Compare
Choose a tag to compare

Division Migrator

  • Fix a bug where division inside calc expressions was unnecessarily migrated.

See the full changelog for changes in earlier releases.

Sass Migrator 1.5.2

24 Aug 23:27
7fe3ce1
Compare
Choose a tag to compare
  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 1.5.1

07 Jul 21:37
fdd698f
Compare
Choose a tag to compare

Division Migrator

  • Fix a bug where some division nested in a parenthesized expression would not be migrated.

See the full changelog for changes in earlier releases.

Sass Migrator 1.5.0

18 Jun 23:44
3d6b449
Compare
Choose a tag to compare

Division Migrator

  • When migrating division where the divisor is a common constant value, the migrator will now convert it to multiplication, rather than math.div.

    For example: $variable / 2 would be migrated to $variable * 0.5.

    To disable this and migrate all division to math.div, pass --no-multiplication.

See the full changelog for changes in earlier releases.

Sass Migrator 1.4.5

10 Jun 16:52
3f9dea5
Compare
Choose a tag to compare
  • Glob syntax will no longer be resolved if a file with that literal name exists.

See the full changelog for changes in earlier releases.