Skip to content

Instantly share code, notes, and snippets.

@zpao
Created October 13, 2014 23:59
Show Gist options
  • Save zpao/5dbb7d473f526781dcef to your computer and use it in GitHub Desktop.
Save zpao/5dbb7d473f526781dcef to your computer and use it in GitHub Desktop.
4dcc116 Update @emails in react-displayName-test
ce19af9 Inject the runtime to a global instead of exposing internals
dcf415c BSD + PATENTS
cf5fea4 JSXTransformer: don't look for docblock
0dccf64 Sync upstream modules
1c86f58 Codemod deprecated API usage away
9b1fa91 React.renderComponent -> React.render
a4e923b Sanitize the string tag passed to DOM components
6ddf8de Look for devtools global hook
688f64c Require list property to be accessed as an attribute
70a7506 Add form "acceptCharset" to HTMLDOMPropertyConfig
8faca76 Update ReactServerRendering for the modern world
348af57 Drop the @jsx docblock from unit tests
096360d Use Object.assign instead of merge, mergeInto, mixInto and copyProperties
f2f4006 Remove ReactBrowserComponent dependency from ReactTextComponent
5541842 Renamed ReactDescriptor-test
8f1657b Renamed Descriptor -> Element
7f9b1d1 Start warning when React.DOM.x is passed into JSX
15a0c89 Don't use React.DOM
b2dbccf Rename lower case variables in JSX to upper case
c4658c1 Update React JSX Transforms
3aaccd2 Use strings as the type for DOM elements
a8fff93 Rename ReactUpdates.setImmediate to 'asap'
3de80ec Add manifest to HTMLDOMPropertyConfig
cac4563 Remove superfluous classID from DOMAttributeNames
792b84c fixes ReactDefaultPerf.getMeasurementsSummaryMap format style
e7299f6 Prefer window.getSelection for IE
14ba6ee Un-mixin ReactBrowserComponentMixin from ReactTextComponent
486c69b extracts getMeasurementsSummaryMap from ReactDefaultPerf.printWasted
94eac0b Fix a comment typo
802ad0b Remove non-attribute scrollLeft and scrollTop from HTMLDOMPropertyConfig
def41df Move onscroll warning test
7ae8909 Move IE8 onscroll check
8c9a249 Remove calls to `Range.detach`
45f8837 Don't wrap values with ReactTextComponent in traverseAllChildren
808730d Add support for a --strip-types flag to bin/jsx
6294d7a Reduce unnecessary warning while including JSX transformer in browser
4c2f124 Comment typo
0e28f5e Fix DOMProperty bitmask checking
ffa0447 Add support for <dialog> tag's open attribute.
9f4ae41 Enable ES7 spread transform when using --harmony
1ba022b Include vendor/ when running jest tests
cc9735f Add newline before JSX spread when appropriate
4af9899 Bumping version to help filtering.
6304627 Bumping version to help filtering.
bad1b7c Start warning for JSX on plain functions
3c6c437 Don't transfer props to mocked empty component
f5a0d66 Add version to legacy factory monitoring
335e91d Fix console warning in LegacyImmutableObject
755cc96 Combine displayName using underscore
a6116b3 Improve debugging for methods using ReactPerf
ef9c9c8 Fix typo
eb36b57 Use warning module
979a93a Removed monitorCodeUse call
942d358 use attribute for media, srcSet and sizes
f01246d Indentation for eventHandlerName
48e901f [RFC] Use `accumulateInto` to save even more allocation
4176783 Update Object.assign polyfill
2058ad9 Sync out latest JSX transforms
aae31ae ReactMount calls a legacy factory use createDescriptor instead
5c51f2f Check if a function has a prototype first
68b7b82 Start warning when calling a legacy factory
989e6b6 Drop usage of plain functions to create descriptors
c901b10 Make createDescriptor return a descriptor for components
1823793 Update vendored modules
0ecc7e5 Look on __reactBoundContext for displayName
cf45a40 More info in monitorCodeUse call
5b4e2be Iterate over expectedFeatures correctly
a43d8c5 Fix bad merge from 04c9820694ac07bb88d3dda32bf35a063c3c61a4
d9a053d Don't force sourcemaps on for JSXTransformer APIs
429650a Test for both true and false
c5be746 Fixed style and comment nits
d7f21d7 Update recast to 0.6, update constants.js
a195d3e Re-add with warning and monitorCodeUse
079400c JSXTransformer respects async attribute
45f8b52 Deprecate 'return false' in event handlers
a70db00 Throw if a reserved property is defined in 'statics'
eb3ea3f Move batchedUpdated to React.addons
8760704 Abbreviated error message
dcdc35f More informative error message for mergeObjectsWithNoDuplicateKeys
71e49ad Throw an error when functions on `statics` clash due to duplicate keys
a185f09 Add classid property for <object/> tag
f035949 Add support for <dialog> tag.
e2ac2f3 Improve Danger error message to not blame React
f71455f Fire onBeforeUpdate for space on Android
036d751 Add createElement alias for createDescriptor
41d5cee Simplified and improved test-cases for ReactMultiChildText-test
3045291 Slightly more considerate devtools warning
b830764 Improve normalization of charCode, fix FF not reporting Enter
ffafae5 cssFloat is only accessible as styleFloat on IE8
c6b2687 Partially revert React.createDescriptor
d526456 Delete ImmutableObject-test.js
1961fec ReactTransitionChildMapping comment typo
f1508c4 Use .bind when autobinding
3b94abc HAS_SIDE_EFFECTS properties must compare as property type
8a135c0 Remove empty TextNode left behind by IE8 setInnerHTML workaround
030071d getModifierState should always return a boolean
354fb44 Use setImmediate to defer value restoration
12b532c Add ReactUpdates.setImmediate for async callbacks
6259d88 Simpler way to prevent flushing updates on server
04e3419 Include Object.assign polyfill
83e5e9b Fix small issue in ReactContext comment
0efe8ca JSXTransformer, stricter parsing of script type
6950a84 Use faster cached regexps for tests in setInnerHTML
6f0db65 getModifierState incorrectly exposed as SyntheticMouseEvent.getEventModifierState
c419cce Move defaultProps resolution to the descriptor factory
3a7dbe6 Deprecate transferPropsTo
de711ef When proxying statics functions, copy properties
23c5332 Fix ReactTestUtils.mockComponent so that mockTagName is not ignored.
2347abf Don't call window.getSelection when it isn't defined.
3818656 Use Object.assign in merge/mergeInto
225d76f Drop transferPropsTo usage in React core
66cdba3 Avoid leading spaces when first argument to joinClasses is falsy.
5aab0bd Move key/ref off props and prepare for new descriptor factories
e8efa2a Fix browser-tranforms
54d91c2 Don't initialize reconcile transaction on server
495d866 getModifierState is case sensitive
5bfee60 Bump version for 0.12.0-alpha
5f56f4a add picture to xjs.knownTags
33bd509 add picture element and related attributes
f8ccc21 Fix IE8 potentially throwing during restoreSelection
bcea3be Also list <form> in error message as possible culprit
cb20dec Simplify composite lifecycle state
e625b8b Warn when using hyphenated style property names
367c88e Apply component and mixins specs deterministically Fixes #1589.
5961667 Make sure it works when we have no css transitions
cd7b8aa Added event parameter
3bec9f0 Guard against contentEditable with children props
7fb7e95 Add React.batchedUpdates to public API
89a2157 Only stop if the transition on this element ended
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment