Releases: asciidoctor/asciidoctor-vscode
Releases · asciidoctor/asciidoctor-vscode
v3.4.2
What's Changed
Changelog
Bug fixes
- Replace
ripgrep
byworkspace.findFiles
.ripgrep
was introduced in 3.4.0 but caused too many compatibility and instability issues.
Release meta
Released by: @ggrossetie
Full Changelog: v3.4.1...v3.4.2
v3.4.1
What's Changed
Changelog
Bug fixes
- Use the
rg
binary from the local VS code installation
Release meta
Released by: @ggrossetie
Full Changelog: v3.4.0...v3.4.1
v3.4.0
What's Changed
Changelog
Bug fixes
- Honor xrefstyle in the preview - thanks @r0ckarong
- Fix document to document xrefs in preview when the documents are included - thanks @birdman7260
- Replace dynamic import (unsupported by VS code)
- Allow spaces after table delimiter - thanks @ebousse
Improvements
- Set intrinsic attributes
docdir
,docfile
anddocname
- Set attributes
docfilesuffix
andfiletype
- Enable/disable Antora support using commands
- Use
ripgrep
instead offindFiles
to improve performance - thanks @alaindresse
Release meta
Released by: @ggrossetie
Full Changelog: v3.3.1...v3.4.0
v3.3.1
What's Changed
Changelog
Bug fixes
- Support
antora.yml
files when version is undefined ortrue
(#871) - thanks @leonardopavanrocha @alaindresse - Check if WebView is disposed (before refreshing)
Improvements
- Add activation event for .adoc files - thanks @ohhmm
- Render Mermaid diagrams locally (i.e., without relying on Kroki) - thanks @ztuowen
Release meta
Released by: @ggrossetie
Full Changelog: v3.2.3...v3.3.1
v3.2.3
What's Changed
Changelog
Bug fixes
- Fix a regression on xref introduced in 3.2.1 by @ViToni
Infrastructure
- Bump dependencies by @ViToni
Release meta
Released by: @ggrossetie
Full Changelog: v3.2.2...v3.2.3
v3.2.2
What's Changed
Changelog
Bug fixes
- Fix a regression on xref introduced in 3.2.1 by @ViToni
Infrastructure
- Bump dependencies by @ViToni
Release meta
Released by: @ggrossetie
Full Changelog: v3.2.1...v3.2.2
v3.2.1
What's Changed
Changelog
Improvements
Bug fixes
Release meta
Released by: @ggrossetie
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
Changelog
Bug fixes
- Fix regular expression in
Asciidoctor.json
Release meta
Released by: @ggrossetie
Full Changelog: v3.1.12...v3.2.0
v3.1.12
What's Changed
Changelog
Bug fixes
- Only prompt to enable Antora when antora.yml is not empty (#847)
- Consistent code completion for includes (#839)
- Fix highlighting a footnote with id (#835)
Improvements
- Add doc role when the asciidoc page is used in an antora context (#845)
- Bump dependencies (#840)
- If Antora popup is closed (no answer) ask again later (#841)
- Improve autolink feature (#836)
Release meta
Released by: @ggrossetie
Full Changelog: v3.1.10...v3.1.12
v3.1.10
What's Changed
Changelog
Bug fixes
- Fix glob pattern while building the Antora content catalog - previously, if the documentation component was located at the root of the workspace the content catalog was empty
- Add
asciidoc.preview.style
directory as a local resource roots in the WebView - hopefully loading stylesheets from outside the workspace will work again!
Release meta
Released by: @ggrossetie
Full Changelog: v3.1.9...v3.1.10