Skip to content

Commit 06d8ecb

Browse files
committed
Cut 0.14.0 release
1 parent 9da6901 commit 06d8ecb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## [Unreleased]
44
- Enable ESLint support
5-
- Improve unused imports support
5+
- Improve unused imports detection
6+
- Recognize reactive declarations
7+
- Support Find Usages for subscribed store references
8+
- Unwrap subscribed store type for stores defined outside of components
69
- Recognize $$slots
710

811
## [0.13.0]

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Work in progress, pretty usable already.
2323

2424
## Known issues
2525

26-
* $ labels aren't recognised properly
2726
* Directives treated as plain attributes
2827
* No TypeScript
2928
* ...

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.13.0
5+
pluginVersion=0.14.0
66
pluginSinceBuild=201.7846
77
pluginUntilBuild=202.*
88
platformType=IU

0 commit comments

Comments
 (0)