what stackpulse tracks
MobX releases from GitHub
StackPulse watches MobX release notes and keeps the original source link close to every summary.
Simple, scalable state management through reactive programming StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches MobX release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This patch release fixes a Stage 3 `@computed` override issue and removes outdated Flow typechecker support artifacts.
Developers using `@computed` overrides with `super` delegation or relying on Flow typechecker artifacts are affected.
Update to version 6.16.1 to resolve the `@computed` override issue and clean up outdated artifacts.
This patch release fixes an issue with CLI resolution of the bundled jscodeshift binary when dependencies are hoisted by npm workspaces.
Users relying on npm workspaces with hoisted dependencies may be affected by CLI resolution issues.
Update to version 1.3.1 to resolve CLI resolution issues.
This release introduces lazy initialization for `@computed` and `@observable accessor` decorators, significantly reducing memory usage and construction time for unused properties. It also fixes a regression with `isComputedProp` and adds `getOrInsert` methods to `ObservableMap` for better compatibility with ESNext `Map` typings.
Developers using `@computed` or `@observable accessor` decorators in large-scale applications will benefit from reduced memory usage and faster construction times.
Upgrade to version 6.16.0 to take advantage of the performance improvements and compatibility enhancements.
This release addresses a minor issue related to Babel-generated React version parsing output to avoid Rolldown invalid PURE annotation warnings.
Developers using Babel with Rolldown may encounter fewer warnings related to PURE annotations.
Update to version 9.2.2 to resolve Rolldown PURE annotation warnings.
This patch release addresses a minor issue related to Babel-generated optional chaining output, avoiding Rolldown invalid PURE annotation warnings.
Developers using Rolldown with Babel-generated optional chaining output may be affected.
Update to this version to avoid Rolldown warnings.