Skip to content

Commit 2a2438a

Browse files
committed
build: publish v2.0.0-beta.62
1 parent 644b406 commit 2a2438a

File tree

32 files changed

+66
-31
lines changed

32 files changed

+66
-31
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# [2.0.0-beta.62](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.61...v2.0.0-beta.62) (2023-05-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** ensure page.title isString (close [#1306](https://github.com/vuepress/vuepress-next/issues/1306)) ([#1308](https://github.com/vuepress/vuepress-next/issues/1308)) ([644b406](https://github.com/vuepress/vuepress-next/commit/644b406e3516a44edd063a13f7fbfb27952ada85))
7+
* **plugin-docsearch:** allow using slash key to init docsearch ([#1323](https://github.com/vuepress/vuepress-next/issues/1323)) ([3382bb1](https://github.com/vuepress/vuepress-next/commit/3382bb1763eec68f3f0380a9ec887f0b0a3b0e95))
8+
* **plugin-theme-data:** remove locales field in themeLocaleData (close [#1287](https://github.com/vuepress/vuepress-next/issues/1287)) ([#1313](https://github.com/vuepress/vuepress-next/issues/1313)) ([d91996f](https://github.com/vuepress/vuepress-next/commit/d91996fd0864abd5029e4c4cff319db48be06b47))
9+
10+
11+
### Build System
12+
13+
* bump dependencies, drop node 14 ([#1311](https://github.com/vuepress/vuepress-next/issues/1311)) ([a8c30ee](https://github.com/vuepress/vuepress-next/commit/a8c30ee8f6a91efd8860575754766d4c186460c2))
14+
15+
16+
### Features
17+
18+
* bump vue to 3.3 ([#1327](https://github.com/vuepress/vuepress-next/issues/1327)) ([bebadea](https://github.com/vuepress/vuepress-next/commit/bebadeaf8c25104c2f9e9cf53685766c3844db1a))
19+
* **bundler-vite:** bump vite to 4.3 and temporarily remove manualChunks ([#1328](https://github.com/vuepress/vuepress-next/issues/1328)) ([031563e](https://github.com/vuepress/vuepress-next/commit/031563e5aa2e0eb99e3ba3702f0a1c6978bbbfc3))
20+
* **markdown:** support relative image links without `./` ([#1103](https://github.com/vuepress/vuepress-next/issues/1103)) ([b7d71be](https://github.com/vuepress/vuepress-next/commit/b7d71be8760a025694a9a522b0e354217c1c4111))
21+
* **theme-default:** improve css variable acquisition ([#1322](https://github.com/vuepress/vuepress-next/issues/1322)) ([eb0d0ea](https://github.com/vuepress/vuepress-next/commit/eb0d0eaa4a57843838c6e564a8ced164b34d7677))
22+
23+
24+
### Performance Improvements
25+
26+
* **shared:** reduce regexp match usage ([#1315](https://github.com/vuepress/vuepress-next/issues/1315)) ([23bdec6](https://github.com/vuepress/vuepress-next/commit/23bdec6969b9666b800e0ebeb9e9b3a6ed05ef98))
27+
28+
29+
### BREAKING CHANGES
30+
31+
* **markdown:** for markdown image syntax `![alt](path)`, paths without `./` or `/` or protocol will be treated as relative links
32+
* drop support for node 14
33+
34+
35+
136
# [2.0.0-beta.61](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.60...v2.0.0-beta.61) (2023-02-27)
237

338

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.61",
3+
"version": "2.0.0-beta.62",
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.61",
3+
"version": "2.0.0-beta.62",
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.61",
3+
"version": "2.0.0-beta.62",
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.61",
3+
"version": "2.0.0-beta.62",
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.61",
3+
"version": "2.0.0-beta.62",
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.61",
3+
"version": "2.0.0-beta.62",
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.61",
3+
"version": "2.0.0-beta.62",
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.61",
3+
"version": "2.0.0-beta.62",
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.61",
3+
"version": "2.0.0-beta.62",
44
"description": "VuePress plugin - nprogress",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)