Releases: sass/migrator
Sass Migrator 1.4.1
- 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
Division Migrator
- The division migrator is now enabled, and will convert slash-as-division to the
math.divfunction.
See the full changelog for changes in earlier releases.
Sass Migrator 1.3.9
- Fix crash when running on Node.
See the full changelog for changes in earlier releases.
Sass Migrator 1.3.8
- No user-visible changes.
See the full changelog for changes in earlier releases.
Sass Migrator 1.3.7
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
Module Migrator
- Fix a bug that could result in unnecessary import-only files being generated when running
--forward=import-onlyon a file with no dependencies.
See the full changelog for changes in earlier releases.
Sass Migrator 1.3.5
Module Migrator
-
Fix a bug where
@userules could be duplicated if the same file is depended on via both an indirect@importand an existing@userule. -
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
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
- No user-visible changes.
See the full changelog for changes in earlier releases.
Sass Migrator 1.3.1
Module Migrator
-
Prefixes will now be removed from private members (e.g. a variable
$_lib-variablewill be renamed to$_variablewhen--remove-prefix=lib-is passed). -
Fix a bug where private members would be incorrectly added to
hideclauses in generated import-only files.
See the full changelog for changes in earlier releases.