Skip to content

Releases: mobxjs/mobx

[email protected]

31 Aug 17:04
63bef63
Compare
Choose a tag to compare

Patch Changes

[email protected]

22 May 22:07
eb4fb5d
Compare
Choose a tag to compare

Patch Changes

[email protected]

18 May 10:56
63b5529
Compare
Choose a tag to compare

Patch Changes

[email protected]

18 May 10:56
63b5529
Compare
Choose a tag to compare

Minor Changes

  • 87b3e1de #2930 Thanks @vkrol! - inject shouldn't change original displayName of component that uses forwardRef

[email protected]

23 Apr 09:30
49f232d
Compare
Choose a tag to compare

Minor Changes

Patch Changes

[email protected]

10 Apr 14:17
30c397e
Compare
Choose a tag to compare

Release job failed. See #2842 for release notes

[email protected]

10 Apr 14:16
30c397e
Compare
Choose a tag to compare

Release job failed. See #2842 for release notes

[email protected]

01 Mar 14:32
bff1d6b
Compare
Choose a tag to compare

Patch Changes

[email protected]

17 Feb 10:43
851be05
Compare
Choose a tag to compare

Patch Changes

  • 5640aa77 #2799 Thanks @urugator! - - fix: user provided debug names are not preserved on production
    • fix: property atom's debug name is dynamic on production
    • fix: observable(primitive, options) ignores options
    • fix: getDebugName(action) throws [MobX] Cannot obtain atom from undefined
    • fix: terser using unsafe: true

[email protected]

11 Feb 16:11
248e25e
Compare
Choose a tag to compare

Patch Changes

  • 9b195b17 #2780 Thanks @iChenLei! - The overall memory usage of MobX has been reduced in production builds by skipping the generation of debug identifiers. The internal mapid_ field of Reaction has been removed as part of the change.