Shigma
|
daed795ed9
|
add badge
|
2019-04-08 09:30:04 +08:00 |
|
Shigma
|
4a6868fd94
|
remove plugins
|
2019-04-08 09:22:18 +08:00 |
|
Shigma
|
6ec3483fdc
|
snippet
|
2019-04-08 09:02:50 +08:00 |
|
Shigma
|
ff97f412a2
|
Merge branch 'master' into plugin-prism
|
2019-04-08 08:50:14 +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 |
|
Shigma
|
cffe53da25
|
modify some docs
|
2019-03-31 12:31:41 +08:00 |
|
Shigma
|
535411511e
|
code preview
|
2019-03-31 11:56:28 +08:00 |
|
Shigma
|
7f65864ea3
|
initial commit
|
2019-03-31 02:14:13 +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 |
|
 Haoshen ZhongandULIVZ
|
ec98427985
|
chore: fix links of plugin's README (#1473)
|
2019-03-24 21:47:20 +08:00 |
|
 Kyle ShaverandULIVZ
|
521dddd4ea
|
fix($theme-default): nav url change bug (close: #865) (#1475)
|
2019-03-24 21:43:25 +08:00 |
|
 Antoine LeblancandULIVZ
|
7fc90471e7
|
docs: fix github brand name usage (#1465)
|
2019-03-20 23:17:23 +08:00 |
|
 ShigmaandULIVZ
|
880cb2f52f
|
rfc: plugin-git-log (#1406)
|
2019-03-18 21:22:32 +08:00 |
|
ULIVZ
|
01ef457a5e
|
docs: update GA
|
2019-03-18 00:29:35 +08:00 |
|
ULIVZ
|
ec7c1ea9fe
|
chore: remove outdated code
|
2019-03-17 23:12:20 +08:00 |
|
 ShigmaandULIVZ
|
8f42d19d43
|
docs: refactor official plugins (#1442)
|
2019-03-17 22:32:36 +08:00 |
|
 ShigmaandULIVZ
|
9caada0221
|
chore: fix lint (#1451)
|
2019-03-15 23:31:14 +08:00 |
|
 Asif MehediandShigma
|
b3257a94f3
|
docs: fix a broken link (#1448)
|
2019-03-15 15:24:22 +08:00 |
|
 Rahul KadyanandULIVZ
|
ef82c4715e
|
fix($core): do not register component in render function (#1449)
|
2019-03-15 09:44:56 +08:00 |
|
 Vinayak KulkarniandShigma
|
c174f0d6c0
|
fix($plugin-pwa): fix a typo in opacity (#1444)
|
2019-03-14 15:07:31 +08:00 |
|
 ShigmaandULIVZ
|
72d74888e6
|
docs: add refs to custom container (#1441)
|
2019-03-14 02:02:13 +08:00 |
|