Skip to content

Bump vitepress from 1.0.0-alpha.56 to 1.0.0-alpha.58

Bumps vitepress from 1.0.0-alpha.56 to 1.0.0-alpha.58.

Release notes

Sourced from vitepress's releases.

v1.0.0-alpha.58

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.57

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.0-alpha.58 (2023-03-14)

Bug Fixes

  • fix optional component imports from default theme (7b0f289)

1.0.0-alpha.57 (2023-03-14)

Bug Fixes

  • types: allow void return in transformHead hook (32dfaf5)

Features

  • expose page and assets on build hooks TransformContext (468c049)
  • theme: a11y improvements (3b6a6d1)
  • theme: aria-label for social links (6ca34c4)
  • theme: page outline for mobile (7182c42)
  • theme: support extending default theme without importing fonts (da1691d)
  • theme: use more accessible header anchors #2040

Performance Improvements

BREAKING CHANGES

  • markdown.headers is now disabled by default. This means PageData will no longer include extracted headers by default unless this option is explicitly enabled. This is because the default theme now extracts page headers at runtime, so the data is no longer needed by default.
Commits
  • 0dc98ef release: v1.0.0-alpha.58
  • 323fe30 docs: add note about importing optional components when using no fonts defaul...
  • 7b0f289 fix: fix optional component imports from default theme
  • 51c57d1 release: v1.0.0-alpha.57
  • da1691d feat(theme): support extending default theme without importing fonts
  • 24735db perf(theme): preload font
  • 5dd2a23 docs: preload home page images
  • 32dfaf5 fix(types): allow void return in transformHead hook
  • 2bf8df4 BREAKING CHANGE: markdown.headers is now disabled by default
  • 468c049 feat: expose page and assets on build hooks TransformContext
  • 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
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports