giraud florent
f6ed7b7280
feat(plugin): resolve conflicts typo and separate publics files into plugin-public-files plugin
2019-09-07 01:32:00 -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
Mathieu TUDISCO and fgiraud
6b5a00208a
refactor($theme-default): extract page components ( #1427 )
...
* refactor(default-theme): Extract PageEdit component and Extract PageNav component.
2019-09-07 00:27:01 -04:00
John Cole and Franck Abgrall
f1703cb32f
docs: Update permalinks.md ( #1814 )
2019-09-06 14:50:35 +02:00
fgiraud and GitHub
712deac419
Merge pull request #1832 from s-pace/feat/search
...
feat: reenable search
2019-09-06 01:34:04 -04:00
giraud florent
478b058cc7
v1.0.4
2019-09-05 20:33:31 -04:00
Franck Abgrall and GitHub
92a1c02118
feat: Disable next and prev links from global config ( #1761 )
...
* core: add lodash deps
* core: disable next and prev links from global config
* doc: add documentation
* core: resolvePageLink function refactoring
* docs: Improve Prev 'Next links' section description
2019-09-05 20:14:06 +02:00
fgiraud and GitHub
dad9c8cedb
Merge pull request #1771 from sodatea/do-not-transpile-core-js
...
fix($core): do not transpile core packages' dependencies
fix #1753
fix #4539
fix #1729
2019-09-05 10:14:44 -04:00
fgiraud and GitHub
f8897598bd
Merge pull request #1811 from vuejs/feat/docs-local-development
...
docs(dev): adding doc to local development and add more script
2019-09-03 19:08:00 -04:00
s-pace
68861f026a
feat: renable search cc #697
2019-09-03 10:24:58 +02:00
Franck Abgrall and GitHub
a81ef8aacf
doc: Add an example of a fully PWA-compliant config for pwa-plugin ( #1769 )
2019-08-30 14:39:25 +02:00
giraud florent
852c5fe577
docs(dev): adding doc to local development and add more script
2019-08-28 12:42:07 -04:00
Xerrors and ULIVZ
776a0ee39e
docs: update inheritance.md ( #1774 )
2019-08-25 15:34:41 +08:00
qiang and ULIVZ
76eb9d9f08
docs: palette.styl link ( #1799 )
...
fix: palette.styl link
2019-08-25 15:29:09 +08:00
Kid and Sarah Dayan
25777e45cc
fix: add missing hash in #1706 ( #1780 )
2019-08-18 19:10:05 +02:00
xr0master and ULIVZ
120d88589a
feat($core): use any custom protocol for outboundRE ( #1731 )
2019-08-18 14:54:15 +08:00
Haoqun Jiang
b69b107e0d
fix($core): do not transpile core packages' dependencies
2019-08-12 17:19:15 +08:00
sobolevn
7a13eed747
chore(docs): adds remark-lint, closes #1741
2019-08-08 11:38:19 +03:00
sobolevn
96edf002bd
chore(docs): adds remark-lint, closes #1741
2019-08-07 21:21:04 +03:00
Sarah Dayan and ULIVZ
8039f421f7
docs: documentation linting ( #1745 )
...
* chore: install textlint
* chore: add textlint rules
* feat: set up configuration file and command
* fix: run textlint on files
* chore: lint .textlintrc.js
* chore: add custom terms
* chore: add comment filter
* fix: fix frontmatter term
* chore: set subjective rules to warning severity
* fix: manually fix issues
* chore: add script as pre-commit hook
2019-08-07 23:24:58 +08:00
ntnyq and ULIVZ
f6a2fb9f72
docs: fix typo ( #1742 )
2019-08-07 23:24:30 +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
jess and ULIVZ
d87124c0fc
chore: activating Open Collective ( #1704 )
2019-07-30 01:45:05 +08:00
Oscar and ULIVZ
0624828e07
fix($theme-default): sidebarDepth: 0 not working in YAML ( close : #1701 ) ( #1702 )
2019-07-30 01:44:36 +08:00
Kid and ULIVZ
e3393e3369
fix($plugin-medium-zoom): disable zoom for links ( #1719 )
2019-07-29 02:04:22 +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
Daniel Madalitso Phiri and ULIVZ
78aecbd8d3
docs: update GA Documentation ( close : #1687 ) ( #1724 )
...
Changed wording to accomadate already anaonymized IPs
2019-07-29 01:47:44 +08:00
Kid and ULIVZ
644142b065
feat(theme-default): use router for Algolia search to reach no refresh ( #1706 )
2019-07-20 15:19:54 +08:00
Kid and ULIVZ
668d68f963
refactor(theme-default): Import Prism theme in stylesheets instead of "Layout.vue" to allow custom styles to override them. ( #1707 )
...
* remove prism theme in default layout
* add prism theme to code.styl
2019-07-20 14:48:19 +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
984a1a8495
docs($cn): fix typo
2019-07-20 14:34:54 +08:00
stoically and ULIVZ
3e50de6107
docs: fix typo ( #1710 )
2019-07-20 14:32:26 +08:00
Martin Ulmschneider and ULIVZ
667d9f47c4
docs: remove tag 'next' from installation instructions ( #1686 )
...
It seems to point to an older version (1.0.0-rc.1 instead of 1.0.2).
2019-07-16 00:24:28 +08:00
Kid and ULIVZ
6bfc0e2291
docs: remove outdated content ( #1694 )
2019-07-16 00:21:12 +08:00
Min ho Kim and ULIVZ
834010e650
docs: fix typo ( #1684 )
2019-07-02 13:14:09 +08:00
cedricwarrantor and ULIVZ
d960218aae
docs: just fixed a small typo ( #1676 )
2019-07-01 13:05:23 +08:00
Devon Bull and ULIVZ
27f005b7e9
feat($theme-default): support custom URL scheme for external links ( #1677 )
2019-07-01 13:04:48 +08:00
Vlad Starkovsky and ULIVZ
c82af0d76d
docs: fix typo ( #1678 )
2019-07-01 13:00:59 +08:00
Vlad Starkovsky and ULIVZ
3aed6b6220
docs: fixed old example of 0.x docs ( #1679 )
2019-07-01 12:57:17 +08:00
Christophe Hamerling and ULIVZ
2b90783146
docs: fix typo on blog theme documentation link ( #1680 )
2019-07-01 12:55:42 +08:00
Oscar and ULIVZ
ceef2a37a5
docs: update directory-structure.md ( #1682 )
2019-07-01 12:53:16 +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
Eric McCormick and ULIVZ
77d67332da
updates default preset link ( #1668 )
...
the previous link currently gives a 404
2019-06-22 23:16:15 +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
siberiawolf and ULIVZ
998cfa3f19
docs($cn): fix typo
2019-06-22 23:01:30 +08:00
ULIVZ
42f19e0ce6
fix($plugin-medium-zoom): doesn't work with default plugin options in default theme
2019-06-12 01:06:44 +08:00
Alexey and ULIVZ
54bb2f3e8c
feat($plugin-medium-zoom): custom options ( #1649 )
...
Also update medium-zoom to v1.0.4
2019-06-12 00:56:10 +08:00