Skip to content

Releases: callstack/react-native-testing-library

v1.6.2

03 Apr 07:13
Compare
Choose a tag to compare

Fixes

Docs

  • provide example for componentDidMount (#144) (859e29c)

1.6.1

18 Mar 15:30
Compare
Choose a tag to compare

Fixes

  • Allow for text to match children who are composed as array (#132) (97ab842)

Docs

  • remove misleading recommendation to use shallow in snapshot tests (#128) (09f9b9f)
  • simple -> lightweight in README (f988c3c)

Chore & Maintenance

  • remove excess badges that have GH support (3e73d6f)
  • update flow-bin to the latest version 🚀 (#133) (30fcce5)
  • update @callstack/eslint-config to the latest version 🚀 (#134) (abd1f82)
  • update react-native to the latest version 🚀 (#130) (ce3bf28)

v1.6.0

04 Mar 11:54
Compare
Choose a tag to compare

Features

  • feat: wrap render with act() for better React Hooks support (#122) (11489b0)

Docs

v1.5.0

22 Dec 22:11
Compare
Choose a tag to compare

Features

  • add getByPlaceholder query functionality (#101) (ee888f1)

v1.4.2

29 Nov 09:34
Compare
Choose a tag to compare

Bug Fixes

  • add errors for queryBy* helpers when more than 1 instance found (#79) (bf2271d)

v1.4.1

28 Nov 11:56
Compare
Choose a tag to compare

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.1-es5.0

23 Nov 09:14
Compare
Choose a tag to compare
v1.4.1-es5.0 Pre-release
Pre-release

Features

v1.4.0

19 Nov 17:07
Compare
Choose a tag to compare

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

14 Nov 13:13
Compare
Choose a tag to compare

Revert "fix: getAllBy* methods return more elements than expected (#57)"

v1.3.1

13 Nov 18:47
Compare
Choose a tag to compare

Bug Fixes

  • getAllBy* methods return more elements than expected (#57) (d6d225d)