Skip to content

Bump vitepress from 1.0.0-beta.2 to 1.0.0-beta.3

Bumps vitepress from 1.0.0-beta.2 to 1.0.0-beta.3.

Release notes

Sourced from vitepress's releases.

v1.0.0-beta.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.0-beta.3 (2023-06-20)

Bug Fixes

  • build: disable validation for rewrite compiling (69b2625)

  • theme: prevent glitch when algolia chunk is loaded (#2519) (51661de)

  • use extends in template custom theme (#2500) (7e39e02)

  • revert!: sync defineConfig types with vite (#2529) (cd03db8), closes #2529

Features

  • build: allow using regex in rewrites (f831767)
  • client: expose dataSymbol (a547530), closes #2489

BREAKING CHANGES

  • reverts the breaking changes in beta-2. defineConfig and defineConfigWithTheme no longer accept functions as argument.
Commits
  • d3ec1fc release: v1.0.0-beta.3
  • cd03db8 revert!: sync defineConfig types with vite (#2529)
  • 51661de fix(theme): prevent glitch when algolia chunk is loaded (#2519)
  • 5013835 docs: fix typo in dynamic routing example (#2515)
  • 656df5c chore: replace Map by WeakMap (#2499)
  • a547530 feat(client): expose dataSymbol
  • 69b2625 fix(build): disable validation for rewrite compiling
  • f831767 feat(build): allow using regex in rewrites
  • b9eafac refactor: rename variable name and simplify some code (#2504)
  • bfc8580 chore(types): sync ServerOptions with vite
  • 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

Merge request reports