Releases: testing-library/cypress-testing-library
Releases · testing-library/cypress-testing-library
v5.1.2
5.1.2 (2020-01-30)
Reverts
- feat: support running commands against the previous subject. (#100) (0b73b69)
v5.1.1
5.1.1 (2020-01-29)
Bug Fixes
- remove extra command log message for get* queries (#106) (2f62901), closes #103
v5.1.0
5.1.0 (2020-01-28)
Features
- support running commands against the previous subject. (#100) (e32c8e4)
v5.0.2
5.0.2 (2019-10-11)
Bug Fixes
- set timeout on the outer command then chain (#90) (c78aed5)
v5.0.1
5.0.1 (2019-09-17)
Bug Fixes
v5.0.0
5.0.0 (2019-09-04)
Features
- Add retry-ability to the cypress adapters for dom-testing-library (#78) (ab5263d), closes #78
- Replace Chai assertion error messages with better feedback about the failed command names
BREAKING CHANGES
- get* queries are now removed, because users expect the retry-ability from Cypress by default. We now throw an error asking the user to use find* instead.
v4.2.0
4.2.0 (2019-08-29)
Features
- support configuring the
testIdAttribute
(#81) (3ada0f2)
v4.1.1
4.1.1 (2019-08-17)
Bug Fixes
v4.1.0
4.1.0 (2019-08-09)
Features
v4.0.5
4.0.5 (2019-07-24)
Bug Fixes
- TS: Cypress commands return jQuery objects (#58) (#62) (577290d)
- ensure higher version of dom is used (#65) (9b7bebd)