We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598de6f commit a2bf8a1Copy full SHA for a2bf8a1
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 3.3.0 (unreleased)
2
+
3
+- Add injected globals when there's no instance script when using TypeScript
4
+- Allow `$$Props`, `$$Slots`, `$$Events` interface/type usage
5
+- Improve type inference for autosubscribed stores
6
+- Silence false positives for `<svelte:fragment let:x>`
7
+- Use TS 4.5 `preserveValueImports` if it's available
8
+- Improve default setting for `svelte3/ignore-styles`: Now ignores styles if its tag has a `lang` or `type` attribute
9
10
# 3.2.1
11
12
- Filter `no-undef` messages about `$$Generic`
0 commit comments