v2.0.0-rc.0
Pre-release
Pre-release
Welcome to the very first release candidate to RNTL v2 🥳
Make sure to check the Migration guide.
RCs are published under next tag.
Features
- [breaking]: call "cleanup" automatically (#238)
- [breaking]: unify wait for element signature with testing library (#327)
Fixes
- [breaking]:
getByTestIdshould work only for native elements (#324)
Chore
- [breaking]: remove deprecated and non-prefixed unsafe functions (#334)
- [breaking]: remove legacy
debugexport (#328) - [breaking]: deprecate
flushMicrotasksQueue(#340) - [breaking]: compile project to Node 10 using
@babel/preset-env(#309)