Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Update react monorepo to v16.3.2 #196

Merged
merged 1 commit into from
Apr 23, 2018
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2018

This Pull Request renovates the package group "react monorepo".

  • react-dom (dependencies): from 16.3.0 to 16.3.2
  • react (dependencies): from 16.3.0 to 16.3.2

Release Notes

facebook/react

v16.3.1

React
  • Fix a false positive warning in IE11 when using Fragment. ([@​heikkilamarko] in #​12504)
  • Prefix a private API. ([@​Andarist] in #​12501)
  • Improve the warning when calling setState() in constructor. ([@​gaearon] in #​12532)
React DOM
  • Fix getDerivedStateFromProps() not getting applied in some cases. ([@​acdlite] in #​12528)
  • Fix a performance regression in development mode. ([@​gaearon] in #​12510)
  • Fix error handling bugs in development mode. ([@​gaearon] and [@​acdlite] in #​12508)
  • Improve user timing API messages for profiling. ([@​flarnie] in #​12384)
Create Subscription
  • Set the package version to be in sync with React releases. ([@​bvaughn] in #​12526)
  • Add a peer dependency on React 16.3+. ([@​NMinhNguyen] in #​12496)

v16.3.2

React
  • Improve the error message when passing null or undefined to React.cloneElement. ([@​nicolevy] in #​12534)
React DOM
  • Fix an IE crash in development when using <StrictMode>. ([@​bvaughn] in #​12546)
  • Fix labels in User Timing measurements for new component types. ([@​bvaughn] in #​12609)
  • Improve the warning about wrong component type casing. ([@​nicolevy] in #​12533)
  • Improve general performance in development mode. ([@​gaearon] in #​12537)
  • Improve performance of the experimental unstable_observedBits API with nesting. ([@​gaearon] in #​12543)
React Test Renderer
  • Add a UMD build. ([@​bvaughn] in #​12594)

Commits

facebook/react

v16.3.1

  • 2c3f5fbAdd React 16.3.0 changelog (#​12488)
  • 4304475Fix links
  • 18ba36dMove context API in Changelog to "React" section
  • 59b3905Fix method name in changelog
  • fa8e678Change create-subscription's peerDep on react to ^16.3.0 (#​12496)
  • 0c80977Validate React.Fragment props without Map. (#​12504)
  • 59dac9dFix DEV performance regression by avoiding Object.assign on Fibers (#​12510)
  • 6b99c6fAdd missing changelog item
  • 7a27ebdUpdate user timing to record when we are about to commit (#​12384)
  • 4ccf58aFix context stack misalignment caused by error replay (#​12508)
  • 6f2ea73Extract throw to separate function so performUnitOfWork does not deopt (#​12521)
  • ba245f6Prefix _context property on returned ReactContext from createContext - it's private (#​12501)
  • eb6e752Bumped create-subscription package version (#​12526)
  • da4e855Remove @​providesModule in www bundles (#​12529)
  • 0f2f90bgetDerivedStateFrom{Props,Catch} should update updateQueue.baseState (#​12528)
  • 36c2939Improve not-yet-mounted setState warning (#​12531)
  • a2cc3c3Follow up: make new warning less wordy (#​12532)
  • 2279843Updating yarn.lock file for 16.3.1 release
  • 787b343Updating package versions for release 16.3.1
  • dc05957Update bundle sizes for 16.3.1 release
  • b15b165Changelog for 16.3.1

v16.3.2

  • 1c2876dAdd a build step to hoist warning conditions (#​12537)
  • 5e3706cDon't render bitmask-bailing consumers even if there's a deeper matching child (#​12543)
  • e932e32facebook.github.io/react -> reactjs.org (#​12545)
  • d328e36Removed duplicate typeof check (#​12541)
  • 8ec0e4aRemoved Array.from() usage (#​12546)
  • 27535e7Clarify ReactDOM's case warning for html tags (#​12533)
  • 7a3416fExpose component stack from reactTag to React Native renderer (#​12549)
  • cf649b4Move TouchHistoryMath to React Native repo (#​12557)
  • 5b16b39Bug fix
  • 6bf2797Remove flushSync from React Native (#​12565)
  • bc753a7Support findNodeHandle in Fabric (#​12573)
  • 181747a[RN] Move takeSnapshot to RN (#​12574)
  • 20c5d97Keep consistency in the comment (#​12579)
  • ea37545Must be a before PlacementAndUpdate (#​12580)
  • 76b4ba0Preserve error codes for invariants on www (#​12539)
  • 8dfb057Unfork invariant and instead use it from reactProdInvariant (#​12585)
  • f88dedaThrow more specific error if passed undefined in React.cloneElement (#​12534)
  • 2f7bca0Allocate unique reactTags for RN and Fabric (#​12587)
  • 933f882Remove ReactNativePropRegistry (#​12559)
  • 40d0772[RN] Remove unstable_batchedUpdates and unmountComponentAtNodeAndRemoveContainer from Fabric (#​12571)
  • b6e0512Consolidate eventTypes registry with view configs (#​12556)
  • b99d0b1[RN] Move view config registry to shims (#​12569)
  • 725c054Refactor findHostInstance and findNodeHandle (#​12575)
  • 52afbe0createReactNativeComponentClass needs to be CommonJS
  • 3eae866Fixes language in error message. (#​12590)
  • b846152Added UMD build to test renderer package (#​12594)
  • 3e9515eRemove @​providesModule in www shims
  • 915bb53Bump expiration for interactive updates to 150ms in production (#​12599)
  • c27a998[Danger] Minor fixes (#​12606)
  • 5dfbfe9Fixed debug performance labels for new component types (#​12609)
  • 1591c8eUpdate GCC (#​12618)
  • a4cef29tests: add regression test for reading ReactCurrentOwner stateNode (#​12412)
  • 2e1cc28Fix small typos in create-subscription readme (#​12399)
  • 1e97a71Fix documentation of the release process (#​12337)
  • 66c44a7Updating yarn.lock file for 16.3.2 release
  • 82f67d6Updating package versions for release 16.3.2
  • 6494f6bUpdate error codes for 16.3.2 release
  • 3232616Update bundle sizes for 16.3.2 release
  • 01402f4Add 16.3.2 changelog (#​12621)

This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/react-monorepo branch from 7d4a2e8 to d562b7e Compare April 16, 2018 15:46
@renovate renovate bot changed the title Update react monorepo packages to v16.3.1 Update react monorepo packages to v16.3.2 Apr 16, 2018
@renovate renovate bot changed the title Update react monorepo packages to v16.3.2 Update react monorepo to v16.3.2 Apr 17, 2018
@dannyphillips dannyphillips merged commit d083393 into develop Apr 23, 2018
@dannyphillips dannyphillips deleted the renovate/react-monorepo branch April 23, 2018 18:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants