Skip to content

Tags: nok91/react-testing-library

Tags

v11.1.1

Toggle v11.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: upgrade dependencies, typescript, @testing-library/dom etc (test…

…ing-library#816)

Co-authored-by: Weyert de Boer <[email protected]>

v11.1.0

Toggle v11.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add theashraf as a contributor (testing-library#800)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

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