Skip to content

Releases: testing-library/cypress-testing-library

v8.0.0

20 Jul 17:18
Compare
Choose a tag to compare

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

20 Jul 16:56
571d391
Compare
Choose a tag to compare

7.0.7 (2021-07-20)

Bug Fixes

  • add cypress v8 to peerDependencies range (f5e6498)

v7.0.6

15 Apr 21:32
8571177
Compare
Choose a tag to compare

7.0.6 (2021-04-15)

Bug Fixes

  • allow cypress@v7 in peer dependency range (#182) (8571177)

v7.0.5

30 Mar 10:36
03b0309
Compare
Choose a tag to compare

7.0.5 (2021-03-30)

Bug Fixes

  • types: exclude tsconfig from types folder in publish flow (d591369)

v7.0.4

21 Feb 22:06
6344133
Compare
Choose a tag to compare

7.0.4 (2021-02-21)

Bug Fixes

  • Type definitions for findByRole() and findAllByRole() (#173) (6344133)

v7.0.3

16 Dec 16:04
7c8c9c8
Compare
Choose a tag to compare

7.0.3 (2020-12-16)

Bug Fixes

v7.0.2

24 Nov 14:23
93fce77
Compare
Choose a tag to compare

7.0.2 (2020-11-24)

Bug Fixes

  • allow cypress@6 in peer dependencies (#165) (65f95d1)

v7.0.1

22 Sep 20:47
80937d5
Compare
Choose a tag to compare

7.0.1 (2020-09-22)

Bug Fixes

  • ts: configureCypressTestingLibrary typings (#156) (85a8049)

v7.0.0

03 Sep 15:42
Compare
Choose a tag to compare

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

v7.0.0-beta.2

03 Sep 13:40
2f7fc37
Compare
Choose a tag to compare
v7.0.0-beta.2 Pre-release
Pre-release

7.0.0-beta.2 (2020-09-03)

Bug Fixes

BREAKING CHANGES

  • get and query queries (which have been deprecated) have now been removed. Use find queries only.