npm @testing-library/dom 8.0.0-alpha.1
v8.0.0-alpha.1

latest releases: 10.4.0, 10.3.2, 10.3.1...
3 years ago

8.0.0-alpha.1 (2021-06-03)

Bug Fixes

BREAKING CHANGES

  • Remove deprecated waitFormDOMChange
  • 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.

Don't miss a new dom release

NewReleases is sending notifications on new releases.