Skip to content

Releases: develar/d2-intellij-plugin

1.3.0

08 Jan 08:44
Compare
Choose a tag to compare

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

06 Jan 13:48
Compare
Choose a tag to compare

Features

  • Support style, classes and vars object syntax.

1.1.1

04 Jan 07:55
Compare
Choose a tag to compare

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)

1.1.0

03 Jan 07:20
Compare
Choose a tag to compare
  • Viewer toolbar: theme and layout choosers, export, compilation output and info.
  • if Dark IntelliJ theme is used, use dark D2 theme for preview by default (34ce304), closes #1
  • spellchecker for unquoted string.

1.0.0

31 Dec 12:09
Compare
Choose a tag to compare
  • Highlighting works for most D2 syntax.
  • Fix element color provider (logs.style.stroke: "#f4a261").
  • Reference&Resolve is implemented for shapes.
  • Basic completion (keywords).