Skip to content

Tags: UpperLEFTY/react-testing-library

Tags

v11.0.4

Toggle v11.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Trigger ongot-/onlostpointercapture when calling got-/lostpointe…

…rcapture (testing-library#786)

v11.0.3

Toggle v11.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Trigger onPointerEnter/Leave when calling pointerEnter/Leave (te…

…sting-library#784)

v11.0.2

Toggle v11.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(cleanup): remove unnecessary async/await (testing-library#778)

v11.0.1

Toggle v11.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Update typings for cleanup (testing-library#776)

v11.0.0

Toggle v11.0.0's commit message
chore: update all deps

v11.0.0-beta.1

Toggle v11.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: use act to flush instead of custom implementation (testing-libr…

…ary#768)

BREAKING CHANGE: cleanup is now synchronous and wraps the unmounting process in `act`.

v10.4.9

Toggle v10.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Bump @testing-library/dom to 7.22.3 (testing-library#766)

v10.4.8

Toggle v10.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(fireEvent): Make sure react dispatches focus/blur events (testing…

…-library#758)

* test: Run CI with experimental React

* stable -> latest

* fix(fireEvent): Make sure react dispatches focus/blur events

* Remove todo

v10.4.7

Toggle v10.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(unmount): Flush useEffect cleanup functions syncronously (testing…

…-library#746)

v10.4.6

Toggle v10.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(cleanup): remove scheduler code from flush-microtasks (testing-li…

…brary#744)

* test: reveal issue with the test generally

* test: fix the test to actually test what we can test for

* fix(cleanup): remove scheduler related code

* chore: remove semver dep