Skip to content

Commit

Permalink
Cut 0.21.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomblachut committed Jul 23, 2021
1 parent 65f183b commit cc29615
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

## [Unreleased]
- 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

## [0.20.0]
- Provide completions for reactive declarations inside Svelte expressions
- Add create variable and create function quick fixes that work from within expressions
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=dev.blachut.svelte.lang
pluginName=svelte-intellij
pluginVersion=0.20.0
pluginVersion=0.21.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=212
Expand Down

0 comments on commit cc29615

Please sign in to comment.