File tree Expand file tree Collapse file tree 2 files changed +24
-5
lines changed Expand file tree Collapse file tree 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+
116## [ 2.3.3] ( https://github.com/vitejs/vite-plugin-vue2/compare/v2.3.2...v2.3.3 ) (2024-11-26)
217
318
Original file line number Diff line number Diff line change 11{
2- "name" : " @vitejs/ plugin-vue2" ,
3- "version" : " 2.3.3 " ,
2+ "name" : " @zstings/vite- plugin-vue2" ,
3+ "version" : " 2.3.4 " ,
44 "license" : " MIT" ,
55 "author" : " Evan You" ,
66 "packageManager" :
" [email protected] " ,
2929 },
3030 "repository" : {
3131 "type" : " git" ,
32- "url" : " git+https://github.com/vitejs /vite-plugin-vue2.git" ,
32+ "url" : " git+https://github.com/zstings /vite-plugin-vue2.git" ,
3333 "directory" : " packages/plugin-vue"
3434 },
3535 "bugs" : {
36- "url" : " https://github.com/vitejs /vite-plugin-vue2/issues"
36+ "url" : " https://github.com/zstings /vite-plugin-vue2/issues"
3737 },
38- "homepage" : " https://github.com/vitejs /vite-plugin-vue2/#readme" ,
38+ "homepage" : " https://github.com/zstings /vite-plugin-vue2/#readme" ,
3939 "peerDependencies" : {
4040 "vite" : " ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" ,
4141 "vue" : " ^2.7.0-0"
6161 "vite" : " ^3.0.0" ,
6262 "vitest" : " ^0.15.1" ,
6363 "vue" : " ^2.7.0-beta.8"
64+ },
65+ "publishConfig" : {
66+ "access" : " public" ,
67+ "registry" : " https://registry.npmjs.org/"
6468 }
6569}
You can’t perform that action at this time.
0 commit comments