Skip to content

102.4.0

Compare
Choose a tag to compare
@dummdidumm dummdidumm released this 30 Oct 15:39
· 965 commits to master since this release
d412d37
  • (feat) JSDoc support: Autocompletion, hover info (#572)
  • (feat) Improved Pug syntax highlighting (#295, #106)
  • (feat) When having a tsconfig.json, newly created TS/JS files within project scope are now known directly and not only after a first import to Svelte files (#639)
  • (fix) Correct rename settings (#640)
  • (fix) Relax svelte2tsx typing to prevent "cannot read property $on of unknown" errors when using TS and importing untyped library components (85c7e94)
  • (fix) deal with ranges with swapped start/end (829cf87)
  • (fix) Bump HTML language service, removes duplicated autocompletion suggestions and improves parsing (#547)