We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f781693 commit d070b9fCopy full SHA for d070b9f
gradle.properties
@@ -1,5 +1,5 @@
1
pluginGroup=org.vepanimas.uml.javascript
2
-pluginVersion=0.1.1
+pluginVersion=0.2.0
3
pluginSinceBuild=222.0
4
pluginUntilBuild=233.*
5
src/main/resources/META-INF/plugin.xml
@@ -31,7 +31,10 @@
31
<![CDATA[
32
<h3>Fixed:</h3>
33
<ul>
34
- <li>Compatibility with 2022.3.</li>
+ <li>Compatibility with 2023.1.</li>
35
+ <li>Showing a diagram in the editor on Windows.</li>
36
+ <li>The direction of the dependency arrows.</li>
37
+ <li>Support for class expressions, e.g. in <code>export default class</code> statements.</li>
38
</ul>
39
]]>
40
</change-notes>
0 commit comments