Releases: testing-library/cypress-testing-library
Releases · testing-library/cypress-testing-library
v8.0.1
8.0.1 (2021-09-02)
Bug Fixes
- stop ignoring current subject when inside a .within (1af9f2f)
v8.0.0
8.0.0 (2021-07-20)
Features
- Drop support for node 10 (fix #188) (5fe9666)
- upgrade all dependencies (including @testing-library/dom) (53e76f6)
BREAKING CHANGES
- Node v10 has been dropped. Use v12 or greater
@testing-library/dom
has been upgraded to v8. This is unlikely to cause issues for anyone.
v7.0.7
7.0.7 (2021-07-20)
Bug Fixes
- add cypress v8 to peerDependencies range (f5e6498)
v7.0.6
7.0.6 (2021-04-15)
Bug Fixes
- allow cypress@v7 in peer dependency range (#182) (8571177)
v7.0.5
7.0.5 (2021-03-30)
Bug Fixes
- types: exclude tsconfig from types folder in publish flow (d591369)
v7.0.4
7.0.4 (2021-02-21)
Bug Fixes
- Type definitions for findByRole() and findAllByRole() (#173) (6344133)
v7.0.3
7.0.3 (2020-12-16)
Bug Fixes
v7.0.2
7.0.2 (2020-11-24)
Bug Fixes
v7.0.1
7.0.1 (2020-09-22)
Bug Fixes
- ts: configureCypressTestingLibrary typings (#156) (85a8049)
v7.0.0
7.0.0 (2020-09-03)
Bug Fixes
Features
BREAKING CHANGES
get
and query
queries (which have been deprecated) have now been removed. Use find
queries only.
- TS: TypeScript type definitions have been brought into this module and no longer needs to be referenced from DefinitelyTyped