Skip to content

v7.2.0

Compare
Choose a tag to compare
@thymikee thymikee released this 02 Mar 12:00

Features

  • support pointerEvents when firing events (#655)

Fixes

  • display stack trace and code frame for findBy error (#581)
  • add onMoveShouldSetResponder to element enabled checking (#577)
  • correct TS typings for debug.shallow (#584)
  • add container to TypeScript types (#582)
  • getByDisplayValue not checking TextInput's defaultValue (#656)

Chore & Maintenance

  • restructure ByTestId queries code by predicate type (#608, #654)
  • bump React Native to 0.64 RC (#626)
  • update React imports (#629)
  • adding tests for React Navigation Drawer Navigator (#624)
  • update "How Should I Query?" links to use the correct URLs (#580)

Docs

  • Fixed broken link of mock setup file (#673)
  • fix typo in README.md (#657)
  • update doc for fireEvent.onScroll (#633)