Skip to content

Commit f847097

Browse files
committed
Cut 0.16.0 release
1 parent 4d12078 commit f847097

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

CHANGELOG.md

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

33
## [Unreleased]
4-
###
4+
- Initial support of directives
5+
- Debugger support
6+
57
## [0.15.2]
68
- Properly recognize svelte namespace elements inside blocks
79
- Hide invalid completions for component tags after typing "<svelte:"

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,17 @@
1010
<!-- Plugin description -->
1111
Support for <a href="https://svelte.dev/">Svelte</a> in your IDE of choice.
1212

13-
Work in progress, pretty usable already.
14-
1513
## Features
1614

1715
* Syntax highlighting
1816
* Code formatting
1917
* Typing assistance
20-
* Completions of components and props
18+
* Emmet-style abbreviations of Svelte blocks
19+
* Completions of components, props and some directives
2120
* Auto import of components
2221
* Navigation from components to their definition
2322
<!-- Plugin description end -->
2423

25-
## Known issues
26-
27-
* Directives treated as plain attributes
28-
* ...
29-
3024
## Installation
3125

3226
- Using IDE built-in plugin system:

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.2
5+
pluginVersion=0.16.0
66
pluginSinceBuild=201.7846
77
pluginUntilBuild=202.*
88
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl

0 commit comments

Comments
 (0)