File tree Expand file tree Collapse file tree 3 files changed +1293
-1237
lines changed Expand file tree Collapse file tree 3 files changed +1293
-1237
lines changed Original file line number Diff line number Diff line change 1+ ## 4.2.0-beta.0 (2023-04-17)
2+
3+ * fix: check presence of magic-string instance when using rewriteDefaultAST ([ 094f784] ( https://github.com/vitejs/vite-plugin-vue/commit/094f784 ) )
4+ * fix(deps): update all non-major dependencies (#82 ) ([ b274436] ( https://github.com/vitejs/vite-plugin-vue/commit/b274436 ) ), closes [ #82 ] ( https://github.com/vitejs/vite-plugin-vue/issues/82 )
5+ * fix(vue): retrieve rewritten code (#139 ) ([ 199f0cb] ( https://github.com/vitejs/vite-plugin-vue/commit/199f0cb ) ), closes [ #139 ] ( https://github.com/vitejs/vite-plugin-vue/issues/139 )
6+ * chore: format ([ 328fc10] ( https://github.com/vitejs/vite-plugin-vue/commit/328fc10 ) )
7+ * refactor: reuse script ast for rewriting default (#136 ) ([ 9d84656] ( https://github.com/vitejs/vite-plugin-vue/commit/9d84656 ) ), closes [ #136 ] ( https://github.com/vitejs/vite-plugin-vue/issues/136 )
8+ * refactor: use compiler-sfc 3.3 genDefaultAs option to avoid rewriteDefault ([ 2c35a66] ( https://github.com/vitejs/vite-plugin-vue/commit/2c35a66 ) )
9+
10+
11+
112## 4.1.0 (2023-03-16)
213
314* fix: avoid resolving to 2.7 compiler-sfc ([ cf36b3e] ( https://github.com/vitejs/vite-plugin-vue/commit/cf36b3e ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @vitejs/plugin-vue" ,
3- "version" : " 4.1 .0" ,
3+ "version" : " 4.2.0-beta .0" ,
44 "license" : " MIT" ,
55 "author" : " Evan You" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments