- Support for Svelte Native (#351), also fixes namespace clashing with React types (#228)
- Exported functions/consts/classes of a component are now visible on the components type (#307)
- Reactive assignments no longer implicitely have type any (#360)
- Fix 'Variable is used before being assigned' error when using bind:this in strict mode (#338)
- Fix type checking getting "disabled" when using directives (#352)
- Fix dblclick event type (#357)
- Add resize event to svelte:window (#348)
- Editor syntax highlighting: Svelte components in template now marked as
support.class.component.svelte
(#321)