v3.0.5
Pre-release
Pre-release
What's Changed
Changelog
Breaking changes
- use vscode fs api instead of Node fs by @apupier in #669
pdf-themesdir
is now relative to the working directory (i.e., workspace folder) not relative to the document (#703)- remove Asciidoctor CLI support (#539)
stylesdir
andstylesheet
attributes are now ignored in the preview. Instead, you should defineasciidoc.preview.style
.
Please note that when exporting to HTML,stylesdir
andstylesheet
will be used and should be defined in an.asciidoctorconfig
file.
NOTE: We strongly recommend to use .asciidoctorconfig
file to define common attributes.
This file will be used in the preview and when exporting to HTML and PDF (using asciidoctor-pdf
).
Improvements
- Include path to completion item for xref by @apupier in #671
- add ability for asciidocParser to pass the krokiServerUrl by @haydencbarnes in #701
- provide completion short hand and long hand notation with similar scope of legacy by @apupier in #668
- append AsciiDoc attributes defined in antora.yml by @ggrossetie in #694
- add UI message with Japanese locale by @YoshihideShirai in #689
- support non-Git workspace by @ggrossetie in #696
- provide completion after<<from same document by @apupier in #670
Bug fixes
New Contributors
- @haydencbarnes made their first contribution in #701
Release meta
Released by: @ggrossetie
Full Changelog: v3.0.4...v3.0.5