Commit Graph
1217 Commits
Author SHA1 Message Date
ULIVZ 02e99ea176 docs: enable algolia search in production 2018-11-30 00:58:36 +08:00
Alexander SchwartzandULIVZ 0bfd9daab3 refactor: handle SSR when linksWrapMaxWidth is null (#1039) 2018-11-30 00:18:57 +08:00
spiltcoffeeandULIVZ 5d9f87b203 feat($core): AppContext was still expecting --outDir instead of --dest (#1041) 2018-11-30 00:16:07 +08:00
ULIVZandGitHub e570252f0c feat: support debug in dev process (#1051)
'* + Enter' to log the keys of AppContext, while 'key + Enter' is to log the value of corresponding
field in AppContext
2018-11-30 00:14:25 +08:00
ULIVZ d8db81c01d feat($markdown): pass rest options to instantiate markdown-it
Close: #1040

e.g.

  markdown: {
    config: md => {
      md.set({linkify: true});
    }
  }

shortcut:

  markdown: {
    linkify: true
  },
2018-11-30 00:12:41 +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 c816e58e68 docs: update markdown slots 2018-11-29 23:24:39 +08:00
Jan VennemannandULIVZ c07949dc0a fix: markdown slots doesn't work (close: #1048)(#1054)
It's because we didn't read slotKey prop at Content component
This commit also updated the documentation.
2018-11-29 23:19:41 +08:00
ULIVZ 4f505a81ed fix($core): content property of additionalPages doesn't work (close: #1050) 2018-11-29 22:57:48 +08:00
ULIVZ 8a4b5e8043 chore($core): using hash-sum to generate page's hash 2018-11-29 22:43:47 +08:00
ULIVZandGitHub 1a897cb88d feat($cli): migrate to CAC (#1049) 2018-11-28 00:59:34 +08:00
ULIVZ 51463b9be1 docs: update 2018-11-27 10:12:14 +08:00
ULIVZ 01f9aa34a3 docs: update markdown.extendMarkdown 2018-11-27 10:03:21 +08:00
ULIVZ e789f1a223 docs: update Import Code Snippets 2018-11-27 10:02:27 +08:00
ULIVZ dbbf4a56eb v1.0.0-alpha.24 v1.0.0-alpha.24 2018-11-26 02:25:01 +08:00
ULIVZ 3be292ec17 docs: fix outdated links 2018-11-26 02:24:16 +08:00
ULIVZ de72c91cac feat($core): disable smoothing scroll by default
Will open a new API 'smoothing-scroll' to replace this at next alpha version
2018-11-26 02:23:13 +08:00
ULIVZ e8b78c4e70 fix($markdown): "index" is dropped in a link with "*index" pattern
Reported at #996
2018-11-26 02:04:51 +08:00
ULIVZ b0133e34bf test($shared-utils): improve 2018-11-26 01:45:08 +08:00
ULIVZ 9d4bb19455 chore($docs): leverage babel-styled plugin config 2018-11-26 01:43:55 +08:00
ULIVZ 8611c1cb19 fix($test-utils): test failed due to wrong babel version 2018-11-26 01:40:02 +08:00
ULIVZ c15bdfc42c docs($plugin-last-updated): tweaks 2018-11-26 01:37:31 +08:00
ULIVZ 8c6b069161 docs($plugin-last-updated): update 2018-11-26 01:32:17 +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 1277445210 chore: tweaks 2018-11-26 00:37:48 +08:00
ULIVZ aad86b965c fix($cli): 'vuepress eject' doesn't copy files (close: #1028) 2018-11-26 00:34:10 +08:00
ULIVZ 2a6d896063 chore: sourceDir should be default to cwd 2018-11-25 23:52:30 +08:00
ULIVZ df99cb6e4b feat($cli): '--silent' option 2018-11-25 23:36:30 +08:00
ULIVZ 9c613902c2 feat($core): more concise logger 2018-11-25 21:30:59 +08:00
ULIVZ 975f5683d2 chore: changelog 2018-11-25 20:59:20 +08:00
ULIVZ 38572a16af chore: add missing changelog 2018-11-25 20:56:03 +08:00
ULIVZ f312ad8477 chore: update changelog script 2018-11-25 20:44:58 +08:00
ULIVZ 408d44b65e chore: enhance changelog 2018-11-25 20:40:27 +08:00
ULIVZ 8984427818 chore: update changelog 2018-11-25 20:27:33 +08:00
ULIVZ ef4c7eceab chore: changelog 2018-11-25 20:10:12 +08:00
ULIVZ 58981fb40d fix: distracting and time wasting after importing smoothing scroll
Lervarage 'speedAsDuration: true' to ensure each transition only takes 400ms (Extracted from vuejs.org https://github.com/vuejs/vuejs.org/blob/master/themes/vue/source/js/common.js#L367)
2018-11-24 12:09:32 +08:00
ULIVZ 6a47d80a6d workflow: support "yarn register-vuepress"
Local development will benefit from it.
2018-11-24 12:02:59 +08:00
Nulla WuandULIVZ ab0e002b71 fix($plugin-blog): blocking front matter custom layout config (close: #906) (#1027) 2018-11-20 10:01:03 +08:00
ULIVZ cd7d32a091 docs($cn): tweaks 2018-11-20 09:56:31 +08:00
LoffandULIVZ 2c7a13eabf docs: added trailing forward-slashes in link properties (#1029) 2018-11-20 09:55:05 +08:00
Remington CampbellandULIVZ a267b4a507 refactor: fs.remove -> fs.emptyDir (#1030) 2018-11-20 09:54:30 +08:00
Duncan DavidsonandULIVZ 59eaa6a57b docs: correct spelling (#1024)
stirng > string
2018-11-19 19:09:37 +08:00
ULIVZ c21a21b403 v1.0.0-alpha.23 v1.0.0-alpha.23 2018-11-18 09:51:37 +08:00
ULIVZ 844a8c7d89 refactor($core): using cleaner code to update meta. 2018-11-18 09:49:50 +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 8e555f68d3 fix($plugin-search): collapsed in IE11 2018-11-18 09:31:21 +08:00
ULIVZ 6b9b38b4e5 feat($active-header-links): simplify implementation 2018-11-18 09:28:24 +08:00
ULIVZ 5b0cdcf5b8 feat($core): using 'smooth-scroll' 2018-11-18 09:06:31 +08:00
ULIVZ a3938b27db fix($core): NodeList.prototype.forEach doesn't exist in IE11 2018-11-18 07:29:02 +08:00