Releases: testing-library/cypress-testing-library
Releases · testing-library/cypress-testing-library
v4.0.4
4.0.4 (2019-06-24)
Bug Fixes
- TS: Cypress commands return jQuery objects (#56) (a375930)
v4.0.3
4.0.3 (2019-06-05)
Bug Fixes
- TS: change *ByValue to *ByDisplayValue (#51) (fd3b321), closes #42
v4.0.2
4.0.2 (2019-06-03)
Bug Fixes
v4.0.1
4.0.1 (2019-05-31)
Bug Fixes
v4.0.0
4.0.0 (2019-05-30)
Features
- initial release of scoped package (d354d88)
BREAKING CHANGES
- You need to change your imports from cypress-testing-library to @testing-library/cypress
🚨🚨🚨🚨
Find/replace cypress-testing-library
for @testing-library/cypress
and upgrade to v4
🚨🚨🚨🚨
v3.0.1
3.0.1 (2019-04-25)
Bug Fixes
- had some release issues, so we're just publishing a new patch to fix (c494d1f)
v3.0.0
3.0.0 (2019-04-25)
Bug Fixes
- revert previous commit because it should've been a major version (bcd6b8d), closes #41
Features
BREAKING CHANGES
v2.5.0
2.5.0 (2019-04-25)
Features
v2.4.0
2.4.0 (2019-04-04)
Features
v2.3.6
2.3.6 (2019-02-12)
Bug Fixes
- log: show regexp values in the cypress command log (#35) (408a929)