Skip to content

Releases: sass/migrator

Sass Migrator 1.7.2

06 Dec 21:36
1d4c3b9
Compare
Choose a tag to compare

Module Migrator

  • Fixes a rare crash in certain cases involving reassignments of variables from another module.

See the full changelog for changes in earlier releases.

Sass Migrator 1.7.1

13 Sep 20:10
8803576
Compare
Choose a tag to compare
  • Eliminates invalid warnings when running --migrate-deps on a file that uses a built-in module.

See the full changelog for changes in earlier releases.

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.