Skip to content

Releases: vitest-dev/vitest

v2.1.0-beta.6

20 Aug 13:19
8ac7011
Compare
Choose a tag to compare
v2.1.0-beta.6 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.1.0-beta.5

12 Aug 11:48
72056b5
Compare
Choose a tag to compare
v2.1.0-beta.5 Pre-release
Pre-release

   🚀 Features

  • vitest: Add "provide" option  -  by @sheremet-va in #6253 (4409d)
  • browser: Recommend using vitest-browser-vue, vitest-browser-svelte or vitest-browser-react with built-in locators instead of @testing-library/framework packages (d79511)
    • Using built-in locators solves several issues we encountered after the Browser Mode rewrite in Vitest 2:
    • They support Shadow DOM unlike testing-library that relies solely on querySelector and closest
    • Having a single query mechanism between all frameworks and providers allows us to give users easy-to-understand examples which makes documenting it much easier
    • All locators have the retry-ability mechanism built-in when using .click/.fill and other userEvent methods
    • Locators use Playwright implementation which allows us to reuse established selectors from Playwright ecosystem

   🐞 Bug Fixes

    View changes on GitHub

v2.1.0-beta.4

07 Aug 11:43
67b086b
Compare
Choose a tag to compare
v2.1.0-beta.4 Pre-release
Pre-release

   🐞 Bug Fixes

  • browser: Keep querying elements even if locator is created with elementLocator, add pubic @vitest/browser/utils  -  by @sheremet-va in #6296 (30dc5)
    View changes on GitHub

v2.1.0-beta.3

07 Aug 08:17
73abf30
Compare
Choose a tag to compare
v2.1.0-beta.3 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v2.1.0-beta.2

07 Aug 07:57
f41dda4
Compare
Choose a tag to compare
v2.1.0-beta.2 Pre-release
Pre-release

No significant changes

    View changes on GitHub

v2.1.0-beta.1

07 Aug 06:22
9ddbeda
Compare
Choose a tag to compare
v2.1.0-beta.1 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.5

31 Jul 10:40
99452a7
Compare
Choose a tag to compare

   🚀 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

    View changes on GitHub

v2.0.4

22 Jul 09:14
400481f
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.0.3

15 Jul 10:04
81b8d67
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.2

10 Jul 15:47
99a12ae
Compare
Choose a tag to compare

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub