Skip to content

v7.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@kentcdodds kentcdodds released this 04 Mar 20:32
· 378 commits to main since this release
734ec39

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.