1.0.0-alpha.36 (2019-05-21)
- sort pages in global computed properties (246a48a)
1.0.0-alpha.35 (2019-04-22)
1.0.0-alpha.34 (2019-03-29)
1.0.0-alpha.33 (2019-03-29)
- $comments: use title as label in github (2d29d17)
NOTICE: Blogs using prior version of this theme should regenerate the issues, or add a label with the issue title to all the existing issues manually.
1.0.0-alpha.32 (2019-03-28)
1.0.0-alpha.31 (2019-03-23)
- add top frontmatter (b982324)
1.0.0-alpha.30 (2019-03-20)
- set config for theme plugins (bd3fc95)
1.0.0-alpha.29 (2019-03-20)
Before:
themeConfig: {
headerBackground: {
url: '/assets/img/bg.jpg',
useGeo: true,
},
}
After:
themeConfig: {
header: {
background: {
url: '/assets/img/bg.jpg',
useGeo: true,
},
// new
showTitle: true,
},
}
1.0.0-alpha.28 (2019-03-17)
- add missing main-div in page layout (897c18c)
1.0.0-alpha.27 (2019-03-16)
1.0.0-alpha.26 (2019-03-16)
- workaround for medium-zoom (859b4fd)
1.0.0-alpha.25 (2019-03-14)
1.0.0-alpha.24 (2019-03-12)
- duplicated id of containers (721d998)
- $style: better width of container (3eb1da0)
1.0.0-alpha.23 (2019-03-04)
1.0.0-alpha.22 (2019-03-03)
- not found page (71eea33)
1.0.0-alpha.21 (2019-03-02)
- be compatible with evergreen (55225d4)
1.0.0-alpha.20 (2019-03-02)
1.0.0-alpha.19 (2019-03-01)
- make the plugin work when lang is not set (96f0393)
1.0.0-alpha.18 (2019-02-28)
- add more sns icons (dd59de7)
1.0.0-alpha.17 (2019-02-27)
- remove extra class name (bec9a3c)
1.0.0-alpha.16 (2019-02-27)
1.0.0-alpha.15 (2019-02-27)
- remove extra navbar background (6c8381e)
- support i18n (6b86226)
1.0.0-alpha.14 (2019-02-27)
- $styles: add overflow hidden on main-div (9ade682)
1.0.0-alpha.13 (2019-02-25)
- allow disable comments (3f82a98)
1.0.0-alpha.12 (2019-02-25)
- add vuepress-plugin-smooth-scroll (c55043e)
1.0.0-alpha.11 (2019-01-31)
- $styles: add offset for anchors (40420c1)
- add post nav card (bc6169b)
1.0.0-alpha.10 (2019-01-30)
- add html ext to permalink (127316c)
1.0.0-alpha.9 (2019-01-30)
- use medium-zoom plugin (ee838fd)
1.0.0-alpha.8 (2019-01-30)
- support external link in navbar (4fede9c)
1.0.0-alpha.7 (2019-01-30)
1.0.0-alpha.6 (2019-01-29)
- add post meta at the end of a post (08c1c88)