v7.1.11
#vite #frontend
7.1.11 (2025-10-20)
Bug Fixes
● dev: trim trailing slash before
Miscellaneous Chores
● deps: update all non-major dependencies (#20966) (6fb41a2)
Code Refactoring
● use subpath imports for types module reference (#20921) (d0094af)
Build System
● remove cjs reference in files field (#20945) (ef411ce)
● remove hash from built filenames (#20946) (a817307)
#vite #frontend
7.1.11 (2025-10-20)
Bug Fixes
● dev: trim trailing slash before
server.fs.deny check (#20968) (f479cc5)Miscellaneous Chores
● deps: update all non-major dependencies (#20966) (6fb41a2)
Code Refactoring
● use subpath imports for types module reference (#20921) (d0094af)
Build System
● remove cjs reference in files field (#20945) (ef411ce)
● remove hash from built filenames (#20946) (a817307)
v7.0.8
#vite #frontend
7.0.8 (2025-10-20)
Bug Fixes
● dev: trim trailing slash before
7.0.7 (2025-09-08)
Bug Fixes
● apply
● upgrade sirv to 3.0.2 (#20735) (63e2a5d)
Tests
● detect ts support via
#vite #frontend
7.0.8 (2025-10-20)
Bug Fixes
● dev: trim trailing slash before
server.fs.deny check (#20968) (6a6db37)7.0.7 (2025-09-08)
Bug Fixes
● apply
fs.strict check to HTML files (#20736) (6f01ff4)● upgrade sirv to 3.0.2 (#20735) (63e2a5d)
Tests
● detect ts support via
process.features (#20544) (45fdb16)v6.4.1
#vite #frontend
6.4.1 (2025-10-20)
● fix(dev): trim trailing slash before
6.4.0 (2025-10-15)
● feat: allow passing down resolved config to vite's createServer (#20932) (ca6455e), closes #20932
6.3.7 (2025-10-14)
● fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (#20940) (c59a222), closes #20940
#vite #frontend
6.4.1 (2025-10-20)
● fix(dev): trim trailing slash before
server.fs.deny check (#20968) (#20969) (1114b5d), closes #20968 #209696.4.0 (2025-10-15)
● feat: allow passing down resolved config to vite's createServer (#20932) (ca6455e), closes #20932
6.3.7 (2025-10-14)
● fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (#20940) (c59a222), closes #20940
v4.0.1
#vitest #frontend
🐞 Bug Fixes
● Move the
● pool: Don't teardown the communication channel too soon if something is running after the test - by @sheremet-va in #8767 (3fae7)
View changes on GitHub
#vitest #frontend
🐞 Bug Fixes
● Move the
getBuiltins check - by @sheremet-va in #8765 (81000)● pool: Don't teardown the communication channel too soon if something is running after the test - by @sheremet-va in #8767 (3fae7)
View changes on GitHub
v4.0.2
#vitest #frontend
🐞 Bug Fixes
● browser: ● Don't print the deprecation notice in node_modules - by @sheremet-va in #8779 (588f7)
● pool: ● Assign envs before running tests to keep in sync with process.env - by @sheremet-va in #8769 (26ce8)
● spy: ● Properly inherit implementation's
View changes on GitHub
#vitest #frontend
🐞 Bug Fixes
● browser: ● Don't print the deprecation notice in node_modules - by @sheremet-va in #8779 (588f7)
● pool: ● Assign envs before running tests to keep in sync with process.env - by @sheremet-va in #8769 (26ce8)
● spy: ● Properly inherit implementation's
length - by @sheremet-va in #8778 (d4c2b) ● Reset spies if both restoreMocks and mockReset is set in the config - by @sheremet-va in #8781 (2eedb)View changes on GitHub
v4.0.3
#vitest #frontend
🐞 Bug Fixes
● Preserve reporter options from config when CLI reporters override them - by @Copilot and sheremet-va in #8794 (15552)
● browser: More stable in-source testing validation - by @sheremet-va in #8793 (62297)
● happy-dom: Support fetch globals - by @sheremet-va in #8791 (0fb74)
● init: Use correct jsx/tsx extension - by @sheremet-va in #8792 (abc04)
View changes on GitHub
#vitest #frontend
🐞 Bug Fixes
● Preserve reporter options from config when CLI reporters override them - by @Copilot and sheremet-va in #8794 (15552)
● browser: More stable in-source testing validation - by @sheremet-va in #8793 (62297)
● happy-dom: Support fetch globals - by @sheremet-va in #8791 (0fb74)
● init: Use correct jsx/tsx extension - by @sheremet-va in #8792 (abc04)
View changes on GitHub
v7.2.0-beta.1
#vite #frontend
7.2.0-beta.1 (2025-10-29)
Bug Fixes
● increase stream reset rate limit for HTTP2 (#21024) (4f44f22)
● optimizer: externalize virtual modules for html like files (#21001) (e5af352)
Documentation
● clarify the values are escaped automatically (#21017) (246df13)
Code Refactoring
● use
#vite #frontend
7.2.0-beta.1 (2025-10-29)
Bug Fixes
● increase stream reset rate limit for HTTP2 (#21024) (4f44f22)
● optimizer: externalize virtual modules for html like files (#21001) (e5af352)
Documentation
● clarify the values are escaped automatically (#21017) (246df13)
Code Refactoring
● use
fs.cpSync (#21019) (a2df778)