react 16.0.0-alpha.2 → 16.0.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dist/react.js +330 -295
  2. package/dist/react.min.js +3 -3
  3. package/lib/React.js +4 -14
  4. package/lib/ReactClass.js +5 -11
  5. package/lib/ReactComponentTreeHook.js +8 -47
  6. package/lib/ReactCurrentOwner.js +0 -2
  7. package/lib/ReactDebugCurrentFrame.js +55 -0
  8. package/lib/ReactElementValidator.js +44 -21
  9. package/lib/ReactFiberComponentTreeHook.js +62 -0
  10. package/lib/ReactNoopUpdateQueue.js +0 -1
  11. package/lib/ReactPropTypes.js +12 -23
  12. package/lib/ReactVersion.js +1 -1
  13. package/lib/checkPropTypes.js +64 -0
  14. package/lib/checkReactTypeSpec.js +5 -81
  15. package/lib/deprecated.js +1 -1
  16. package/lib/traverseAllChildren.js +2 -2
  17. package/package.json +1 -1
  18. package/dist/react-with-addons.js +0 -5323
  19. package/dist/react-with-addons.min.js +0 -17
  20. package/lib/ReactAddonsDOMDependencies.js +0 -36
  21. package/lib/ReactAddonsDOMDependenciesUMDShim.js +0 -35
  22. package/lib/ReactCSSTransitionGroup.js +0 -104
  23. package/lib/ReactCSSTransitionGroupChild.js +0 -166
  24. package/lib/ReactComponentWithPureRenderMixin.js +0 -47
  25. package/lib/ReactFragment.js +0 -68
  26. package/lib/ReactPropTypeLocationNames.js +0 -24
  27. package/lib/ReactPropTypeLocations.js +0 -12
  28. package/lib/ReactStateSetters.js +0 -103
  29. package/lib/ReactTransitionChildMapping.js +0 -102
  30. package/lib/ReactTransitionEvents.js +0 -72
  31. package/lib/ReactTransitionGroup.js +0 -228
  32. package/lib/ReactWithAddons.js +0 -50
  33. package/lib/ReactWithAddonsUMDEntry.js +0 -32
  34. package/lib/shallowCompare.js +0 -24
  35. package/lib/sliceChildren.js +0 -33
  36. package/lib/update.js +0 -111

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.