Skip to content

v3.0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@ggrossetie ggrossetie released this 03 Jun 17:31
· 138 commits to master since this 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 and stylesheet attributes are now ignored in the preview. Instead, you should define asciidoc.preview.style.
    Please note that when exporting to HTML, stylesdir and stylesheet 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

Bug fixes

  • Fix completion after xref: for old double-square bracket notation by @apupier in #667

New Contributors

Release meta

Released by: @ggrossetie

Full Changelog: v3.0.4...v3.0.5