Skip to content

v0.5.0

Compare
Choose a tag to compare
@mpeyper mpeyper released this 21 Apr 11:01

Changes

  • Changed component rendering to use react-test-renderer instead of react-testing-library (#40)

⚠️ Breaking Changes

  • There is no longer a direct dependency on react-testing-library
    • If you were using it without your own dependency, please run npm i -D react-testing-library@^6.0.3 (or the yarn equivalent)
  • renderHook no longer returns cleanup and the cleanup-after-each utility has been removed