Comparing version 0.14.0-beta2 to 0.14.0-beta3
@@ -1,2 +0,2 @@ | ||
var warning = require('./lib/warning'); | ||
var warning = require('fbjs/lib/warning'); | ||
warning( | ||
@@ -3,0 +3,0 @@ false, |
@@ -45,2 +45,3 @@ /** | ||
topEmptied: null, | ||
topEncrypted: null, | ||
topEnded: null, | ||
@@ -62,3 +63,2 @@ topError: null, | ||
topMouseUp: null, | ||
topOnEncrypted: null, | ||
topPaste: null, | ||
@@ -65,0 +65,0 @@ topPause: null, |
@@ -26,4 +26,4 @@ /** | ||
React.version = '0.14.0-beta2'; | ||
React.version = '0.14.0-beta3'; | ||
module.exports = React; |
@@ -110,2 +110,3 @@ /** | ||
topEmptied: 'emptied', | ||
topEncrypted: 'encrypted', | ||
topEnded: 'ended', | ||
@@ -126,3 +127,2 @@ topError: 'error', | ||
topMouseUp: 'mouseup', | ||
topOnEncrypted: 'onencrypted', | ||
topPause: 'pause', | ||
@@ -129,0 +129,0 @@ topPaste: 'paste', |
@@ -227,2 +227,3 @@ /** | ||
topEmptied: 'emptied', | ||
topEncrypted: 'encrypted', | ||
topEnded: 'ended', | ||
@@ -233,3 +234,2 @@ topError: 'error', | ||
topLoadStart: 'loadstart', | ||
topOnEncrypted: 'onencrypted', | ||
topPause: 'pause', | ||
@@ -236,0 +236,0 @@ topPlay: 'play', |
@@ -152,2 +152,8 @@ /** | ||
}, | ||
encrypted: { | ||
phasedRegistrationNames: { | ||
bubbled: keyOf({ onEncrypted: true }), | ||
captured: keyOf({ onEncryptedCapture: true }) | ||
} | ||
}, | ||
ended: { | ||
@@ -251,8 +257,2 @@ phasedRegistrationNames: { | ||
}, | ||
onEncrypted: { | ||
phasedRegistrationNames: { | ||
bubbled: keyOf({ onEncrypted: true }), | ||
captured: keyOf({ onEncryptedCapture: true }) | ||
} | ||
}, | ||
paste: { | ||
@@ -406,2 +406,3 @@ phasedRegistrationNames: { | ||
topEmptied: eventTypes.emptied, | ||
topEncrypted: eventTypes.encrypted, | ||
topEnded: eventTypes.ended, | ||
@@ -423,3 +424,2 @@ topError: eventTypes.error, | ||
topMouseUp: eventTypes.mouseUp, | ||
topOnEncrypted: eventTypes.onEncrypted, | ||
topPause: eventTypes.pause, | ||
@@ -498,2 +498,3 @@ topPaste: eventTypes.paste, | ||
case topLevelTypes.topEmptied: | ||
case topLevelTypes.topEncrypted: | ||
case topLevelTypes.topEnded: | ||
@@ -506,3 +507,2 @@ case topLevelTypes.topError: | ||
case topLevelTypes.topLoadStart: | ||
case topLevelTypes.topOnEncrypted: | ||
case topLevelTypes.topPause: | ||
@@ -509,0 +509,0 @@ case topLevelTypes.topPlay: |
{ | ||
"name": "react", | ||
"description": "React is a JavaScript library for building user interfaces.", | ||
"version": "0.14.0-beta2", | ||
"version": "0.14.0-beta3", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "react" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3090030