Skip to content

v3.4.1

Compare
Choose a tag to compare
@mpeyper mpeyper released this 23 Jul 10:07

Changes

  • The wait async util has been deprecated and replaced with waitFor (#408)
  • waitFor and waitForValueToChange async utils can now test their conditions periodically, even if the hook has not rerendered, using the new interval option (#408)
  • Bumped minimum type definition version (#414)
  • Docs have been updated to show how props can be passed to wrapper components (#414)