npm @testing-library/dom 7.0.0-beta.4
v7.0.0-beta.4

latest releases: 10.1.0, 10.0.0, 10.0.0-alpha.3...
4 years ago

7.0.0-beta.4 (2020-03-04)

Bug Fixes

Features

  • wait: remove default no-op callback (#461) (734ec39)
  • waitForElementToBeRemoved: support passing an element directly (#460) (aef3df1)

BREAKING CHANGES

  • wait: If you used wait() in the past, you now have to supply a callback. Relying on the "next tick" is an implementation detail and should be avoided in favor of explicit expecations within your wait callback.
  • This drops support for Node 8. Node 10 or greater is now required.

Don't miss a new dom release

NewReleases is sending notifications on new releases.