Releases: magidoc-org/magidoc
Releases · magidoc-org/magidoc
6.2.0
6.1.0
fix update version
6.0.1
Fix silently failing to generate queries when schema is invalid.
6.0.0
5.0.3
gcam fix logo URL issue
5.0.2
fix library usage issue
5.0.1
unifiy logo site logo path with base URL
5.0.0
Bugfixes
- Fix undefined tooltip value in header #355
- Support space a space in container tag to unify the API with markdown-it #352
Breaking change
Images in markdown do not require base path anymore when used with website.options.siteRoot
. This unified the API with the way URLs work.
- ![My image](/site/root/image.png)
+ ![My image](/image.png)
This is also true for website.options.appLogo
// magidoc.mjs
{
website: {
options: {
siteRoot: '/site/root',
- appLogo: '/site/root/logo.png'
+ appLogo: '/logo.png'
}
}
}
4.2.1
Merge branch 'main' of github.com:magidoc-org/magidoc
4.2.0
update all dependencies and issue with raw SDL (#334) * update all dependencies and fix some issues * update version