Releases: DearVa/LiveMarkdown.Avalonia
Releases · DearVa/LiveMarkdown.Avalonia
v1.8.0
🚀 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.AvaloniaorSvg.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.
- You can now freely choose your preferred SVG engine by installing either
🎉 Major Updates
- Preliminary Mermaid Support: We have introduced initial support for rendering Mermaid diagrams!
- In this release,
FlowchartandStateDiagramare fully supported.
- In this release,
✨ 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
Gridlayouts, improving overall rendering stability.