Skip to content

Commit 8880fad

Browse files
committed
build: publish v2.0.0-beta.49
1 parent aaec28a commit 8880fad

File tree

32 files changed

+68
-31
lines changed

32 files changed

+68
-31
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# [2.0.0-beta.49](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.48...v2.0.0-beta.49) (2022-07-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **bundler-vite:** handle process.env replacement in dev ([20f8a3f](https://github.com/vuepress/vuepress-next/commit/20f8a3f8d4079cb056188f57162c74b4bc0ced65))
7+
* **cli:** check dest path correctly (close [#954](https://github.com/vuepress/vuepress-next/issues/954)) ([6a18c91](https://github.com/vuepress/vuepress-next/commit/6a18c91af5bcd756fce7085b6e5dc106a05c4f7a))
8+
* **theme-default:** fallback select language aria-label correctly ([d450478](https://github.com/vuepress/vuepress-next/commit/d4504788a2223839950d8e0488bdf7b05e20626a))
9+
* **theme-default:** fix 404 page style regression (close [#963](https://github.com/vuepress/vuepress-next/issues/963)) ([6a26f0b](https://github.com/vuepress/vuepress-next/commit/6a26f0b23c9a3be35ec571590b7d15bb4c965607))
10+
* **theme-default:** fix minor issues of collapsible sidebar (close [#967](https://github.com/vuepress/vuepress-next/issues/967)) ([022e611](https://github.com/vuepress/vuepress-next/commit/022e61108f2f80b1817a0e9a58c735916d8cc106))
11+
* **theme-default:** make headings anchor non-selectable ([#973](https://github.com/vuepress/vuepress-next/issues/973)) ([5020fc1](https://github.com/vuepress/vuepress-next/commit/5020fc1d9cb5fbc1adbc9e2581bdf0766adfd1c6))
12+
13+
14+
### Code Refactoring
15+
16+
* **markdown:** externalize custom component plugin ([a1909c0](https://github.com/vuepress/vuepress-next/commit/a1909c01a2e9db49b989f7bd64f37d3d9e9d5483))
17+
* **markdown:** externalize headers and title plugin ([8441569](https://github.com/vuepress/vuepress-next/commit/84415691662b7452f09ed04d2b80d92e4c9a2e8e))
18+
* **markdown:** externalize sfc plugin ([a23aaa1](https://github.com/vuepress/vuepress-next/commit/a23aaa142d5fc8979adb14e468b7aadc2c062b84))
19+
20+
21+
### Features
22+
23+
* **markdown:** support frontmatter options ([6056e37](https://github.com/vuepress/vuepress-next/commit/6056e37342d2851b8320cd9f7e6bd5f04649194f))
24+
* **theme-default:** try to keep current hash across languages ([a13c1e7](https://github.com/vuepress/vuepress-next/commit/a13c1e792126a89d6a45afc85a49486d1bc069f9))
25+
* **utils:** add isChildPath util ([698e599](https://github.com/vuepress/vuepress-next/commit/698e5998956f149a00b1dd12706285d264b896ab))
26+
27+
28+
### BREAKING CHANGES
29+
30+
* **markdown:** `markdown.extractHeaders` has been renamed to `markdown.headers`
31+
* **markdown:** `markdown.extractTitle` has been renamed to `markdown.title`
32+
* **markdown:** `markdown.hoistTags` has been renamed to `markdown.sfc`
33+
* **markdown:** node-api `page.hoistedTags` has been renamed to `page.sfcBlocks`
34+
* **markdown:** `markdown.customComponent` has been renamed to `markdown.component`
35+
36+
37+
138
# [2.0.0-beta.48](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.47...v2.0.0-beta.48) (2022-06-11)
239

340

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/monorepo",
3-
"version": "2.0.0-beta.48",
3+
"version": "2.0.0-beta.49",
44
"private": true,
55
"scripts": {
66
"build": "pnpm build:all && pnpm build:copy",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-vite",
3-
"version": "2.0.0-beta.48",
3+
"version": "2.0.0-beta.49",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-bundler",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-webpack",
3-
"version": "2.0.0-beta.48",
3+
"version": "2.0.0-beta.49",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress-bundler",

packages/@vuepress/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/cli",
3-
"version": "2.0.0-beta.48",
3+
"version": "2.0.0-beta.49",
44
"description": "CLI package of VuePress",
55
"keywords": [
66
"vuepress",

packages/@vuepress/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/client",
3-
"version": "2.0.0-beta.48",
3+
"version": "2.0.0-beta.49",
44
"description": "Client package of VuePress",
55
"keywords": [
66
"vuepress",

packages/@vuepress/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-beta.48",
3+
"version": "2.0.0-beta.49",
44
"description": "Core package of VuePress",
55
"keywords": [
66
"vuepress",

packages/@vuepress/markdown/package.json

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

packages/@vuepress/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.48",
3+
"version": "2.0.0-beta.49",
44
"description": "VuePress plugin - active header links",
55
"keywords": [
66
"vuepress-plugin",

packages/@vuepress/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.48",
3+
"version": "2.0.0-beta.49",
44
"description": "VuePress plugin - back to top",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)