MobX v4.3.0 Release Notes

    • Introduced the entries(observable) API, by @samjacobclift through #1536
    • ๐Ÿ‘€ Fixed #1535: Change in nested computed value was not propagated if read outside action context when there is a pending reaction. For more details see the exact test case.
    • โš  Illegal property access through prototypes is now a warning instead of an error. Fixes #1506. By @AmazingTurtle through #1529
    • ๐Ÿ›  Fixed issue where providing a custom setter to @computed({ set: ... }) wasn't picked up
    • ๐Ÿ›  Fixed #1545: Actions properties where not re-assignable when using TypeScript
    • โš  Illegal Access checks are now a warning instead of an error. Fix