Skip to content

Commit cc29615

Browse files
committed
Cut 0.21.0 release
1 parent 65f183b commit cc29615

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33
## [Unreleased]
4+
- Fix `tsconfig.json` & path aliases resolution
5+
- Improve placement of imports generated by quick fixes
6+
- Rework component import suggestions
7+
- Hide CommonJS import fixes from Svelte files
8+
- Support `$app\*` modules from SvelteKit
9+
- Add `trusted` to event modifiers
10+
- Bundle dictionary with some common Svelte-related words
11+
- Increase required IDE version range to 2021.2 and up
12+
413
## [0.20.0]
514
- Provide completions for reactive declarations inside Svelte expressions
615
- Add create variable and create function quick fixes that work from within expressions

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
33
pluginGroup=dev.blachut.svelte.lang
44
pluginName=svelte-intellij
5-
pluginVersion=0.20.0
5+
pluginVersion=0.21.0
66
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
77
# for insight into build numbers and IntelliJ Platform versions.
88
pluginSinceBuild=212

0 commit comments

Comments
 (0)