Closed mweststrate closed 6 years ago
I see, I thought it's @computed(options)
, you have a mistake in migration guide I believe, check the new API for @computed.equals(compareFn)
:)
Released:
mobx@4.0.0-beta.2
mobx-utils@4.0.0-beta.2
mobx-react@5.0.0-beta.2
Which together fix some build & typescript issues :)
released mobx@4.0.0-beta.3
(fixing #1376)
Released 4.0.0!
@mwestrate awesome! Congrats for the ride! Really happy with Mobx :)
Hi all!
Time to start thinking about the next major of MobX. These are some of the ideas I have around them. Global goal:
Leverage modern features in evergreen browsers to address current quirks in the MobX api
Quirks being:
Tools to address the quirks: levering proxies #776 and native map implementations #800
Breaking changes
observable(object)
will now make all properties (including future ones) observable. To limit / specify the set of observable properties one will have to useextendObservable
isArrayLike
will be deprecatedArray.move
will be deprecatedAlso fix #940 if not done before
Tasks:
extras
namespace for better tree shaking