Releases: tomblachut/svelte-intellij
v0.22.1
v0.22.0
- Fix randomly unresolved reactive variables
- Compatibility with 2022.1 platform
v0.21.2
- Prepare plugin for 2021.3.1 JavaScript changes
v0.21.1
- Prepare plugin for 2021.3 JavaScript changes
v0.21.0
This release contains mainly exciting improvements related to module paths and import generation. IDE 2021.2 version is required.
- Fix
tsconfig.json
& path aliases resolution - Improve placement of imports generated by quick fixes
- Rework component import suggestions
- Hide CommonJS import fixes from Svelte files
- Support
$app\*
modules from SvelteKit - Add
trusted
to event modifiers - Bundle dictionary with some common Svelte-related words
- Increase required IDE version range to 2021.2 and up
v0.20.0
This release contains a set of smaller quality of life improvements, especially for SvelteKit users. Last feature update that works in version 2021.1 and below.
- Provide completions for reactive declarations inside Svelte expressions
- Add create variable and create function quick fixes that work from within expressions
- Support
sveltekit:prefetch
etc. attributes - Mark file-level SvelteKit config as implicitly used
- Improve missing required attribute inspection for shorthand attributes
- Suppress a lot of misleading inspections
- Change spacing around script tags inserted by the IDE slightly
v0.19.0
v0.18.0
- Add Svelte keyword completions
- Fix local transition reference bug
- Fix some regressions in 2020.3
This is dual release, 0.18.0
works with 2020.1 & 2020.2, 0.18.0.203
works with 2020.3 & 2021.1
v0.17.0
A pack of miscellaneous improvements.
- Support shorthand let directives
- Enable CSS custom property references
- Enable Sass mixin references
- Fix some parser, formatter & folding crashes
- Suppress store shorthand assignment error
- Fix store shorthand regression in 2020.3
This is dual release, 0.17.0
works with 2020.1 & 2020.2, 0.17.0.203
works with 2020.3
v0.16.0
This release introduces navigation & highlighting of references inside directives like use, provides completions for some of them, fixes shorthand let directives. Optimise imports will no longer report false negatives.
Many thanks to @anstarovoyt for enabling debugger.
- Initial support of directives
- Debugger support
This is dual release, 0.16.0
works with 2020.1 & 2020.2, 0.16.0.203
works with 2020.3