Skip to content

v0.11.0

Compare
Choose a tag to compare
@kiaking kiaking released this 22 Jan 15:39

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.