Skip to content

Releases: testing-library/dom-testing-library

v8.0.0-alpha.3

08 Jun 07:41
c9748e9
Compare
Choose a tag to compare
v8.0.0-alpha.3 Pre-release
Pre-release

8.0.0-alpha.3 (2021-06-08)

Bug Fixes

v8.0.0-alpha.2

03 Jun 14:01
ce06299
Compare
Choose a tag to compare
v8.0.0-alpha.2 Pre-release
Pre-release

8.0.0-alpha.2 (2021-06-03)

Bug Fixes

v8.0.0-alpha.1

03 Jun 12:31
3ae2702
Compare
Choose a tag to compare
v8.0.0-alpha.1 Pre-release
Pre-release

8.0.0-alpha.1 (2021-06-03)

Bug Fixes

BREAKING CHANGES

  • Remove deprecated waitFormDOMChange
  • The timeout in waitFor(callback, { interval, timeout } ) now uses the same clock as interval. Previously timeout was always using the real clock while interval was using the global clock which could've been mocked out. For the old behavior I'd recommend waitFor(callback, { interval, timeout: Number.PositiveInfinity }) and rely on your test runner to timeout considering real timers.

v7.31.2

03 Jun 09:30
56a4c75
Compare
Choose a tag to compare

7.31.2 (2021-06-03)

Bug Fixes

v7.31.1

03 Jun 09:26
86fb094
Compare
Choose a tag to compare

7.31.1 (2021-06-03)

Bug Fixes

v7.31.1-alpha.1

01 Jun 15:15
86fb094
Compare
Choose a tag to compare
v7.31.1-alpha.1 Pre-release
Pre-release

7.31.1-alpha.1 (2021-06-01)

Bug Fixes

v7.31.0

10 May 08:14
c273ed5
Compare
Choose a tag to compare

7.31.0 (2021-05-10)

Features

  • Add extra error messages when screen was passed instead of a DOM element (#949) (c273ed5)

v7.30.4

22 Apr 12:39
1b19094
Compare
Choose a tag to compare

7.30.4 (2021-04-22)

Bug Fixes

  • Guard against jest.useRealTimers not existing (#934) (1b19094)

v7.30.3

31 Mar 08:23
2c9e2c1
Compare
Choose a tag to compare

7.30.3 (2021-03-31)

Bug Fixes

  • types: missing ignore parameter for SelectorMatcherOptions (7edd2bd)

v7.30.2

30 Mar 10:36
bb83d8c
Compare
Choose a tag to compare

7.30.2 (2021-03-30)

Bug Fixes

  • types: exclude tsconfig from types folder in publish flow (#923) (bb83d8c)