Skip to content

Releases: testing-library/react-testing-library

v10.4.5

08 Jul 18:56
9e5cf59
Compare
Choose a tag to compare

10.4.5 (2020-07-08)

Bug Fixes

  • flushMicroTasks: fallback to no scheduler (#739) (9e5cf59)

v10.4.4

05 Jul 17:29
47e6da6
Compare
Choose a tag to compare

10.4.4 (2020-07-05)

Bug Fixes

v10.4.3

25 Jun 04:26
aac2e44
Compare
Choose a tag to compare

10.4.3 (2020-06-25)

Bug Fixes

  • cleanup: Cleanup should flush microtask queue after unmount (#632) (aac2e44)

v10.4.2

24 Jun 19:14
5814b29
Compare
Choose a tag to compare

10.4.2 (2020-06-24)

Bug Fixes

  • cleanup: microtask flushing now supports fake timers (#720) (5814b29)

v10.4.1

23 Jun 22:00
Compare
Choose a tag to compare

10.4.1 (2020-06-23)

Bug Fixes

  • update @testing-library/dom to get a bug fix (6558845)

v10.4.0

23 Jun 16:31
Compare
Choose a tag to compare

10.4.0 (2020-06-23)

Features

  • force update of @testing-library/dom (d10a13d)

Latest DOM Testing Library release page: https://github.com/testing-library/dom-testing-library/releases/tag/v7.17.0

The big feature is fake timers working with async utils out of the box

v10.3.0

18 Jun 00:28
dfc4812
Compare
Choose a tag to compare

10.3.0 (2020-06-18)

Features

  • update cheat sheet + added source file (#711) (1984c91)

v10.2.1

05 Jun 19:26
3d9be67
Compare
Choose a tag to compare

10.2.1 (2020-06-05)

Bug Fixes

v10.2.0

04 Jun 13:59
499cc04
Compare
Choose a tag to compare

10.2.0 (2020-06-04)

Features

  • run cleanup() when test runner supports teardown() (#676) (c91e9a9)

v10.1.0

04 Jun 00:56
d43e278
Compare
Choose a tag to compare

10.1.0 (2020-06-04)

Features

  • TS: move typings from DefinitelyTyped into this repo (#690) (16f2f56), closes #688