Skip to content

Releases: testing-library/dom-testing-library

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)

v7.29.3

12 Jan 13:59
71b4f46
Compare
Choose a tag to compare

7.29.3 (2021-01-12)

Bug Fixes

  • prevent crashing on elements without parentElement (#871) (6d32457)

v7.29.2

07 Jan 10:53
5831f60
Compare
Choose a tag to compare

7.29.2 (2021-01-07)

Bug Fixes

  • add normalizer for matching aria-label (#855) (5831f60)

v7.29.1

04 Jan 08:42
ec1b642
Compare
Choose a tag to compare

7.29.1 (2021-01-04)

Bug Fixes

v7.29.0

11 Dec 14:23
accb6cc
Compare
Choose a tag to compare

7.29.0 (2020-12-11)

Features

v7.28.1

20 Nov 23:11
c6e7a83
Compare
Choose a tag to compare

7.28.1 (2020-11-20)

Bug Fixes

  • suggestions: don't suggest byLabelText when using byLabelText (53f29f7)