Skip to content

Releases: mobxjs/mobx

mobx@6.4.0

17 Feb 18:16
84cad9b
Compare
Choose a tag to compare

Minor Changes

  • 6b926833 #3287 Thanks @kubk! - Remove any from 'merge' and 'replace' methods of ObservableMap

Patch Changes

  • dee35be4 #3300 Thanks @kubk! - Make the error message about Object.freeze more informative

mobx-react@7.3.0

17 Feb 18:16
84cad9b
Compare
Choose a tag to compare

Minor Changes

  • 59b42c28 #3282 Thanks @urugator! - observer(forwardRef(fn)) no longer generates extra <Observer> element and applies memo correctly

Patch Changes

  • Updated dependencies [59b42c28]:
    • mobx-react-lite@3.3.0

mobx-react-lite@3.3.0

17 Feb 18:16
84cad9b
Compare
Choose a tag to compare

Minor Changes

mobx@6.3.13

21 Jan 18:58
c85a747
Compare
Choose a tag to compare

Patch Changes

mobx@6.3.12

05 Jan 19:35
a7b7fdd
Compare
Choose a tag to compare

Patch Changes

mobx@6.3.11

05 Jan 17:15
40ad091
Compare
Choose a tag to compare

Patch Changes

eslint-plugin-mobx@0.0.8

05 Jan 17:15
40ad091
Compare
Choose a tag to compare

Patch Changes

  • aafda613 #3256 Thanks @urugator! - fix no-anonymous-observer autofix for arrow functions without BlockStatement body

mobx-react-lite@3.2.3

29 Dec 13:14
1821183
Compare
Choose a tag to compare

Patch Changes

mobx@6.3.10

22 Dec 20:24
488bf76
Compare
Choose a tag to compare

Patch Changes

eslint-plugin-mobx@0.0.7

20 Dec 13:47
075585c
Compare
Choose a tag to compare

Patch Changes

  • 0aaf1831 #3231 Thanks @ahoisl! - fix(lint): fix 'missing-make-observable' rule with constructor overloads