File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.2.0-beta.1 (2023-04-18)
2
+
3
+ * perf: only record type deps map in dev ([ 605b3b0] ( https://github.com/vitejs/vite-plugin-vue/commit/605b3b0 ) )
4
+ * chore: bump vue dev dep ([ 1f2155a] ( https://github.com/vitejs/vite-plugin-vue/commit/1f2155a ) )
5
+ * chore: bump vue dev dep (trying windows fix) ([ 6513ecf] ( https://github.com/vitejs/vite-plugin-vue/commit/6513ecf ) )
6
+ * chore: remove unused export ([ d73c8e7] ( https://github.com/vitejs/vite-plugin-vue/commit/d73c8e7 ) )
7
+ * fix: ensure canInlineMain logic is identical with before refactor ([ e6c5a90] ( https://github.com/vitejs/vite-plugin-vue/commit/e6c5a90 ) )
8
+ * feat: support 3.3 imported types in SFC macros ([ c891652] ( https://github.com/vitejs/vite-plugin-vue/commit/c891652 ) )
9
+
10
+
11
+
1
12
## 4.2.0-beta.0 (2023-04-17)
2
13
3
14
* fix: check presence of magic-string instance when using rewriteDefaultAST ([ 094f784] ( https://github.com/vitejs/vite-plugin-vue/commit/094f784 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitejs/plugin-vue" ,
3
- "version" : " 4.2.0-beta.0 " ,
3
+ "version" : " 4.2.0-beta.1 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Evan You" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments