Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Apr 29, 2024
2 parents 900c448 + cf3dcd1 commit 2b24021
Show file tree
Hide file tree
Showing 25 changed files with 285 additions and 433 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Expand Up @@ -26,8 +26,39 @@

- TypeDoc now supports objects with multiple index signatures, #2470.

### Bug Fixes

- Header anchor links in rendered markdown are now more consistent with headers generated by TypeDoc, #2546.
- Types rendered in the `Returns` header are now properly colored, #2546.
- Links added with the `navigationLinks` option are now moved into the pull out navigation on mobile displays, #2548.
- `@license` and `@import` comments will be ignored at the top of files, #2552.
- Fixed issue in documentation validation where constructor signatures where improperly considered not documented, #2553.

### Thanks!

- @HarelM

# Unreleased

## v0.25.13 (2024-04-07)

### Features

- Added `gitRevision:short` placeholder option to `--sourceLinkTemplate` option, #2529.
Links generated by TypeDoc will now default to using the non-short git revision.
- Moved "Generated by TypeDoc" footer into a `<footer>` tag, added `footer.begin` and `footer.end`
render hooks for use by custom plugins, #2532.

### Bug Fixes

- Fixed conversion of `NoInfer` missing type parameter reference, #2539.
- Linking to a member on a page no longer incorrectly claims that
"This member is normally hidden due to your filter settings" for every member.

### Thanks!

- @xuhdev

## v0.25.12 (2024-03-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion internal-docs/third-party-symbols.md
Expand Up @@ -154,7 +154,7 @@ and, if the link was defined by the user, the [CommentDisplayPart] which was par

If `--useTsLinkResolution` is on (the default), it may also be passed a [ReflectionSymbolId] referencing the symbol that TypeScript resolves the link to.

[externalSymbolLinkMappings]: https://typedoc.org/guides/options/#externalsymbollinkmappings
[externalSymbolLinkMappings]: https://typedoc.org/options/comments/#externalsymbollinkmappings
[CommentDisplayPart]: https://typedoc.org/api/types/CommentDisplayPart.html
[DeclarationReference]: https://typedoc.org/api/interfaces/DeclarationReference.html
[ReflectionSymbolId]: https://typedoc.org/api/classes/Application.html
Expand Down

0 comments on commit 2b24021

Please sign in to comment.