Releases: HiDeoo/astro-d2
Releases · HiDeoo/astro-d2
[email protected]
Minor Changes
-
#34
7028b05
Thanks @HiDeoo! - Adds support for Astro v5, drops support for Astro v4.⚠️ BREAKING CHANGE: The minimum supported version of Astro is now5.0.0
.Please follow the upgrade guide to update your project.
When using the integration with the Content Layer API and the
skipGeneration
option is set tofalse
, the integration will automatically invalidate the content layer cache at build time so that all existing diagrams can be generated while ensuring that all removed diagrams are properly cleaned up. This limitation will be removed if and when some upstream technical blockers are resolved.
v0.6.0
🚀 Features
- Adds a configuration option to inline generated SVG diagrams in the HTML output - by @HiDeoo (5bd0a)
View changes on GitHub
v0.5.2
v0.5.1
🐞 Bug Fixes
View changes on GitHub
v0.5.0
🚀 Features
- Adds new
layout
attribute to override the globallayout
configuration for a specific diagram - by @HiDeoo (f2d07)
View changes on GitHub
v0.4.0
v0.3.0
🚀 Features
View changes on GitHub
v0.2.1
🐞 Bug Fixes
View changes on GitHub
v0.2.0
🚀 Features
- Add new
sketch
andpad
global configuration options applicable to all diagrams - by @michaeltoohig, @the-eater and @HiDeoo (24dda)
View changes on GitHub
v0.1.1
🐞 Bug Fixes
- Improves D2 version detection logic - by @martrapp and @HiDeoo (15735)
- Fixes issues when using the Astro
base
option - by @pantonante and @HiDeoo (77a84)