Releases: mrmlnc/vscode-postcss-sorting
Releases · mrmlnc/vscode-postcss-sorting
3.0.1
💬 Common
- 🛠 Fix problem with documents without workspace (fix #76, see #77, thanks @MrSauceman)
3.0.0
⚠️ Republished 2.4.0 version.
Breaking changes 3.0.0
- Move
postcss-sorting
package from 2.x.x
to 3.x.x
. Please, read migration guide.
- Command:
postcssSorting.sort
→ postcssSorting.execute
- Settings:
postcssSorting
→ postcssSorting.config
2.4.0
Changelog:
- Fix problem with
package.json
without postcssSortingConfig
field (fix #69)
- Multi root workspaces support (relative to #70)
2.3.0
Changelog:
- Support external file for sorting configuration (fix #45)
2.2.1
Changelog:
- Update documentation for
postcss-sorting@2
.
2.2.0
Changelog:
postcss-sorting
has been updated to 2.x.x
version.
2.1.0
Changelog:
- Update
postcss-scss
to version 0.2.1
- Use @mrmlnc brand icon
2.0.2
Changelog:
- Removed extraneous keywords
2.0.1
Unfortunately, I did not correctly understand Sugarss.
2.0.0
Changelog:
- Rename
PostCSSSorting.processEditor
command to postcssSorting.sort
- Add experimental support for Less, Sass and Stylus