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

Delete addons #9209

Merged
merged 9 commits into from
Mar 20, 2017
Merged

Delete addons #9209

merged 9 commits into from
Mar 20, 2017

Conversation

gaearon
Copy link
Collaborator

@gaearon gaearon commented Mar 17, 2017

I’m deleting addons packages (and a few other abandoned packages) and “React with addons” UMD build on master. See #9207 for rationale and the plan.

We will be releasing 15.5 with some updates to addons, and some deprecations (as explained in #9207) but we'll be cutting it from a branch since it diverged too much already. I’d like to delete them in master so that we can fork a copy in www for old code that still depends on them.

Note this means that 15.5 release must be done manually and not with the release manager.

TODO:

  • Fix tests to not depend on ReactFragment.
  • Fix warnings to not mention createFragment.

@gaearon gaearon force-pushed the delete-addons branch 2 times, most recently from e973929 to b219f63 Compare March 17, 2017 23:34
@gaearon gaearon requested a review from trueadm March 18, 2017 00:09
@@ -68,7 +66,7 @@ describe('onlyChild', () => {
expect(function() {
var instance = (
<WrapComponent>
{ReactFragment.create({oneThing: <span />})}
{{oneThing: <span />}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this to have a single child [<span />] instead?

Copy link
Contributor

@trueadm trueadm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@gaearon gaearon merged commit 34e4352 into facebook:master Mar 20, 2017
@gaearon gaearon deleted the delete-addons branch March 20, 2017 16:15
gaearon added a commit to gaearon/react that referenced this pull request Mar 20, 2017
These tests are useful and don't test addons specifically.
I moved them to appropriate places in the codebase.
gaearon added a commit that referenced this pull request Mar 20, 2017
These tests are useful and don't test addons specifically.
I moved them to appropriate places in the codebase.
gaearon pushed a commit that referenced this pull request Jun 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants