Skip to content

Releases: mrmlnc/vscode-autoprefixer

3.0.1

02 May 13:34
Compare
Choose a tag to compare

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):
    • ⚠️ There may be problems — please open issues!
    • 1108 files → 6 files
    • 1.43MB → 0.32MB

3.0.0

19 Jan 11:09
Compare
Choose a tag to compare

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

07 Jan 13:01
Compare
Choose a tag to compare

Changelog:

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

2.1.2

08 Aug 07:58
Compare
Choose a tag to compare

Changelog:

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

2.1.1

29 Jul 12:26
Compare
Choose a tag to compare

Changelog:

  • Add missed dependencies

2.1.0

29 Jul 11:56
Compare
Choose a tag to compare

Changelog:

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

2.0.0

14 Oct 15:06
Compare
Choose a tag to compare

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

24 Sep 22:06
Compare
Choose a tag to compare

Changelog:

  • Some performance improvements when using an external Autoprefixer module.

1.1.1

13 Sep 10:19
Compare
Choose a tag to compare

Chengelog:

  • Well, added missed commit for 1.0.5.

1.1.0

13 Sep 10:12
Compare
Choose a tag to compare

Changelog:

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