Commit Graph
13 Commits
Author SHA1 Message Date
Martin Jul dfbb155b89 Corrected parameter name. 2014-11-17 10:01:35 +01:00
Martin Jul f9ff2f255d Fix typos in argument names
Simple fix
2014-11-14 14:51:21 +01:00
Josh Smith bf24c30aaa Update TestUtils.findRenderedComponentWithType
This function gets that actual React component rather than
the element. This allows the tester to call functions like setState
on the component as shown in the new test.
2014-11-04 12:21:55 -08:00
Phips Peter 3bb83a20e4 Fixing the version 2014-10-17 16:37:14 -07:00
Phips Peter f547d80f49 Removed descriptors from our code 2014-10-17 16:24:11 -07:00
Phips Peter d7650b9d84 Fixing React Addons 2014-10-17 13:24:04 -07:00
Phips Peter 51b6fad247 Adding the new Element types
https://gist.github.com/sebmarkbage/fcb1b6ab493b0c77d589
2014-10-17 13:22:14 -07:00
Phips Peter d908e8f3bf Renaming based on the new React API
http://facebook.github.io/react/blog/2014/10/16/react-v0.12-rc1.html#renamed-apis
2014-10-17 12:26:28 -07:00
Phips Peter 8336da666d Renaming the legacy module for tests
Apparently they conflict otherwise which is unfortunate.
2014-10-17 12:14:42 -07:00
Phips Peter 1d663ab9a3 Moving React 0.11 into legacy
I'm following the example from Angular.
2014-10-17 12:09:56 -07:00
Phips Peter ef170ec3f6 Adding descriptor support for EventSimulator
It actually takes either a DOM Element or a React Descriptor.
2014-10-13 19:02:40 -07:00
Austen Talbot c01768cc27 Added type definitions for react-addons 2014-10-01 18:38:22 -07:00
Phips Peter bf5cd4b9b1 Starting react-addons module
We will use module merging to merge addons into the existing react
context.
2014-10-01 14:19:40 -07:00