Skip to content

Releases: testing-library/react-testing-library

v2.5.1

03 May 23:41
Compare
Choose a tag to compare

2.5.1 (2018-05-03)

Bug Fixes

  • TS: add types for exported functions. (#69) (0aae0e1)

v2.5.0

03 May 18:30
Compare
Choose a tag to compare

2.5.0 (2018-05-03)

Features

v2.4.0

02 May 21:02
Compare
Choose a tag to compare

2.4.0 (2018-05-02)

Features

v2.3.0

27 Apr 01:36
e8fbef5
Compare
Choose a tag to compare

2.3.0 (2018-04-27)

Features

  • waitForElement: add export of waitForElement (e8fbef5)

v2.2.0

24 Apr 20:08
Compare
Choose a tag to compare

2.2.0 (2018-04-24)

Features

  • queries: upgrade dom-testing-library to support all queries (40dfcde)

v2.1.1

11 Apr 15:41
Compare
Choose a tag to compare

2.1.1 (2018-04-11)

Bug Fixes

  • TypeScript: add a definition for TextMatch (#52) (e38ce02)

v2.1.0

10 Apr 16:35
Compare
Choose a tag to compare

2.1.0 (2018-04-10)

Features

  • fireEvent: add fireEvent from dom-testing-library (#48) (86d3508)

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