🚨 Breaking Changes
- Apply Vite resolving algorithm to node_modules libraries - by @sheremet-va in #1673
🚀 Features
- Add option for ignoring unhandled errors - by @DerYeger in #1678
- vite-node: Allow dumpping the transformed code to debug - by @antfu in #1723
🐞 Bug Fixes
- Don't clear mocks with vi.resetModules, cache normalised mock paths - by @sheremet-va in #1726
- Improve execution time counter - by @antfu (0d1f1)
- browser: Wait for files scanning in browser - by @Aslemammad in #1704
- coverage: Include
clover
reporter by default - by @antfu (5862e) - jsdom: Use jsdom ArrayBuffer instead of Node, if jsdom is enabled - by @sheremet-va in #1727
- types: Fix MockedClass typeParams - by @Tanimodori in #1735
- ui: Do not load graph if never displayed (fix #1602) - by @MPeloquin in #1719