File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+ - More subtle file icons
5
+ - Stop marking $ labels as unnecessary
4
6
- Complete parser rewrite
7
+ - Svelte is no longer a template language, so it can be used in one
8
+ - Improved brace highlighting and auto insertion
9
+ - Improved completion of svelte tags
10
+ - More robust Emmet support
11
+ - Complete rewrite of reference resolving
12
+ - Fixed find usages for attribute expressions
13
+ - Complete rewrite of formatter
14
+ - Improved automatic indentation etc
15
+ - One-line blocks stay one-line
16
+ - Added missing fold regions
17
+ - Individual fold levels for Svelte block clauses
18
+ - Improvements around shorthand attribute inspections and intentions
19
+ - More graceful handling of typos
20
+ - Ton of other small fixes
21
+ - Drop compatibility with 2019.x platform
5
22
6
23
## [ 0.12.2]
7
24
Original file line number Diff line number Diff line change 2
2
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
3
3
pluginGroup =dev.blachut.svelte.lang
4
4
pluginName =svelte-intellij
5
- pluginVersion =0.12.2
5
+ pluginVersion =0.13.0-beta
6
6
pluginSinceBuild =201.7846
7
7
pluginUntilBuild =203.*
8
8
platformType =IU
You can’t perform that action at this time.
0 commit comments