Commit Graph

11 Commits

Author SHA1 Message Date
Masahiro Wakame
dc6a964a69 Merge pull request #8639 from waywardmonkeys/antd-react-props
antd: No longer extend React.Props.
2016-03-26 20:49:18 +09:00
Masahiro Wakame
b7d64857ed Merge pull request #8622 from waywardmonkeys/fix-antd-notification
antd: Fix notification typings.
2016-03-26 20:41:10 +09:00
Bruce Mitchener
c21681bbe2 antd: No longer extend React.Props.
This is noted as being deprecated in the React typings, so we will
stop extending it here as it not necessary.
2016-03-19 23:55:49 +07:00
Bruce Mitchener
d254c5d772 antd: Add myself to authors list.
bang88 requested that I add myself.
2016-03-19 12:53:02 +07:00
Bruce Mitchener
8f4a4f8e60 antd: Correct type of children property.
This fixes an error that happens with a pending pull request for
the react typings to fix the type of ReactFragment in #8540.
2016-03-19 12:53:02 +07:00
Masahiro Wakame
112ff47951 Merge pull request #8561 from waywardmonkeys/antd-render-methods
antd: Add render methods for all React.Component subclasses.
2016-03-19 14:23:41 +09:00
Bruce Mitchener
f5733421f8 antd: Fix notification typings.
These are exported as 'notification' rather than 'Notification'
so we need to use the correct case when providing the typings.
2016-03-18 22:09:14 +07:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Bruce Mitchener
45690bc5e4 antd: Add render methods for all React.Component subclasses.
If React's React.Component is made abstract and the render method
flagged as abstract (which would be good), then all of the antd
components need to indicate that they have a render method.
2016-03-16 13:13:43 +07:00
bang
e2ccdcb1f5 Update antd typings for v0.12.10 2016-03-14 10:51:48 +08:00
bang
ffc4a11f68 Type definitions for Antd 2016-03-11 16:53:35 +08:00