Skip to content

Bump vitepress from 1.0.0-alpha.49 to 1.0.0-alpha.50

Bumps vitepress from 1.0.0-alpha.49 to 1.0.0-alpha.50.

Release notes

Sourced from vitepress's releases.

v1.0.0-alpha.50

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.0-alpha.50 (2023-03-07)

Bug Fixes

  • avoid deprecation warning when using --force (0c0b6cc)
  • ensure HMR works properly for page outline (1457681), closes #1281
  • extract all headers by default (580a8e1)
  • respect command line minify and outDir options (22047f3)
  • theme: make tip box text color darker (3158115)
  • theme: prevent text wrapping in nav dropdown menu (2a1abbe)

Features

  • data-loader: defineLoader() type helper (4673bb1)
  • data-loader: pass watched files into load() (e29b6a0)
  • deprecate Theme.setup (868a586)
  • export loadEnv from vite (7609704)
  • expose isNotFound on PageData, deperecate Theme.NotFound (74caccd)
  • expose params at top level in useData() (66f94fd)
  • support $params in page components (a4ac055)
  • support Theme.extends (f39b6a9)
  • theme: add as prop to Content (#2011) (254e15b)
  • theme: add home-hero-info slot (#1807) (996a5f4)
  • vitepress init command (#2020) (38bbdad), closes #1252
Commits
  • 1733e8b release: v1.0.0-alpha.50
  • 97de635 chore: update docs links in init template
  • fe07329 docs: revise frontmatter docs
  • 7b58df3 docs: cms, mpa, using vue edits
  • 7609704 feat: export loadEnv from vite
  • 294f47c docs: build time data loading
  • 4673bb1 feat(data-loader): defineLoader() type helper
  • e29b6a0 feat(data-loader): pass watched files into load()
  • de84c01 docs: revise custom theme and default theme extending
  • f39b6a9 feat: support Theme.extends
  • 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