This repository was archived by the owner on Mar 18, 2019. It is now read-only.
chore(deps): update dependency mobx to v4.9.3#35
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency mobx to v4.9.3#35renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
0b517f4 to
f8506f2
Compare
f8506f2 to
e0dab7d
Compare
e0dab7d to
170aa09
Compare
170aa09 to
8ffe734
Compare
8ffe734 to
af7971d
Compare
af7971d to
2ddfdee
Compare
2ddfdee to
eec8220
Compare
eec8220 to
95638ff
Compare
95638ff to
b647203
Compare
b647203 to
43c848a
Compare
43c848a to
49f8cd9
Compare
49f8cd9 to
4dc2811
Compare
4dc2811 to
1a25bb0
Compare
1a25bb0 to
857199f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
4.3.0->4.9.3Release Notes
mobxjs/mobx
v4.9.3Compare Source
observable.setcompatibility with IE 11, see #1917 by kalmiv4.9.2Compare Source
Symbolbreaking Internet Explorer / React Native compatibility.v4.9.1Compare Source
toJS: observable maps were not properly serialized. Fixes #1875v4.9.0Compare Source
Features
observable.boxnow accepts anequalsoption, to be able to pass a custom comparision function. Through #1862, #1874 by @fi3ework. Fixes #1580Fixes
flow, see #1827 by @xaviergonztrace(true)not being able to handle multi-line comments in traced function. Fixes #1850@computednow introduces non-configurable properties, to fail fast on incorrect inheritance or property deletion. Fixes #1867enforceActionsandisolateGlobalStatenow work correctly when used together. Fixes #1869v4.8.0Compare Source
flowin TypeScript 3. Fixes #1816 through #1825 by ismailhabibIGNORE_MOBX_MINIFIY_WARNING=trueto skip the built-in minification warning. See #1835 by fi3eworkv4.7.0Compare Source
@computedon a React component. The MobX 5 behavior here has been reverted to the MobX 4 behavior.v4.6.0Compare Source
keepAlivehas become smarter and won't recomputed computed values that are kept alive, as long as they aren't read. Implements #1534undefinedwas undetectedv4.5.2Compare Source
toJSnot handlingnullvalues correctly. Fixes #1557 through #1783 by @wangyiz4262v4.5.1Compare Source
toJSnow has arecurseEverythingeverything option, that even detects and converts observable objects that are "behind" non-observable objects. See #1699 by wangyiz4262comparer, see #1751 by pdongv4.5.0Compare Source
(Minor version of
5was bumped significantly to make the number better correlate together :-))extendObservablein a class constructor caused errors to be throwndelete-ing a property was not always picked up by the reactivity systemremove()-ing a property was not always picked up by thehas()andget()utilitieshasnow returnstruefor computed fieldsgetnow returns a value for computed fields_allowStateChangeInsideComputed. Don't use it :-).v4.4.2Compare Source
toStringdoes not behave correctly.v4.4.1Compare Source
decorate, see #1711 by makepostv4.4.0Compare Source
configure({ isolateGlobalState: true }). Note that this means that observables from the different MobX instances won't cooperate. Fixes #1681, #1082enforceActionsoptions now supports the values:"never","observed"and"always"to make the behavior more clear. Fixes #1680, #1473v4.3.2Compare Source
IAutorunOptionsdecoratenow can apply multiple decorators, by accepting an array and applying them right to left:decorate(Todo, { title: [serializable(primitive), persist('object'), observable] }). By @ramybenaroya through #1691 and #1686flowso that it accepts async generators. By @dannsam through #1656 and #1655keys()now also supports arrays. Fixes #1600 through #1601 by @nunocastromartinsv4.3.1Compare Source
$mobxexport symbol for MobX 5 forward compatibityRenovate 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 if you modify the PR title to begin with "
rebase!".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.