Skip to content

Latest commit

 

History

History
106 lines (58 loc) · 2.44 KB

File metadata and controls

106 lines (58 loc) · 2.44 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.17.0 2026-05-17]

  • Changed: updated to svgdx 0.29.0

[0.16.0 2026-05-17]

  • Added: support for running svgdx as a subprocess rather than via the included library. Set the MDBOOK_SVGDX_BIN environment variable to the path of an svgdx executable to use this.

  • The builtin svgdx library may now be excluded altogether with --no-default-features; in this case the MDBOOK_SVGDX_BIN env var must be set.

[0.15.0 2026-03-07]

  • Changed: updated to svgdx 0.28.0
  • Changed: updated to Rust edition 2024 and MSRV 1.88

[0.14.0 2026-02-06]

  • Changed: updated to svgdx 0.27.0

[0.13.0 2026-01-04]

  • Changed: updated to svgdx 0.26.0

[0.12.0 2025-11-22]

  • Changed: updated to svgdx 0.25.0
  • Update to mdbook 0.5

[0.11.0 2025-10-19]

  • Changed: updated to svgdx 0.24.0

[0.10.0 2025-09-21]

  • Changed: updated to svgdx 0.23.0

[0.9.1 2025-08-31]

  • Changed: updated to svgdx 0.22.2

[0.9.0 2025-08-10]

  • Changed: updated to svgdx 0.22.1

[0.8.1 2025-07-17]

  • Fixed: handle fenced code block split across Text events (#1)

[0.8.0 2025-06-29]

  • Changed: updated to svgdx 0.21.0

[0.7.0 2025-04-22]

  • Changed: updated to svgdx 0.20.0

[0.6.0 2025-03-01]

  • Changed: updated to svgdx 0.19.0 (Note: minor breaking format changes)

[0.5.0 2025-02-02]

  • Changed: updated to svgdx 0.18.0 (Note: breaking format changes)

[0.4.0 2024-12-31]

  • Changed: updated to svgdx 0.16.0

  • Changed: style changes, including max-width:100% on SVG images and use of the use-local-styles option of svgdx.

  • Added: xml-svgdx in addition to svgdx-xml, as well as -inline variants of each to support additional display formats for diagrams and corresponding svgdx source.

[0.3.0 - 2024-11-18]

  • Changed: updated to svgdx 0.14.0

  • Fixed: indentation and newlines in rendered SVG could break markdown processing

  • Added: svgdx-xml fenced code block type to display both XML and SVG output

  • Added: wrap rendered svgdx blocks in divs with fenced code block type for CSS styling

[0.2.0 - 2024-10-03]

  • Changed: updated to svgdx 0.13.0

  • Added: --version option also displays underlying svgdx version

[0.1.0 - 2024-09-25]

  • Initial release using svgdx 0.12.0