Skip to content

Releases: testing-library/react-testing-library

v3.1.5

12 Jun 15:29
Compare
Choose a tag to compare

3.1.5 (2018-06-12)

Bug Fixes

  • add support for react portal elements (#107) (f58dfa1)

v3.1.4

08 Jun 22:08
Compare
Choose a tag to compare

3.1.4 (2018-06-08)

Bug Fixes

  • TS: add missing prettyDOM export to typings file (#109) (1f953e4)

v3.1.3

18 May 22:58
Compare
Choose a tag to compare

3.1.3 (2018-05-18)

Bug Fixes

v3.1.2

18 May 18:59
Compare
Choose a tag to compare

3.1.2 (2018-05-18)

Bug Fixes

  • TS: remove unused import to prevent naming conflict with export (#89) (bf33d1c)

v3.1.1

18 May 14:13
Compare
Choose a tag to compare

3.1.1 (2018-05-18)

Bug Fixes

  • TS: Add missing getAll and queryAll functions to TS definitions (#88) (fc09a99)

v3.1.0

15 May 15:54
de769ec
Compare
Choose a tag to compare

3.1.0 (2018-05-15)

Features

  • debug: add a debug convenience method (#87) (de769ec), closes #86

v3.0.2

08 May 04:12
Compare
Choose a tag to compare

3.0.2 (2018-05-08)

Bug Fixes

  • TS: type literal property cannot have an initializer (#82) (226c306)

v3.0.1

06 May 04:44
Compare
Choose a tag to compare

3.0.1 (2018-05-06)

Bug Fixes

v3.0.0

06 May 03:34
Compare
Choose a tag to compare

3.0.0 (2018-05-06)

Features

  • TextMatch: upgrade dom-testing-library (898477d), closes #76

BREAKING CHANGES

  • TextMatch: Strings are considered to be an exact match now. You can opt-into fuzzy matching, but it's recommended to use a regex instead.

v2.5.2

04 May 19:38
Compare
Choose a tag to compare

2.5.2 (2018-05-04)

Bug Fixes