Skip to content

Commit

Permalink
Merge pull request #5859 from jimfb/clonewithprops
Browse files Browse the repository at this point in the history
Removed cloneWithProps addon.
  • Loading branch information
jimfb committed Jan 16, 2016
2 parents 422b4e1 + accd0d8 commit 2f792d5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 266 deletions.
5 changes: 0 additions & 5 deletions grunt/tasks/npm-react-addons.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ var addons = {
name: 'transition-group',
docs: 'animation',
},
cloneWithProps: {
module: 'cloneWithProps',
name: 'clone-with-props',
docs: 'clone-with-props',
},
createFragment: {
module: 'ReactFragment',
method: 'create',
Expand Down
2 changes: 0 additions & 2 deletions src/addons/ReactWithAddons.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ var ReactFragment = require('ReactFragment');
var ReactTransitionGroup = require('ReactTransitionGroup');
var ReactUpdates = require('ReactUpdates');

var cloneWithProps = require('cloneWithProps');
var shallowCompare = require('shallowCompare');
var update = require('update');
var warning = require('warning');
Expand All @@ -51,7 +50,6 @@ React.addons = {
}
return ReactUpdates.batchedUpdates.apply(this, arguments);
},
cloneWithProps: cloneWithProps,
createFragment: ReactFragment.create,
shallowCompare: shallowCompare,
update: update,
Expand Down
196 changes: 0 additions & 196 deletions src/isomorphic/deprecated/__tests__/cloneWithProps-test.js

This file was deleted.

63 changes: 0 additions & 63 deletions src/isomorphic/deprecated/cloneWithProps.js

This file was deleted.

0 comments on commit 2f792d5

Please sign in to comment.