Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React 15.0.1 #512

Merged
merged 2 commits into from
Apr 26, 2016
Merged

React 15.0.1 #512

merged 2 commits into from
Apr 26, 2016

Conversation

jakegavin
Copy link
Contributor

React v15.0 and React v15.0.1 were released last week. It'd be awesome to get react-rails onto v15.0.1 as well.

Two things to note that I wasn't quite sure about:

  • The previously deprecated cloneWithProps addon has been removed. In this PR, I have removed it from lib/assets/react-source/development, lib/assets/react-source/production, and react-builds/. Should we have done deprecation warnings on the gem side of things or were the React warnings sufficient? I believe React warnings were sufficient but figured I'd double check.
  • React.render and React.unmountComponentAtNode were removed so I removed the fall backs to those in the react_ujs_mount. I grepped and didn't see any other references to removed deprecations. I'm not quite sure why we needed to have those fallbacks when the gem had React v0.14 so I figured I'd double check that it was okay to remove them.

Thanks for all the work you put into this gem. Let me know if theres anything I should change about this PR!

These were deprecated in React v0.14 and have now been removed.
react-rails no longer needs these fallbacks in place.
@jnstq
Copy link

jnstq commented Apr 26, 2016

It would be nice if this got merged

@starsirius
Copy link

+1

@rmosolgo
Copy link
Member

Sorry for the delay! Thanks for bumping it.

Emoji responses are great but they don't trigger a notification ... I wonder if there's a setting for that.

Anyways, yeah, I think the previous React deprecations are enough for our case!

@rmosolgo rmosolgo merged commit 634254e into reactjs:master Apr 26, 2016
@jnstq
Copy link

jnstq commented Apr 27, 2016

We run in to this issue, facebook/react#6547 our select with optgroup stopped working. I guess it will be fixed in next point release.

@rmosolgo rmosolgo mentioned this pull request Apr 29, 2016
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants