Skip to content

Releases: vitest-dev/vitest-browser-react

v2.0.0-beta.3

06 Aug 15:18
9fa884e
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

   🚀 Features

    View changes on GitHub

v2.0.0-beta.2

05 Aug 13:23
c4d78b7
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

   🚀 Features

    View changes on GitHub

v2.0.0-beta.1

23 Jul 12:35
4e723ae
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

   🚨 Breaking Changes

This release changes the signature of render and renderHook functions. They now return a Promise:

- const screen = render(<Component count={1} />)
+ const screen = await render(<Component count={1} />)
    View changes on GitHub

v1.0.1

22 Jul 15:22
524831e
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0

24 Jun 14:08
f78c0a1
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.3.0

14 Jun 08:41
6315820
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.2.0

18 May 14:05
b698e48
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.1.1

11 Feb 14:59
0f50982
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.1.0

10 Feb 16:04
1d6be8c
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.0.4

26 Nov 20:19
1162a04
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub