Commit Graph
484 Commits
Author SHA1 Message Date
Shigma 0b982ba4c7 fix edge case 2019-02-26 21:25:05 +08:00
Shigma e4eebbf225 remove eval 2019-02-25 09:20:59 +08:00
Shigma d089f839b3 better function transferring 2019-02-24 23:50:10 +08:00
Ahmad NassriandULIVZ 598799f4a8 feat($theme-default): should allow for optional h1 text at homepage (#1326) 2019-02-24 16:12:51 +08:00
ShigmaandULIVZ 505fea6295 fix($core): handle redirect based on lower case (#1333) 2019-02-24 15:56:12 +08:00
ShigmaandULIVZ b79768cd8b feat: refine markdown api (#1337)
1. support env.loader
2. refine link behavior, every token is an instance of `Token`. its prototype should not be removed
2019-02-24 15:46:25 +08:00
Fabio AnselmoandULIVZ dad2928fb6 feat($theme-default): add ruby shortcut support for syntax highlighting (#1312) 2019-02-19 23:49:59 +08:00
ULIVZ 0d56a99085 fix($plugin-pwa): service worker doesn't work under sub directory (close: #1311) 2019-02-18 23:46:15 +08:00
ShigmaandULIVZ 898033c230 chore: fix typo (#1310) 2019-02-18 22:25:30 +08:00
ULIVZ 170cf6e4b9 v1.0.0-alpha.39 2019-02-17 20:46:01 +08:00
ShigmaandULIVZ d560e22413 fix($core): cannot use relative path in a permalink page (close: #1227)(#1298) 2019-02-17 20:38:36 +08:00
ULIVZ 94dab125ca fix($core): cannot read property 'globalLayout' of null (close: #1304) 2019-02-17 18:44:30 +08:00
ULIVZ 2e0da50150 v1.0.0-alpha.38 2019-02-17 03:49:34 +08:00
ULIVZandGitHub 4b2b0f482f fix($plugin-pwa): set current registration scope for service worker (close: #1271) (#1302) 2019-02-17 03:47:43 +08:00
ULIVZ c91f55a2b2 feat($core): support global layout (close: #1226) 2019-02-17 03:45:12 +08:00
ULIVZ fb138641d9 refactor($core): move layout components registration to app.js 2019-02-17 02:47:33 +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
ULIVZandGitHub 213bb34fb5 feat($core): redirects for clean urls (#1269) 2019-02-08 22:45:05 +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
ULIVZ 8f5b0cd18e fix($core): SFC page compile error (close: #1110)
This is an issue caused by TSC compilation.
2019-02-04 01:33:33 +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 c6797dd8cc feat($core): exclude temp dir from being ignored watched 2019-01-30 13:11:57 +08:00
ULIVZ 075f470c65 fix($core): bust cache of extra watching files 2019-01-30 13:10:21 +08:00
Liu XinyuandULIVZ 592918a058 fix($core): style and platte path sep on windows (#1246) 2019-01-30 03:10:55 +08:00
Liu XinyuandULIVZ 49c5983d28 fix($core): never throw error if layout component does not exist (#1247) 2019-01-30 01:43:45 +08:00
ULIVZ 9e7728a58c v1.0.0-alpha.34 2019-01-29 19:34:51 +08:00
ULIVZ 02cc268307 feat($core): extra watching files 2019-01-29 19:30:55 +08:00
Steve YoungandULIVZ 8a234bbabe fix($core): cannot load assets when base is not '/' (close: #1238)(#1239) 2019-01-29 18:02:13 +08:00
ShigmaandULIVZ 099d346870 fix: remove colon as separator (close: #1151) (#1236) 2019-01-29 17:45:36 +08:00
ULIVZ 257364e241 v1.0.0-alpha.33 2019-01-28 02:35:45 +08:00
ULIVZ 6287a03938 chore($core): remove redundant code 2019-01-28 02:34:13 +08:00
ULIVZandGitHub 81e3ef63e3 feat($core): leverage webpack-dev-server and sunset webpack-serve (#1195)
Breaking changes:

- Plugin option`enhanceDevServer` was removed.

New plugin option API:

- beforeDevServer
- afterDevServer
2019-01-28 00:15:33 +08:00
ULIVZ e5b07c845f chore: tweak blog 2019-01-27 02:12:05 +08:00
ULIVZ fc5dba882e feat($theme-default): support shortcut for sh and yml. (close: #1221)
Also, support lang tip for docker, dockerfile and makefile
2019-01-24 23:48:10 +08:00
Liu XinyuandULIVZ febe3a716e feat($core): allow a theme package using a sub directory (close #1204) (#1206) 2019-01-20 23:17:35 +08:00
Liu XinyuandULIVZ 199f18e5fe chore($core): bump vue-router to 3.0.2 (#1207) 2019-01-19 23:42:32 +08:00
ULIVZ 11615073a0 chore: move dep "semver" to "@vuepress/shared-utils" 2019-01-18 00:35:48 +08:00
Gunther BrunnerandULIVZ ae97a1a7ba chore($plugin-pwa): update i18n.js with Spanish and Japanese language (#1196) 2019-01-16 10:04:27 +08:00
ULIVZ 6146287201 v1.0.0-alpha.32 2019-01-16 01:03:13 +08:00
ULIVZ 02bf7b90b0 fix($shared-utils): missing gray-matter dependency (close: #1190) 2019-01-16 00:57:09 +08:00
ULIVZ b24c317e6d Revert "perf: improve ssr performance (#1068)" (close: #1140)
This reverts commit 1c2aa08ed5.
2019-01-16 00:46:15 +08:00