Skip to content

Releases: DearVa/LiveMarkdown.Avalonia

v1.8.0

12 Mar 18:23
5c84fa1

Choose a tag to compare

🚀 What's New in v1.8.0

⚠️ Breaking Changes

  • SVG Rendering Decoupled: SVG rendering support has been extracted from the core project into separate packages. This change decouples the main library from Svg.Controls.Avalonia, giving you more flexibility.
    • You can now freely choose your preferred SVG engine by installing either Svg.Controls.Avalonia or Svg.Controls.Avalonia.Skia.
    • Important Note: These two packages are mutually exclusive. Please ensure you only install one of them in your project to avoid conflicts.

🎉 Major Updates

  • Preliminary Mermaid Support: We have introduced initial support for rendering Mermaid diagrams!
    • In this release, Flowchart and StateDiagram are fully supported.

✨ New Features

  • Data URL Images: Added support for rendering images directly from Data URLs (e.g., Base64 encoded inline images).

🐛 Bug Fixes

  • Stability Improvement: Fixed a potential crash issue caused by Grid layouts, improving overall rendering stability.

Demo

21 Aug 03:47
4053906

Choose a tag to compare

v1.3.0