Features
- The
basePath
option now also affects relative link resolution, TypeDoc will also check for
paths relative to the provided base path. If you instead want TypeDoc to only change the rendered
base path for sources, use thedisplayBasePath
option, #3009.
Bug Fixes
- Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #3007.
@inheritDoc
will now correctly overwrite@remarks
and@returns
blocks on the target comment, #3012.- The
externalSymbolLinkMappings
option now works properly on links pointing to inherited/overwritten signatures, #3014.