Releases: testing-library/dom-testing-library
Releases · testing-library/dom-testing-library
v2.5.0
2.5.0 (2018-06-07)
Features
- release: manually release a patch version (fb37c05), closes #51
v2.4.0
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
2.3.2 (2018-05-18)
Bug Fixes
- ts: matcher import path in get-queries-for-element typings (#43) (b9f7597)
v2.3.1
2.3.1 (2018-05-17)
Bug Fixes
- release: manually release a patch version (ecc9ebc), closes #40
v2.3.0
2.3.0 (2018-05-15)
Features
- rename bindElementToQueries to getQueriesForElement (#39) (7d7dd7a)
v2.2.0
2.2.0 (2018-05-08)
Features
v2.1.0
2.1.0 (2018-05-06)
Features
- queryByValue: add get/query by value (#35) (b41b2e7)
v2.0.0
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
1.11.0 (2018-05-05)
Features
- queryByTitle: add new query for title attribute (#34) (5fe849f)