6.7.0
Added 1
- Add new option signal to when() to support abortion using an AbortSignal or AbortController
Changed 1
- Proxied observable arrays can now safely read/write out of bound indices
Fixed 1
- Make return value of reportObserved match invoke of onBecomeObserved
Minor Changes
-
8cf4784f#3559 Thanks @urugator! - Proxied observable arrays can now safely read/write out of bound indices. See https://github.com/mobxjs/mobx/discussions/3537 -
223e3688#3551 Thanks @deadbeef84! - Added new optionsignaltowhen(), to support abortion using an AbortSignal / AbortController.