File tree 2 files changed +24
-5
lines changed
2 files changed +24
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.3.4] ( https://github.com/vitejs/vite-plugin-vue2/compare/v2.3.3...v2.3.4 ) (2025-01-06)
2
+
3
+ ### Bug Fixes
4
+ 热更新失效 #7 ([ #7 ] ( https://github.com/vitejs/vite-plugin-vue/issues/7 ) )
5
+
6
+ fix(hmr): should reload if relies file changed after re-render #471 ([ #471 ] ( https://github.com/vitejs/vite-plugin-vue/pull/471 ) )
7
+
8
+ Fix description: The bugs in vite-plugin-vue also occur in vite-plugin-vue2, and the same solution can be used to fix them.
9
+
10
+ ### Features
11
+
12
+ * feat: Upgrade from version 2.7.0-beta.8 to version 2.7.16.
13
+
14
+
15
+
1
16
## [ 2.3.3] ( https://github.com/vitejs/vite-plugin-vue2/compare/v2.3.2...v2.3.3 ) (2024-11-26)
2
17
3
18
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @vitejs/ plugin-vue2" ,
3
- "version" : " 2.3.3 " ,
2
+ "name" : " @zstings/vite- plugin-vue2" ,
3
+ "version" : " 2.3.4 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Evan You" ,
6
6
"packageManager" :
" [email protected] " ,
29
29
},
30
30
"repository" : {
31
31
"type" : " git" ,
32
- "url" : " git+https://github.com/vitejs /vite-plugin-vue2.git" ,
32
+ "url" : " git+https://github.com/zstings /vite-plugin-vue2.git" ,
33
33
"directory" : " packages/plugin-vue"
34
34
},
35
35
"bugs" : {
36
- "url" : " https://github.com/vitejs /vite-plugin-vue2/issues"
36
+ "url" : " https://github.com/zstings /vite-plugin-vue2/issues"
37
37
},
38
- "homepage" : " https://github.com/vitejs /vite-plugin-vue2/#readme" ,
38
+ "homepage" : " https://github.com/zstings /vite-plugin-vue2/#readme" ,
39
39
"peerDependencies" : {
40
40
"vite" : " ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" ,
41
41
"vue" : " ^2.7.0-0"
61
61
"vite" : " ^3.0.0" ,
62
62
"vitest" : " ^0.15.1" ,
63
63
"vue" : " ^2.7.0-beta.8"
64
+ },
65
+ "publishConfig" : {
66
+ "access" : " public" ,
67
+ "registry" : " https://registry.npmjs.org/"
64
68
}
65
69
}
You can’t perform that action at this time.
0 commit comments