File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 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+
111## <small >4.3.4 (2023-08-28)</small >
212
313* 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 11{
22 "name" : " @vitejs/plugin-vue" ,
3- "version" : " 4.3.4 " ,
3+ "version" : " 4.4.0 " ,
44 "license" : " MIT" ,
55 "author" : " Evan You" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments