Skip to content

extensions-105.2.2

Choose a tag to compare

@dummdidumm dummdidumm released this 20 Jun 16:01
· 770 commits to master since this release
2c17e90
  • (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