Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Releases: mrmlnc/vscode-csscomb

5.3.2

05 Jul 10:34
Compare
Choose a tag to compare

💬 Common

  • Plugin deprecation message was added to the README file. (#137)
  • The csscomb dependency is updated to the latest commit from the repository. This is fix the problem with custom properties. (#133, #136)

5.3.1

02 May 12:04
Compare
Choose a tag to compare

💬 Common

  • Add «Sponsor» button to GitHub repository.
  • Add support for Svelte (#134, thanks @timonweber)
  • Update dependencies

5.3.0

02 Oct 07:25
Compare
Choose a tag to compare

💬 Common

  • 📦 Require VSCode 1.36.0+
  • 🤖 Correct update csscomb.js to 4.3.0.

5.2.3

04 May 12:52
Compare
Choose a tag to compare

💬 Common

  • 🛠 Fix "formatonsave moves cursor at end of file and unfolds every section" #112 (thanks @tfritsch-km — #116)
  • 📖 Docs "Update details in Usage and csscomb.preset" #118 (thanks @jeffersonlam#118)
  • 🤖 Update csscomb.js to 4.3.0

5.2.2

08 Jan 09:20
Compare
Choose a tag to compare

💬 Common

  • 🛠 Fixed a bug that did not allow to use associative syntax.

5.2.1

17 Oct 06:30
Compare
Choose a tag to compare

💬 Common

  • 🛠 Fix problem with documents without workspace (fix #92, see #94)

5.2.0

03 Oct 19:01
Compare
Choose a tag to compare

💬 Common

  • 🛠 Fix problem with package.json without postcssSortingConfig field (fix #82)
  • Multi root workspaces support (related to #89)

5.1.0

09 Aug 17:42
Compare
Choose a tag to compare

💬 Common

  • 📖 Ability to associate syntaxes. For example, you can associate postcss syntax with scss syntax use csscomb.syntaxAssociations option (fix #81).

5.0.0

09 Aug 12:35
Compare
Choose a tag to compare

👽 Breaking changes

  • 🎉 We drop support for csscomb@3 and now use csscomb@4 by default. Also we remove csscomb.useLatestCore option.

💬 Common

  • 🤖 Now we use config-profiler for configuration management and support more places where there might be configuration files. Please, read Custom Configuration section in the README.

  • 🔮 Hello, support styles in the style tags! Currently we support HTML and Vue files, but... create issues and send PR's. Also now you can setup language inside tags by lang="LANGUAGE" attribute.

    ⚠️ The plugin does not support formatting when saving template files (HTML, Vue) by formatOnSave option and formatting of the selected fragments (selections).

  • 🛠 More tests and modular structure of the plugin.

4.0.1

16 Feb 13:26
Compare
Choose a tag to compare

Changelog: