Releases: mobxjs/mobx
Releases · mobxjs/mobx
[email protected]
Patch Changes
87e5dfb5#3763 Thanks @mweststrate! - Switched observer implementation from using global to local state version. Fixes #3728
[email protected]
Patch Changes
c8d9374d#3748 Thanks @mweststrate! - Fixed: #3747, computed values becoming stale if the underlying observable was created and updated outside a reactive context
[email protected]
[email protected]
[email protected]
Major Changes
473cb3f5#3718 Thanks @mweststrate! - - FixedobserverinStrictMode#3671- [BREAKING CHANGE] Class component's
props/state/contextare no longer observable. Attempt to use these in any derivation other than component'srenderthrows and error. For details see https://github.com/mobxjs/mobx/blob/main/packages/mobx-react/README.md#note-on-using-props-and-state-in-derivations - Extending or applying
observerclasses is now explicitly forbidden
- [BREAKING CHANGE] Class component's
Patch Changes
[email protected]
Patch Changes
-
58bb052c#3670 Thanks @urugator! - fix #3669: SSR:useSyncExternalStorethrows due to missinggetServerSnapshot -
473cb3f5#3718 Thanks @mweststrate! - - FixedobserverinStrictMode#3671- [BREAKING CHANGE] Class component's
props/state/contextare no longer observable. Attempt to use these in any derivation other than component'srenderthrows and error. For details see https://github.com/mobxjs/mobx/blob/main/packages/mobx-react/README.md#note-on-using-props-and-state-in-derivations - Extending or applying
observerclasses is now explicitly forbidden
- [BREAKING CHANGE] Class component's
[email protected]
[email protected]
Patch Changes
8e58fa95#3664 Thanks @mweststrate! - (Hopefully) fixed release process for mobx-react-lite