Skip to content

Commit 6f6d796

Browse files
committed
Cut 0.6.0 release
1 parent 6354f8c commit 6f6d796

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66

77
Support for <a href="https://svelte.dev/">Svelte</a> in your IDE of choice. Works in JetBrains products that support JavaScript.
88

9+
<b>PLEASE NOTE THAT THIS IS WORK IN PROGRESS</b>
10+
911
<h3>Installation</h3>
10-
* (soon) Use official [Plugin Repository](https://plugins.jetbrains.com/)
12+
* Use official [Plugin Repository](https://plugins.jetbrains.com/plugin/12375-svelte)
1113
* Head over to [releases tab](https://github.com/tomblachut/svelte-intellij/releases), download `.jar` archive and <a href="https://www.jetbrains.com/help/webstorm/managing-plugins.html#install_plugin_from_disk">Install plugin from disk</a>
1214

1315
<h3>Features</h3>
@@ -22,7 +24,9 @@ Support for <a href="https://svelte.dev/">Svelte</a> in your IDE of choice. Work
2224
<h3>Known issues</h3>
2325

2426
<ul>
27+
<li>Component imports are marked as unused</li>
2528
<li>$ subscriptions aren't recognised properly</li>
29+
<li>Props completion and validation isn't provided</li>
2630
<li>...</li>
2731
</ul>
2832

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
apply plugin: "kotlin"
88

99
group 'dev.blachut.svelte.lang'
10-
version '0.5.0'
10+
version '0.6.0'
1111

1212
sourceCompatibility = 1.8
1313

src/main/resources/META-INF/plugin.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44
<vendor url="https://github.com/tomblachut">Tomasz Błachut</vendor>
55

66
<description><![CDATA[
7-
Support for <a href="https://svelte.dev/">Svelte</a> in your IDE of choice.
7+
<p>Support for <a href="https://svelte.dev/">Svelte</a> in your IDE of choice.</p>
8+
9+
<b>PLEASE NOTE THAT THIS IS WORK IN PROGRESS</b>
10+
11+
<p>Please report issues on GitHub</p>
812
913
<h3>Features</h3>
1014
1115
<ul>
1216
<li>Syntax highlighting</li>
1317
<li>Coding assistance</li>
14-
<li>Navigation from the components to their definition</li>
18+
<li>Navigation from components to their definition</li>
1519
</ul>
1620
]]></description>
1721

0 commit comments

Comments
 (0)