Skip to content

v0.26.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 10:42
· 1281 commits to main since this release

   🚨 Breaking Changes

  • vite-node: Rewrite how vite-node resolves id  -  by @sheremet-va in #2463 (58ee8)
  • Correctly interop nested default for external and inlined modules  -  by @sheremet-va in #2512 (084e9)
    • If your environment is node, Vitest will not resolve invalid named exports (exports that are on "default" property will not magically appear as named exports), unless deps.interopDefault is enabled, or dependency is in deps.inline. This change doesn't affect jsdom, happy-dom or edge environments.
  • web-worker: Make web-worker implementation more compatible with spec  -  by @sheremet-va in #2431 (c3a63)
    • Messages are now cloned with structuredClone, if it's available, or fallbacks to a polyfill.
    • Added support for SharedWorker

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub