Skip to content

Releases: vuejs/vitepress

v0.10.3

22 Jan 15:35
Compare
Choose a tag to compare

Bug Fixes

  • always define theme globals (8769b4b)
  • avoid unexpected vite define replacements in markdown content (a41928e)
  • loosen navLink active matching (8a2ff33)

Features

  • theme-default: nav.item.activeMatch (e262ef6)
  • add altAction for home (9a17ddf)

v0.10.2

22 Jan 15:35
Compare
Choose a tag to compare

Bug Fixes

  • adjust multi sidebar matching logic (7e4b16e)

v0.10.1

22 Jan 15:34
Compare
Choose a tag to compare

Bug Fixes

Features

Performance Improvements

  • avoid including optional features in build when not used (c878e6d)

v0.10.0

22 Jan 15:34
Compare
Choose a tag to compare
  • Upgrade to Vite 2.0

Bug Fixes

  • port fixes to parseHeader utils from vuepress (#172) (dd312ce)
  • revert datetime handling (a1daf2b)
  • style pollution on custom theme (#190) (46e99ba)
  • temporarily disable slot usage causing hydration mismatch (0239159)
  • md: avoid normalising markdown "mailto:" links (#173) (18d18d2)

v0.9.2

22 Jan 15:33
Compare
Choose a tag to compare

Fix build files.

v0.9.1

05 Dec 04:50
Compare
Choose a tag to compare

Bug Fixes

Features

  • built-in ClientOnly component (8809d2d)
  • default-theme: support customLayout: true in frontmatter (f32771f)
  • add $withBase global app function (15e18df)
  • add Algolia DocSearch (#40) (#153) (5bb4730)
  • add native support for carbon ads (#86) (9d6b8ca)
  • support customizing default theme via slots (b8e892e)
  • add more global and computed properties (#152) (c6bdcfb), closes #152

v0.9.0

24 Nov 16:24
Compare
Choose a tag to compare

Bug Fixes

  • avoid 300ms click delay on touch devices (621ca3e)
  • fix nested list having too much margin (b0cf2be)
  • fix sidebar active status not working as expected (#140) (#149) (0b181e7)
  • make code block look prettier (#146) (242fcc1)
  • fix some color in code block not working as expected (#143) (da09266)

Features

  • add "last updated" feature (40d204b)

v0.8.1

20 Nov 18:12
Compare
Choose a tag to compare

Bug Fixes

  • fix "next and prev link" not working when link has extention (6dcf6b3)
  • fix "next and prev links" not working when the base option is set (#139) (018a9b4)

v0.8.0

20 Nov 11:38
Compare
Choose a tag to compare

Bug Fixes

  • exit process with non-zero code on error (fb09f8e)
  • fix edit link and prev and next links display (#97) (c3b7172)
  • fix next and prev links not working (#130) (fdd498b)
  • display header-anchor links when using keyboard navigation (ddc3640)
  • show top part of scrollbar in sidebar (#129) (1ba209a)

Features

v0.7.4

16 Nov 08:58
Compare
Choose a tag to compare

Bug Fixes