React: React 15.6.2 Umbrella

Created on 26 Jun 2017  路  20Comments  路  Source: facebook/react

This is an umbrella issue for fixes that need to be included in the next 15.6 patch release, which should be 15.6.2.

Commits

  • [x] https://github.com/facebook/react/issues/10030 - ChangeEventPlugin.js IE detection is broken on Chrome/Safari/FF etc (PR https://github.com/facebook/react/issues/10032)
  • [ ] No error when element with ref created in another elements constructor in dev environment. (PR https://github.com/facebook/react/pull/10025) https://github.com/facebook/react/issues/9635
  • [x] Treat columns property as a unitless number #10115
  • [x] move augmentClass definition above SyntheticEvent Proxy replacement #10011
  • [x] Use a closure to bind argument to callback in ReactErrorUtils #8363
  • [x] Fix uncontrolled radios #10156
  • [x] Add controlList to DOM property whitelist #9940

Documentation

  • [ ] Changelog
  • [ ] Documentation

Misc

  • [ ] Update lockfile
  • [ ] Version bump
  • [ ] Bower
Release

Most helpful comment

Ah @frenchie4111 this is on me. I'll start preparing a release.

@aweary or @flarnie, is there any documentation preparing a release? Otherwise, I'll do my best to copy your prior releases and take notes :)

All 20 comments

Sounds good. This list keeps growing because we're not actively working on that release.

Added https://github.com/facebook/react/pull/9940 (controlList field) to the list

10030 is causing me issues. Any idea when this version will go out?

Ah @frenchie4111 this is on me. I'll start preparing a release.

@aweary or @flarnie, is there any documentation preparing a release? Otherwise, I'll do my best to copy your prior releases and take notes :)

There is documentation here. But it's not very relevant because we're not using Release Manager for 15.x branch anymore. It has diverged too much. So the goal is to cherry pick as little as possible.

It's still a good idea to walk through the document (without doing the Release Manager related bits).

Hi @gaearon / @nhunzaker - Is there any update on this release? We are waiting on the fix for #10156 to be released to resolve some issues we are facing. Thanks!

@colebowl I am sorry to test your patience. I got pretty nuked by some custom attribute stuff for 16.x. I'll begin preparing the 15.6.2 release _right now_.

Edit: Sorry, I hope I didn't sound snarky with that. I'm gladly doing this!

@nhunzaker - No apologies necessary, thanks a million for getting on this for us! Let me know if I can help!

Did we ever come to a conclusion on https://github.com/facebook/react/pull/10025?

Also not being snarky - just not sure what "preparing the release _right now_" translates to in terms of release dates.

Hello,

Any idea when 15.6.2 will be released? I'm waiting for the controlList attribute in video tag.

Thanks!

Any more updates on this?

I was still waiting on https://github.com/facebook/react/issues/10040. If you guys can give an update that will be much appreciated. :)

It seems like @sophiebits already published v15.6.2 (see #10430 & blogpost),but it didn't get into master yet I think...

Yep! @sophiebits sent out 15.6.2 with these changes and the new license last night. We should be good to go here:
https://facebook.github.io/react/blog/2017/09/25/react-v15.6.2.html

@nhunzaker thanks for managing this release 馃檶

Was this page helpful?
0 / 5 - 0 ratings