File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.4.0 (2023-10-02)
2
+
3
+ * fix(plugin-vue): re-create filters after updating options (#246 ) ([ c383503] ( https://github.com/vitejs/vite-plugin-vue/commit/c383503 ) ), closes [ #246 ] ( https://github.com/vitejs/vite-plugin-vue/issues/246 )
4
+ * feat: support generated JS imports for external scoped style (#196 ) ([ bd5055d] ( https://github.com/vitejs/vite-plugin-vue/commit/bd5055d ) ), closes [ #196 ] ( https://github.com/vitejs/vite-plugin-vue/issues/196 )
5
+ * chore: add ` @ts-ignore ` when accessing ` legacy?.buildSsrCjsExternalHeuristics ` (#255 ) ([ 04c3b0b] ( https://github.com/vitejs/vite-plugin-vue/commit/04c3b0b ) ), closes [ #255 ] ( https://github.com/vitejs/vite-plugin-vue/issues/255 )
6
+ * refactor(plugin-vue): deprecate reactivity transform ([ 38f8ea5] ( https://github.com/vitejs/vite-plugin-vue/commit/38f8ea5 ) )
7
+ * refactor(plugin-vue): use source-map-js (#247 ) ([ b43690d] ( https://github.com/vitejs/vite-plugin-vue/commit/b43690d ) ), closes [ #247 ] ( https://github.com/vitejs/vite-plugin-vue/issues/247 )
8
+
9
+
10
+
1
11
## <small >4.3.4 (2023-08-28)</small >
2
12
3
13
* chore(deps): update typescript-eslint monorepo to v6 (major) (#210 ) ([ fb07b5b] ( https://github.com/vitejs/vite-plugin-vue/commit/fb07b5b ) ), closes [ #210 ] ( https://github.com/vitejs/vite-plugin-vue/issues/210 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitejs/plugin-vue" ,
3
- "version" : " 4.3.4 " ,
3
+ "version" : " 4.4.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