-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Release v8 as stable #979
Commits on Jun 3, 2021
-
fix: Only use a single clock (#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.
Configuration menu - View commit details
-
Copy full SHA for 3ae2702 - Browse repository at this point
Copy the full SHA 3ae2702View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce06299 - Browse repository at this point
Copy the full SHA ce06299View commit details
Commits on Jun 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0f8d912 - Browse repository at this point
Copy the full SHA 0f8d912View commit details
Commits on Jun 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c9748e9 - Browse repository at this point
Copy the full SHA c9748e9View commit details -
feat: Remove waitForElement (#969)
BREAKING CHANGE: Remove deprecated `waitForElement`
Configuration menu - View commit details
-
Copy full SHA for 532106b - Browse repository at this point
Copy the full SHA 532106bView commit details
Commits on Jun 11, 2021
-
feat: Add
filterNode
option toprettyDOM
(#907)Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9410e11 - Browse repository at this point
Copy the full SHA 9410e11View commit details
Commits on Jun 12, 2021
-
feat: Drop support for node 10 (#976)
BREAKING CHANGE: node 10 is no longer supported. It reached its end-of-life on 30.04.2021.
Configuration menu - View commit details
-
Copy full SHA for fa3b91c - Browse repository at this point
Copy the full SHA fa3b91cView commit details
Commits on Jun 20, 2021
-
test(waitFor): Add current behavior for legacy fake timers and reques…
…tAnimationFrame (#978)
Configuration menu - View commit details
-
Copy full SHA for f78d289 - Browse repository at this point
Copy the full SHA f78d289View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c58bc9 - Browse repository at this point
Copy the full SHA 4c58bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b15f6f - Browse repository at this point
Copy the full SHA 5b15f6fView commit details