Skip to content

Commit f4d7199

Browse files
committed
Merge branch 'master' into waynemwashuma/master
2 parents 1ec4461 + 0682459 commit f4d7199

File tree

13 files changed

+528
-478
lines changed

13 files changed

+528
-478
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Features
44

5+
- Added `customJs` option to include a script tag in generated HTML output, #2650.
56
- Added `markdownLinkExternal` option to treat `http[s]://` links in markdown documents and comments as external to be opened in a new tab, #2679.
67
- Added `navigation.excludeReferences` option to prevent re-exports from appearing in the left hand navigation, #2685.
78
- Added support for the `@abstract` tag, #2692.
@@ -12,6 +13,12 @@
1213
- `@link` tags to symbols which are not included in the documentation will produce invalid link warnings again, #2681.
1314
- Fixed handling of `@param` tags on comments attached to function callback parameters, #2683.
1415
- The `alphabetical` and `alphabetical-ignoring-documents` sort options now use `localeCompare` to sort, #2684.
16+
- Fixed incorrect placement of parameter default values in some signatures with a `this` parameter, #2698.
17+
18+
### Thanks!
19+
20+
- @Aryakoste
21+
- @waynemwashuma
1522

1623
## v0.26.6 (2024-08-18)
1724

0 commit comments

Comments
 (0)