We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463c7e7 commit 3222786Copy full SHA for 3222786
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## [Unreleased]
4
+- Fix randomly unresolved reactive variables
5
+- Compatibility with 2022.1 platform
6
7
## [0.21.2]
8
- Prepare plugin for 2021.3.1 JavaScript changes
@@ -167,4 +169,4 @@
167
169
- Additional minor improvements
168
170
171
## [0.5.0]
-- First public release
172
+- First public release
gradle.properties
@@ -2,7 +2,7 @@
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=dev.blachut.svelte.lang
pluginName=svelte-intellij
-pluginVersion=0.21.2
+pluginVersion=0.22.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=221.5080
0 commit comments