Skip to content

v0.11.0

Compare
Choose a tag to compare
@tomblachut tomblachut released this 03 Nov 21:30
· 817 commits to master since this release

Huge thanks to @AleksandrSl for working on CSS support! This release contains a pack of unrelated improvements and lays groundwork for future features

  • Stop annotating directives as unknown attributes
  • Enable CSS references and completions
  • Recognize $$props variable
  • Highlight unresolved references inside script tag the same as inside template expressions
  • Limit IDE finding references to variables defined in e.g. config files
  • Fix IDE error occurring for empty shorthand attribute
  • Minor fixes & stability improvements