Skip to content

Releases: testing-library/react-testing-library

v2.0.0

06 Apr 13:40
Compare
Choose a tag to compare

2.0.0 (2018-04-06)

Features

  • extract most of the logic to dom-testing-library (6d9c368)

BREAKING CHANGES

  • This removes some deprecated APIs, but should be a safe
    upgrade for you if you're not using flushPromises ( use wait instead)

v1.10.0

05 Apr 21:11
Compare
Choose a tag to compare

1.10.0 (2018-04-05)

Features

  • matchers: add toHaveAttribute custom matcher (closes #43) (#44) (7267acd)

v1.9.5

04 Apr 14:02
34c974d
Compare
Choose a tag to compare

1.9.5 (2018-04-04)

Bug Fixes

v1.9.4

02 Apr 22:53
23d6242
Compare
Choose a tag to compare

1.9.4 (2018-04-02)

Bug Fixes

  • release: manually release a patch version (23d6242), closes #33

v1.9.3

02 Apr 13:45
a8857b6
Compare
Choose a tag to compare

1.9.3 (2018-04-02)

Bug Fixes

  • extend-expect: remove expect import (a8857b6), closes #34

v1.9.2

30 Mar 04:43
Compare
Choose a tag to compare

1.9.2 (2018-03-30)

Bug Fixes

  • jest-matchers: message should be function and added test cases for the coverage as well (#32) (fd2df8d)

v1.9.1

29 Mar 23:32
Compare
Choose a tag to compare

1.9.1 (2018-03-29)

Bug Fixes

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

v1.9.0

29 Mar 23:19
Compare
Choose a tag to compare

1.9.0 (2018-03-29)

Features

  • getByAltText: add a new query utility (e9b603d)

v1.8.2

29 Mar 16:27
Compare
Choose a tag to compare

1.8.2 (2018-03-29)

Bug Fixes

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

v1.8.1

29 Mar 16:10
Compare
Choose a tag to compare

1.8.1 (2018-03-29)

Bug Fixes

  • waitForExpect: rename to wait (69a395f)