Skip to content

Releases: testing-library/react-testing-library

v11.0.0-beta.1

30 Aug 03:34
9b62634
Compare
Choose a tag to compare
v11.0.0-beta.1 Pre-release
Pre-release

11.0.0-beta.1 (2020-08-30)

Features

  • use act to flush instead of custom implementation (#768) (9b62634)

BREAKING CHANGES

  • cleanup is now synchronous and wraps the unmounting process in act.

v10.4.9

21 Aug 06:56
276eb65
Compare
Choose a tag to compare

10.4.9 (2020-08-21)

Bug Fixes

v10.4.8

05 Aug 02:14
9aac157
Compare
Choose a tag to compare

10.4.8 (2020-08-05)

Bug Fixes

  • fireEvent: Make sure react dispatches focus/blur events (#758) (9aac157)

v10.4.7

15 Jul 13:16
b82773c
Compare
Choose a tag to compare

10.4.7 (2020-07-15)

Bug Fixes

  • unmount: Flush useEffect cleanup functions syncronously (#746) (b82773c)

v10.4.6

13 Jul 18:23
240900c
Compare
Choose a tag to compare

10.4.6 (2020-07-13)

Bug Fixes

  • cleanup: remove scheduler code from flush-microtasks (#744) (240900c)

v10.4.5

08 Jul 18:56
9e5cf59
Compare
Choose a tag to compare

10.4.5 (2020-07-08)

Bug Fixes

  • flushMicroTasks: fallback to no scheduler (#739) (9e5cf59)

v10.4.4

05 Jul 17:29
47e6da6
Compare
Choose a tag to compare

10.4.4 (2020-07-05)

Bug Fixes

v10.4.3

25 Jun 04:26
aac2e44
Compare
Choose a tag to compare

10.4.3 (2020-06-25)

Bug Fixes

  • cleanup: Cleanup should flush microtask queue after unmount (#632) (aac2e44)

v10.4.2

24 Jun 19:14
5814b29
Compare
Choose a tag to compare

10.4.2 (2020-06-24)

Bug Fixes

  • cleanup: microtask flushing now supports fake timers (#720) (5814b29)

v10.4.1

23 Jun 22:00
Compare
Choose a tag to compare

10.4.1 (2020-06-23)

Bug Fixes

  • update @testing-library/dom to get a bug fix (6558845)