Releases: callstack/react-native-testing-library
Releases · callstack/react-native-testing-library
v1.6.0
Features
- feat: wrap render with act() for better React Hooks support (#122) (11489b0)
Docs
v1.5.0
Features
- add getByPlaceholder query functionality (#101) (ee888f1)
v1.4.2
Bug Fixes
- add errors for queryBy* helpers when more than 1 instance found (#79) (bf2271d)
v1.4.1
Bug Fixes
- modify *ByType API TS typings to allow required props (#71) (b410e39)
- remove deprecated existential Flow type and use any for now (#77) (c5910d9)
- compile to ES5 for publishing (#50) (c3672cf)
v1.4.0
Bug Fixes
- breaking: correct faulty implementation of finding by name and text (#62) (235942b)
Features
- add
debug
to render helpers for easier console debugging (#65) (909916e)
- add
getByType
helper (#64) (fa198c4)
- deprecate
getByName
helpers (#66) (e407ff0)
v1.3.2
Revert "fix: getAllBy*
methods return more elements than expected (#57)"
v1.3.1
Bug Fixes
getAllBy*
methods return more elements than expected (#57) (d6d225d)
v1.2.0
Features
- move pretty-format from peer do deps (#39) (45f45bf)