File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.3] ( https://github.com/vitejs/vite/compare/plugin-vue@1.0.2...plugin-vue@1.0.3 ) (2021-01-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** plugin-vue:** custom block prev handling ([ 8dbc2b4] ( https://github.com/vitejs/vite/commit/8dbc2b47dd8fea4a953fb05057edb47122e2dcb7 ) )
7
+
8
+
9
+ ### Code Refactoring
10
+
11
+ * ** hmr:** pass context object to ` handleHotUpdate ` plugin hook ([ b314771] ( https://github.com/vitejs/vite/commit/b3147710e96a8f88ab81b2e45dbf7e7174ad976c ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * ** hmr:** ` handleHotUpdate ` plugin hook now receives a single
17
+ ` HmrContext ` argument instead of multiple args.
18
+
19
+
20
+
1
21
## [ 1.0.2] ( https://github.com/vitejs/vite/compare/plugin-vue@1.0.2...plugin-vue@1.0.2 ) (2021-01-02)
2
22
3
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitejs/plugin-vue" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Evan You" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments