Skip to content

svelte-check-3.0.1

Compare
Choose a tag to compare
@dummdidumm dummdidumm released this 22 Dec 15:23
· 230 commits to master since this release
2fda68a
  • (fix) correctly check if props implement $$Props interface (#1797)

BREAKING CHANGES

  • the old transformation is no longer available. If you're using the svelte.JSX namespace in your projects, you should migrate accordingly
  • minimum required Node version is now 16
  • minimum required TypeScript version is now 4.9
  • minimum required Svelte version is now 3.55
  • removed hint diagnostics to align with tsc
  • searches for nearest tsconfig/jsconfig by default now (you don't need to specify --tsconfig anymore in most cases now; use --no-tsconfig to get back the old behavior of only checking Svelte files without a jsconfig/tsconfig)