Tags: leschdom/dom-testing-library
Tags
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.
feat: Add `filterNode` option to `prettyDOM` (testing-library#907) Co-authored-by: Tim Deschryver <[email protected]>
feat: Remove waitForElement (testing-library#969) BREAKING CHANGE: Remove deprecated `waitForElement`
chore: Update kcd-scripts to 11.x (testing-library#962)
fix: Consider `<output />` labelable (testing-library#968)
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.
fix: Bump dom-accessibility-api (testing-library#965)
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]>
PreviousNext