Conversation
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
=======================================
Coverage 71.67% 71.67%
=======================================
Files 239 239
Lines 4039 4039
Branches 856 856
=======================================
Hits 2895 2895
Misses 1019 1019
Partials 125 125Continue to review full report at Codecov.
|
c2d2407 to
6393290
Compare
6393290 to
f09d395
Compare
f09d395 to
e647a86
Compare
e647a86 to
2b27f18
Compare
2b27f18 to
9f6715a
Compare
9f6715a to
9c9740e
Compare
9c9740e to
d0c2d9c
Compare
d0c2d9c to
05af2c2
Compare
05af2c2 to
0e4584f
Compare
0e4584f to
8851cea
Compare
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
==========================================
+ Coverage 71.65% 71.67% +0.02%
==========================================
Files 239 239
Lines 4050 4039 -11
Branches 858 856 -2
==========================================
- Hits 2902 2895 -7
+ Misses 1021 1019 -2
+ Partials 127 125 -2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
=======================================
Coverage 71.65% 71.65%
=======================================
Files 239 239
Lines 4050 4050
Branches 858 858
=======================================
Hits 2902 2902
Misses 1021 1021
Partials 127 127Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
=======================================
Coverage 71.65% 71.65%
=======================================
Files 239 239
Lines 4050 4050
Branches 858 858
=======================================
Hits 2902 2902
Misses 1021 1021
Partials 127 127Continue to review full report at Codecov.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #312 +/- ##
==========================================
+ Coverage 71.13% 71.83% +0.70%
==========================================
Files 240 240
Lines 4320 4609 +289
Branches 902 1126 +224
==========================================
+ Hits 3073 3311 +238
- Misses 1124 1286 +162
+ Partials 123 12 -111 ☔ View full report in Codecov by Sentry. |
8851cea to
d5c76a9
Compare
b0f95aa to
5dbca13
Compare
5dbca13 to
1d27be7
Compare
3d91768 to
3c2f193
Compare
3c2f193 to
6bb356e
Compare
6bb356e to
272a7cb
Compare
272a7cb to
4a3b4e4
Compare
4a3b4e4 to
340a6ee
Compare
340a6ee to
221e817
Compare
221e817 to
9861c9c
Compare
9861c9c to
9e882f5
Compare
9e882f5 to
03995a4
Compare
03995a4 to
27aa32b
Compare
27aa32b to
f552926
Compare
f552926 to
a50c6f6
Compare
a50c6f6 to
bbb7f31
Compare
bbb7f31 to
25ef237
Compare
This PR contains the following updates:
16.4.11->16.14.6816.6.3->16.14.016.6.3->16.14.016.2.0->16.14.0Release Notes
facebook/react (react)
v16.14.0Compare Source
React
v16.13.1Compare Source
React DOM
componentWillReceiveProps,shouldComponentUpdate, and so on). (@gaearon in #18330)v16.13.0Compare Source
React
React.createFactory()(@trueadm in #17878)React DOM
stylemay cause an unexpected collision (@sophiebits in #14181, #18002)unstable_createPortal(@trueadm in #17880)onMouseEnterbeing fired on disabled buttons (@AlfredoGJ in #17675)shouldComponentUpdatetwice when developing inStrictMode(@bvaughn in #17942)versionproperty to ReactDOM (@ealush in #15780)toString()ofdangerouslySetInnerHTML(@sebmarkbage in #17773)Concurrent Mode (Experimental)
ReactDOM.createRoot()(@trueadm in #17937)ReactDOM.createRoot()callback params and added warnings on usage (@bvaughn in #17916)SuspenseListCPU bound heuristic (@sebmarkbage in #17455)isPendingonly being true when transitioning from inside an input event (@acdlite in #17382)React.memocomponents dropping updates when interrupted by a higher priority update (@acdlite in #18091)v16.12.0Compare Source
React DOM
useEffect) not being fired in a multi-root app. (@acdlite in #17347)React Is
lazyandmemotypes considered elements instead of components (@bvaughn in #17278)v16.11.0Compare Source
React DOM
mouseenterhandlers from firing twice inside nested React containers. @yuanoook in #16928unstable_createRootandunstable_createSyncRootexperimental APIs. (These are available in the Experimental channel ascreateRootandcreateSyncRoot.) (@acdlite in #17088)v16.10.2Compare Source
React DOM
v16.10.1Compare Source
React DOM
v16.10.0Compare Source
React DOM
Object.isinstead of inline polyfill, when available. (@ku8ar in #16212)Scheduler (Experimental)
postMessageloop with short intervals instead of attempting to align to frame boundaries withrequestAnimationFrame. (@acdlite in #16214)useSubscription
v16.9.0Compare Source
React
<React.Profiler>API for gathering performance measurements programmatically. (@bvaughn in #15172)unstable_ConcurrentModein favor ofunstable_createRoot. (@acdlite in #15532)React DOM
UNSAFE_*lifecycle methods. (@bvaughn in #15186 and @threepointone in #16103)javascript:URLs as a common attack surface. (@sebmarkbage in #15047)disablePictureInPictureattribute on<video>. (@eek in #15334)onLoadevent for<embed>. (@cherniavskii in #15614)useStatestate from DevTools. (@bvaughn in #14906)setStateis called fromuseEffect, creating a loop. (@gaearon in #15180)findDOMNodefor components wrapped in<Suspense>. (@acdlite in #15312)!importantstyle. (@acdlite in #15861 and #15882)React DOM Server
React Test Utilities and Test Renderer
act(async () => ...)for testing asynchronous state updates. (@threepointone in #14853)actfrom different renderers. (@threepointone in #16039 and #16042)act()call. (@threepointone in #15763 and #16041)actfrom the wrong renderer. (@threepointone in #15756)ESLint Plugin: React Hooks
v16.8.6Compare Source
React DOM
useReducer(). (@acdlite in #15124)contextTypeis set toContext.Consumerinstead ofContext. (@aweary in #14831)contextTypeis set to invalid values. (@gaearon in #15142)v16.8.5Compare Source
React DOM
sizeattribute. (@kulek1 in #14242)useEffect(async () => ...)warning message. (@gaearon in #15118)React DOM Server
useLayoutEffectwarning message when server rendering. (@gaearon in #15158)React Shallow Renderer
setStatein shallow renderer to work with Hooks. (@gaearon in #15120)React.memo. (@aweary in #14816)forwardRef. (@eps1lon in #15100)v16.8.4Compare Source
React DOM and other renderers
useContexthook. (@bvaughn in #14940)v16.8.3Compare Source
React DOM
React DOM Server
ESLint Plugin for React Hooks
exhaustive-depsrule. (@gaearon in #14636)v16.8.2Compare Source
React DOM
ReactDOM.renderbeing ignored insideuseEffect. (@gaearon in #14799)useImperativeHandleto work correctly when no deps are specified. (@gaearon in #14801)crossOriginattribute to work in SVGimageelements. (@aweary in #14832)React Test Utils and React Test Renderer
act()warning. (@threepointone in #14855)v16.8.1Compare Source
React DOM and React Test Renderer
React Test Utils
v16.8.0Compare Source
React
useReducerHook lazy initialization API. (@acdlite in #14723)React DOM
useStateanduseReducerHooks. (@acdlite in #14569)Object.isalgorithm for comparinguseStateanduseReducervalues. (@Jessidhia in #14752)useEffect/useMemo/useCallbackHooks. (@acdlite in #14594)React.lazy(). (@gaearon in #14626)undefinedor a function. All other values, includingnull, are not allowed. @acdlite in #14119React Test Renderer and Test Utils
shouldComponentUpdatein the presence ofgetDerivedStateFromPropsfor Shallow Renderer. (@chenesan in #14613)ReactTestRenderer.act()andReactTestUtils.act()for batching updates so that tests more closely match real behavior. (@threepointone in #14744)ESLint Plugin: React Hooks
v16.7.0Compare Source
React DOM
React.lazyfor large numbers of lazily-loaded components. (@acdlite in #14429)react-dom/server@16.6andreact@<16.6. (@gaearon in #14291)Scheduler (Experimental)
setTimeoutin testing environments. (@bvaughn in #14358)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.