Releases: testing-library/native-testing-library
Releases · testing-library/native-testing-library
v4.0.11
4.0.11 (2019-09-18)
Bug Fixes
- queries: fix boolean values for getBy* queries (24c97fe)
v4.0.10
4.0.10 (2019-09-18)
Bug Fixes
- allow boolean searches for getBy* queries (c7348ec)
v4.0.9
4.0.9 (2019-09-06)
Bug Fixes
- add compatibility for latest versions of React Native (a4db523), closes #48
v4.0.8
4.0.8 (2019-08-27)
Bug Fixes
v4.0.7
4.0.7 (2019-06-29)
Bug Fixes
- removed old ByA11yStates and ByA11yTraits typings, added ByDisplayValue and ByTitle typings (#40) (4233b05)
v4.0.6
4.0.6 (2019-06-20)
Bug Fixes
- types: make parameter names more consistent (52b5ab7)
v4.0.5
4.0.5 (2019-06-20)
Bug Fixes
- types: fix a few more TestRenderer mismatches (dd03c5c)
v4.0.4
4.0.4 (2019-06-20)
Bug Fixes
- types: change testRenderer types to testInstances (61f8438)
v4.0.3
4.0.3 (2019-06-20)
Bug Fixes
- typescript: correct typings for container argument of queries (ca7760d), closes #30 #35
- typescript: fix query typings (#1) (#32) (c6088ad)
v4.0.2
4.0.2 (2019-05-31)
Bug Fixes