Skip to content

Releases: asciidoctor/asciidoctor-intellij-plugin

v0.43.5

22 Dec 14:10
Compare
Choose a tag to compare
v0.43.5 Pre-release
Pre-release
  • Update docs and templates to recommend an absolute path for the pdf-themesdir (#1750)
  • When rendering the preview for Antora, automatically switch to highlight.js syntax highlighting (#1736)
  • Make wrap-on-typing work for AsciiDoc without chopping an existing line into small chunks (#1653)
  • Handle YAML parsing errors when showing an editor notification about missing information in the Antora component descriptor (#1753)
  • Preventing NPE when creating a missing file (#1754)
  • Preventing NPE when parsing block attributes for listings (#1755)
  • Handle a situation where an index is not yet known as index not ready (#1756)

Pasting URLs turn selected text to a link

08 Dec 14:47
Compare
Choose a tag to compare
  • Fix text color of non-icon admonitions in dark preview
  • Adding an intent to add the option to disable validation on individual code blocks (#830)
  • Be more restrictive when highlighting missing images (#1727)
  • Fix the intention to add block IDs to recognize the current section (#1681)
  • Pasting a URL from the clipboard wraps the selected text as a link (#1738)

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)