Skip to content

Releases: vuejs/vitepress

v0.10.6

22 Jan 15:36
Compare
Choose a tag to compare

Bug Fixes

  • bump vite and fix win32 path resolving (#198) (da2c4f6)

v0.10.5

22 Jan 15:36
Compare
Choose a tag to compare

Bug Fixes

  • vite 2.0.0-beta.2 compat (991a443)

v0.10.4

22 Jan 15:35
Compare
Choose a tag to compare

Bug Fixes

  • ensure the same vue dep in all cases (d6b8568)
  • respect root during build (055e3fd)

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)