Releases: testing-library/react-testing-library
Releases · testing-library/react-testing-library
v11.0.4
13 Sep 18:46
Compare
Sorry, something went wrong.
No results found
11.0.4 (2020-09-13)
Bug Fixes
Trigger ongot-/onlostpointercapture when calling got-/lostpointercapture (#786 ) (c546a6f )
v11.0.3
13 Sep 16:04
Compare
Sorry, something went wrong.
No results found
11.0.3 (2020-09-13)
Bug Fixes
Trigger onPointerEnter/Leave when calling pointerEnter/Leave (#784 ) (c7b5622 )
v11.0.2
03 Sep 17:54
Compare
Sorry, something went wrong.
No results found
11.0.2 (2020-09-03)
Bug Fixes
cleanup: remove unnecessary async/await (#778 ) (220d8d4 )
v11.0.1
03 Sep 06:40
Compare
Sorry, something went wrong.
No results found
v11.0.0
02 Sep 18:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v10.4.8
05 Aug 02:14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
10.4.7 (2020-07-15)
Bug Fixes
unmount: Flush useEffect cleanup functions syncronously (#746 ) (b82773c )
v10.4.6
13 Jul 18:23
Compare
Sorry, something went wrong.
No results found
10.4.6 (2020-07-13)
Bug Fixes
cleanup: remove scheduler code from flush-microtasks (#744 ) (240900c )