Skip to content

React 15.6 Umbrella #9398

@flarnie

Description

@flarnie

Update: We just shipped 15.6.0 of react & react-dom! :)

Still ongoing;

  • Fixes for React.addons and the 15.6.0 release of those modules.
  • Follow-up work

React.addons fixes:

Other related items:

  • Document the process for deprecating an API in React Moved to Document the process for deprecating an API in React #10057
  • Can we remove junk code from PropTypes prod build? It doesn't use bundle-collapser so it ships all those method names (e.g. “fbjs/lib/invariant”). This is fixable if you add “-p bundle-collapser/plugin” to browserify call. Additionally, there seems to be some junk invariant() code which is easy to fix if we just turn this into an inlined error. https://unpkg.com/[email protected]/prop-types.min.js
  • Make sure deprecations are on master too

Follow-up issues:


Steps we went through for React 15.6.0;

Preparing the RC:

Done! RC was released.

Testing the RC:

Done! [React 15.6.0 is out.](https://github.com/facebook/react/releases/tag/v15.6.0) - [X] Inspect the UMD builds - [x] Share RC and proposed release date with library authors several weeks in advance - [x] Publish release notes early

Preparing the final release:

Done! [React 15.6.0 is out.](https://github.com/facebook/react/releases/tag/v15.6.0) - [x] Update https://github.com/facebook/react/blob/master/scripts/print-warnings/print-warnings.js (https://github.com//pull/9756) - [x] Share RC with library authors and get folks to try it. - [x] Post a target date for the release. - [x] Triage any issues reported with RC. - [x] https://github.com//issues/9830 - [x] Sync master branch (to test the deprecation downgrade internally at FB)

Doing the release:

  • Release on a Mon-Thur. day

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions