File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ 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
+
4
13
## [ 0.20.0]
5
14
- Provide completions for reactive declarations inside Svelte expressions
6
15
- Add create variable and create function quick fixes that work from within expressions
Original file line number Diff line number Diff line change 2
2
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
3
3
pluginGroup =dev.blachut.svelte.lang
4
4
pluginName =svelte-intellij
5
- pluginVersion =0.20 .0
5
+ pluginVersion =0.21 .0
6
6
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
7
7
# for insight into build numbers and IntelliJ Platform versions.
8
8
pluginSinceBuild =212
You can’t perform that action at this time.
0 commit comments