Skip to content

Commit 0e06553

Browse files
committed
build: publish v2.0.0-beta.51
1 parent ea0a2b2 commit 0e06553

File tree

32 files changed

+60
-31
lines changed

32 files changed

+60
-31
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# [2.0.0-beta.51](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.50...v2.0.0-beta.51) (2022-08-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **bundler-vite:** do not change output entry of client bundle (close [#1043](https://github.com/vuepress/vuepress-next/issues/1043)) ([b3565cb](https://github.com/vuepress/vuepress-next/commit/b3565cba73d0e87540b563d86792bbd2bd219de0))
7+
* **bundler-webpack:** add extensionAlias config ([697e7ae](https://github.com/vuepress/vuepress-next/commit/697e7aef4b27e4b4743895c84860d09681ad0e29))
8+
* **core:** resolve app version correctly ([2a93513](https://github.com/vuepress/vuepress-next/commit/2a935136fca8980cf89146e6d6f1b0a42a50b700))
9+
10+
11+
### Features
12+
13+
* **client:** make args of defineClientConfig optional ([e418e02](https://github.com/vuepress/vuepress-next/commit/e418e02b8c6bb179fd2aae2ce1abb9341038e2d0))
14+
* support layouts option in client config ([#1053](https://github.com/vuepress/vuepress-next/issues/1053)) ([a67a0bf](https://github.com/vuepress/vuepress-next/commit/a67a0bfd806bda548532836ebf8ec1704b7bcb8a))
15+
16+
17+
### Performance Improvements
18+
19+
* reduce memory usage during rendering ([ea0a2b2](https://github.com/vuepress/vuepress-next/commit/ea0a2b213a107c7972da63dededc163c716185d6))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* theme API `layouts` has been removed, layouts should be set in client config instead of theme entry
25+
* `404` layout should be renamed to `NotFound` layout
26+
* node API `app.layouts` has been removed
27+
28+
29+
130
# [2.0.0-beta.50](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.49...v2.0.0-beta.50) (2022-08-23)
231

332

ecosystem/plugin-active-header-links/package.json

Lines changed: 1 addition & 1 deletion
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-beta.50",
3+
"version": "2.0.0-beta.51",
44
"description": "VuePress plugin - active header links",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-back-to-top/package.json

Lines changed: 1 addition & 1 deletion
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-beta.50",
3+
"version": "2.0.0-beta.51",
44
"description": "VuePress plugin - back to top",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-container",
3-
"version": "2.0.0-beta.50",
3+
"version": "2.0.0-beta.51",
44
"description": "VuePress plugin - markdown container",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-docsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-docsearch",
3-
"version": "2.0.0-beta.50",
3+
"version": "2.0.0-beta.51",
44
"description": "VuePress plugin - docsearch",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-external-link-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-external-link-icon",
3-
"version": "2.0.0-beta.50",
3+
"version": "2.0.0-beta.51",
44
"description": "VuePress plugin - external link icon",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-git",
3-
"version": "2.0.0-beta.50",
3+
"version": "2.0.0-beta.51",
44
"description": "VuePress plugin - git",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-google-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-google-analytics",
3-
"version": "2.0.0-beta.50",
3+
"version": "2.0.0-beta.51",
44
"description": "VuePress plugin - google-analytics",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-medium-zoom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-medium-zoom",
3-
"version": "2.0.0-beta.50",
3+
"version": "2.0.0-beta.51",
44
"description": "VuePress plugin - medium-zoom",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-nprogress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-nprogress",
3-
"version": "2.0.0-beta.50",
3+
"version": "2.0.0-beta.51",
44
"description": "VuePress plugin - nprogress",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)