Skip to content

v0.12.0

Compare
Choose a tag to compare
@tomblachut tomblachut released this 21 Nov 09:10
· 779 commits to master since this release

Many thanks to @AleksandrSl for working on CSS features!

  • Support for different CSS dialects via lang attribute
  • Initial support for $-prefixed store references
  • Enable completion of JS declarations from script tags
  • Initial support for module context scripts (inside Svelte files only)
  • More robust logic of resolving component declarations
  • Unresolved components are highlighted the same as other identifiers
  • Remove buggy prop insertion while completing tag name
  • Stop inserting mustaches after typing = for attributes
  • Enable quote matching
  • Bug fixes & stability improvements