vuepress-shared
Advanced tools
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.
Changelog
2.0.0-beta.198 (2023-03-25)
Changelog
2.0.0-beta.197 (2023-03-21)
Changelog
2.0.0-beta.196 (2023-03-20)
redirect: rename locale
to autoLocale
We are adding switchLocale
option to redirect plugin, so we need to rename locale
to autoLocale
to avoid confusion.
locale
to autoLocale
(968bb6a)Changelog
2.0.0-beta.193 (2023-03-12)