File tree 13 files changed +28
-12
lines changed
13 files changed +28
-12
lines changed Original file line number Diff line number Diff line change
1
+ # [ 2.0.0-rc.18] ( https://github.com/vuepress/core/compare/v2.0.0-rc.17...v2.0.0-rc.18 ) (2024-10-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** core:** fix app env flag regression (close [ #1612 ] ( https://github.com/vuepress/core/issues/1612 ) ) ([ e693cdc] ( https://github.com/vuepress/core/commit/e693cdc6892aa977dc92c37c4869ad86fa5a8d69 ) )
7
+
8
+
9
+ ### Features
10
+
11
+ * ** core:** improve user config file loading ([ #1615 ] ( https://github.com/vuepress/core/issues/1615 ) ) ([ 01f6ab3] ( https://github.com/vuepress/core/commit/01f6ab3c24d34c85b090656b1352b38913084809 ) )
12
+ * ** markdown:** add isExternal option for linksPlugin (close [ #1611 ] ( https://github.com/vuepress/core/issues/1611 ) ) ([ 41214eb] ( https://github.com/vuepress/core/commit/41214eb4060e6b5537cd1ee25e2803bf1f66a7e6 ) )
13
+ * ** utils:** sync latest sanitizeFileName logic from rollup ([ #1614 ] ( https://github.com/vuepress/core/issues/1614 ) ) ([ aaf3bba] ( https://github.com/vuepress/core/commit/aaf3bba36134fe31518f559f08fbe9dfd8f98c4a ) )
14
+
15
+
16
+
1
17
# [ 2.0.0-rc.17] ( https://github.com/vuepress/core/compare/v2.0.0-rc.16...v2.0.0-rc.17 ) (2024-09-30)
2
18
3
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/e2e" ,
3
- "version" : " 2.0.0-rc.17 " ,
3
+ "version" : " 2.0.0-rc.18 " ,
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/monorepo" ,
3
- "version" : " 2.0.0-rc.17 " ,
3
+ "version" : " 2.0.0-rc.18 " ,
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-rc.17 " ,
3
+ "version" : " 2.0.0-rc.18 " ,
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-rc.17 " ,
3
+ "version" : " 2.0.0-rc.18 " ,
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/bundlerutils" ,
3
- "version" : " 2.0.0-rc.17 " ,
3
+ "version" : " 2.0.0-rc.18 " ,
4
4
"description" : " Utils package of VuePress bundler" ,
5
5
"keywords" : [
6
6
" bundler" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuepress/cli" ,
3
- "version" : " 2.0.0-rc.17 " ,
3
+ "version" : " 2.0.0-rc.18 " ,
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-rc.17 " ,
3
+ "version" : " 2.0.0-rc.18 " ,
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-rc.17 " ,
3
+ "version" : " 2.0.0-rc.18 " ,
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-rc.17 " ,
3
+ "version" : " 2.0.0-rc.18 " ,
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-rc.17 " ,
3
+ "version" : " 2.0.0-rc.18 " ,
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-rc.17 " ,
3
+ "version" : " 2.0.0-rc.18 " ,
4
4
"description" : " Utils 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" ,
3
- "version" : " 2.0.0-rc.17 " ,
3
+ "version" : " 2.0.0-rc.18 " ,
4
4
"description" : " Vue-powered Static Site Generator" ,
5
5
"keywords" : [
6
6
" documentation" ,
You can’t perform that action at this time.
0 commit comments