vitepress

Vite & Vue powered static site generator.

MIT License

Downloads
557.9K
Stars
11.1K
Committers
341

Bot releases are hidden (Show)

vitepress -

Published by posva over 3 years ago

Bug Fixes

  • search: silence warning for prop (0716ffa)
vitepress -

Published by posva over 3 years ago

Bug Fixes

vitepress - v0.13.0

Published by kiaking over 3 years ago

Bug Fixes

Features

vitepress - v0.12.2

Published by kiaking over 3 years ago

Bug Fixes

  • theme-default: avoid ad image distortion on mobile (4a40e1f)
vitepress - v0.12.1

Published by kiaking over 3 years ago

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)
vitepress - v0.12.0

Published by kiaking over 3 years ago

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.
vitepress - v0.11.4

Published by kiaking over 3 years ago

  • Latest Vite beta.32 compat (internal changes).
vitepress - v0.11.3

Published by kiaking over 3 years ago

Bug Fixes

  • ignore non-html links in router and prefetch (3e6e61b)
vitepress - v0.11.2

Published by kiaking over 3 years ago

Bug Fixes

Performance Improvements

  • generate preload directives for dynamicImport chunks too (b9fc0cb)
vitepress - v0.11.1

Published by kiaking over 3 years ago

Features

  • render content on home page (ca631c7)
vitepress - v0.11.0

Published by kiaking over 3 years ago

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.
vitepress - v0.10.8

Published by kiaking over 3 years ago

Bug Fixes

vitepress - v0.10.7

Published by kiaking over 3 years ago

Features

  • Bump to Vite 2.0.0-beta.8

Bug Fixes

vitepress - v0.10.6

Published by kiaking over 3 years ago

Bug Fixes

  • bump vite and fix win32 path resolving (#198) (da2c4f6)
vitepress - v0.10.5

Published by kiaking over 3 years ago

Bug Fixes

  • vite 2.0.0-beta.2 compat (991a443)
vitepress - v0.10.4

Published by kiaking over 3 years ago

Bug Fixes

  • ensure the same vue dep in all cases (d6b8568)
  • respect root during build (055e3fd)
vitepress - v0.10.3

Published by kiaking over 3 years ago

Bug Fixes

  • always define theme globals (8769b4b)
  • avoid unexpected vite define replacements in markdown content (a41928e)
  • loosen navLink active matching (8a2ff33)

Features

  • theme-default: nav.item.activeMatch (e262ef6)
  • add altAction for home (9a17ddf)
vitepress - v0.10.2

Published by kiaking over 3 years ago

Bug Fixes

  • adjust multi sidebar matching logic (7e4b16e)
vitepress - v0.10.1

Published by kiaking over 3 years ago

Bug Fixes

Features

Performance Improvements

  • avoid including optional features in build when not used (c878e6d)
vitepress - v0.10.0

Published by kiaking over 3 years ago

  • Upgrade to Vite 2.0

Bug Fixes

  • port fixes to parseHeader utils from vuepress (#172) (dd312ce)
  • revert datetime handling (a1daf2b)
  • style pollution on custom theme (#190) (46e99ba)
  • temporarily disable slot usage causing hydration mismatch (0239159)
  • md: avoid normalising markdown "mailto:" links (#173) (18d18d2)