Releases: callstack/react-native-testing-library
Releases · callstack/react-native-testing-library
v1.13.0
Deprecations
In preparations to v2 release, we decided to mark some APIs as deprecated or unsafe.
- deprecate
shallow
(#264)
- alias
ByProps
and ByType
queries with UNSAFE_
(#261) – we consider removing these APIs in the future, but it's not decided yet
Features
- add
ByA11yValue
queries (#262)
- add
ByA11yState
queries (#260)
Fixes
- more robust null/undefined check for text children in
getByText
(#239)
Docs
- add new a11y queries and prepare for 2.x (#263)
- add DocSearch as recommended by Docusaurus. (#254)
- clarify how
queryBy
behaves (#251)
v1.11.1
Fixes
- correct Flow and TS typings for a11y queries (#205)
Chore & Maintenance
- make sure we support React Native 0.60 (#204)
v1.11.0
Features
- support multiple params in event handlers (#203)
v1.10.0
Features
- add
getAllByTestId
and queryAllByTestId
queries (#198)
v1.9.1
Features
- implement
ByDisplayValue
queries (#190)
v1.8.0
1.8.0 (2019-05-29)
Features
v1.7.0
Features
- support custom events that do not start with "on" in
fireEvent
(#147) (8984abb)
1.6.1
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)