Commit a754e1e 1 parent 69d9134 commit a754e1e Copy full SHA for a754e1e
File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.0-beta.0 (2022-06-21)
2
+
3
+ * chore: update major deps (#8572 ) ([ 0e20949] ( https://github.com/vitejs/vite/commit/0e20949 ) ), closes [ #8572 ] ( https://github.com/vitejs/vite/issues/8572 )
4
+ * chore: use ` esno ` to replace ` ts-node ` (#8162 ) ([ c18a5f3] ( https://github.com/vitejs/vite/commit/c18a5f3 ) ), closes [ #8162 ] ( https://github.com/vitejs/vite/issues/8162 )
5
+ * chore: use node prefix (#8309 ) ([ 60721ac] ( https://github.com/vitejs/vite/commit/60721ac ) ), closes [ #8309 ] ( https://github.com/vitejs/vite/issues/8309 )
6
+ * feat: bump minimum node version to 14.18.0 (#8662 ) ([ 8a05432] ( https://github.com/vitejs/vite/commit/8a05432 ) ), closes [ #8662 ] ( https://github.com/vitejs/vite/issues/8662 )
7
+ * feat: expose createFilter util (#8562 ) ([ c5c424a] ( https://github.com/vitejs/vite/commit/c5c424a ) ), closes [ #8562 ] ( https://github.com/vitejs/vite/issues/8562 )
8
+ * refactor: remove hooks ssr param support (#8491 ) ([ f59adf8] ( https://github.com/vitejs/vite/commit/f59adf8 ) ), closes [ #8491 ] ( https://github.com/vitejs/vite/issues/8491 )
9
+ * docs(plugin-vue-jsx): update the options (#8496 ) ([ 0826f7b] ( https://github.com/vitejs/vite/commit/0826f7b ) ), closes [ #8496 ] ( https://github.com/vitejs/vite/issues/8496 )
10
+ * fix(deps): update all non-major dependencies (#8281 ) ([ c68db4d] ( https://github.com/vitejs/vite/commit/c68db4d ) ), closes [ #8281 ] ( https://github.com/vitejs/vite/issues/8281 )
11
+ * fix(deps): update all non-major dependencies (#8391 ) ([ 842f995] ( https://github.com/vitejs/vite/commit/842f995 ) ), closes [ #8391 ] ( https://github.com/vitejs/vite/issues/8391 )
12
+ * feat!: migrate to ESM (#8178 ) ([ 76fdc27] ( https://github.com/vitejs/vite/commit/76fdc27 ) ), closes [ #8178 ] ( https://github.com/vitejs/vite/issues/8178 )
13
+
14
+
15
+
1
16
## 2.0.0-alpha.1 (2022-05-19)
2
17
3
18
* fix: rewrite CJS specific funcs/vars in plugins (#8227 ) ([ 9baa70b] ( https://github.com/vitejs/vite/commit/9baa70b ) ), closes [ #8227 ] ( https://github.com/vitejs/vite/issues/8227 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitejs/plugin-vue-jsx" ,
3
- "version" : " 2.0.0-alpha.1 " ,
3
+ "version" : " 2.0.0-beta.0 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Evan You" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments