v2.0.2
版本发布时间: 2024-07-10 23:47:17
vitest-dev/vitest最新发布版本:v2.1.0-beta.6(2024-08-20 21:19:10)
🐞 Bug Fixes
-
browser:
- Remove @vitest/runner > pretty-format from prebundling because it doesn't exist - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6075 (a169d)
- Inline pretty-format and replace picocolors with tinyrainbow - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6077 (80a43)
- Remove
crypto.randomUUID
from the client - by @userquin in https://github.com/vitest-dev/vitest/issues/6079 (04c83) - Correctly overwrite loupe require - by @sheremet-va (756ac)
- Dedupe @vitest/browser/client - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6081 (ee725)
- Don't release keyboard automatically - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6083 (58fac)
-
ui:
- Test files notified only when running - by @userquin in https://github.com/vitest-dev/vitest/issues/6069 (af7fe)
- Encode html entities in task name - by @userquin and @sheremet-va in https://github.com/vitest-dev/vitest/issues/6070 (7f0cc)
-
web-worker:
- Peer dependency version on
vitest
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6060 (95a2d)
- Peer dependency version on
🏎 Performance
- browser: Don't import msw if no modules are mocked - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6073 (aa527)