@vuepress/utils
Advanced tools
Changelog
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 tooChangelog
2.0.0-beta.43 (2022-05-02)
code.vPre
option changed from boolean
to
Record<'block' | 'inline', boolean>
Changelog
2.0.0-beta.42 (2022-05-01)
Changelog
2.0.0-beta.40 (2022-04-25)
bundler
should import the bundler directly, and bundlerConfig
has been removedtheme
should import the theme directly, and themeConfig
has been removedplugins
should import the plugins directlyplugins
should import the plugins directlyextends
should import the parent theme directlyshouldPrefetch
option has been changed from false
to true