stack.pulse
#stacks/mobx/state

MobX release notes, breaking changes, and upgrade notes.

Simple, scalable state management through reactive programming StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
5
breaking
0
security
0
deprecated
1
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

MobX releases from GitHub

StackPulse watches MobX release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
mobx@6.16.1mediumdeprecationfeatureJun 8, 2026

mobx@6.16.1

This patch release fixes a Stage 3 `@computed` override issue and removes outdated Flow typechecker support artifacts.

affected

Developers using `@computed` overrides with `super` delegation or relying on Flow typechecker artifacts are affected.

action

Update to version 6.16.1 to resolve the `@computed` override issue and clean up outdated artifacts.

view source on github->