# MobX 6.10.0 - Product: MobX (https://whatsnew.fyi/product/mobx) - Vendor: MobX - Date: 2023-07-18 - Version: 6.10.0 - Original notes: https://github.com/mobxjs/mobx/releases/tag/mobx%406.10.0 - Permalink: https://whatsnew.fyi/product/mobx/releases/6.10.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Added support for signal (AbortSignal) in autorun, reaction and sync when options to dispose them - **removed** — Removed proxy option for makeObservable and makeAutoObservable ###### Minor Changes - [`bebd5f05`](https://github.com/mobxjs/mobx/commit/bebd5f0507a109145f401c78630ed9d59e4a1101) [#3727](https://github.com/mobxjs/mobx/pull/3727) Thanks [@rluvaton](https://github.com/rluvaton)! - Added support for `signal` (AbortSignal) in `autorun`, `reaction` and sync `when` options to dispose them ###### Patch Changes - [`55f78ddc`](https://github.com/mobxjs/mobx/commit/55f78ddc20e84f38a7aa88b99a51ad994e558241) [#3717](https://github.com/mobxjs/mobx/pull/3717) Thanks [@liucan233](https://github.com/liucan233)! - remove proxy option for makeObservable and makeAutoObservable