Skip to content

Commit 5a76134

Browse files
committed
release: v0.11.0
1 parent a79e1e1 commit 5a76134

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)