File tree 32 files changed +63
-31
lines changed
plugin-external-link-icon
plugin-register-components
32 files changed +63
-31
lines changed Original file line number Diff line number Diff line change
1
+ # [ 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)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** cli:** handle config file __ dirname correctly ([ 8171f4d] ( https://github.com/vuepress/vuepress-next/commit/8171f4d58406d95bfe3d415107f6e0b88521e082 ) )
7
+ * ** plugin-active-header-links:** keep query when updating hash (close [ #991 ] ( https://github.com/vuepress/vuepress-next/issues/991 ) ) ([ 0fdb021] ( https://github.com/vuepress/vuepress-next/commit/0fdb021c678d22f435fe8e94375c92f0bee8b125 ) )
8
+ * ** plugin-docsearch:** handle navigation url correctly (close [ #1024 ] ( https://github.com/vuepress/vuepress-next/issues/1024 ) ) ([ b6ded16] ( https://github.com/vuepress/vuepress-next/commit/b6ded16f607f5db5a27967260e7e6b7b69a26c2b ) )
9
+ * ** theme-default:** fix initial open state of sidebar item ([ 392297f] ( https://github.com/vuepress/vuepress-next/commit/392297fa856fd5869de40e4999c5bc4d126a3941 ) )
10
+ * workaround for vite hash issue (close [ #1008 ] ( https://github.com/vuepress/vuepress-next/issues/1008 ) ) ([ f8cdc9e] ( https://github.com/vuepress/vuepress-next/commit/f8cdc9e7adad9ec64986761084ea0656064867a4 ) )
11
+
12
+
13
+ ### Code Refactoring
14
+
15
+ * ** markdown:** bump sfc plugin to v0.9 ([ b0fc856] ( https://github.com/vuepress/vuepress-next/commit/b0fc8566db65cbb8443d9520daaed573a1387f22 ) )
16
+
17
+
18
+ ### Features
19
+
20
+ * ** client:** add devtools custom inspector ([ 5568abe] ( https://github.com/vuepress/vuepress-next/commit/5568abe9d4fde1e0830810ebb449670d85e18dbb ) )
21
+ * ** core:** pass isServer flag to alias and define hooks ([ 7862813] ( https://github.com/vuepress/vuepress-next/commit/7862813cce58160bf6511d50b44c5071602aa404 ) )
22
+ * migrate to pure ESM ([ #1030 ] ( https://github.com/vuepress/vuepress-next/issues/1030 ) ) ([ d283ffe] ( https://github.com/vuepress/vuepress-next/commit/d283ffe3ef0668bfea54e6d973066695f46f13c0 ) )
23
+
24
+
25
+ ### BREAKING CHANGES
26
+
27
+ * VuePress is now published as pure ESM packages
28
+ * CommonJS config file is not supported anymore
29
+ * ** markdown:** type of node-api ` page.sfcBlocks ` has been changed
30
+
31
+
32
+
1
33
# [ 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
34
3
35
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-active-header-links" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - active header links" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-back-to-top" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - back to top" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-container" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - markdown container" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-docsearch" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - docsearch" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-external-link-icon" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - external link icon" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-git" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - git" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-google-analytics" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - google-analytics" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-medium-zoom" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - medium-zoom" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-nprogress" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - nprogress" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-palette" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - palette" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-prismjs" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - prismjs" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-pwa-popup" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - PWA popup" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-pwa" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - progressive web application" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-register-components" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - register-components" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-search" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - built-in search" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-shiki" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - shiki" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-theme-data" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - theme data" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/plugin-toc" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " VuePress plugin - toc" ,
5
5
"keywords" : [
6
6
" vuepress-plugin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/theme-default" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " Default theme of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress-theme" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuepress-vite" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " Vue-powered Static Site Generator" ,
5
5
"keywords" : [
6
6
" documentation" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuepress-webpack" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " Vue-powered Static Site Generator" ,
5
5
"keywords" : [
6
6
" documentation" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuepress" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " Vue-powered Static Site Generator" ,
5
5
"keywords" : [
6
6
" documentation" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/monorepo" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/bundler-vite" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " Bundler vite package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress-bundler" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/bundler-webpack" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " Bundler webpack package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress-bundler" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/cli" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " CLI package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/client" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " Client package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/core" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " Core package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/markdown" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " Markdown package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/shared" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " Utils that shared between VuePress node and client" ,
5
5
"keywords" : [
6
6
" vuepress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/utils" ,
3
- "version" : " 2.0.0-beta.49 " ,
3
+ "version" : " 2.0.0-beta.50 " ,
4
4
"description" : " Utils package of VuePress" ,
5
5
"keywords" : [
6
6
" vuepress" ,
You can’t perform that action at this time.
0 commit comments