Change8

v4.0.0-beta.14

Breaking Changes
📦 vitestView on GitHub →
1 breaking🐛 2 fixes

Summary

This beta release separates browser mode providers into their own packages and includes fixes for test option inheritance and browser command definitions.

⚠️ Breaking Changes

  • Browser mode providers have been moved to separate packages, breaking existing imports. Update imports to use the new packages.

Migration Steps

  1. Install the newly introduced browser provider packages and update any imports that previously referenced the built-in browser provider.

🐛 Bug Fixes

  • Correctly inherit test options on extended tests (commit 15c091a99).
  • Browser: Always define commands to prevent undefined behavior (commit acbe0e973).