Releases: vuejs/vitepress
Releases · vuejs/vitepress
v0.12.2
v0.12.1
Bug Fixes
@alias for import code snippet being alwaysundefined(#204) (2aa8ab2)baseoption 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
Bug Fixes
baseoption not working on dev mode (#223) (0b5b306)- frontmatter description duplication (#194) (#170) (338e845)
- sidebar 'auto' not working (#178) (#224) (5deaf6a)
- render document with standards mode in dev (#207) (8a0db65)
- utf-8 character not working on safari in dev mode (#228) (b82d8f2)
- use brand color in algolia search box (2330023)
Features
BREAKING CHANGES
- If sidebar option is
undefinedit will be treated asauto, where previsouly it looked like it was treated asfalse. It was always treated asauto, but due to this bug, the sidebar was hidden, therefore it looked like it was treated asfalse.
v0.11.4
v0.11.3
v0.11.2
v0.11.1
v0.11.0
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.