Skip to content

Releases: sass/migrator

Sass Migrator 1.4.4

07 Jun 18:35
acc3539
Compare
Choose a tag to compare

Division Migrator

  • Fix a bug where @use "sass:math" would sometimes be incorrectly inserted after other rules.

See the full changelog for changes in earlier releases.

Sass Migrator 1.4.3

26 May 23:24
92fe5ec
Compare
Choose a tag to compare

Division Migrator

  • Fix a crash when encountering parentheses in an expression that's definitely not division.

See the full changelog for changes in earlier releases.

Sass Migrator 1.4.2

26 May 20:25
acce840
Compare
Choose a tag to compare

Division Migrator

  • Fix a bug where negated division could be migrated incorrectly.

See the full changelog for changes in earlier releases.

Sass Migrator 1.4.1

24 May 23:45
f39df79
Compare
Choose a tag to compare
  • Globs containing ** should now be properly resolved when running on Node.

See the full changelog for changes in earlier releases.

Sass Migrator 1.4.0

21 May 15:51
Compare
Choose a tag to compare

Division Migrator

  • The division migrator is now enabled, and will convert slash-as-division to the math.div function.

See the full changelog for changes in earlier releases.

Sass Migrator 1.3.9

30 Apr 19:08
ef02c63
Compare
Choose a tag to compare
  • Fix crash when running on Node.

See the full changelog for changes in earlier releases.

Sass Migrator 1.3.8

29 Apr 00:03
b4fc3d4
Compare
Choose a tag to compare
  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 1.3.7

30 Mar 18:32
e47ce5f
Compare
Choose a tag to compare

Module Migrator

  • Fix a crash in a rare edge case involving orphan import-only files and multiple load paths.

See the full changelog for changes in earlier releases.

Sass Migrator 1.3.6

29 Mar 22:45
812acd6
Compare
Choose a tag to compare

Module Migrator

  • Fix a bug that could result in unnecessary import-only files being generated when running --forward=import-only on a file with no dependencies.

See the full changelog for changes in earlier releases.

Sass Migrator 1.3.5

23 Mar 16:36
a1bad96
Compare
Choose a tag to compare

Module Migrator

  • Fix a bug where @use rules could be duplicated if the same file is depended on via both an indirect @import and an existing @use rule.

  • Fix a bug where imports of orphan import-only files that only forward other import-only files would not be removed.

See the full changelog for changes in earlier releases.