v2.0.5
🚀 Features
- Introduce experimental reported tasks - by @sheremet-va in #6149 (13d85)
- This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go!
🐞 Bug Fixes
- Show a difference between string characters if both values are strings - by @sheremet-va in #6191 (29176)
testNamePattern
adds leading space - by @AriPerkkio in #6186 (073a5)- browser:
- Don't bundle
afterEach
cleanup hooks in node entrypoint - by @sheremet-va in #6192 (e6fbc) - UserEvent.setup initiates a separate state for userEvent instance - by @sheremet-va in #6088 (883f3)
- Correctly import optimized module in vi.importActual - by @sheremet-va in #6219 (804ff)
- Passing options to hover/unhover - by @MNeverOff in #6175 (d4c00)
- Improve unique CSS selector generation - by @zacharyvoase and Zack Voase in #6243 (e7acd)
- Don't bundle
- vitest:
- Remove nuxt from auto inline deps - by @sheremet-va (93882)
- Improve
defineProject
anddefineWorkspace
types - by @sheremet-va in #6198 (8cd82) - Correctly resolve mocked
node:*
imports in__mocks__
folder - by @sheremet-va in #6204 (a48be)
- web-worker:
- Expose globals on self - by @sheremet-va in #6170 (12bb5)