Releases: testing-library/dom-testing-library
Releases · testing-library/dom-testing-library
v7.30.1
7.30.1 (2021-03-25)
Bug Fixes
- timers: safe check for setImmediate and clearImmediate (#916) (14788b6)
v7.30.0
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
7.29.6 (2021-02-19)
Bug Fixes
- Don't assume mocked timers imply jest fake timers (#900) (f7b5c33)
v7.29.5
7.29.5 (2021-02-19)
Bug Fixes
- remove side-effect from runWithRealTimers (#887) (ac9a6b7)
v7.29.4
7.29.4 (2021-01-12)
Bug Fixes
- Pass container from findBy through to waitFor (#868) (b4f1d45)
v7.29.3
7.29.3 (2021-01-12)
Bug Fixes
- prevent crashing on elements without parentElement (#871) (6d32457)
v7.29.2
7.29.2 (2021-01-07)
Bug Fixes
- add normalizer for matching aria-label (#855) (5831f60)
v7.28.1
7.28.1 (2020-11-20)
Bug Fixes
- suggestions: don't suggest byLabelText when using byLabelText (53f29f7)