- Correctly handle typedoc executable in Windows (#762).
- Expose CSS class name to deprecated sidebar items (#747).
- Strikeout deprecated items in sidebar (#747).
- Allow additional plugins to be loaded via the "plugin" key.
- [email protected] / [email protected] support
- Fix missing sidebar children for categories
- Fix base sidebar ids in windows (#657)
- Correctly handle sidebar ids with custom docs paths (#648)
- Create output directory if it doesn't exist (#641)
- Handle windows path separators when generating sidebar ids
v1 is a major release that includes a number of improvements.
- typedoc-plugin-markdown must be updated to V4.
category.yml
files are no longer written.- Frontmatter is no longer included by default.
- A manual sidebar file should be referenced in
sidebars.js
rather than autogenerated configuration as previously recommended. includeExtension
has been removed as this behaviour is now the default.frontmatter
option has been removed. Please usetypedoc-plugin-frontmatter
.sidebar
optionsposition
andcategoryLabel
are no longer relevant and have been removed.
- Correctly handle sidebar ids in Windows (#597).
- Provide exit code on process error (#583)
- Use correct path separator in sidebar urls (#489)
- Fail docusaurus build when TypeDoc errors - can be overridden with
skipErrorChecking
(#429).
Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md
.