dillon1000/react

Commit

Merge branch 'master' into async-state

Browse files
Changed paths122 files
First-parent comparison
M .gitignore ModifiedM bin/jsx ModifiedM docs/_includes/nav_docs.html ModifiedM docs/_layouts/docs.html ModifiedM docs/_layouts/post.html ModifiedM docs/_posts/2013-06-12-community-roundup.md ModifiedA docs/_posts/2013-06-19-community-roundup-2.md AddedA docs/_posts/2013-06-21-react-v0-3-3.md AddedA docs/_posts/2013-06-27-community-roundup-3.md AddedM docs/docs/api.md ModifiedM docs/docs/component-lifecycle.md ModifiedM docs/docs/getting-started.md ModifiedA docs/docs/jsx-is-not-html.md AddedM docs/docs/syntax.md ModifiedM docs/docs/tutorial.md ModifiedM docs/downloads.md ModifiedA docs/img/blog/chatapp.png AddedA docs/img/blog/propeller-logo.png AddedA docs/img/blog/todomvc.png AddedA docs/img/blog/xreact.png AddedM grunt/config/compare_size.js ModifiedM grunt/tasks/jsx.js ModifiedM grunt/tasks/npm.js ModifiedM grunt/tasks/phantom.js ModifiedM package.json ModifiedM src/core/React.js ModifiedM src/core/ReactComponent.js ModifiedM src/core/ReactComponentWithPureRenderMixin.js ModifiedM src/core/ReactCompositeComponent.js ModifiedM src/core/ReactCurrentOwner.js ModifiedM src/core/ReactDOM.js ModifiedM src/core/ReactDOMIDOperations.js ModifiedD src/core/ReactDOMNodeCache.js DeletedM src/core/ReactDefaultInjection.js ModifiedA src/core/ReactDoNotBindDeprecated.js AddedM src/core/ReactEventEmitter.js ModifiedM src/core/ReactEventTopLevelCallback.js ModifiedA src/core/ReactID.js AddedM src/core/ReactInputSelection.js ModifiedM src/core/ReactInstanceHandles.js ModifiedM src/core/ReactMount.js ModifiedM src/core/ReactNativeComponent.js ModifiedM src/core/ReactPropTransferer.js ModifiedM src/core/ReactReconcileTransaction.js ModifiedM src/core/ReactTextComponent.js ModifiedM src/core/__tests__/ReactBind-test.js ModifiedM src/core/__tests__/ReactComponent-test.js ModifiedD src/core/__tests__/ReactComponentFlattenChildren-test.js DeletedM src/core/__tests__/ReactComponentLifeCycle-test.js ModifiedM src/core/__tests__/ReactCompositeComponent-test.js ModifiedM src/core/__tests__/ReactCompositeComponentTransferProps-test.js ModifiedM src/core/__tests__/ReactDOM-test.js ModifiedM src/core/__tests__/ReactDOMIDOperations-test.js ModifiedR src/core/__tests__/ReactEvent-test.js →src/core/__tests__/ReactEventEmitter-test.js RenamedM src/core/__tests__/ReactIdentity-test.js ModifiedM src/core/__tests__/ReactInstanceHandles-test.js ModifiedM src/core/__tests__/ReactMountDestruction-test.js ModifiedM src/core/__tests__/ReactMultiChildReconcile-test.js ModifiedM src/core/__tests__/ReactMultiChildText-test.js ModifiedM src/core/__tests__/ReactNativeComponent-test.js ModifiedM src/core/__tests__/ReactProps-test.js ModifiedM src/dom/CSSPropertyOperations.js ModifiedM src/dom/DOMChildrenOperations.js ModifiedM src/dom/DOMProperty.js ModifiedM src/dom/DOMPropertyOperations.js ModifiedM src/dom/Danger.js ModifiedR src/core/BrowserEnv.js →src/dom/ViewportMetrics.js RenamedM src/dom/__tests__/CSSPropertyOperations-test.js ModifiedR src/core/ReactDOMForm.js →src/dom/components/ReactDOMForm.js RenamedA src/dom/components/ReactDOMInput.js AddedA src/dom/components/ReactDOMTextarea.js AddedA src/dom/components/__tests__/ReactDOMTextarea-test.js AddedM src/dom/dangerousStyleValue.js ModifiedD src/dom/getDOMNodeID.js DeletedM src/dom/getEventTarget.js ModifiedM src/environment/ReactServerRendering.js ModifiedM src/environment/__tests__/ReactServerRendering-test.js ModifiedD src/event/AbstractEvent.js DeletedM src/event/CallbackRegistry.js ModifiedM src/event/EventPluginHub.js ModifiedM src/event/EventPluginRegistry.js ModifiedM src/event/EventPluginUtils.js ModifiedM src/event/EventPropagators.js ModifiedM src/event/__tests__/EventPluginRegistry-test.js ModifiedM src/event/synthetic/SyntheticEvent.js ModifiedM src/event/synthetic/SyntheticFocusEvent.js ModifiedM src/event/synthetic/SyntheticKeyboardEvent.js ModifiedM src/event/synthetic/SyntheticMouseEvent.js ModifiedM src/event/synthetic/SyntheticMutationEvent.js ModifiedM src/event/synthetic/SyntheticTouchEvent.js ModifiedM src/event/synthetic/SyntheticUIEvent.js ModifiedM src/event/synthetic/SyntheticWheelEvent.js ModifiedM src/eventPlugins/AnalyticsEventPluginFactory.js ModifiedA src/eventPlugins/ChangeEventPlugin.js AddedM src/eventPlugins/DefaultEventPluginOrder.js ModifiedM src/eventPlugins/EnterLeaveEventPlugin.js ModifiedM src/eventPlugins/ResponderEventPlugin.js ModifiedM src/eventPlugins/SimpleEventPlugin.js ModifiedM src/eventPlugins/TapEventPlugin.js ModifiedD src/eventPlugins/TextChangeEventPlugin.js DeletedM src/eventPlugins/__tests__/ResponderEventPlugin-test.js ModifiedM src/test/ReactTestUtils.js ModifiedM src/test/reactComponentExpect.js ModifiedM src/utils/OrderedMap.js ModifiedM src/utils/Transaction.js ModifiedM src/utils/__tests__/ImmutableObject-test.js ModifiedM src/utils/__tests__/mapChildren-test.js ModifiedA src/utils/__tests__/onlyChild-test.js AddedM src/utils/accumulate.js ModifiedM src/utils/flattenChildren.js ModifiedM src/utils/joinClasses.js ModifiedD src/utils/keys.js DeletedM src/utils/mapChildren.js ModifiedM src/utils/memoizeStringOnly.js ModifiedM src/utils/mergeDeepInto.js ModifiedM src/utils/mergeInto.js ModifiedA src/utils/onlyChild.js AddedA src/vendor/core/requestAnimationFrame.js AddedM vendor/browser-transforms.js ModifiedR vendor/woodchipper.js →vendor/constants.js RenamedM vendor/fbtransform/transforms/react.js ModifiedM vendor/fbtransform/transforms/xjs.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…