Vscode Autoprefixer Versions Save

:electric_plug: Parse CSS and add vendor prefixes automatically.

3.0.1

4 years ago

Changelog

Common

  • Add «Sponsor» button to GitHub repository.
  • Fixed an issue when the extension tries to format unsupported files (#119).
  • Reducing the size of the extension by using webpack (#117):
    • :warning: There may be problems — please open issues!
    • 1108 files → 6 files
    • 1.43MB → 0.32MB

3.0.0

4 years ago

Changelog

Breaking changes

  • Require VS Code 1.40+
  • The autoprefixer.browser and autoprefixer.grid option is removed. Use autoprefixer.options. (#102)
  • The autoprefixer.ignoreFilesOnSave option is renamed to autoprefixer.ignoreFiles. This option now applies on save and format command. (#93)

Common

  • Fix Cannot read property 'syntax' of null bug (#110)
  • Update dependencies:
    • autoprefixer: 9.4.49.7.3
    • postcss: 7.0.77.0.26
    • postcss-less: 3.1.03.1.4
  • Show initialization progress in the Status Bar when plugin starts

2.2.0

5 years ago

Changelog:

  • Update built-in autoprefixer package to the latest version (9.4.4).
  • Add grid option.
  • Add ignoreFilesOnSave option.

2.1.2

6 years ago

Changelog:

  • Support inline comments in the SCSS syntax (fix #91, #92)

2.1.1

6 years ago

Changelog:

  • Add missed dependencies

2.1.0

6 years ago

Changelog:

  • Just update to postcss@6 and autoprefixer@7.

2.0.0

7 years ago

Common

  • Now we use TypeScript!

Breaking changes

  • autoprefixer.prefixOnSave was renamed to autoprefixer.formatOnSave

Performance

  • Now you do not need to restart the editor to switch Autoprefixer versions (if you use autoprefixer.findExternalAutoprefixer option.

Design

  • Code conversion errors are now displayed in the output channel.

code - insiders_2016-10-08_14-04-25

1.1.2

7 years ago

Changelog:

  • Some performance improvements when using an external Autoprefixer module.

1.1.1

7 years ago

Chengelog:

  • Well, added missed commit for 1.0.5.

1.1.0

7 years ago

Changelog:

  • Fix for #8 (LESS)
  • Use built-in Autoprefixer by default
  • Added new option autoprefixer.findExternalAutoprefixer