Commit Graph
1546 Commits
Author SHA1 Message Date
ULIVZ 5837cd2226 chore: lockfile maintenance 2019-05-07 01:09:51 +08:00
Yangshun TayandULIVZ 1a4488da9d docs: fix incorrect plugin syntax (#1584) 2019-05-07 00:19:54 +08:00
James GeorgeandULIVZ 3eeb080ec0 feat($core): info command (#1573) 2019-05-05 09:36:13 +08:00
Ben HongandULIVZ 3c560d1295 docs: Enforce consistent naming to reduce confusion (#1567) 2019-05-01 13:33:39 +08:00
An NyeongandULIVZ 974b15461e docs: fix indent (#1575)
Indent closing tag `</div>` at line 429.
2019-05-01 13:13:06 +08:00
Zaid J. BarghouthiandULIVZ 41b5cfba3f docs($theme-default): indicate that plugin-search is used. (#1552) 2019-04-24 04:52:18 +08:00
zyxdandULIVZ 2c930c907e feat($core): infer page's date via directory name (#1553) 2019-04-24 04:51:31 +08:00
Haoqun JiangandULIVZ 0970954078 chore: update dependencies (#1555) 2019-04-24 04:46:05 +08:00
ULIVZ cafb991603 docs: fix outdated links 2019-04-17 00:32:51 +08:00
Anton WilhelmandULIVZ 141bd11e4b feat($theme-default): support external links in sidebar (close: #764)(#1534) 2019-04-16 23:16:37 +08:00
ULIVZ 1b6c4cdcd2 chore: update compatible node version 2019-04-15 23:33:21 +08:00
ULIVZ 2592af2a26 docs: update 2019-04-15 02:39:28 +08:00
ULIVZ 5d2fc90016 test: remove mock hack of require.reesolve
ref: https://github.com/facebook/jest/pull/7687
2019-04-15 02:27:02 +08:00
ULIVZ d6040f6458 chore: bump jest, babel-jest, jest-serializer-vue, ts-jest 2019-04-15 02:03:46 +08:00
RogerIFandULIVZ 005dd5b002 chore: fix typo (#1528) 2019-04-15 01:45:49 +08:00
Charles VillardandULIVZ f47b5fa0d5 docs: add tip to explain CSS pre-processor installation (#1530) 2019-04-15 01:44:52 +08:00
ShigmaandULIVZ 441f0232c8 feat($core): prevent duplicate route (#1525) 2019-04-15 01:22:51 +08:00
Rahul KadyanandULIVZ 9efc6785b2 fix($core): use directory name to compute slug if filename is readme or index (close: #1443) (#1535) 2019-04-14 00:14:42 +08:00
ULIVZ fb324d54c7 fix($core): webpack externals (ref: #451) 2019-04-14 00:06:27 +08:00
ULIVZ 23b0ce3efc chore: changelog 2019-04-07 01:50:23 +08:00
ULIVZ edc3733669 chore: 1.0.0-alpha.47 changelog 2019-04-07 01:49:07 +08:00
ULIVZ 78ce258b22 v1.0.0-alpha.47 v1.0.0-alpha.47 2019-04-07 01:37:49 +08:00
ULIVZ 46406148f6 feat($plugin-pwa): allow using local workbox files (close: #539) 2019-04-07 01:33:10 +08:00
ULIVZ 9420ca9233 chore: bump to optimize-css-assets-webpack-plugin@5.0.1 2019-04-07 01:29:01 +08:00
ULIVZ 6da9a5f112 feat($core): emit warning if the source directory doesn't exist (close: #1521) 2019-04-07 01:08:05 +08:00
ShigmaandULIVZ 74887c50da feat($core): assert return type for functional plugin (#1516) 2019-04-07 00:55:49 +08:00
Nick EvansandULIVZ 5c307c99b9 fix($markdown): Snippets should allow spaces in file path (closes #1505) (#1517) 2019-04-07 00:51:37 +08:00
ULIVZ dabf506022 fix($core): Index.styl is not injected at the end of the style bundle (close: #1523)
BTW, A theme cannot require the theme's styles at the layout but need use `Index.styl`  instead.
2019-04-07 00:45:06 +08:00
Sergiu MartonandULIVZ 5876001e02 docs: fix typo (#1510) 2019-04-03 23:49:00 +08:00
ULIVZ 9fba54931c fix($core): routerBase will always get '/' (close: #1503) 2019-04-03 00:03:18 +08:00
ShigmaandULIVZ 47c02ce824 $theme-default: support options.activeHeaderLinks (close: #1488) (#1508) 2019-04-02 23:54:33 +08:00
ULIVZ dc52412864 ci: update CI setup 2019-04-01 00:54:33 +08:00
ULIVZ 2ced5b1aa6 chore: 1.0.0-alpha.46 changelog 2019-04-01 00:52:40 +08:00
ULIVZ b9da618d0a v1.0.0-alpha.46 v1.0.0-alpha.46 2019-04-01 00:48:44 +08:00
ULIVZ 5e12b4929f fix($core): regression of introducing dynamic routerBase (close: #1498)
Also renaming __VUEPRESS_ROUTE_BASE__ to __VUEPRESS_ROUTER_BASE__
2019-04-01 00:45:53 +08:00
ULIVZ cb84c5c4d9 chore: 1.0.0-alpha.45 changelog 2019-04-01 00:20:06 +08:00
ULIVZ 816cacd0e3 v1.0.0-alpha.45 v1.0.0-alpha.45 2019-03-31 23:52:49 +08:00
ULIVZ fc99d59f64 feat($core): allow dynamic routeBase at runtime
Setting it via window.__VUEPRESS_ROUTE_BASE__ at enhance app file.
2019-03-31 23:44:13 +08:00
ULIVZ 699492ad57 fix($core): should default host be 0.0.0.0
ref: https://github.com/CompuIves/codesandbox-client/pull/1652
2019-03-31 23:42:21 +08:00
ShigmaandULIVZ 9e07b1e090 feat($core): support array as plugin options (#1493) 2019-03-31 01:56:34 +08:00
Anton WilhelmandULIVZ 61c5954aa5 chore: update issue template (#1492) 2019-03-31 01:39:43 +08:00
ShigmaandULIVZ c88f9830ee chore: remove plugin-container (#1462) 2019-03-31 01:38:57 +08:00
ShigmaandULIVZ 19e05697a6 feat($core): functional siteConfig.evergreen (#1489) 2019-03-31 01:36:12 +08:00
ShigmaandULIVZ cc193d5cc1 refactor($markdown): use relativePath instead of relPath (#1485) 2019-03-28 01:09:21 +08:00
ShigmaandULIVZ d7b8dafd8b feat($core): export version (#1486)
const { version } = require('vuepress')
2019-03-28 01:05:56 +08:00
ShigmaandULIVZ 944ebe4acb fix($markdown-loader): always use / instead of \ in relPath (#1484) 2019-03-28 00:47:46 +08:00
ShigmaandULIVZ 7848a309f7 chore: remove plugin-clean-urls (#1464)
@vuepress/plugin-clean-urls was moved to https://github.com/vuepress/vuepress-plugin-clean-urls
2019-03-28 00:15:31 +08:00
Kyle ShaverandULIVZ 8a11d1455d fix($plugin-active-header-links): side navigation edge case bug (#1477) 2019-03-27 22:39:50 +08:00
ShigmaandULIVZ d34e0389a5 fix($core): do not use stylus in outbound link 2019-03-27 22:29:51 +08:00
ShigmaandULIVZ 759195de7f docs: add dest option (#1479) 2019-03-27 00:41:50 +08:00