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

5.0.0

Compare
Choose a tag to compare
@mrmlnc mrmlnc released this 09 Aug 12:35
· 54 commits to master since this release

👽 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.