Skip to content

Releases: vitest-dev/vitest

v3.0.2

17 Jan 14:26
f17918a
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v3.0.1

16 Jan 19:33
56c5018
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0

16 Jan 14:08
01600e0
Compare
Choose a tag to compare

Vitest 3 is here! There are a few breaking changes, but we expect the migration to be smooth. This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

   🚨 Breaking Changes

   🚀 Features

Read more

v3.0.0-beta.4

08 Jan 14:24
57b671d
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0-beta.3

20 Dec 16:33
f9a6284
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0-beta.2

10 Dec 10:22
2ff018a
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0-beta.1

05 Dec 17:34
d93989e
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

We decided to skip Vitest 2.2 and release Vitest 3 with support for Vite 6 instead. There will be no more Vitest 2 versions. Vitest 3 is the first version that supports Vite 6 (excluding 2.1.6). We aim to have a stable release in January.

Vitest 3 is our first step to standardising the public Node.js API. We plan to remove the experimental tag from the current APIs in Vitest 3.1 - the API will follow semver after that.

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.1.8

02 Dec 14:46
d69cc75
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.1.7

02 Dec 09:49
81ed45b
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Revert support for Vite 6  -  by @sheremet-va (fbe5c)
    • This introduced some breaking changes (#6992). We will enable support for it later. In the meantime, you can still use pnpm.overrides or yarn resolutions to override the vite version in the vitest package - the APIs are compatible.
    View changes on GitHub

v2.1.6

26 Nov 12:24
b936702
Compare
Choose a tag to compare

🚀 Features

  • Support Vite 6
    View changes on GitHub