Skip to content

Releases: vuejs/vitepress

v1.0.0-alpha.2

14 Jun 12:26
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v1.0.0-alpha.1

01 Jun 15:17
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v0.22.4

06 May 07:14
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v0.22.3

22 Feb 06:44
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v0.13.2

26 Apr 15:45
Compare
Choose a tag to compare

Bug Fixes

  • search: silence warning for prop (0716ffa)

v0.13.1

26 Apr 15:42
Compare
Choose a tag to compare

Bug Fixes

v0.13.0

08 Apr 14:32
Compare
Choose a tag to compare

Bug Fixes

Features

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.