Skip to content

Releases: asciidoctor/asciidoctor-intellij-plugin

Allow disabling validation on individual code blocks

03 Nov 20:23
Compare
Choose a tag to compare
  • Clear lock for JCEF preview to prevent a blank preview every time you open an AsciiDoc file (#1610)
  • Notify user when an Antora component descriptor misses the name (#1728)
  • Allow disabling validation on individual code blocks (#830)

Support Intellij 2024.3 EAP

25 Oct 21:53
Compare
Choose a tag to compare
  • Prevent NPE as "previous" might not yet be known (#1687)
  • Upgrading to AsciidoctorJ 3.0.0 (#1682)
  • Avoid warning on built-in attributes (#1713)
  • Autocomplete now suggests xref without a version number for the latest component version (#1708)
  • Autocomplete will never suggest the version true as it has a special meaning (#1708)
  • Prevent preview frozen on initializing state on Intellij 2024.3 EAP (#1721)
  • Bump org.asciidoctor:asciidoctorj-pdf from 2.3.18 to 2.3.19 (#1714)

v0.43.1

20 Aug 19:27
Compare
Choose a tag to compare
  • Fix syntax highlighting when preview is in dark mode (#1668)
  • Starting with 0.43.x, the plugin requires IntelliJ 2024.2 to run due to incompatibilities in the generated binary

Upgrading to 2024.2, Antora and library updates

10 Aug 20:57
Compare
Choose a tag to compare
  • JDK 21 is now necessary for developing the plugin (#1646)
  • Bump org.asciidoctor:asciidoctorj-pdf from 2.3.15 to 2.3.17 (#1634)
  • Bump org.asciidoctor:asciidoctorj-diagram from 2.3.0 to 2.3.1 (#1639)
  • Bump org.asciidoctor:asciidoctorj-diagram-plantuml from 1.2024.3 to 1.2024.5 (#1638)
  • Don't show an error in the editor if an include doesn't find the Antora component (#1660)
  • When creating a missing file in an Antora component, put it in the correct family folder
  • Bump org.asciidoctor:asciidoctorj-pdf from 2.3.17 to 2.3.18 (#1667)

Handling invalid editor states from preview releases

24 Jun 18:18
Compare
Choose a tag to compare
  • Handling invalid editor states from preview releases (#1636)

Restoring preview and menu bar functionality

24 Jun 17:37
Compare
Choose a tag to compare
  • Reworking the changes for EAP, restoring preview and menu bar functionality (#1636)

Custom extensions in multimodule projects, EAP 2024.2

21 Jun 21:33
Compare
Choose a tag to compare
  • Custom extensions loading in multimodule projects (thanks to @o-nix) (#1633)
  • Restore compatibility with EAP 2024.2, the minimum version is now 2024.1 (#1636)

Dark theme improvements and Asciidoctor upgrade

30 May 10:02
Compare
Choose a tag to compare
  • Fix NPE for quick-fix to create an include when source is not a file (#1592)
  • Prevent AlreadyDisposedException during startup when re-opening editors (#1617)
  • Upgrade to AsciidoctorJ v2.5.13 and asciidoctor 2.0.23
  • Detect dark editor theme in light IDE to apply correct background color for monospaced contents in the editor (#1620)
  • Scroll preview to the beginning of an include (#1624)
  • Fix dark mode for monospaced text in table cells and for inline content (#1601)

Automatically clear lock for JCEF preview to prevent a blank preview

03 May 05:56
Compare
Choose a tag to compare
  • Fix syntax highlighting in the editor after block-macros with multiple attributes (#1613)
  • Automatically clear lock for JCEF preview to prevent a blank preview (#1610)
  • Improved detection of frontmatter for AsciiDoc files (#1595)

Fix refactoring in Java and Kotlin code

03 Apr 20:56
Compare
Choose a tag to compare
  • Fix refactoring in Java and Kotlin code which was broken since 0.41.9 (#1591)