Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
svelte2tsx-0.7.16
svelte-check-3.8.6
- fix: support Svelte 5 module script attribute (#2473)
extensions-108.6.1
- fix: support Svelte 5 module script attribute (#2473)
typescript-plugin-0.3.40
- fix: map refactor/quick-fix of svelte files in typescript plugin (#2439)
svelte2tsx-0.7.15
- fix: add legacy methods to own component shape (#2451)
svelte2tsx-0.7.14
- feat: warn on likely failed d.ts file generation (#2428)
- fix: no implicit children prop when using slot (#2427)
- fix: correctly detect real Svelte files for declarationMap (#2443)
- fix: correctly handle HTML between implicit snippet props (#2450)
- fix: correctly scope snippet declarations (#2449)
- fix: make it possible to type snippet parameters using JSDoc (#2449)
svelte-check-3.8.5
- chore: bump html/css language service (#2424)
- chore: better "cannot use bind:" error message (#2429)
- fix: no implicit children prop when using slot (#2427)
- fix: correctly handle HTML between implicit snippet props (#2450)
- fix: correctly scope snippet declarations (#2449)
- fix: make it possible to type snippet parameters using JSDoc (#2449)
- fix: add legacy methods to own component shape (#2451)
language-server-0.16.14
extensions-108.6.0
- feat: reference/implementation codelens (#2378)
- chore: bump html/css language service (#2424)
- chore: better "cannot use bind:" error message (#2429)
- fix: no implicit children prop when using slot (#2427)
- fix: map refactor/quick-fix of svelte files in typescript plugin (#2439)
- fix: correctly handle HTML between implicit snippet props (#2450)
- fix: correctly scope snippet declarations (#2449)
- fix: make it possible to type snippet parameters using JSDoc (#2449)
- fix: add legacy methods to own component shape (#2451)
svelte2tsx-0.7.13
- fix: ensure bindings and exports work properly for Svelte 5 + TS5.5