Commit Graph
324 Commits
Author SHA1 Message Date
Daniel CastilloandULIVZ 6aa4d91936 fix($medium-zoom): not updating on component update (#994)
* ⬆️ upgrade to medium-zoom@1.0.2

* 🐛 fix medium-zoom not updating on component update

* ⬇️ downgrade to medium-zoom@0.4.0 to fix serverside rendering bug

* 👌 use arrow function 'this' and outsource updateZoom to function
2018-11-13 08:54:03 -06:00
Liu XinyuandULIVZ ecb1920a9e feat($plugin-blog): add postsDir option (#998) 2018-11-13 08:52:08 -06:00
Michael SeifertandULIVZ 615006d873 feat($plugin-blog): Allow the permalink for blog posts to be configured. (#997) 2018-11-11 20:11:48 -06:00
ULIVZ b18280cb0f v1.0.0-alpha.20 2018-11-09 13:27:40 +08:00
ULIVZ 256b7c4c5a fix($core): globally installed vuepress cannot resolve '@vuepress/default'
close: #985
2018-11-09 13:26:35 +08:00
ULIVZ 628c3301bf feat($pwa): alias '@sw-event' 2018-11-08 03:23:37 +08:00
ULIVZ 6d63a7a904 chore: more clear scroll event frozen 2018-11-08 02:42:17 +08:00
ULIVZ 5918ca902a feat: better hash locate behavior 2018-11-08 02:31:49 +08:00
ULIVZ 3a42c24423 feat($core): global computed '$frontmatter' 2018-11-08 00:58:18 +08:00
ULIVZ 85239bbed3 chore: rename 'seoTitle' to 'metaTitle' 2018-11-07 22:20:14 +08:00
ULIVZ 47e9654e4f fix: missing edit links under non-contentLoading situations 2018-11-07 02:18:09 +08:00
ULIVZ f39f79b881 refactor: cleaner code 2018-11-07 02:16:56 +08:00
ULIVZ d08c777dcf refactor: refine $vuepress client plugin. 2018-11-07 01:36:57 +08:00
ULIVZ b6e775cfdf refactor: add types for client VuePress plugin 2018-11-07 00:31:53 +08:00
ULIVZ b57d880216 chore: bump @babel/core & babel-loader 2018-11-06 21:01:02 +08:00
ULIVZ e9a69255a8 chore: update @vue/babel-preset-app 2018-11-06 20:52:11 +08:00
ULIVZ 6071c56c7f v1.0.0-alpha.19 2018-11-06 13:38:47 +08:00
ULIVZ f8e42bcf0f feat($core): 'contentLoading' site config option 2018-11-06 13:26:51 +08:00
ULIVZ feccffbf97 refactor: better content transition strategy 2018-11-06 03:46:02 +08:00
ULIVZ d9a8ced5d0 feat($theme-default): display els of page bottom after content mounted 2018-11-06 03:42:09 +08:00
ULIVZ d65816922e fix($active-header-links): unexpected error when anchors were empty 2018-11-06 03:27:07 +08:00
ULIVZ 91a5bd4390 chore: fix that content doesn't reload when route switched 2018-11-06 03:24:52 +08:00
ULIVZ 362cdf75c3 refactor: distinguish between first screen loading and route switching 2018-11-06 03:12:40 +08:00
ULIVZ 26411e9c4b chore: rename 'AsyncMarkdownContentLoaded' to 'AsyncMarkdownContentMounted' 2018-11-06 02:53:11 +08:00
ULIVZ 216d04a57c feat: built-in content loading 2018-11-06 02:47:42 +08:00
ULIVZ 3a7963545d feat($active-header-links): sidebarLinkSelector & headerAnchorSelector option 2018-11-05 13:11:07 +08:00
ULIVZ 62c35255ef refactor($active-header-links): rewrite 2018-11-05 04:36:42 +08:00
ULIVZ 6f52012921 feat: AsyncMarkdownContentLoaded event 2018-11-05 02:52:15 +08:00
ULIVZ 9c947b22f1 feat: Vue.$vuepress & Vue.prototype.$vuepress 2018-11-05 02:49:30 +08:00
ULIVZ ad2821cf50 style($theme-default): tweak blockquote 2018-11-04 04:16:08 +08:00
ULIVZ bf0c327f49 docs: clean outdated doc 2018-11-02 12:59:21 +08:00
ULIVZ 0544be0c6e docs: @vuepress/plugin-back-to-top 2018-11-02 11:56:48 +08:00
ULIVZ da0c25e941 docs: @vuepress/plugin-medium-zoom 2018-11-02 11:55:10 +08:00
ULIVZ ce7da090ac feat($medium-zoom): support selector option. 2018-11-02 11:52:13 +08:00
ULIVZ 41e4590630 docs: @vuepress/plugin-last-updated 2018-11-02 11:48:27 +08:00
ULIVZ bf0b43a195 docs: @vuepress/plugin-i18n-ui 2018-11-02 11:44:58 +08:00
ULIVZ d8d5b5a7d8 docs: @vuepress/plugin-google-analytics 2018-11-02 11:38:20 +08:00
ULIVZ 15ccee3afd docs: @vuepress/plugin-pagination 2018-11-02 11:35:34 +08:00
ULIVZ 83cdc8b33e docs: @vuepress/plugin-blog 2018-11-02 11:31:13 +08:00
ULIVZ e20d64cc25 docs: @vuepress/plugin-pwa 2018-11-02 11:25:36 +08:00
ULIVZ a6752e59fd v1.0.0-alpha.18 2018-10-30 03:52:50 +08:00
Martin SotirovandULIVZ 8bdeb0948d fix: pages number in the pagination plugin (#963) 2018-10-29 14:51:22 -05:00
ULIVZ b3d42699fe fix: RangeError: Maximum call stack size exceeded (build) 2018-10-30 03:41:33 +08:00
ULIVZ 84fd0ff495 feat: extend a theme 2018-10-30 03:39:46 +08:00
ULIVZ 1a0be0564a chore: tweaks 2018-10-30 03:20:32 +08:00
ULIVZ be304dcfc4 chore($i18n-ui): remove style import from default theme 2018-10-30 03:13:15 +08:00
ULIVZ cb87532341 feat: @vuepress/theme-vue 2018-10-30 03:12:01 +08:00
ULIVZ 497ce8019f fix($core): themePath/templates/ssr.html doesn't work 2018-10-30 02:39:20 +08:00
ULIVZ 432e6620a3 refactor: log error when theme cannot be resolved 2018-10-30 02:05:14 +08:00
ULIVZ 6a0c421842 v1.0.0-alpha.17 2018-10-27 20:47:28 +08:00