Releases: vuepress/core
Releases ยท vuepress/core
v2.0.0-rc.27
ย ย ย ๐ Features
- Upgrade vue-router to v5 ย -ย by @meteorlxy (d7773)
- Upgrade to vite 8 and migrate to rolldown ย -ย by @meteorlxy (a59be)
- core:
- Avoid race conditions when writing temp files ย -ย by @pengzhanbo in #1674 (d89ac)
- Optimize default value handling for
options.localesย -ย by @pengzhanbo in #1676 (b0e36)
ย ย ย ๐ Bug Fixes
- cli: Use a separate ignore matcher to ignore watched files ย -ย by @Mister-Hope in #1681 (1ab52)
- core: Page creation should respect page options ย -ย by @Mister-Hope in #1673 (b713e)
ย ย ย ย View changes on GitHub
BREAKING CHANGES
- Page temp files have been removed. Now page components are loaded by bundler directly. If you rely on watching page temp files in dev mode, you can make use of the new
onPageUpdatedhook instead. - markdown:
- The
markdown.assets.relativePathPrefixoption has been removed, as it's redundant after removing page temp files.
- The
v2.0.0-rc.26
ย ย ย ๐ Bug Fixes
- cli: Fix dev pages watcher ย -ย by @pengzhanbo and @meteorlxy in #1662 (a3ad9)
ย ย ย ย View changes on GitHub
v2.0.0-rc.25
ย ย ย ๐ Features
- cli: Upgrade chokidar to v4 ย -ย by @meteorlxy in #1605 and #1661 (c2e15)
ย ย ย ย View changes on GitHub
v2.0.0-rc.24
ย ย ย ๐ Features
- bundler-vite: Upgrade vite to v7 ย -ย by @meteorlxy in #1656 (d4e58)
ย ย ย ย View changes on GitHub
v2.0.0-rc.23
ย ย ย ๐ Bug Fixes
- Make alias can be overridden properly ย -ย by @Mister-Hope and @meteorlxy in #1648 (13c8c)
ย ย ย ย View changes on GitHub
v2.0.0-rc.22
ย ย ย ๐ Features
- bundler-vite: Upgrade vite to 6.3 ย -ย by @meteorlxy (a78ee)
- bundler-webpack: Update target of esbuild-loader ย -ย by @Mister-Hope and @meteorlxy in #1643 (a09e9)
- client: Provide client data aliases and utils ย -ย by @meteorlxy in #1645 (7a43f)
ย ย ย ๐ Bug Fixes
- markdown: Avoid leading number in link hash ย -ย by @CritasWang in #1644 (db498)
ย ย ย ย View changes on GitHub
v2.0.0-rc.21
ย ย ย ๐ Bug Fixes
- bundler-webpack: Allow UPPERCASE file extension ย -ย by @Mister-Hope in #1642 (f6747)
ย ย ย ย View changes on GitHub
v2.0.0-rc.20
ย ย ย ๐ Features
- client:
- Improve client data types ย -ย by @Mister-Hope in #1626 (8bd54)
- Improve devtools and export constants ย -ย by @meteorlxy in #1625 (4a105)
- Add onContentUpdated composition API ย -ย by @pengzhanbo, @Mister-Hope and @meteorlxy in #1620 (cd725)
ย ย ย ย View changes on GitHub
v2.0.0-rc.19
ย ย ย ๐ Features
- bundler-vite: Upgrade vite to v6 ย -ย by @meteorlxy (faddb)
ย ย ย ย View changes on GitHub
v2.0.0-rc.18
ย ย ย ๐ Features
- core: Improve user config file loading ย -ย by @Mister-Hope in #1615 (01f6a)
- markdown: Add isExternal option for linksPlugin ย -ย by @meteorlxy in #1611 (41214)
- utils: Sync latest sanitizeFileName logic from rollup ย -ย by @Mister-Hope in #1614 (aaf3b)
ย ย ย ๐ Bug Fixes
- core: Fix app env flag regression ย -ย by @meteorlxy in #1612 (e693c)