Commit Graph
111 Commits
Author SHA1 Message Date
Ahmad NassriandULIVZ 598799f4a8 feat($theme-default): should allow for optional h1 text at homepage (#1326) 2019-02-24 16:12:51 +08:00
ULIVZ 170cf6e4b9 v1.0.0-alpha.39 2019-02-17 20:46:01 +08:00
ULIVZ 2e0da50150 v1.0.0-alpha.38 2019-02-17 03:49:34 +08:00
ULIVZ 5f1eb0e799 fix($theme-default): sidebar group item cannot contain empty children (close: #1278) 2019-02-14 01:03:51 +08:00
Andrew SalibandULIVZ 54e9eb0962 feat($theme-default): disable search box via frontmatter (close: #1287) (#1288) 2019-02-14 00:23:44 +08:00
ULIVZ fafb9ae8fb v1.0.0-alpha.37 2019-02-08 23:42:31 +08:00
ULIVZ 11ce576b3e feat($theme-default): fallback current group node to page node if children doesn't exist 2019-02-08 23:31:44 +08:00
ULIVZ 3e47a20216 feat($theme-default): unify the text color of sidebar heading text and root-level sidebar link 2019-02-08 23:29:34 +08:00
ULIVZ 05e793f0ba feat($theme-default): highlight sidebar link text at root level like sidebar group heading text 2019-02-08 22:58:23 +08:00
ULIVZ 0df108766b v1.0.0-alpha.36 2019-02-04 02:05:21 +08:00
ULIVZ 8f43be567f refactor: update code style 2019-02-04 02:02:44 +08:00
ULIVZandGitHub 01dd45bc59 feat($theme-default): refine sidebar groups (#1257)
Close: #814 
Close: #783
Close: #287
2019-02-04 00:47:13 +08:00
Damian StasikandULIVZ 2f61002c0f chore: add repository.directory field to each package.json to specify where each package lives in a monorepo (#1250) 2019-02-02 23:53:13 +08:00
ULIVZ 67955d0645 v1.0.0-alpha.35 2019-01-30 13:17:57 +08:00
nickngqsandULIVZ 3c5b3a65e7 fix($theme-default): bitbucket edit link goes to wrong link (close: #1235) (#1248) 2019-01-30 13:16:01 +08:00
ULIVZ 9e7728a58c v1.0.0-alpha.34 2019-01-29 19:34:51 +08:00
ULIVZ 257364e241 v1.0.0-alpha.33 2019-01-28 02:35:45 +08:00
ULIVZ 6146287201 v1.0.0-alpha.32 2019-01-16 01:03:13 +08:00
ULIVZ b24c317e6d Revert "perf: improve ssr performance (#1068)" (close: #1140)
This reverts commit 1c2aa08ed5.
2019-01-16 00:46:15 +08:00
Nelson MartellandULIVZ c82cc1075d fix($theme-default): tag <main> has no matching end tag (#1181) 2019-01-11 10:15:11 +08:00
ULIVZ 15941cf6a9 v1.0.0-alpha.31 2019-01-11 02:16:38 +08:00
Markus SieringandULIVZ ede57b00a8 feat($theme-default): more semantic HTML (close: #1154)(#1156)
By replacing some `div`s with `header`/`main`/`aside` tags
and adding an aria landmark to the search
2019-01-09 01:38:15 +08:00
ULIVZ 25db1ba4ae feat: standalone nprogress plugin
- Install it: yarn add @vuepress/plugin-nprogress@next
2018-12-23 22:43:52 +08:00
ULIVZ ffde326ee0 v1.0.0-alpha.30 2018-12-19 02:16:24 +08:00
ULIVZandGitHub 0a7d85b56e feat: remove content loading and refine scroll behavior (#1117) 2018-12-19 02:08:51 +08:00
Jan VennemannandULIVZ 1c2aa08ed5 perf: improve ssr performance (#1068)
* perf: improve ssr performance and resolve memory leak

* reduce to normalized pages map

* assign and return map in reducer function

* return complete map from reduder function
2018-12-18 00:01:54 +08:00
ULIVZ b3aba2d430 v1.0.0-alpha.29 2018-12-14 02:18:12 +08:00
ULIVZ c859623c88 v1.0.0-alpha.28 2018-12-13 01:48:53 +08:00
ULIVZ 90178214da v1.0.0-alpha.27 2018-12-03 11:23:48 +08:00
ULIVZ a9b9d9a435 v1.0.0-alpha.26 2018-12-03 07:12:22 +08:00
ULIVZ b3c2f68003 chore: remove outdated code 2018-11-30 01:22:34 +08:00
ULIVZ a497cc60d9 v1.0.0-alpha.25 2018-11-30 01:07:49 +08:00
Alexander SchwartzandULIVZ 0bfd9daab3 refactor: handle SSR when linksWrapMaxWidth is null (#1039) 2018-11-30 00:18:57 +08:00
ULIVZ 8dd418efd0 fix($theme-default): Extending Layout.vue causes the Sidebar to disappear (close: #1045) 2018-11-29 23:36:07 +08:00
ULIVZ dbbf4a56eb v1.0.0-alpha.24 2018-11-26 02:25:01 +08:00
ULIVZ c059faa6fd fix($theme-default): shouldn't transform date string at client side (close: #1035)
Move the transformation to $plugin-last-updated, BTW, expose `lang` as the 2nd argument
2018-11-26 01:31:35 +08:00
ULIVZ d338468252 fix($theme-default): hard to read in a dark-themed browser (close: #1025) 2018-11-26 00:40:38 +08:00
ULIVZ c21a21b403 v1.0.0-alpha.23 2018-11-18 09:51:37 +08:00
ULIVZ 6734a608b2 fix($theme-default): IE11 doesn't support shortcut of flex
Default value of flex is `flex: 1 1 auto`, while `flex: 1` is `1 1 0`
2018-11-18 09:47:03 +08:00
ULIVZ e8d728fa09 fix($theme-default): prev/next links disappears when url contains space. (close: #1010) 2018-11-18 04:01:48 +08:00
Владислав ЛюминарскийandULIVZ efece122e5 fix($theme-default): fit image for hero image (#980) 2018-11-15 23:08:24 -06:00
ULIVZ 82cd300648 v1.0.0-alpha.22 2018-11-14 04:18:01 +08:00
ULIVZ dd55269057 v1.0.0-alpha.21 2018-11-14 02:48:06 +08:00
ULIVZ b18280cb0f v1.0.0-alpha.20 2018-11-09 13:27:40 +08:00
ULIVZ 6071c56c7f v1.0.0-alpha.19 2018-11-06 13:38:47 +08:00
ULIVZ d9a8ced5d0 feat($theme-default): display els of page bottom after content mounted 2018-11-06 03:42:09 +08:00
ULIVZ 26411e9c4b chore: rename 'AsyncMarkdownContentLoaded' to 'AsyncMarkdownContentMounted' 2018-11-06 02:53:11 +08:00
ULIVZ ad2821cf50 style($theme-default): tweak blockquote 2018-11-04 04:16:08 +08:00
ULIVZ a6752e59fd v1.0.0-alpha.18 2018-10-30 03:52:50 +08:00
ULIVZ 6a0c421842 v1.0.0-alpha.17 2018-10-27 20:47:28 +08:00