github testing-library/dom-testing-library v7.0.0-beta.4

latest releases: v10.1.0, v10.0.0, v10.0.0-alpha.3...
pre-release4 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-testing-library release

NewReleases is sending notifications on new releases.