Skip to content

Releases: magidoc-org/magidoc

6.2.0

08 Nov 18:33
Compare
Choose a tag to compare
update version

6.1.0

02 Oct 13:31
Compare
Choose a tag to compare
fix update version

6.0.1

01 Aug 17:18
1fc5bf3
Compare
Choose a tag to compare

Fix silently failing to generate queries when schema is invalid.

6.0.0

25 Jun 07:33
Compare
Choose a tag to compare
  • Set min node version to 20 (LTS)
  • Upgade GraphQL.JS to support @oneOf built-in (#319)
  • Support directives on argument (#373)
  • Use strict dependency version (#374)

5.0.3

04 May 03:23
Compare
Choose a tag to compare
gcam fix logo URL issue

5.0.2

04 May 03:02
Compare
Choose a tag to compare
fix library usage issue

5.0.1

04 May 02:47
Compare
Choose a tag to compare
unifiy logo site logo path with base URL

5.0.0

04 May 02:22
Compare
Choose a tag to compare

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

01 Apr 23:40
Compare
Choose a tag to compare
Merge branch 'main' of github.com:magidoc-org/magidoc

4.2.0

31 Mar 02:19
5c0a9a5
Compare
Choose a tag to compare
update all dependencies and issue with raw SDL  (#334)

* update all dependencies and fix some issues

* update version