Skip to content

Releases: sass/migrator

Sass Migrator 1.2.3

21 May 23:49
e255762
Compare
Choose a tag to compare
  • Updates help text to use the correct binary name (sass-migrator).

See the full changelog for changes in earlier releases.

Sass Migrator 1.2.3-test.2

21 May 22:33
50280cb
Compare
Choose a tag to compare
Pre-release
  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 1.2.2

06 May 22:44
Compare
Choose a tag to compare

To install Sass Migrator 1.2.2, download one of the packages above and add it to your PATH, or see the README for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 1.1.1

16 Jan 23:57
Compare
Choose a tag to compare

To install Sass Migrator 1.1.1, download one of the packages above and add it to your PATH, or see the README for full installation instructions.

Changes

Module Migrator

  • When using --forward=import-only, @forward rules in an import-only file are now sorted with the regular file last, allowing variables in indirect dependencies to be configured.

  • Fixes a bug where some references weren't renamed if a variable is declared twice when using --remove-prefix.

See the full changelog for changes in earlier releases.

Sass Migrator 1.1.0

20 Dec 18:41
f6e5252
Compare
Choose a tag to compare

To install Sass Migrator 1.1.0, download one of the packages above and add it to your PATH, or see the README for full installation instructions.

Changes

  • Add support for glob inputs on the command line.

Module Migrator

  • Add --forward=import-only option, which will not forward any members through the regular entrypoint, but it will forward all members through the entrypoint's import-only file. --forward=prefixed,import-only is also supported, which will forward prefixed members through the regular entrypoint and all members through the import-only file.

  • Make --remove-prefix=<prefix> --forward=prefixed forward members that previously started with <prefix> and were unprefixed by a previous migrator run. This includes cases where the previously removed prefix is longer than the prefix for the current migrator run.

  • Better handling when migrating files whose dependencies have complex import-only files.

See the full changelog for changes in earlier releases.

Sass Migrator 1.0.1

10 Oct 23:53
fceb900
Compare
Choose a tag to compare

To install Sass Migrator 1.0.1, download one of the packages above and add it to your PATH, or see the README for full installation instructions.

Changes

Module Migrator

  • Improve ordering of @use and @forward rules.

  • Fix a bug in the migrating of configurable variables. Variables should now only be considered configured when the configuring declaration is upstream of the !default declaration.

  • When namespacing a negated variable, adds parentheses around it to prevent the - from being parsed as part of the namespace.

  • Fix a bug in the migrating of removed color functions when the amount is a variable being namespaced.

See the full changelog for changes in earlier releases.

Sass Migrator 1.0.0

02 Oct 01:51
f518e56
Compare
Choose a tag to compare

To install Sass Migrator 1.0.0, download one of the packages above and add it to your PATH, or see the README for full installation instructions.

Changes

  • Initial release.

See the full changelog for changes in earlier releases.

Sass Migrator 1.0.0-beta.2

02 Oct 00:56
9d44b91
Compare
Choose a tag to compare
Pre-release

To install Sass Migrator 1.0.0-beta.2, download one of the packages above and add it to your PATH, or see the README for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 1.0.0-beta.1

02 Oct 00:08
c30f734
Compare
Choose a tag to compare
Pre-release

To install Sass Migrator 1.0.0-beta.1, download one of the packages above and add it to your PATH, or see the README for full installation instructions.

Changes

  • Too many changes to list.

See the full changelog for changes in earlier releases.

Sass Migrator 1.0.0-alpha.4

16 May 00:50
bac44eb
Compare
Choose a tag to compare
Pre-release

To install Sass Migrator 1.0.0-alpha.4, download one of the packages above and add it to your PATH, or see the README for full installation instructions.

Changes

  • Internal changes only.

See the full changelog for changes in earlier releases.