vuepress-plugin-blog2
Advanced tools
Changelog
2.0.0-beta.209 (2023-05-10)
ctrl + /
hotkey (2d6a680)Changelog
2.0.0-beta.208 (2023-05-05)
defineLightGalleryConfig
definePhotoSwipeConfig
to set advanced options for photoswipeSUPPORTED_LANGUAGES
in Giscus (#3099) (52149f5)Changelog
2.0.0-beta.207 (2023-05-01)
ignore
to ignore some linksChangelog
2.0.0-beta.206 (2023-04-22)
Changelog
2.0.0-beta.204 (2023-04-18)
components: backToTop option changes into an object
A progress bar is added to the backToTop button, so now it has 2 configuration options.
feed2: rename customElements
to preservedElements
which is the actual behavior
The original option name could be confusing, as we are just preserving them.
heroBg
and heroInfo
slot for BlogHero (f314ff0)Changelog
2.0.0-beta.203 (2023-04-12)
theme: customizations now need extra config { custom: true }
now
We are using bundled version by default as it has higher performance, so you now needs extra config to let theme use alias.
Changelog
2.0.0-beta.202 (2023-04-10)
title
, cover
, info
and excerpt
slot for article (9a137c1)Changelog
Changelog
2.0.0-beta.200 (2023-03-29)
Drop Node14 support
The project can actually run on Node.js 14 for now, but we update to pnpm@v8 in ci, which requires Node.js >= 16.
Since Node14 will be EOL in 2023-04-30, you must migrate your environment to Node.js 18 (or 16) ASAP.
md-enhance: use <!-- @include: xxx -->
to include files
The syntax is consistent with the official VitePress, but how we find the syntax is different.