Skip to content

v5.0.0

Compare
Choose a tag to compare
@kentcdodds kentcdodds released this 30 May 17:34

5.0.0 (2019-05-30)

Bug Fixes

  • release: manually release a major version (a646246), closes #260

BREAKING CHANGES

  • release: You must switch from dom-testing-library to @testing-library/dom

🚨🚨🚨🚨

Find/replace dom-testing-library for @testing-library/dom and upgrade to v5

Also, if you're using the UMD file, the file has changed to dist/@testing-library/dom.umd.js and the global variable is now on window.TestingLibraryDom.

🚨🚨🚨🚨