All Versions
57
Latest Version
Avg Release Cycle
7 days
Latest Release
1242 days ago

Changelog History
Page 3

  • v10.2.0 Changes

    June 04, 2020

    โœ… 10.2.0 (2020-06-04)

    ๐Ÿ”‹ Features

    • โœ… run cleanup() when test runner supports teardown() (#676) (c91e9a9)
  • v10.1.0 Changes

    June 04, 2020

    โœ… 10.1.0 (2020-06-04)

    ๐Ÿ”‹ Features

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

    June 02, 2020

    โœ… 10.0.6 (2020-06-02)

    ๐Ÿ› Bug Fixes

    • โšก๏ธ force update version of @testing-library/dom (#687) (c3008be)
  • v10.0.5 Changes

    June 01, 2020

    โœ… 10.0.5 (2020-06-01)

    ๐Ÿ› Bug Fixes

    • fireEvent: automatically configure fireEvent to be wrapped in act (#685) (6147830)
  • v10.0.4 Changes

    April 30, 2020

    โœ… 10.0.4 (2020-04-30)

    ๐Ÿ› Bug Fixes

    • โฌ†๏ธ upgrade all dependencies (and fix UMD build) (#653) (a75fa35)
  • v10.0.3 Changes

    April 20, 2020

    โœ… 10.0.3 (2020-04-20)

    ๐Ÿ› Bug Fixes

    • โช restore this when requiring timers (#644) (59a2de1), closes #614
  • v10.0.2 Changes

    March 30, 2020

    โœ… 10.0.2 (2020-03-30)

    ๐Ÿ› Bug Fixes

    • โฌ†๏ธ Bump types dependency (#625) (afce94f)
  • v10.0.1 Changes

    March 13, 2020

    โœ… 10.0.1 (2020-03-13)

    ๐Ÿ› Bug Fixes

  • v10.0.0 Changes

    March 12, 2020

    โœ… 10.0.0 (2020-03-12)

    ๐Ÿ”‹ Features

    • โœ… Flush microtasks in cleanup (#519) (9fc8581)
    • โšก๏ธ update @testing-library/dom (435098c)

    ๐Ÿ’ฅ BREAKING CHANGES

    โšก๏ธ Update DOM Testing Library

    ๐Ÿš€ The latest version of DOM Testing Library has several breaking changes you will want to review the changelog of DOM Testing Library v7.0.0 to ensure you are unaffected.

    โฌ‡๏ธ Drop Node 8

    ๐Ÿš€ Node 10 or greater is required. Node 8 is out of LTS (#576) (fccc2cf), closes #575

    โœ‚ remove deprecated cleanup-after-each.js

    โœ… This file which did nothing but log a warning to the console (#598) (7942f68)

    - import '@testing-library/react/cleanup-after-each'+ // nothing! Just remove it
    

    As a general reminder, you should NOT need to use cleanup at all as this is done automatically for you (unless you're using @testing-library/react/pure in which case you know what you're doing... keep using cleanup).

  • v10.0.0-beta.2 Changes

    March 04, 2020

    โœ… 10.0.0-beta.2 (2020-03-04)

    ๐Ÿ› Bug Fixes

    • โœ‚ remove deprecated cleanup-after-each (#598) (9bd87c6)

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿšš This removes @testing-library/react/cleanup-after-each which is deprecated and hasn't done anything for many versions.