Features
- export
container
from render (#567) - add the value expected in getBy error messages (#550)
- support 'editable' prop on
TextInput
(#517) - RegExp support for
ByTestId
queries (#535)
Fixes
- non-responder wrapping host elements ignore disabled prop (#572)
Docs
- fix typos/grammar (#575, #551)
- port 'How Should I Query?' guide from Native Testing Library (#555)
- adjust
ByTestId
misleading warnings; add guidelines aboutaccessibilityHint
(#542) - update scroll event api for flat list (#519)
- clarify waitFor documentation in regards to timer mocks (#538, #540)
- add note to v7 migration guide about
baseElement
removed from render (#533)