Bump vitepress from 1.0.0-beta.1 to 1.0.0-beta.2
Bumps vitepress from 1.0.0-beta.1 to 1.0.0-beta.2.
Release notes
Sourced from vitepress's releases.
v1.0.0-beta.2
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vitepress's changelog.
1.0.0-beta.2 (2023-06-11)
Bug Fixes
- build: create markdown env for localSearchPlugin (#2322) (c9a98ac)
- build: use rimraf to handle temp folder deletion in windows (#2483) (2f75769)
- search: detailed view not working when page contains script setup (80e734d), closes #2485
- theme: adjust z-index for active code group marker (#2413) (06c0fc5)
- theme: properly show divider between navs (#2481) (2bd55ec)
- theme: use brand color in skip link in dark theme (#2431) (62d1110)
- theme: use document !== undefined check for browser (#2417) (c869ea6)
- types: sync defineConfig types with vite (b3ded34)
- types: theme-without-fonts types for node (#2416) (8e87c14)
Features
- build: support relative path for code snippet (#1894) (90478b3)
- cli: add shortcut for restarting server (#2403) (64b06db)
- theme: add custom label for social links (#2466) (c995b9f)
- theme: add semantic markup to local search dialog (#2325) (4ddb96f)
- theme: allow prev/next links to be disabled globally (#2317) (29a9647)
Performance Improvements
- parallelize mpa chunks copy (#2389) (6d7d195)
- search: use dom apis instead of regex-based section parsing (#2486) (d62e6f6)
- theme/search: prevent repeated rendering of same page (#2398) (e7be720)
BREAKING CHANGES
- types:
defineConfig
anddefineConfigWithTheme
can now accept functions that return the config object. This might break typings in some third-party plugins that rely on the type of these functions.
Commits
-
4964629
release: v1.0.0-beta.2 -
1a764e4
chore: bump deps -
b3ded34
fix(types): sync defineConfig types with vite -
4ddb96f
feat(theme): add semantic markup to local search dialog (#2325) -
c9a98ac
fix(build): create markdown env for localSearchPlugin (#2322) -
29a9647
feat(theme): allow prev/next links to be disabled globally (#2317) -
90478b3
feat(build): support relative path for code snippet (#1894) -
80e734d
fix(search): detailed view not working when page contains script setup -
d62e6f6
perf(search): use dom apis instead of regex-based section parsing (#2486) -
c995b9f
feat(theme): add custom label for social links (#2466) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR. Deprecated, use GitLab's native /rebase instead -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts