Skip to content

Releases: testing-library/dom-testing-library

v2.2.0

08 May 14:58
Compare
Choose a tag to compare

2.2.0 (2018-05-08)

Features

v2.1.0

06 May 07:31
Compare
Choose a tag to compare

2.1.0 (2018-05-06)

Features

  • queryByValue: add get/query by value (#35) (b41b2e7)

v2.0.0

06 May 03:19
Compare
Choose a tag to compare

2.0.0 (2018-05-06)

Features

  • TextMatch: make fuzzy matching opt-in instead of default (#31) (cde0cdf)

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.

v1.11.0

05 May 13:51
Compare
Choose a tag to compare

1.11.0 (2018-05-05)

Features

  • queryByTitle: add new query for title attribute (#34) (5fe849f)

v1.10.1

04 May 19:35
Compare
Choose a tag to compare

1.10.1 (2018-05-04)

Bug Fixes

  • use exact match for data-testid (#29) (7bab309), closes #8

v1.10.0

24 Apr 19:52
Compare
Choose a tag to compare

1.10.0 (2018-04-24)

Features

  • queries: add queryAll/getAll methods (#28) (6e0c752)

v1.9.0

20 Apr 19:06
Compare
Choose a tag to compare

1.9.0 (2018-04-20)

Features

v1.8.0

19 Apr 20:38
Compare
Choose a tag to compare

1.8.0 (2018-04-19)

Features

  • prettyDOM: Expose pretty-dom utility (#25) (8748c89)

v1.7.1

12 Apr 03:28
Compare
Choose a tag to compare

1.7.1 (2018-04-12)

Bug Fixes

  • make the case-insensitive text matching only when TextMatch is a string. (#23) (131a20b)

v1.7.0

11 Apr 18:34
Compare
Choose a tag to compare

1.7.0 (2018-04-11)

Features

  • getNodeText : add getNodeText and ignore extra whitespace in node texts (#21) (2273f03)