Skip to content

Releases: sveltejs/language-tools

svelte2tsx-0.4.0

30 Jun 11:11
d219ec4

Choose a tag to compare

  • (breaking) adjust svelte2tsx dts generation. Users are now expected to provide the ambient type definitions themselves. Fixes JS output (#1081)

typescript-plugin-0.2.2

20 Jun 15:07
4058c3b

Choose a tag to compare

  • (chore) bump svelte2tsx and adjust code (#1070)

svelte2tsx-0.3.0

20 Jun 15:05
4058c3b

Choose a tag to compare

  • (breaking) rename ambient type declarations to avoid conflicting declarations in the future (#1070)
  • (fix) apply type transformation to export binding (#1066)
  • (fix) correct transformation of as expression in reactive assignment (#1064)
  • (fix) better mapping for reactive statements, which should improve auto completion inside them (#1062)
  • (feat) add experimental support for $$Props (#1061)
  • (feat) add experimental support for $$Slots (#1058)
  • (feat) add experimental support for $$Events and strictEvents (#1054)
  • (feat) add experimental support for generics (#1053)

The experimental features are subject to change and don't adhere to semantic versioning. For more info on them, read the RFC: sveltejs/rfcs#38

svelte-check-2.2.0

20 Jun 15:20
4058c3b

Choose a tag to compare

  • (fix) apply type transformation to export binding (#1066)
  • (fix) correct transformation of as expression in reactive assignment (#1064)
  • (feat) add experimental support for $$Props (#1061)
  • (feat) add experimental support for $$Slots (#1058)
  • (feat) add experimental support for $$Events and strictEvents (#1054)
  • (feat) add experimental support for generics (#1053)

The experimental features are subject to change and don't adhere to semantic versioning. For more info on them, read the RFC: sveltejs/rfcs#38

language-server-0.14.2

20 Jun 15:14
4058c3b

Choose a tag to compare

  • (chore) bump svelte2tsx and adjust code (#1070)
  • (perf) more performant normalization of paths
  • (fix) skip semantic tokens when there are no script tags; fixes a syntax highlighting issue
  • (feat) support TS "infer function return type" refactoring (#1052)
  • (feat) event completion/hover for components that are defined within d.ts files (#1057)
  • (feat) default slot let: completion/hover for components (#1068 / #1069)
  • (feat) add experimental support for $$Props (#1061)
  • (feat) add experimental support for $$Slots (#1058)
  • (feat) add experimental support for $$Events and strictEvents (#1054)
  • (feat) add experimental support for generics (#1053)

The experimental features are subject to change and don't adhere to semantic versioning. For more info on them, read the RFC: sveltejs/rfcs#38

extensions-105.2.2

20 Jun 16:01
2c17e90

Choose a tag to compare

  • (perf) more performant normalization of paths
  • (fix) apply type transformation to export binding (#1066)
  • (fix) correct transformation of as expression in reactive assignment (#1064)
  • (fix) better mapping for reactive statements, which should improve auto completion inside them (#1062)
  • (fix) skip semantic tokens when there are no script tags; fixes a syntax highlighting issue
  • (feat) support TS "infer function return type" refactoring (#1052)
  • (feat) event completion/hover for components that are defined within d.ts files (#1057)
  • (feat) default slot let: completion/hover for components (#1068 / #1069)
  • (feat) add experimental support for $$Props (#1061)
  • (feat) add experimental support for $$Slots (#1058)
  • (feat) add experimental support for $$Events and strictEvents (#1054)
  • (feat) add experimental support for generics (#1053)

The experimental features are subject to change and don't adhere to semantic versioning. For more info on them, read the RFC: sveltejs/rfcs#38

extensions-105.2.1

20 Jun 15:21
4058c3b

Choose a tag to compare

broken release, don't use

svelte2tsx-0.2.1

11 Jun 10:08
a3d52bd

Choose a tag to compare

  • (feat) add dts output target to svelte2tsx. This can be used to get an intermediate output that is then used by TypeScript to create a declaration file (.d.ts) for the Svelte file (#1050)

svelte-check-2.1.0

03 Jun 10:49
b807aa1

Choose a tag to compare

  • (fix) add vector-effect css property (#977)
  • (fix) don't show suggestions for d.ts files when skipLibCheck is turned on (#1038)
  • (feat) clear screen in watch mode on reruns for the human friendly writers. Adjust start/end message slightly (#1025)

language-server-0.14.1

03 Jun 10:43
726e797

Choose a tag to compare

  • (fix) add vector-effect css property (#977)
  • (fix) don't show jsx attribute completions on html start tags, as they are doubled to those of the html language service (#989)
  • (fix) normalize paths, deduplicate snapshots. Needed to support editing files that are used in multiple projects (#1040)
  • (feat) allow rename of component props in another component (#1043)