vvakame
|
e777fd18ea
|
Merge branch 'master' into tsc-1.5.0-alpha
|
2015-06-21 14:57:48 +09:00 |
|
Vincent Siao
|
bb793321c6
|
[React] change ShallowRenderer output to ReactElement
|
2015-05-28 14:18:58 -07:00 |
|
Vincent Siao
|
3ca8ceb795
|
[react] Make var addons into a module
This lets you do import aliasing (eg. `import TestUtils = React.addons.TestUtils;`)
|
2015-05-27 18:43:23 -07:00 |
|
vvakame
|
523dc9d483
|
fix react/react-tests.ts and react/react-addons-tests.ts compile error
|
2015-04-15 23:23:21 +09:00 |
|
Vincent Siao
|
424bb99eac
|
Don't use DOM API interfaces for React.SVGAttributes
|
2015-03-14 16:15:59 -07:00 |
|
Vincent Siao
|
d3584fa716
|
Add ReactShallowRenderer types
See http://facebook.github.io/react/docs/test-utils.html#shallow-rendering
|
2015-03-14 15:29:40 -07:00 |
|
Vincent Siao
|
0213f7c10e
|
Fix state initializers in react-tests.ts (Fixes #3855)
|
2015-03-14 15:29:15 -07:00 |
|
Phips Peter
|
57340eca1e
|
Moving React 0.13 to be the default
React 0.13 is now released so it should be the default type definition.
http://facebook.github.io/react/blog/2015/03/10/react-v0.13.html
|
2015-03-10 19:03:37 -07:00 |
|
Vincent Siao
|
dbb10b35c6
|
Add React.ClassSet interface and properly extend CSSTransitionGroup from TransitionGroup; +tests in react-addons-tests
|
2014-12-09 18:49:31 -08:00 |
|
Vincent Siao
|
b8a0461280
|
React.Instance<P> -> React.Component<P>; add React.DOM.picture and extra HTML attributes
|
2014-12-03 14:56:30 -08:00 |
|
Vincent Siao
|
7f4cdee628
|
ReactClass -> ComponentClass; add tests to react-tests.ts
|
2014-12-02 18:11:15 -08:00 |
|
Vincent Siao
|
a99c1ad839
|
Cleanup react.d.ts; introduce Instance<P> interface to replace DomReferencer<P>; alias EventHandler types; etc...
|
2014-12-02 17:00:15 -08:00 |
|
Phips Peter
|
09f788d73f
|
Merging React and React with Addons
This seems simpler and enables developers to only require the addons
they want.
|
2014-12-01 13:29:31 -08:00 |
|