Skip to content

Tags: testing-library/dom-testing-library

Tags

v10.4.0

Toggle v10.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Reduce caught exceptions in prettyDom (reland) (#1323)

Co-authored-by: David Rieman <[email protected]>
Co-authored-by: David Rieman <[email protected]>

v10.3.2

Toggle v10.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: safer read of DEBUG_PRINT_LIMIT (#1329)

v10.3.1

Toggle v10.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Revert "feat: Reduce caught exceptions in `prettyDom` (#1321)" (#…

…1325)

This reverts commit 76cb73d.

v10.3.0

Toggle v10.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Reduce caught exceptions in `prettyDom` (#1321)

Co-authored-by: David Rieman <[email protected]>

v10.2.0

Toggle v10.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Support anonymous custom elements when pretty printing DOM (#1319)

v10.1.0

Toggle v10.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add window events "pagehide" / "pageshow" (#1308)

MDN documentation at:

https://developer.mozilla.org/en-US/docs/Web/API/Window/pagehide_event
https://developer.mozilla.org/en-US/docs/Web/API/Window/pageshow_event

By adding these events, it allows library users to use the familiar
fireEvent & friends in their test environments to verify pagehide and
pageshow behavior.

Co-authored-by: Matan Borenkraout <[email protected]>

v10.0.0

Toggle v10.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test: Fix Codecov in CI (#1297)

v10.0.0-alpha.3

Toggle v10.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'main' into alpha

v9.3.4

Toggle v9.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add KevinBon as a contributor for code, and bug (#1284)

* docs: update README.md

* docs: update .all-contributorsrc

---------

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

v10.0.0-alpha.2

Toggle v10.0.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use defineProperty on the error object instead of setting the me…

…ssage directly (#1268)

Co-authored-by: Julien Wajsberg <[email protected]>
Fixes #1259