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 cbae2fd commit a0d45c2Copy full SHA for a0d45c2
CHANGELOG.md
@@ -1,9 +1,11 @@
1
# SequenceDiagram Changelog
2
3
## [Unreleased]
4
+## [2.1.7]
5
### Fixed
6
- Support for Mermaid when export diagram.
7
- Support export PlantUML and Mermaid when unchecked `Show simple call name`.
8
+- Fix some java.util.ConcurrentModificationException bugs.
9
10
## [2.1.6]
11
### Changed
gradle.properties
@@ -3,7 +3,7 @@
pluginGroup = vanstudio
pluginName = SequenceDiagram
-pluginVersion = 2.1.6
+pluginVersion = 2.1.7
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
0 commit comments