Skip to content

Commit 332e609

Browse files
committed
Cut 0.13.0-beta release
1 parent af911a9 commit 332e609

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
# Changelog
22

33
## [Unreleased]
4+
- More subtle file icons
5+
- Stop marking $ labels as unnecessary
46
- 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
522

623
## [0.12.2]
724

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.12.2
5+
pluginVersion=0.13.0-beta
66
pluginSinceBuild=201.7846
77
pluginUntilBuild=203.*
88
platformType=IU

0 commit comments

Comments
 (0)