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.
Fixed an issue introduced with 0.25.10 which causes the page index to initially render empty, #2514.
"On This Page" section is now smarter when handling page headings which do not follow the normal h1>h2>h3 process, #2515.
v0.25.10
Bug Fixes
Constructed references to enum types will be properly linked with @interface, #2508.
Comments on property-methods will no longer be duplicated in generated documentation, #2509.
Reduced rendered docs size by writing icons to a referenced SVG asset, #2505.
For TypeDoc's docs, this reduced the rendered documentation size by ~30%.
The HTML docs now attempt to reduce repaints caused by dynamically loading the navigation, #2491.
When navigating to a link that contains an anchor, the page will now be properly highlighted in the page navigation.
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.
Bumps the minor group in /vue3 with 12 updates:
3.4.20
3.4.23
7.23.9
7.24.4
7.23.9
7.24.0
1.7.2
1.10.2
18.2.2
18.2.4
20.11.20
20.12.7
2.4.4
2.4.5
9.22.0
9.25.0
0.25.9
0.25.13
5.3.3
5.4.5
0.26.0
0.26.2
3.7.3
3.8.3
Updates
vue
from 3.4.20 to 3.4.23Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
... (truncated)
Commits
46c2b63
release: v3.4.236df53d8
fix(runtime-core): use same internal object mechanism for slots6930e60
fix(runtime-core): fix regression for $attrs tracking in slots97716ae
chore: add security hall of fame [ci skip]b4b856b
release: v3.4.22f26d566
chore: improve event value validation message9da34d7
fix(reactivity): computed should not be detected as true by isProxy (#10401)37ba93c
fix(types): avoid merging object union types when using withDefaults (#10596)fc99e4d
fix(Transition): ensure the KeepAlive children unmount w/ out-in mode (#10632)53d15d3
fix(runtime-core): handle invalid values in callWithAsyncErrorHandlingUpdates
@babel/preset-env
from 7.23.9 to 7.24.4Release notes
Sourced from
@babel/preset-env
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-env
's changelog.... (truncated)
Commits
5a8c692
v7.24.40cfe039
Avoid terser workaround in firefox bugfix for computed keys (#16401)48a3e19
Create bugfix plugin for classes in computed keys in Firefox (#16390)0eac8ca
v7.24.3259e873
Updatebabel-plugin-polyfill-corejs3
(#16372)822b025
v7.24.13a255c8
Run Babel transform tests on old node if possible (#16352)c6cf0d7
Allow separate helpers to be excluded in Babel 8 (#16323)3eb24fd
RespectmoduleName
for@babel/runtime/regenerator
imports (#16329)19fdca5
Reduce the use of class names (#16326)Updates
@babel/types
from 7.23.9 to 7.24.0Release notes
Sourced from
@babel/types
's releases.... (truncated)
Changelog
Sourced from
@babel/types
's changelog.... (truncated)
Commits
ce59160
v7.24.0e44d8d7
Allow import attributes forTSImportType
(#16277)08a057c
UseObject.hasOwn
when available (#16248)Updates
@rushstack/eslint-patch
from 1.7.2 to 1.10.2Changelog
Sourced from
@rushstack/eslint-patch
's changelog.Commits
dff8133
Bump versions [skip ci]fec5eaa
Update changelogs [skip ci]b5771db
Bump ESLint to ~8.57.0323fddb
Bump versions [skip ci]165cb01
Update changelogs [skip ci]fce27bb
Clean up a logging message.11d0146
Exit with success under normal conditions.d7fb39a
Fix an issue where 'eslint-bulk prune' crashes if there aren't any suppressions.c09b14c
Bump versions [skip ci]e51a2c0
Update changelogs [skip ci]Updates
@tsconfig/node18
from 18.2.2 to 18.2.4Commits
Updates
@types/node
from 20.11.20 to 20.12.7Commits
Updates
@vue/test-utils
from 2.4.4 to 2.4.5Release notes
Sourced from
@vue/test-utils
's releases.Commits
d5e5064
publish: v2.4.59e3d0a6
chore(deps): Remove peerDependencies (#2364)6fbdfa1
fix: allow access to nested computed values (fix #2196) (#2356)d767850
docs: add mention of enableAutoDestroy replacement (#2344)1744ce3
chore(deps): update dependency@types/node
to v20.11.272ebfb1e
chore(deps): update all non-major dependencies9e13390
chore(deps): update all non-major dependencies81e7abc
chore(deps): update dependency vitepress to v1.0.0-rc.45667386a
chore(deps): update dependency rollup to v4.12.1e98712d
chore(deps): update all non-major dependenciesUpdates
eslint-plugin-vue
from 9.22.0 to 9.25.0Release notes
Sourced from eslint-plugin-vue's releases.
Commits
cfad3ee
9.25.0e665b7c
Fixed false negatives for props in template invue/no-unused-properties
(#2...a4be0fc
Support Pinia methods invue/no-unused-properties
(#2441)52e0770
fix(no-use-computed-property-like-method): extract LogicalExpression (#2438)45ce14e
9.24.19e063d5
Allow ESLint v9 as peer dependency (#2444)eadf0eb
9.24.0c6c5c46
Change flat config to an array to accept*.vue
(#2436)f0af008
fix(no-restricted-class): error in empty value (#2425)b22bd8b
feat: support flat configs (#2407)Updates
typedoc
from 0.25.9 to 0.25.13Release notes
Sourced from typedoc's releases.
Changelog
Sourced from typedoc's changelog.