Skip to content

Releases: testing-library/dom-testing-library

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)

v7.30.1

25 Mar 18:19
4ea2124
Compare
Choose a tag to compare

7.30.1 (2021-03-25)

Bug Fixes

  • timers: safe check for setImmediate and clearImmediate (#916) (14788b6)

v7.30.0

07 Mar 10:45
300bfe2
Compare
Choose a tag to compare

7.30.0 (2021-03-07)

Features

  • Improve error message when passing an Array while a single Element is expected (#906) (300bfe2)

v7.29.6

19 Feb 20:43
f7b5c33
Compare
Choose a tag to compare

7.29.6 (2021-02-19)

Bug Fixes

  • Don't assume mocked timers imply jest fake timers (#900) (f7b5c33)

v7.29.5

19 Feb 15:41
47e52d1
Compare
Choose a tag to compare

7.29.5 (2021-02-19)

Bug Fixes

  • remove side-effect from runWithRealTimers (#887) (ac9a6b7)

v7.29.4

12 Jan 14:21
2830eae
Compare
Choose a tag to compare

7.29.4 (2021-01-12)

Bug Fixes

  • Pass container from findBy through to waitFor (#868) (b4f1d45)