Skip to content

Releases: vuejs/vitepress

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

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)