meteorlxy
b4853c3e60
style: lint code
2019-12-03 19:27:05 +08:00
meteorlxy
8d0c27b69b
style($core): lint types defs
2019-11-28 17:16:28 +08:00
meteorlxy
48ca07aa8c
style: lint the codebase
2019-11-28 16:22:53 +08:00
meteorlxy
c132357558
build($core): bump webpack-chain version
2019-11-28 14:30:34 +08:00
Sun Haoran and meteorlxy
0bb85a4d86
fix($core): temp option in siteConfig has not effect ( fix #2038 ) ( #2040 )
2019-11-27 15:26:38 +08:00
Franck Abgrall and meteorlxy
245be8dbb8
fix($core): set NODE_ENV before creating app ( #1972 )
2019-11-27 10:55:24 +08:00
Nicolas Brousse and ULIVZ
a058638d20
chore: fix English typo on error message ( #1994 )
...
It should be "encountered" not "encounted".
2019-11-02 15:30:34 +08:00
Franck Abgrall and GitHub
89a4a8d954
feat($config): Allow overriding badges colors ( close #1940 ) ( #1941 )
2019-10-26 16:39:54 +02:00
Franck Abgrall and ULIVZ
d2fef5d8f6
feat($markdown): extractHeaders option ( close : #1903 ) ( #1945 )
2019-10-21 23:36:21 +08:00
ULIVZ
f61e2d42b4
v1.2.0
2019-10-12 07:13:39 +09:00
Martin Muzatko and ULIVZ
cdbfd757ac
feat($core): support async function exported in vuepress config ( close : #1185 ) ( #1925 )
2019-10-12 06:49:20 +09:00
Eduard Cot and fgiraud
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
meteorlxy and ULIVZ
830de80886
chore($core): fix typo in types defs ( #1892 )
2019-10-05 00:34:30 +08:00
ULIVZ
974ef91c45
chore: fix lint & update lockfile
2019-10-05 00:29:38 +08:00
Alexey Iskhakov and ULIVZ
8d0767543f
fix($core): cannot read property 'path' of undefined ( #1906 )
2019-10-04 23:56:39 +08:00
Franck Abgrall and GitHub
c17c70e96a
feat($core): Upgrade vue version ( #1876 )
2019-09-24 19:08:37 +02:00
Shigma and ULIVZ
51de6cfde8
fix($core): optimize error log ( close : #1296 ) ( #1413 )
2019-09-24 01:07:18 +08:00
giraud florent
d811bfbe38
v1.1.0
2019-09-14 12:15:42 -04:00
Antoine Caron and Franck Abgrall
543fd6c853
feat($config): make extendPageData async ready without breaking changes ( #1546 )
2019-09-10 18:22:09 +02:00
YJ and fgiraud
696717b7db
fix: #1845 bump js-yaml ( #1846 )
...
* security: bump js-yaml
* fix : #1845
2019-09-09 11:16:56 -04:00
Billyyyyy3320 and fgiraud
9050871b0d
refactor($core): stop watching unnecessary events ( #1827 )
2019-09-08 11:46:31 -04:00
Shigma and fgiraud
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
giraud florent
478b058cc7
v1.0.4
2019-09-05 20:33:31 -04:00
Haoqun Jiang
b69b107e0d
fix($core): do not transpile core packages' dependencies
2019-08-12 17:19:15 +08:00
ULIVZ
6827bd1154
v1.0.3
2019-07-30 02:10:23 +08:00
Massimo Siani and ULIVZ
6460b0c840
fix($core): transpile all scripts under core ( close : #1623 ) ( #1685 )
2019-07-30 01:48:59 +08:00
Colin Kinloch and ULIVZ
52f421bc3b
fix($core): prioritise vuepress dependencies over cwd node_modules ( close : #1708 ) ( #1720 )
2019-07-29 02:03:12 +08:00
zthxxx and ULIVZ
2a59800677
fix($core): '[Vue warn]: Unknown custom element' when using <Content /> in a custom page without markdown ( #1699 )
...
**Bug**: example, , will raise `[Vue warn]: Unknown custom element`, like #1173 #1426
**Reason**: because it not inject any content in `@internal/page-components` while not find markdown file, `Vue.component` of `pageKey` must be `undefined`, then `h(pageKey)` raise this error
**Fix**: judge as `if (Vue.component(pageKey))`, unnecessary to render if no component existed
2019-07-20 14:41:20 +08:00
ULIVZ
cdd684339b
v1.0.2
2019-06-23 05:23:26 +08:00
ULIVZ
1aaa6e3210
fix($core): cannot resolve agreement file from parent theme
2019-06-23 05:19:36 +08:00
云游君 and ULIVZ
17ba325008
fix($core): url display in dev log ( #1670 )
2019-06-22 23:22:26 +08:00
Craig Morris and ULIVZ
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
9c2199ca3f
v1.0.1
2019-06-10 17:33:06 +08:00
ULIVZ
a2da3fefbb
v1.0.0
2019-06-08 17:21:56 +08:00
ULIVZ
9330d7bcb4
v1.0.0-rc.1
2019-06-08 13:32:43 +08:00
ULIVZ
b955969498
v1.0.0-beta.2
2019-06-05 15:45:58 +08:00
ULIVZ
d1a17a8880
chore: remove layout component options directly
2019-06-05 14:58:44 +08:00
ULIVZ
83b02ba517
fix($core): failed to render <Content /> with dynamic pageKey from current $page.
2019-06-05 11:10:56 +08:00
ULIVZ
6815021bfe
v1.0.0-beta.1
2019-06-04 16:16:49 +08:00
ULIVZ
bb26eba37e
chore: update versions of internal deps
2019-06-04 16:16:30 +08:00
ULIVZ
33ebdf2c55
v1.0.0-alpha.50
2019-06-04 14:17:29 +08:00
ULIVZ
d30e078b3c
fix($core): window is not defined
2019-06-04 03:34:54 +08:00
ULIVZ
409bf14ad3
v1.0.0-alpha.49
2019-06-03 22:59:41 +08:00
ULIVZ
7eed1f49f2
fix($core): cannot load theme with shortcut.
2019-06-03 22:00:28 +08:00
ULIVZ
bd0bdf989d
feat($core): global variable "__VUEPRESS__" to store runtime key infos
2019-06-02 23:54:59 +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
28bdf9ebc4
chore: bump webpack-dev-server
2019-06-02 14:53:53 +08:00
ULIVZ
7d0542e33e
feat($core): safer class name of content outlet
...
We shouldn't let the core render the `.content` class, so once we use custom layout in the default theme, the styles of default theme will pollute the styles of custom layout.
2019-06-02 14:51:53 +08:00
ULIVZ
ac7dca29f4
v1.0.0-alpha.48
2019-05-14 13:24:48 +08:00
ULIVZ and GitHub
e6af68fa01
fix($core): Search result cannot jump to the correct hash anchor ( close : #1594 ) ( #1599 )
2019-05-14 13:22:49 +08:00