Releases: asciidoctor/asciidoctor-intellij-plugin
Releases · asciidoctor/asciidoctor-intellij-plugin
Allow disabling validation on individual code blocks
Support Intellij 2024.3 EAP
- 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
Upgrading to 2024.2, Antora and library updates
- 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
- Handling invalid editor states from preview releases (#1636)
Restoring preview and menu bar functionality
- Reworking the changes for EAP, restoring preview and menu bar functionality (#1636)
Custom extensions in multimodule projects, EAP 2024.2
Dark theme improvements and Asciidoctor upgrade
- 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
Fix refactoring in Java and Kotlin code
- Fix refactoring in Java and Kotlin code which was broken since 0.41.9 (#1591)