Releases: mobxjs/mobx
Releases · mobxjs/mobx
[email protected]
Patch Changes
e9e1955f
#3880 Thanks @peterm-canva! - Shrink ComputedValue using a bitfield
[email protected]
Patch Changes
-
44a5fe07
#3881 Thanks @kade-robertson! - Adds an option for themobx/exhaustive-make-observable
eslint rule to configure whether fields are annotated withtrue
orfalse
with the autofixer.This option defaults to
true
if not present or an invalid value is received to maintain existing behavior.
[email protected]
[email protected]
[email protected]
Minor Changes
c9260974
#3790 Thanks @mweststrate! - Added support for modern 2022.3 Decorators. #3790- Installation / usage instruction.
- Introduction announcement
- Original PR by @Matchlighter in #3638,
[email protected]
[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