Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

22 lines (12 loc) · 1.46 KB

mobx-react-lite

3.1.0

Minor Changes

  • a0e5fea #329 Thanks @RoystonS! - expose clearTimers function to tidy up background timers, allowing test frameworks such as Jest to exit immediately

Patch Changes

  • fafb136 #332 Thanks @Bnaya! - Introduce alternative way for managing cleanup of reactions. This is internal change and shouldn't affect functionality of the library.

3.0.1

Patch Changes

  • 570e8d5 #328 Thanks @mweststrate! - If observable data changed between mount and useEffect, the render reaction would incorrectly be disposed causing incorrect suspension of upstream computed values
  • 1d6f0a8 #326 Thanks @FredyC! - No important changes, just checking new setup for releases.

Prior 3.0.0 see GitHub releases for changelog