Features
- Group/category section headings (
<h2>) in the default theme now include anidattribute so they can be linked to via fragment identifiers (e.g.modules.html#classes), #3029. - Added a
@reexportmodifier tag to have TypeDoc convert variable/type references as a re-export instead of a new symbol, #3096. - API: Introduced
generateOutputsBeginandgenerateOutputsEndevents onApplicationfor plugin use.
Bug Fixes
- When
--emit noneis used, TypeDoc will now report warnings about missing relative paths previously reported when rendering, #3078. - Improved performance via asynchronously performing git and file write operations, more performant JSX rendering, and source code bundling, #3103.
- A
@hiddentag on a constructor parameter-property will now only hide the property, not both the property and the parameter, #3111. - Custom
@groupand@categorytitles with the same sort weight are now ordered consistently with thealphabeticalreflection sort, #3120.