@vuepress/plugin-theme-data
Advanced tools
Changelog
2.0.0-beta.32 (2021-12-28)
templateSSR
is renamed to templateBuild
Changelog
2.0.0-beta.29 (2021-12-18)
markdown.links.externalIcon
is removed, use plugin-external-link-icon insteadexternalIcon
is removed, use externalLinkIcon
from plugin-external-link-iconOutboundLink
is removed, use ExternalLinkIcon
from plugin-external-link-iconChangelog
2.0.0-beta.28 (2021-12-17)
app.markdown
is only available in and after onInitialized
hookextendsPageOptions
hook does not allow a return value any moreextendsPageData
hook should be migrated to extendsPage
hookChangelog
2.0.0-beta.27 (2021-10-28)
Changelog
2.0.0-beta.26 (2021-09-11)
PageOptions
does not accept relative file pathChangelog
2.0.0-beta.25 (2021-08-29)
VUEPRESS
prefix nowChangelog
2.0.0-beta.24 (2021-08-14)
logoDark
locale option (close #283) (991c07a)Changelog
2.0.0-beta.23 (2021-08-01)
code.lineNumbers
to be set to number (close #231) (#276) (a7fbdec)toggleDarkMode
locale option (#275) (a685a1b)extendsPageData
hook is processed before onInitialized
hook