Changelog
v0.26.10 (2024-10-16)
Changelog
v0.26.9 (2024-10-11)
headings
option to control optional headings, #2729.externalSymbolLinkMappings
now uses the TypeScript reported link target if available, #2725.Changelog
v0.26.8 (2024-10-04)
<div>
tags and includes the tag name in a class name, #2723.@link
tags present in comments at the start of source files.ReflectionSymbolId.pos
no longer references the position before any doc comments for a symbol.
This could cause typedoc-plugin-dt-links to produce links which didn't go to the expected location in a file.Changelog
v0.26.7 (2024-09-09)
customJs
option to include a script tag in generated HTML output, #2650.markdownLinkExternal
option to treat http[s]://
links in markdown documents and comments as external to be opened in a new tab, #2679.navigation.excludeReferences
option to prevent re-exports from appearing in the left hand navigation, #2685.@abstract
tag, #2692.@link
tags to symbols which are not included in the documentation will produce invalid link warnings again, #2681.@param
tags on comments attached to function callback parameters, #2683.alphabetical
and alphabetical-ignoring-documents
sort options now use localeCompare
to sort, #2684.this
parameter, #2698.Changelog
v0.26.6 (2024-08-18)
@extends
block tag no longer produces warnings, #2659.
This tag should only be used in JavaScript projects to specify the type parameters used when extending a parent class. It will not be rendered.navigation.compactFolders
option to prevent TypeDoc from compacting folders, similar to the VSCode option. #2667.suppressCommentWarningsInDeclarationFiles
option now correctly ignores warnings in .d.cts
and .d.mts
files, #2647.Changelog
v0.26.5 (2024-07-21)
OptionDefaults
, #2640.@document
includes an empty file, #2638.Changelog
v0.26.4 (2024-07-10)
@link
tags will now be validated in referenced markdown documents, #2629.@link
tags are now resolved in project documents, #2629.@hidden
is now properly applied when placed in a function implementation comment, #2634.Changelog
v0.26.3 (2024-06-28)
mailto:
links are no longer incorrectly recognized as relative paths, #2613.@since
to the default list of recognized tags, #2614.