Releases: testing-library/react-testing-library
Releases · testing-library/react-testing-library
v11.0.4
11.0.4 (2020-09-13)
Bug Fixes
- Trigger ongot-/onlostpointercapture when calling got-/lostpointercapture (#786) (c546a6f)
v11.0.3
11.0.3 (2020-09-13)
Bug Fixes
- Trigger onPointerEnter/Leave when calling pointerEnter/Leave (#784) (c7b5622)
v11.0.2
11.0.2 (2020-09-03)
Bug Fixes
- cleanup: remove unnecessary async/await (#778) (220d8d4)
v11.0.0
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
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.8
10.4.8 (2020-08-05)
Bug Fixes
- fireEvent: Make sure react dispatches focus/blur events (#758) (9aac157)
v10.4.7
10.4.7 (2020-07-15)
Bug Fixes
- unmount: Flush useEffect cleanup functions syncronously (#746) (b82773c)
v10.4.6
10.4.6 (2020-07-13)
Bug Fixes
- cleanup: remove scheduler code from flush-microtasks (#744) (240900c)