Skip to content

103.0.0

Choose a tag to compare

@dummdidumm dummdidumm released this 08 Jan 14:08
· 985 commits to master since this release
c8718b3
  • (feat) if VS Code user disabled auto import suggestions in their config, don't show them (#695)
  • (feat) add sapper:prefetch attribute (#581)
  • (fix) no html hover info for Svelte components that have the same (case insensitive) name as a component (#711)
  • (fix) better autocompletion for global css vars. By making the label contain the var-part, it will show up more likely for users. (#521)
  • (fix) remove wrong import type autocompletions (#687)
  • (fix) comma operator in {@debug ..} tag (#739)
  • (fix) don't transform properties of interfaces/types/classes that start with a $ (#691)
  • (fix) add path svg and as attribute (#745) (#741)
  • (fix) update capture attribute (#728)
  • (fix) more robust syntax highlighting (#743)

BREAKING CHANGES

  • Bump to new language server protocol version 3.16 with corresponding types. Also bump vscode-languageserver/languageclient. The VS Code extension now requires a minimum version of 1.52.0 (#171)