Releases: magidoc-org/magidoc
Releases · magidoc-org/magidoc
2.3.0
Feature/customize external links (#107) * add support for external links * fix css for structured list * fix button size in query generator
2.2.2
ignore case in path
2.2.1
Feature/make field name case insensitive (#104) * Handle fields names as case-insensitive to support more hosting platforms.
2.2.0
bump version and add requirements to documentation
2.1.1
fix wrong spacing in h1 headers and force node 16+
2.1.0
- Update deps
- Improve docs
- Fix wrong error handling when generating recursive fields. Thanks to @efstathiosntonas for the detailed investigation 🎉 #95
- Improve error message when missing scalars. #94
2.0.0
Update README.md
1.1.3
Bugfix/fix-invalid-regex-making-website-fail-on-safari (#85) * remove lookbehind operator from markdown parser * add eslint plugin to forbid lookbehind
1.1.2
Bugfix/add-error-page (#84) * add error page
1.1.1
upgrade all deps (#83) * upgrade all deps * use sveltekit new flags in app.html