Switched the default highlighting themes back to light-plus and dark-plus, they were accidentally set to min-light and min-dark in v0.22.0.
Features
Added new validation option which can be used to disable checks for non-exported symbols.
On the command line, this can be specified with --validation.notExported true, or in an options file with:
{
"validation": {
"notExported": true
}
}
Added invalidLink to validation option, deprecated listInvalidSymbolLinks, which will be removed in 0.23.
v0.22.2
Bug Fixes
Fix background color of tables in dark mode, closes #1684.
v0.22.1
Bug Fixes
Validation for non-exported symbols will now only produce one warning per symbol, instead of one warning per reference.
Syntax highlighting when the preferred color scheme is dark but dark theme is not explicitly selected will now properly use the dark highlighting theme.
v0.22.0
Breaking Changes
The packages and entryPoints options have been combined.
To migrate configurations which used packages, replace packages with entryPoints and set entryPointStrategy to packages.
Renamed disableOutputCheck to cleanOutputDir to more clearly reflect its behavior.
The highlightTheme option has been split into lightHighlightTheme and darkHighlightTheme.
HTML output is now rendered with JSX instead of Handlebars, closes #1631.
This change provides major performance benefits, reducing rendering time by up to 10x for several benchmarked projects.
It also allows themes to be easily type checked, preventing mistakes when creating custom themes.
Removing Handlebars also fixed memory leaks when --watch was specified due to Handlebar's caching mechanism.
This change breaks all existing custom themes, so a theme created for v0.21 or earlier will not work in v0.22.
See internal-docs/custom-themes.md for documentation on how to create a custom theme in v0.22.
Removed the minimal theme that has been mostly broken for a long time.
Changed the default entryPointStrategy from expand to resolve.
Switched the default highlighting themes back to light-plus and dark-plus, they were accidentally set to min-light and min-dark in v0.22.0.
Features
Added new validation option which can be used to disable checks for non-exported symbols.
On the command line, this can be specified with --validation.notExported true, or in an options file with:
{
"validation": {
"notExported": true
}
}
Added invalidLink to validation option, deprecated listInvalidSymbolLinks, which will be removed in 0.23.
v0.22.2 (2021-08-11)
Bug Fixes
Fix background color of tables in dark mode, closes #1684.
v0.22.1 (2021-08-10)
Bug Fixes
Validation for non-exported symbols will now only produce one warning per symbol, instead of one warning per reference.
Syntax highlighting when the preferred color scheme is dark but dark theme is not explicitly selected will now properly use the dark highlighting theme.
v0.22.0 (2021-08-10)
Breaking Changes
The packages and entryPoints options have been combined.
To migrate configurations which used packages, replace packages with entryPoints and set entryPointStrategy to packages.
Renamed disableOutputCheck to cleanOutputDir to more clearly reflect its behavior.
The highlightTheme option has been split into lightHighlightTheme and darkHighlightTheme.
HTML output is now rendered with JSX instead of Handlebars, closes #1631.
This change provides major performance benefits, reducing rendering time by up to 10x for several benchmarked projects.
It also allows themes to be easily type checked, preventing mistakes when creating custom themes.
Removing Handlebars also fixed memory leaks when --watch was specified due to Handlebar's caching mechanism.
This change breaks all existing custom themes, so a theme created for v0.21 or earlier will not work in v0.22.
See internal-docs/custom-themes.md for documentation on how to create a custom theme in v0.22.
Removed the minimal theme that has been mostly broken for a long time.
Changed the default entryPointStrategy from expand to resolve.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps typedoc from 0.21.6 to 0.22.3.
Release notes
Sourced from typedoc's releases.
... (truncated)
Changelog
Sourced from typedoc's changelog.
... (truncated)
Commits
1068e2f
Update changelog for releaseec429ae
Bump version to 0.22.3149d215
Fix improperly set default themes1709026
Fix circular dependency37880de
Add new option to enable/disable validation checks61c3806
Add missed breaking change to 0.22 release notes1e25a73
Update changelog for release99bc1b5
Bump version to 0.22.23cf2404
Fix background color of tablesc912339
Update changelog for releaseDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)