Skip to content

Releases: vitest-community/vitest-browser-react

v2.0.5

28 Jan 17:30
2ab4b71

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.0.4

22 Jan 18:33
df16d16

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.0.3

22 Jan 17:09
f6dcd94

Choose a tag to compare

   🐞 Bug Fixes

  • Use a simple counter for act  -  by @ocavue in #43 (8b122)
  • Attach a stable testid to default baseElement and container  -  by @nizans in #44 (e8acb)
    • Warning: If you are using snapshots with container, update to Vitest 4.0.18 to avoid rendering injected data-testid attribute.
    View changes on GitHub

v2.0.2

27 Oct 14:58
3dddd43

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.0.1

27 Oct 11:08
e3b8495

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

22 Oct 14:21
4f8e4ed

Choose a tag to compare

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-beta.4

03 Oct 08:25
26c6400

Choose a tag to compare

v2.0.0-beta.4 Pre-release
Pre-release

   🚨 Breaking Changes

    View changes on GitHub

v2.0.0-beta.3

06 Aug 15:18
9fa884e

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

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

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