This repository was archived by the owner on Oct 11, 2020. It is now read-only.
fix(deps): update dependency mobx-react-lite to v3 #116
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.4.1->^3.0.0Release Notes
mobxjs/mobx-react-lite
v3.0.0Compare Source
v2.2.2Compare Source
v2.2.1Compare Source
fix: reintroduce isObserverBatched for backwards compatibility (#309) (#313) [@alex3683]
v2.2.0Compare Source
<Observer>can returnnull. Fixes #305 through #307 by inomdzhonreact-domorreact-native. Fixes #296 and mobx-react#859 through #303v2.1.0Compare Source
Fixed #274 through #299
v2.0.7Compare Source
Compatibility fix for IE11 (#286)
v2.0.6Compare Source
observer() return type should be whatever the wrapped component is (#275)
v2.0.5Compare Source
Observer batching imports are kept in production builds as side effects (#273)
v2.0.4Compare Source
Fix losing props for observer component (#272)
v2.0.3Compare Source
Remove the use of
Reflectto support compatibility with Hermes and IE11.v2.0.2Compare Source
Fix false positive warning about observer batching.
v2.0.1Compare Source
Fixed small typo, use this instead of 2.0.0
v2.0.0Compare Source
A major reason for this release is support for
React.StrictModewhich is now included by default in the create-react-app template. It's mostly about internal changes in how the cleanup of reaction is handled. There is no assurance it will work with currently experimental React Concurrent mode. We still need to investigate that.Observer batching
Observer batching was included by default in 1.0, but there is a problem with dependency on
react-domwhich doesn't work inreact-nativeand vice versa. For that reason, we had chosen a different path described in the docs. Without choosing one of the variants, you will get a warning about it.Breaking changes
useComputed,useDisposable,useObservableoptimizeForReactDOMandoptimizeForReactNativeare renamed tobatchingForReactDomandbatchingForReactNativeto express the fact it's not just an optimizationempty.jsRenovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.