Skip to content

Releases: testing-library/react-testing-library

v11.0.4

13 Sep 18:46
c546a6f
Compare
Choose a tag to compare

11.0.4 (2020-09-13)

Bug Fixes

  • Trigger ongot-/onlostpointercapture when calling got-/lostpointercapture (#786) (c546a6f)

v11.0.3

13 Sep 16:04
c7b5622
Compare
Choose a tag to compare

11.0.3 (2020-09-13)

Bug Fixes

  • Trigger onPointerEnter/Leave when calling pointerEnter/Leave (#784) (c7b5622)

v11.0.2

03 Sep 17:54
220d8d4
Compare
Choose a tag to compare

11.0.2 (2020-09-03)

Bug Fixes

  • cleanup: remove unnecessary async/await (#778) (220d8d4)

v11.0.1

03 Sep 06:40
9191890
Compare
Choose a tag to compare

11.0.1 (2020-09-03)

Bug Fixes

v11.0.0

02 Sep 18:04
Compare
Choose a tag to compare

11.0.0 (2020-09-02)

Features

  • use act to flush instead of custom implementation (#768) (693228c)

BREAKING CHANGES

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

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)