Skip to content

Releases: mobxjs/mobx

mobx@6.13.0

02 Jul 18:53
32c934b
Compare
Choose a tag to compare

mobx@6.12.5

30 Jun 08:35
5c8066d
Compare
Choose a tag to compare

Patch Changes

mobx@6.12.4

13 Jun 09:51
a73710c
Compare
Choose a tag to compare

Patch Changes

eslint-plugin-mobx@0.0.10

13 Jun 09:51
a73710c
Compare
Choose a tag to compare

Patch Changes

  • 44a5fe07 #3881 Thanks @kade-robertson! - Adds an option for the mobx/exhaustive-make-observable eslint rule to configure whether fields are annotated with true or false with the autofixer.

    This option defaults to true if not present or an invalid value is received to maintain existing behavior.

mobx@6.12.1

22 Mar 09:50
5142574
Compare
Choose a tag to compare

Patch Changes

mobx@6.12.0

27 Nov 07:26
55260aa
Compare
Choose a tag to compare

Minor Changes

  • ec5db592 #3792 Thanks @tonyraoul! - Improve observablearray proxy pefromance for es2023.array and es2022.array methods

Patch Changes

  • 86616c11 #3654 Thanks @ahoisl! - fix: action transparently forwards toString of underlying function

mobx-react@9.1.0

11 Nov 18:48
Compare
Choose a tag to compare

Minor Changes

mobx-react@9.0.2

06 Nov 23:10
Compare
Choose a tag to compare

Patch Changes

mobx-react-lite@4.0.5

25 Sep 12:00
40f6b07
Compare
Choose a tag to compare

Patch Changes

mobx@6.10.2

31 Aug 11:01
bbd6099
Compare
Choose a tag to compare

Patch Changes

  • c8d9374d #3748 Thanks @mweststrate! - Fixed: #3747, computed values becoming stale if the underlying observable was created and updated outside a reactive context