File tree 2 files changed +15
-1
lines changed 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## <small >5.0.9 (2023-12-14)</small >
2
+
3
+ * fix: htmlFallbackMiddleware for favicon (#15301 ) ([ c902545] ( https://github.com/vitejs/vite/commit/c902545 ) ), closes [ #15301 ] ( https://github.com/vitejs/vite/issues/15301 )
4
+ * fix: more stable hash calculation for depsOptimize (#15337 ) ([ 2b39fe6] ( https://github.com/vitejs/vite/commit/2b39fe6 ) ), closes [ #15337 ] ( https://github.com/vitejs/vite/issues/15337 )
5
+ * fix(scanner): catch all external files for glob imports (#15286 ) ([ 129d0d0] ( https://github.com/vitejs/vite/commit/129d0d0 ) ), closes [ #15286 ] ( https://github.com/vitejs/vite/issues/15286 )
6
+ * fix(server): avoid chokidar throttling on startup (#15347 ) ([ 56a5740] ( https://github.com/vitejs/vite/commit/56a5740 ) ), closes [ #15347 ] ( https://github.com/vitejs/vite/issues/15347 )
7
+ * fix(worker): replace ` import.meta ` correctly for IIFE worker (#15321 ) ([ 08d093c] ( https://github.com/vitejs/vite/commit/08d093c ) ), closes [ #15321 ] ( https://github.com/vitejs/vite/issues/15321 )
8
+ * feat: log re-optimization reasons (#15339 ) ([ b1a6c84] ( https://github.com/vitejs/vite/commit/b1a6c84 ) ), closes [ #15339 ] ( https://github.com/vitejs/vite/issues/15339 )
9
+ * chore: temporary typo (#15329 ) ([ 7b71854] ( https://github.com/vitejs/vite/commit/7b71854 ) ), closes [ #15329 ] ( https://github.com/vitejs/vite/issues/15329 )
10
+ * perf: avoid computing paths on each request (#15318 ) ([ 0506812] ( https://github.com/vitejs/vite/commit/0506812 ) ), closes [ #15318 ] ( https://github.com/vitejs/vite/issues/15318 )
11
+ * perf: temporary hack to avoid fs checks for /@react-refresh (#15299 ) ([ b1d6211] ( https://github.com/vitejs/vite/commit/b1d6211 ) ), closes [ #15299 ] ( https://github.com/vitejs/vite/issues/15299 )
12
+
13
+
14
+
1
15
## <small >5.0.8 (2023-12-12)</small >
2
16
3
17
* perf: cached fs utils (#15279 ) ([ c9b61c4] ( https://github.com/vitejs/vite/commit/c9b61c4 ) ), closes [ #15279 ] ( https://github.com/vitejs/vite/issues/15279 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite" ,
3
- "version" : " 5.0.8 " ,
3
+ "version" : " 5.0.9 " ,
4
4
"type" : " module" ,
5
5
"license" : " MIT" ,
6
6
"author" : " Evan You" ,
You can’t perform that action at this time.
0 commit comments