Releases: mrmlnc/vscode-autoprefixer
Releases · mrmlnc/vscode-autoprefixer
3.0.1
3.0.0
Changelog
Breaking changes
- Require VS Code 1.40+
- The
autoprefixer.browser
andautoprefixer.grid
option is removed. Useautoprefixer.options
. (#102) - The
autoprefixer.ignoreFilesOnSave
option is renamed toautoprefixer.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.4
→9.7.3
postcss
:7.0.7
→7.0.26
postcss-less
:3.1.0
→3.1.4
- Show initialization progress in the Status Bar when plugin starts
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
Common
- Now we use TypeScript!
Breaking changes
autoprefixer.prefixOnSave
was renamed toautoprefixer.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.