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 0ea66f3 commit dc24b29Copy full SHA for dc24b29
CHANGELOG.md
@@ -1,7 +1,11 @@
1
# Changelog
2
3
## [Unreleased]
4
-###
+- Properly recognize svelte namespace elements inside blocks
5
+- Hide invalid completions for component tags after typing "<svelte:"
6
+- Add missing completion for slot element
7
+- Fix some IDE Errors related to TypeScript
8
+
9
## [0.15.1]
10
- Fix unresolved reactive declarations in TypeScript
11
gradle.properties
@@ -2,7 +2,7 @@
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
pluginGroup=dev.blachut.svelte.lang
pluginName_=svelte-intellij
-pluginVersion=0.15.1
+pluginVersion=0.15.2
pluginSinceBuild=201.7846
pluginUntilBuild=202.*
platformType=IU
0 commit comments