Skip to content

v1.14.0

Compare
Choose a tag to compare
@thymikee thymikee released this 18 May 07:43

1.14.0 (2020-05-18)

Features

  • add findBy* async queries (#304)
  • add within operator for returned instance-bound queries (#306)
  • query nested text nodes (#293)
  • support @testing-library/jest-native custom matchers (#310)

Fixes

  • *ByText would call toString() on objects and only match on [object Object] (#290)

Docs

  • added warnings for *ByTestId queries (#305)
  • migrate to Docusaurus v2 (#299)
  • add React Navigation example (#292)
  • add Redux example (#291)
  • remove use of getByTestId in documentation and tests (#294)