Commit Graph

29 Commits

Author SHA1 Message Date
afc163
7e3b52f0fb Merge branch master into develop-1.0.0 2016-04-20 12:18:59 +08:00
afc163
6dc187e5f4 Not focus it when click button
91117c0faa (diff-39f43a348016e3a62dc9c315917c402bR108)
2016-04-20 12:14:57 +08:00
afc163
07ea8ff323 Merge branch master into develop-1.0.0 2016-04-18 17:24:51 +08:00
afc163
63e110fbc6 fix #1442 2016-04-18 17:02:05 +08:00
afc163
b4be06f816 improve button loading animation 2016-04-12 12:17:03 +08:00
afc163
5f0b1ef006 Fix button text span wrap 2016-04-12 11:56:14 +08:00
afc163
e4c3faeabc fix size propTypes 2016-04-06 15:52:38 +08:00
afc163
41182f5619 fix prefixCls 2016-04-06 15:50:58 +08:00
afc163
611665fa6d button contains icon only should has smaller padding 2016-04-06 15:43:50 +08:00
afc163
5c884a64c4 Remove Button type PropTypes limit, close #1308 2016-03-31 14:57:29 +08:00
Bruce Mitchener
273e527201 Use static class members for propTypes and friends. 2016-03-29 13:01:10 +07:00
Bruce Mitchener
71594b0e5c Remove manual binding for 'this'.
Use ES7 style class members for event handlers so that 'this' is
automatically bound and each definition site doesn't need to manually
invoke 'bind'.

This makes all existing ES2015 class usages in components use the
same mechanism for binding.
2016-03-28 20:36:11 +07:00
afc163
72db02ef04 Add icon prop for Button, close #1199 2016-03-25 18:13:51 +08:00
闲耘™
8d817e6eee update(propTypes): more restrictions on propTypes 2016-03-16 11:27:27 +08:00
闲耘™
1c35bd3d9d refact(regexp): better regexp 2016-03-15 21:39:23 +08:00
afc163
f7fb5b29f9 Fix click effect in Popconfirm button 2016-03-03 21:33:02 +08:00
afc163
4446e73fda remove button border-radius fallback 2016-02-23 16:24:07 +08:00
afc163
c3014c26a1 Fix button click arguments 2016-02-23 00:05:26 +08:00
afc163
be3a90fbc6 Add click effect for primary button, close #942 2016-02-22 13:52:52 +08:00
Benjy Cui
29825f20c8 style: update code style to please lint 2016-02-17 18:04:42 +08:00
Benjy Cui
711d2d7413 style: update code style to please lint 2016-01-11 09:49:30 +08:00
afc163
1e001d2d82 upgrade eslint-config-airbnb 2016-01-11 09:48:29 +08:00
afc163
ce76ebfe9b replace rcUtil.classSet by classnames, ref react-component/util#1 2015-11-24 20:03:57 +08:00
afc163
7c9892a9c7 Add Button propsType 2015-10-28 15:45:31 +08:00
afc163
602c2d1f9d support border radius in ie8 via css3pie 2015-10-27 16:26:56 +08:00
afc163
415fa383e3 unify all size prop to: large default small 2015-10-22 21:01:52 +08:00
Benjy Cui
1e45e02e8a feat: add support for htmlType 2015-10-09 16:55:07 +08:00
Benjy Cui
f4ca0798de refactor: generate className with rcUtil.classSet 2015-10-09 16:42:08 +08:00
Benjy Cui
2f771b0482 feat: button should be a component 2015-10-05 15:19:07 +08:00