Skip to content

Tags: leschdom/dom-testing-library

Tags

v8.0.0-alpha.6

Toggle v8.0.0-alpha.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Drop support for node 10 (testing-library#976)

BREAKING CHANGE: node 10 is no longer supported. It reached its end-of-life on 30.04.2021.

v8.0.0-alpha.5

Toggle v8.0.0-alpha.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add `filterNode` option to `prettyDOM` (testing-library#907)

Co-authored-by: Tim Deschryver <[email protected]>

v8.0.0-alpha.4

Toggle v8.0.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Remove waitForElement (testing-library#969)

BREAKING CHANGE: Remove deprecated `waitForElement`

v8.0.0-alpha.3

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Update kcd-scripts to 11.x (testing-library#962)

v8.0.0-alpha.2

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

Verified

This commit was signed with the committer’s verified signature.
eps1lon Sebastian "Sebbie" Silbermann
fix: Consider `<output />` labelable (testing-library#968)

v8.0.0-alpha.1

Toggle v8.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Only use a single clock (testing-library#966)

BREAKING CHANGE: Remove deprecated `waitFormDOMChange`

BREAKING CHANGE: The `timeout` in `waitFor(callback, { interval, timeout } )` now uses the same clock as `interval`. Previously `timeout` was always using the real clock while `interval` was using the global clock which could've been mocked out. For the old behavior I'd recommend `waitFor(callback, { interval, timeout: Number.PositiveInfinity })` and rely on your test runner to timeout considering real timers.

v7.31.2

Toggle v7.31.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Consider `<output />` labelable (testing-library#968)

v7.31.1

Toggle v7.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Bump dom-accessibility-api (testing-library#965)

v7.31.1-alpha.1

Toggle v7.31.1-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Bump dom-accessibility-api (testing-library#965)

v7.31.0

Toggle v7.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add extra error messages when `screen` was passed instead of a …

…DOM element (testing-library#949)

Co-authored-by: Sebastian Silbermann <[email protected]>
Co-authored-by: Tim Deschryver <[email protected]>