Skip to content

Releases: vuejs/vitepress

v0.12.2

16 Feb 01:02
Compare
Choose a tag to compare

Bug Fixes

  • theme-default: avoid ad image distortion on mobile (4a40e1f)

v0.12.1

16 Feb 01:01
Compare
Choose a tag to compare

Bug Fixes

  • @ alias for import code snippet being always undefined (#204) (2aa8ab2)
  • base option not generating correct multi sidebar (#231) (#234) (a613df4)
  • ads display causing layout break in mobile view (#230) (7ceaf34)
  • home action link not being reactive (#195) (#212) (5678dc3)
  • nav home title not having locale based link (#195) (#233) (6538c8e)

v0.12.0

09 Feb 13:50
Compare
Choose a tag to compare

Bug Fixes

Features

  • add vue options config (expose @vitejs/plugin-vue) (#215) (5b34c6a)

BREAKING CHANGES

  • If sidebar option is undefined it will be treated as auto, where previsouly it looked like it was treated as false. It was always treated as auto, but due to this bug, the sidebar was hidden, therefore it looked like it was treated as false.

v0.11.4

22 Jan 15:40
Compare
Choose a tag to compare
  • Latest Vite beta.32 compat (internal changes).

v0.11.3

22 Jan 15:39
Compare
Choose a tag to compare

Bug Fixes

  • ignore non-html links in router and prefetch (3e6e61b)

v0.11.2

22 Jan 15:39
Compare
Choose a tag to compare

Bug Fixes

Performance Improvements

  • generate preload directives for dynamicImport chunks too (b9fc0cb)

v0.11.1

22 Jan 15:39
Compare
Choose a tag to compare

Features

  • render content on home page (ca631c7)

v0.11.0

22 Jan 15:39
Compare
Choose a tag to compare

Code Refactoring

  • move default theme to 'vitepress/theme' (a79e1e1)

Features

  • support customData in config (4072dc5)

BREAKING CHANGES

  • the default theme is now exposed via 'vitepress/theme', instead of a named export from 'vitepress'. This change fixes the case where
    when a completely custom theme is used, importing anything from 'vitepress' also imports the entire default theme.

v0.10.8

22 Jan 15:37
Compare
Choose a tag to compare

Bug Fixes

v0.10.7

22 Jan 15:36
Compare
Choose a tag to compare

Features

  • Bump to Vite 2.0.0-beta.8

Bug Fixes