@vuepress/plugin-git
Advanced tools
Changelog
2.0.0-beta.51 (2022-08-28)
layouts
has been removed, layouts should be set in client config instead of theme entry404
layout should be renamed to NotFound
layoutapp.layouts
has been removedChangelog
2.0.0-beta.50 (2022-08-23)
page.sfcBlocks
has been changedChangelog
2.0.0-beta.49 (2022-07-11)
markdown.extractHeaders
has been renamed to markdown.headers
markdown.extractTitle
has been renamed to markdown.title
markdown.hoistTags
has been renamed to markdown.sfc
page.hoistedTags
has been renamed to page.sfcBlocks
markdown.customComponent
has been renamed to markdown.component
Changelog
2.0.0-beta.47 (2022-06-10)
colorMode
and colorModeSwitch
options (close #796) (d89cf86)darkMode
has been replaced with colorMode
and colorModeSwitch
toggleDarkMode
has been renamed to toggleColorMode
Changelog
2.0.0-beta.46 (2022-05-26)
Changelog
2.0.0-beta.44 (2022-05-14)
base
manuallyclientAppEnhanceFiles
, clientAppRootComponentFiles
and clientAppSetupFiles
hooks are removed, use clientConfigFile
hook instead.vuepress/clientAppEnhance.{js,ts}
has been renamed to .vuepress/client.{js,ts}
, and the usage has been changed too