1.9.0 (2020-04-28)
- add smoothScroll and zooming config (89d60f8)
1.8.0 (2020-02-03)
1.7.1 (2019-11-04)
- tags styles regression and remove useless files (37a0e30)
1.7.0 (2019-11-04)
1.6.0 (2019-10-24)
- markdown center syntax (f20a064)
1.5.1 (2019-10-10)
1.5.0 (2019-09-23)
- footer link to theme repo (602b817)
- info-card field of theme-config (8d28950)
1.4.0 (2019-09-21)
- footer field of theme-config (c4161f5)
1.3.1 (2019-09-06)
1.3.0 (2019-08-04)
- missing toc header (4e719d3)
1.2.0 (2019-07-28)
1.1.0 (2019-07-28)
1.0.2 (2019-07-23)
1.0.1 (2019-06-09)
- content class breaks code styles (a50d059)
1.0.0 (2019-06-09)
Version 1.0.0 release
VuePress version 1.0.0 release
1.0.0-beta.1 (2019-06-04)
- fix($comments): use title as label in github (21e22f8)
1.0.0-alpha.38 (2019-05-30)
- allow string for language config (bdf6e24)
1.0.0-alpha.37 (2019-05-23)
- add table-of-contents plugin (46423c3)
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)(Reverted in v1.0.0-beta.1)
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.(Reverted in v1.0.0-beta.1)
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)