51 Commits
Author SHA1 Message Date
meteorlxy b4853c3e60 style: lint code 2019-12-03 19:27:05 +08:00
meteorlxy 48ca07aa8c style: lint the codebase 2019-11-28 16:22:53 +08:00
Sun Haoranandmeteorlxy 0bb85a4d86 fix($core): temp option in siteConfig has not effect (fix #2038) (#2040) 2019-11-27 15:26:38 +08:00
Franck Abgrallandmeteorlxy 245be8dbb8 fix($core): set NODE_ENV before creating app (#1972) 2019-11-27 10:55:24 +08:00
Nicolas BrousseandULIVZ a058638d20 chore: fix English typo on error message (#1994)
It should be "encountered" not "encounted".
2019-11-02 15:30:34 +08:00
Franck AbgrallandULIVZ d2fef5d8f6 feat($markdown): extractHeaders option (close: #1903) (#1945) 2019-10-21 23:36:21 +08:00
Martin MuzatkoandULIVZ cdbfd757ac feat($core): support async function exported in vuepress config (close: #1185) (#1925) 2019-10-12 06:49:20 +09:00
Eduard Cotandfgiraud 1f3e4e297b feat($core): config pattern of resolved files (#1705)
* feat($core): config pattern of resolved files

Thank's for your work @eduardcotmrf  good job

fix #1700
2019-10-08 20:03:20 +02:00
ULIVZ 974ef91c45 chore: fix lint & update lockfile 2019-10-05 00:29:38 +08:00
Alexey IskhakovandULIVZ 8d0767543f fix($core): cannot read property 'path' of undefined (#1906) 2019-10-04 23:56:39 +08:00
Franck AbgrallandGitHub c17c70e96a feat($core): Upgrade vue version (#1876) 2019-09-24 19:08:37 +02:00
ShigmaandULIVZ 51de6cfde8 fix($core): optimize error log (close: #1296) (#1413) 2019-09-24 01:07:18 +08:00
Antoine CaronandFranck Abgrall 543fd6c853 feat($config): make extendPageData async ready without breaking changes (#1546) 2019-09-10 18:22:09 +02:00
Billyyyyy3320andfgiraud 9050871b0d refactor($core): stop watching unnecessary events (#1827) 2019-09-08 11:46:31 -04:00
Shigmaandfgiraud 3b68913996 feat($core): better layout check (#1455)
* better layout check
* enhance resolve SFCs
* fix(layout): fix broken class content
* fix(delete): delete useless use of context
2019-09-07 00:58:17 -04:00
Haoqun Jiang b69b107e0d fix($core): do not transpile core packages' dependencies 2019-08-12 17:19:15 +08:00
Massimo SianiandULIVZ 6460b0c840 fix($core): transpile all scripts under core (close: #1623) (#1685) 2019-07-30 01:48:59 +08:00
Colin KinlochandULIVZ 52f421bc3b fix($core): prioritise vuepress dependencies over cwd node_modules (close: #1708) (#1720) 2019-07-29 02:03:12 +08:00
ULIVZ 1aaa6e3210 fix($core): cannot resolve agreement file from parent theme 2019-06-23 05:19:36 +08:00
云游君andULIVZ 17ba325008 fix($core): url display in dev log (#1670) 2019-06-22 23:22:26 +08:00
Craig MorrisandULIVZ 9923f83140 chore: remove parentheses around site url (#1666)
As VSCode makes `http://localhost:8080/)` including trailing parentheses which leads to a 404.
2019-06-22 23:07:44 +08:00
ULIVZ 7eed1f49f2 fix($core): cannot load theme with shortcut. 2019-06-03 22:00:28 +08:00
ULIVZ 50f64b473f fix($core): cannot retrieve the correct theme name when them path is a local absolute path linked to a javascript file. 2019-06-02 21:32:39 +08:00
ULIVZ 4d9b7754ca chore: refactor code style 2019-05-12 22:56:02 +08:00
ocavueandULIVZ 057d8bf31c fix($core): failed to load theme when using "layouts/Layout.vue" as entry file (close: #1563) (#1564) 2019-05-12 01:24:04 +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
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 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
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
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
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
ULIVZ ec7c1ea9fe chore: remove outdated code 2019-03-17 23:12:20 +08:00
ShigmaandULIVZ 93b2ca1d45 feat($core): decode page path for better readablility (#1438) 2019-03-14 00:47:35 +08:00
ShigmaandULIVZ 9734a581d6 feat($markdown): markdown plugin (close: #585) (#1422) 2019-03-13 02:06:48 +08:00
ShigmaandULIVZ 3b14375e27 fix($theme-default): fix wrong editLink (close: #1115, #1125) (#1419) 2019-03-13 01:50:14 +08:00
ULIVZ 1c2a6b2563 feat($core): return current app instance in node api 2019-03-11 02:47:53 +08:00
ULIVZ 547e4f98a7 feat($core): optional callback when socket connection is ready under dev. 2019-03-11 01:40:53 +08:00
ULIVZ 6bf2ceb46f refactor($core): add more comments 2019-03-11 01:34:41 +08:00
ULIVZ 1a092526f4 chore: remove duplicate log 2019-03-10 06:20:38 +08:00
ULIVZ e5f51de925 feat($cli): --no-clear-screen flag (close: #1421) 2019-03-10 03:13:22 +08:00
ULIVZ f2d5bf62d3 refactor($core): log once for each plugin. 2019-03-09 18:55:40 +08:00
ULIVZ 75ab97d05a docs: some tweaks 2019-03-05 00:39:07 +08:00