mobx@6.7.0
github-actions
released this
14 Nov 19:06
·
153 commits
to main
since this release
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 optionsignal
towhen()
, to support abortion using an AbortSignal / AbortController.