Skip to content

Commit 8227d43

Browse files
committed
build: publish v2.0.0-alpha.18
1 parent 55bf634 commit 8227d43

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+319
-89
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **client:** load existing head tags on mounted ([15722c5](https://github.com/vuepress/vuepress-next/commit/15722c5175e44a8d6363bfe5f138f2c2c8edeec3))
12+
* **markdown:** load some languages by default to partially avoid prism issue ([48c085a](https://github.com/vuepress/vuepress-next/commit/48c085af6a8751211fe7180a82bb67ff5a7b191f))
13+
* **theme-default:** fix homepage frontmatter type ([9cf2d28](https://github.com/vuepress/vuepress-next/commit/9cf2d288e115d335f6ff9f1a849a2ce82db799c9))
14+
* **theme-default:** fix sidebar config override ([2c2c280](https://github.com/vuepress/vuepress-next/commit/2c2c2801be716dfb102345090888fd1e22a0ac92))
15+
* **theme-default:** make sr-only tags unselectable ([0f6488e](https://github.com/vuepress/vuepress-next/commit/0f6488e3a00674c0670737c8831763db0a0ffa93))
16+
17+
18+
### Features
19+
20+
* **client:** make usePageFrontmatter generic ([2c5e5c1](https://github.com/vuepress/vuepress-next/commit/2c5e5c1400469a3cb4da2856104514a9413bff8a))
21+
* **shared:** optimize frontmatter type and support generics ([8a7025f](https://github.com/vuepress/vuepress-next/commit/8a7025ff39b4656f98f9a35e93848373ce72ddbe))
22+
* **theme-default:** add code-group custom container ([d0a20aa](https://github.com/vuepress/vuepress-next/commit/d0a20aaacefc78708a4181c53704b28c60b520b4))
23+
* **theme-default:** add page transition ([845cc2c](https://github.com/vuepress/vuepress-next/commit/845cc2cb64223b856261bfc7b384dec6557456c4))
24+
* **theme-default:** allow html in homepage footer ([87e0821](https://github.com/vuepress/vuepress-next/commit/87e0821cee66c34141c1c3a62e8f5ecb6b21a957))
25+
* **theme-default:** optimize scrollbar style of sidebar ([27abb26](https://github.com/vuepress/vuepress-next/commit/27abb26509fa737ea27c3036bbe834d544e60298))
26+
* **theme-default:** support multiple action buttons in homepage (close [#23](https://github.com/vuepress/vuepress-next/issues/23)) ([bb44710](https://github.com/vuepress/vuepress-next/commit/bb44710624d2dbb65bd5f3da2eafabdec73ecadf))
27+
28+
29+
30+
31+
632
# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
733

834

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "2.0.0-alpha.17",
4+
"version": "2.0.0-alpha.18",
55
"command": {
66
"version": {
77
"allowBranch": "main",

packages/@vuepress/bundler-webpack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)
7+
8+
**Note:** Version bump only for package @vuepress/bundler-webpack
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
715

816

packages/@vuepress/bundler-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-webpack",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -31,9 +31,9 @@
3131
"@types/webpack-env": "^1.16.0",
3232
"@vue/compiler-sfc": "^3.0.4",
3333
"@vue/server-renderer": "^3.0.4",
34-
"@vuepress/client": "2.0.0-alpha.16",
35-
"@vuepress/core": "2.0.0-alpha.17",
36-
"@vuepress/utils": "2.0.0-alpha.15",
34+
"@vuepress/client": "2.0.0-alpha.18",
35+
"@vuepress/core": "2.0.0-alpha.18",
36+
"@vuepress/utils": "2.0.0-alpha.18",
3737
"autoprefixer": "^10.1.0",
3838
"copy-webpack-plugin": "^7.0.0",
3939
"css-loader": "^5.0.1",

packages/@vuepress/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)
7+
8+
**Note:** Version bump only for package @vuepress/cli
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
715

816

packages/@vuepress/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/cli",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"description": "CLI package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -30,8 +30,8 @@
3030
"clean": "rimraf lib *.tsbuildinfo"
3131
},
3232
"dependencies": {
33-
"@vuepress/core": "2.0.0-alpha.17",
34-
"@vuepress/utils": "2.0.0-alpha.15",
33+
"@vuepress/core": "2.0.0-alpha.18",
34+
"@vuepress/utils": "2.0.0-alpha.18",
3535
"cac": "^6.7.1",
3636
"chokidar": "^3.4.3",
3737
"envinfo": "^7.7.3",

packages/@vuepress/client/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **client:** load existing head tags on mounted ([15722c5](https://github.com/vuepress/vuepress-next/commit/15722c5175e44a8d6363bfe5f138f2c2c8edeec3))
12+
13+
14+
### Features
15+
16+
* **client:** make usePageFrontmatter generic ([2c5e5c1](https://github.com/vuepress/vuepress-next/commit/2c5e5c1400469a3cb4da2856104514a9413bff8a))
17+
18+
19+
20+
21+
622
# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)
723

824
**Note:** Version bump only for package @vuepress/client

packages/@vuepress/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/client",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.18",
44
"description": "Client package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -28,7 +28,7 @@
2828
"copy": "cpx \"src/**/*.{d.ts,css}\" lib"
2929
},
3030
"dependencies": {
31-
"@vuepress/shared": "2.0.0-alpha.15",
31+
"@vuepress/shared": "2.0.0-alpha.18",
3232
"vue": "^3.0.4",
3333
"vue-router": "^4.0.2"
3434
},

packages/@vuepress/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)
7+
8+
**Note:** Version bump only for package @vuepress/core
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
715

816
**Note:** Version bump only for package @vuepress/core

packages/@vuepress/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"description": "Core package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -26,10 +26,10 @@
2626
"clean": "rimraf lib *.tsbuildinfo"
2727
},
2828
"dependencies": {
29-
"@vuepress/client": "2.0.0-alpha.16",
30-
"@vuepress/markdown": "2.0.0-alpha.16",
31-
"@vuepress/shared": "2.0.0-alpha.15",
32-
"@vuepress/utils": "2.0.0-alpha.15",
29+
"@vuepress/client": "2.0.0-alpha.18",
30+
"@vuepress/markdown": "2.0.0-alpha.18",
31+
"@vuepress/shared": "2.0.0-alpha.18",
32+
"@vuepress/utils": "2.0.0-alpha.18",
3333
"gray-matter": "^4.0.2",
3434
"toml": "^3.0.0"
3535
},

packages/@vuepress/markdown/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **markdown:** load some languages by default to partially avoid prism issue ([48c085a](https://github.com/vuepress/vuepress-next/commit/48c085af6a8751211fe7180a82bb67ff5a7b191f))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)
718

819

packages/@vuepress/markdown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.18",
44
"description": "Markdown package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -27,8 +27,8 @@
2727
},
2828
"dependencies": {
2929
"@types/markdown-it": "^12.0.0",
30-
"@vuepress/shared": "2.0.0-alpha.15",
31-
"@vuepress/utils": "2.0.0-alpha.15",
30+
"@vuepress/shared": "2.0.0-alpha.18",
31+
"@vuepress/utils": "2.0.0-alpha.18",
3232
"markdown-it": "^12.0.3",
3333
"markdown-it-anchor": "^6.0.1",
3434
"markdown-it-emoji": "^2.0.0",

packages/@vuepress/plugin-active-header-links/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-active-header-links
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
715

816
**Note:** Version bump only for package @vuepress/plugin-active-header-links

packages/@vuepress/plugin-active-header-links/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-active-header-links",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"description": "VuePress plugin - active header links",
55
"keywords": [
66
"vuepress-plugin",
@@ -29,9 +29,9 @@
2929
"clean": "rimraf lib *.tsbuildinfo"
3030
},
3131
"dependencies": {
32-
"@vuepress/client": "2.0.0-alpha.16",
33-
"@vuepress/core": "2.0.0-alpha.17",
34-
"@vuepress/utils": "2.0.0-alpha.15",
32+
"@vuepress/client": "2.0.0-alpha.18",
33+
"@vuepress/core": "2.0.0-alpha.18",
34+
"@vuepress/utils": "2.0.0-alpha.18",
3535
"lodash.debounce": "^4.0.8",
3636
"vue": "^3.0.4",
3737
"vue-router": "^4.0.2"

packages/@vuepress/plugin-back-to-top/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-back-to-top
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
715

816
**Note:** Version bump only for package @vuepress/plugin-back-to-top

packages/@vuepress/plugin-back-to-top/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-back-to-top",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"description": "VuePress plugin - back to top",
55
"keywords": [
66
"vuepress-plugin",
@@ -29,8 +29,8 @@
2929
"copy": "cpx \"src/**/*.vue\" lib"
3030
},
3131
"dependencies": {
32-
"@vuepress/core": "2.0.0-alpha.17",
33-
"@vuepress/utils": "2.0.0-alpha.15",
32+
"@vuepress/core": "2.0.0-alpha.18",
33+
"@vuepress/utils": "2.0.0-alpha.18",
3434
"lodash.debounce": "^4.0.8",
3535
"vue": "^3.0.4"
3636
},

packages/@vuepress/plugin-container/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-container
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
715

816
**Note:** Version bump only for package @vuepress/plugin-container

packages/@vuepress/plugin-container/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-container",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"description": "VuePress plugin - markdown container",
55
"keywords": [
66
"vuepress-plugin",
@@ -30,10 +30,10 @@
3030
},
3131
"dependencies": {
3232
"@types/markdown-it": "^12.0.0",
33-
"@vuepress/core": "2.0.0-alpha.17",
34-
"@vuepress/markdown": "2.0.0-alpha.16",
35-
"@vuepress/shared": "2.0.0-alpha.15",
36-
"@vuepress/utils": "2.0.0-alpha.15",
33+
"@vuepress/core": "2.0.0-alpha.18",
34+
"@vuepress/markdown": "2.0.0-alpha.18",
35+
"@vuepress/shared": "2.0.0-alpha.18",
36+
"@vuepress/utils": "2.0.0-alpha.18",
3737
"markdown-it": "^12.0.3",
3838
"markdown-it-container": "^3.0.0"
3939
},

packages/@vuepress/plugin-debug/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-debug
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
715

816
**Note:** Version bump only for package @vuepress/plugin-debug

packages/@vuepress/plugin-debug/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-debug",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"description": "VuePress plugin - debug",
55
"keywords": [
66
"vuepress-plugin",
@@ -29,9 +29,9 @@
2929
"copy": "cpx \"src/**/*.css\" lib"
3030
},
3131
"dependencies": {
32-
"@vuepress/client": "2.0.0-alpha.16",
33-
"@vuepress/core": "2.0.0-alpha.17",
34-
"@vuepress/utils": "2.0.0-alpha.15",
32+
"@vuepress/client": "2.0.0-alpha.18",
33+
"@vuepress/core": "2.0.0-alpha.18",
34+
"@vuepress/utils": "2.0.0-alpha.18",
3535
"vue": "^3.0.4",
3636
"vue-router": "^4.0.2"
3737
},

packages/@vuepress/plugin-docsearch/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-01-17)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-docsearch
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)
715

816
**Note:** Version bump only for package @vuepress/plugin-docsearch

0 commit comments

Comments
 (0)