Skip to content

Releases: vain0x/HTML-CSS-Class-Completion

1.23.0

11 Feb 12:03

Choose a tag to compare

  • Added regexp-based CSSParser
  • Added LanguageFeatures option to opt-out individual features
  • Updated regexp
    • class attributes now match with _, #, ()
    • class definitions now match with _
  • Fixed definition provider; it now works consistently with the completion provider
  • Fixed logging; it now writes to the Output panel (rather than developer tools) and shows error details
  • Upgraded dependencies
    • Removed unused dependencies (linter, testing)
  • Internals
    • Migrated webpack to esbuild (its faster)
    • Switched to ESModule
    • .vscodeignore written as allowlist (to avoid including git-untracked files)

Full Changelog: 1.22.1...1.23.0

sha256sum
4b7cbd29ba20db82074fe28734885298665d5d044c8b39875c8371aed75e2b41  html-css-class-completion-1.23.0.vsix

1.22.2-rc1

14 Dec 13:18

Choose a tag to compare

1.22.2-rc1 Pre-release
Pre-release

WIP

1.22.1

28 Aug 13:02

Choose a tag to compare

  • Fixed escape handling in css files

1.22.0

27 Aug 05:54

Choose a tag to compare

  • Added enableExternalStylesheetSupport configuration (opt-out flag)
  • Upgraded dependencies

1.21.0

05 Sep 14:39

Choose a tag to compare