-
Notifications
You must be signed in to change notification settings - Fork 48.6k
release 0.14 #4135
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
Comments
Why are react-tools being removed? Is the JSXTransformer being deprecated or something? |
@activatedgeek Yes, in favor of babel |
Ohh, I'm using a |
@activatedgeek yeah. should be painless. https://github.com/babel/babel-loader |
Great! Thanks! |
+1 |
@activatedgeek See this blog post from last week: http://facebook.github.io/react/blog/2015/06/12/deprecating-jstransform-and-react-tools.html. |
+1 |
Is there any other status updates or burn down for this? |
https://github.com/facebook/react/milestones/0.14 is what I've been looking at. We don't have issues for updating docs. |
From the description:
|
facepalm Sorry, thanks. |
Good morning! Are there tasks left for the React 0.14 release that external developers could pick up and help on, or is the remaining work on 0.14 all documentation / release stuff? |
I think at this point we just have some docs and the final release steps. Thanks for the offer though! Feel free to jump into anything else you find. |
Having been using 0.14 since the beta, updating packages for ReactDOM.render, removing react 0.13 peerDeps, and react/addons have been the biggest pain points I’ve experienced. @blixt opening PRs to any react components or tooling that you use or see to help the community move forwards would be superbly helpful. |
@iamdustan what replaced |
|
Each addon is its own package. Technically I think for 0.14 it's still bundled for a deprecation cycle. |
We're still a little ways away from this but starting the list before we lose track. This is less big picture like #3220 and more about the longer tail of work.
Misc
Documentation Changes
React.render()
→ReactDOM.render()
) (React -> ReactDOM for render() and findDOMNode() #5055)Final Steps
0.14-stable
branchThe text was updated successfully, but these errors were encountered: