Releases: develar/d2-intellij-plugin
Releases · develar/d2-intellij-plugin
1.3.0
Added
- Resolving of ambiguous shape references (shapes with the same names but declared in different containers).
- Support parent reference.
- Completion for
shape
keyword.
Fixed
- Proper highlighting for
vars
,classes
,style
object syntax. - Parse property
style.*
in a non-shape map.
1.2.0
1.1.1
The plugin is now compatible with JetBrains IDEs 2022.1 through 2022.3. However, version 2023.1 is not supported — please use version 2023.2 or later.
Please note that the plugin is being developed and tested for 2023.2 and higher, support for older versions may contain some bugs. As such, we advise against using older versions of the IDE.
Bug Fixes
- D2Viewer must implement DumbAware (7fe9d91)