Sourced from @vitest/browser-playwright's releases.
v4.1.10
🐞 Bug Fixes
- browser: Check fs access in builtin commands [backport to v4] - by
@hi-ogawa, Hiroshi Ogawa and OpenCode (claude-opus-4-8) in vitest-dev/vitest#10680 (5c18d)- vm: Fix external module resolve error with deps optimizer query for encoded URI [backport to v4] - by
@SveLiland@hi-ogawain vitest-dev/vitest#10661 (bae52)View changes on GitHub
v4.1.9
🐞 Bug Fixes
- Fix
importOriginalwith optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in vitest-dev/vitest#10546 (a5180)- browser:
- Wait for orchestrator readiness before resolving browser sessions [backport to v4] - by Vladimir and Séamus O'Connor in vitest-dev/vitest#10555 (7fb29)
- Wait for iframe tester readiness before preparing [backport to v4] - by Vladimir and Séamus O'Connor in vitest-dev/vitest#10497 and vitest-dev/vitest#10556 (fbc62)
- mocker:
- Hoist vi.mock() for vite-plus/test imports [backport to v4] - by Hiroshi Ogawa, LongYinan, Claude Opus 4.8 and Vladimir in vitest-dev/vitest#10548 (2c955)
- pool:
- Prevent test run hang on worker crash [backport to v4] - by Ari Perkkiö and Jattioui Ismail in vitest-dev/vitest#10543 and vitest-dev/vitest#10564 (934b0)
View changes on GitHub
v4.1.8
🐞 Bug Fixes
- browser:
- Disable client
cdpAPI whenallowWrite/allowExec: false[backport to v4] - by@hi-ogawaand Codex in vitest-dev/vitest#10450 (e4067)- Remove orphaned Playwright route when same module is mocked via multiple ids [backport to v4] - by
@toxikand@Zelys-DFKHin vitest-dev/vitest#10474 (675b4)View changes on GitHub
db616d2
chore: release v4.1.10 (#10718)5c18dd2
fix(browser): check fs access in builtin commands [backport to v4] (#10680)a7a61e7
chore: release v4.1.9 (#10598)e61f2dd
chore: release v4.1.8675b434
fix(browser): remove orphaned Playwright route when same module is
mocked via...e4067b3
fix(browser): disable client cdp API when
allowWrite/allowExec: false [ba...