Skip to content

Releases: testing-library/dom-testing-library

v2.5.0

07 Jun 04:19
fb37c05
Compare
Choose a tag to compare

2.5.0 (2018-06-07)

Features

  • release: manually release a patch version (fb37c05), closes #51

v2.4.0

30 May 19:15
Compare
Choose a tag to compare

2.4.0 (2018-05-30)

Features

  • logging: don't log DOM in Cypress, don't highlight in the browser (#45) (fd0c18c)

v2.3.2

18 May 18:41
Compare
Choose a tag to compare

2.3.2 (2018-05-18)

Bug Fixes

  • ts: matcher import path in get-queries-for-element typings (#43) (b9f7597)

v2.3.1

17 May 20:58
ecc9ebc
Compare
Choose a tag to compare

2.3.1 (2018-05-17)

Bug Fixes

  • release: manually release a patch version (ecc9ebc), closes #40

v2.3.0

15 May 17:56
7d7dd7a
Compare
Choose a tag to compare

2.3.0 (2018-05-15)

Features

  • rename bindElementToQueries to getQueriesForElement (#39) (7d7dd7a)

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