Skip to content

Releases: testing-library/react-testing-library

v1.9.1

Choose a tag to compare

@kentcdodds kentcdodds released this 29 Mar 23:32

1.9.1 (2018-03-29)

Bug Fixes

  • textMatch: if the textToMatch is not a string then it wont match (9792568)

v1.9.0

Choose a tag to compare

@kentcdodds kentcdodds released this 29 Mar 23:19

1.9.0 (2018-03-29)

Features

  • getByAltText: add a new query utility (e9b603d)

v1.8.2

Choose a tag to compare

@kentcdodds kentcdodds released this 29 Mar 16:27

1.8.2 (2018-03-29)

Bug Fixes

  • wait: be explicit about the timeout and interval (0083286)

v1.8.1

Choose a tag to compare

@kentcdodds kentcdodds released this 29 Mar 16:10

1.8.1 (2018-03-29)

Bug Fixes

  • waitForExpect: rename to wait (69a395f)

v1.8.0

Choose a tag to compare

@kentcdodds kentcdodds released this 29 Mar 15:37

1.8.0 (2018-03-29)

Features

v1.7.1

Choose a tag to compare

@kentcdodds kentcdodds released this 29 Mar 15:26

1.7.1 (2018-03-29)

Bug Fixes

  • add the missed file "extend-expect.js" to package.json (#28) (b13b1c1)

v1.7.0

Choose a tag to compare

@kentcdodds kentcdodds released this 28 Mar 15:33

1.7.0 (2018-03-28)

Features

  • matchers: add custom jest matchers (#13) (18104fe)

v1.6.0

Choose a tag to compare

@kentcdodds kentcdodds released this 23 Mar 14:01
12c7ed1

1.6.0 (2018-03-23)

Features

  • render: add new query capabilities for improved tests (#17) (12c7ed1), closes #16

v1.5.0

Choose a tag to compare

@kentcdodds kentcdodds released this 22 Mar 17:39

1.5.0 (2018-03-22)

Features

  • node: relax Node version requirement to >= 6 (#14) (01a42fe)

v1.4.0

Choose a tag to compare

@kentcdodds kentcdodds released this 21 Mar 20:29

1.4.0 (2018-03-21)

Features