Skip to content

Releases: sass/migrator

Sass Migrator 1.4.1

24 May 23:45
f39df79

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

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

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

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

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

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

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.

Sass Migrator 1.3.4

22 Mar 19:44
73cbc9e

Choose a tag to compare

Module Migrator

  • Fix a crash when resolving references to orphan import-only files in a different directory from the file depending on them.

See the full changelog for changes in earlier releases.

Sass Migrator 1.3.3

11 Mar 21:40
73d5d49

Choose a tag to compare

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 1.3.1

10 Feb 19:23
74446f5

Choose a tag to compare

Module Migrator

  • Prefixes will now be removed from private members (e.g. a variable $_lib-variable will be renamed to $_variable when --remove-prefix=lib- is passed).

  • Fix a bug where private members would be incorrectly added to hide clauses in generated import-only files.

See the full changelog for changes in earlier releases.