File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ 0.11.0] ( https://github.com/vuejs/vitepress/compare/v0.10.8...v0.11.0 ) (2021-01-12)
2+
3+ ### Code Refactoring
4+
5+ - move default theme to 'vitepress/theme' ([ a79e1e1] ( https://github.com/vuejs/vitepress/commit/a79e1e1916a71271728e6fe7c2b734fc2f209518 ) )
6+
7+ ### Features
8+
9+ - support customData in config ([ 4072dc5] ( https://github.com/vuejs/vitepress/commit/4072dc5f7ede381709fce49e9a29d6af4f7ab81a ) )
10+
11+ ### BREAKING CHANGES
12+
13+ - the default theme is now exposed via 'vitepress/theme',
14+ instead of a named export from 'vitepress'. This change fixes the case where
15+ when a completely custom theme is used, importing anything from 'vitepress'
16+ also imports the entire default theme.
17+
118## [ 0.10.8] ( https://github.com/vuejs/vitepress/compare/v0.10.7...v0.10.8 ) (2021-01-11)
219
320### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " vitepress" ,
3- "version" : " 0.10.8 " ,
3+ "version" : " 0.11.0 " ,
44 "description" : " Vite & Vue powered static site generator" ,
55 "main" : " dist/node/index.js" ,
66 "typings" : " types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments