Releases: asciidoctor/asciidoctor-intellij-plugin
Releases · asciidoctor/asciidoctor-intellij-plugin
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)
Fix Kroki diagram rendering in preview
Handle error reports reported by users, ensure 2024.1 compatibility
- Capture AssertionError thrown when rendering PlantUML content (#1578)
- Calculate tree view eagerly in the background to unblock EDT (#1579)
- Prevent decoder exception when filename contains a percentage sind in IntelliJ 2024.1 EAP (#1580)
- Avoid NPE when searching for Java references (#1582)
- Avoid invalidated objects when searching for Java references (#1583)
- Close files before converting file from Markdown to AsciiDoc (#1584)
- Add
structurizr.com
to the allow-list to show contents in an iframe in the preview (#1510)
Update Asciidoctor and Asciidoctor PDF
- Render preamble in preview with a slightly larger font (#1567)
- Use Droid Sans Mono for rendering code in the JCEF preview
- Bump org.asciidoctor:asciidoctorj from to 2.5.12 (#1562)
- Show error popup if a PDF file can't be written to disk (#1569)
- Quoted strings now highlighted with a background in the editor even if they contain single or double quotes
- Disable off-screen-rendering if IDE's setting for off-screen-rendering is disabled (#1575)
- Prevent exception when showing injected AsciiDoc content (#1576)
- Prevent change-outside-of-command exception when creating a preview for adding an ID to a section (#1577)
- Bump org.asciidoctor:asciidoctorj-pdf from 2.3.13 to 2.3.15 (#1573)
Upgrading Asciidoctor Diagram and Asciidoctor PDF
- Bump org.asciidoctor:asciidoctorj-pdf to 2.3.13 (#1547)
- Remove code which must not be run in EDT to get compatible with IntelliJ 2024.1 EAP (#1533)
- Speed-up Java references search to parse fewer files
- When renaming Java classes, rename their references in AsciiDoc documents as well
- Fixed calculation of root paths for multi-module projects (#1558)
- New live template for Golang source code snippets (thanks to @dozer111) (#1553)
- Bump org.asciidoctor:asciidoctorj-diagram to 2.3.0 and PlantUML to 1.2024.3 (#1538)
Workaround for slow EDT warning on IntelliJ 2024.1 EAP
Upgrade Asciidoctorj Diagram, support IntelliJ 2024.1 EAP
- Upgrade Asciidoctorj Diagram to 2.2.17 and PlantUML to 1.2023.13 (thanks to @cachescrubber) (#1525)
- When opening includes from preview, move slow activities to the background (#1517)
- Hide unused AsciiDoc action group in IntelliJ 2024.1 EAP
Avoid deadlock when creating a new AsciiDoc file
- Avoid deadlock when creating a new AsciiDoc file (#1502)
- Fix Sentry reporting
Fixing sentry reporting for 0.40.x
- Fix Sentry reporting