Skip to content

Commit dc24b29

Browse files
committed
Cut 0.15.2 release
1 parent 0ea66f3 commit dc24b29

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

33
## [Unreleased]
4-
###
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+
59
## [0.15.1]
610
- Fix unresolved reactive declarations in TypeScript
711

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
33
pluginGroup=dev.blachut.svelte.lang
44
pluginName_=svelte-intellij
5-
pluginVersion=0.15.1
5+
pluginVersion=0.15.2
66
pluginSinceBuild=201.7846
77
pluginUntilBuild=202.*
88
platformType=IU

0 commit comments

Comments
 (0)