Commit Graph

53 Commits

Author SHA1 Message Date
Bruce Mitchener
63c06e8652 Use ES2015 classes instead of React.createClass.
Make Breadcrumb, Checkbox, Dropdown, Steps and Timeline
components use ES2015 classes rather than React.createClass.

This includes:

* getDefaultProps method becomes a defaultProps value on the
  constructor.
* propTypes becomes a value on the constructor.
2016-03-18 09:35:15 +07:00
afc163
958a74e028 update docs 2016-03-04 11:46:24 +08:00
afc163
4bcbf6ba06 Merge branch 'master' of github.com:ant-design/ant-design 2016-02-25 15:41:02 +08:00
afc163
ed9fc679b8 Remove some demos 2016-02-25 15:32:59 +08:00
afc163
85afd74c35 Update icon.md 2016-02-25 15:12:17 +08:00
Benjy Cui
29825f20c8 style: update code style to please lint 2016-02-17 18:04:42 +08:00
Benjy Cui
d06935528e feat: customized size first 2016-01-27 12:00:27 +08:00
afc163
66b7ee81ad fix eslint problems, eslint-config-airbnb@4.x 2016-01-23 15:22:16 +08:00
Benjy Cui
b72d18fd44 style: update code style to please the fucking lint 2016-01-11 09:49:30 +08:00
afc163
91bd7f22c0 use mountNode replace the long getElementById 2015-12-29 12:08:58 +08:00
Benjy Cui
7f2957b23b style: unify demos' code style 2015-12-16 15:25:15 +08:00
afc163
16abf46071 Fix markdown eslint errors, update .eslintrc 2015-11-25 18:10:34 +08:00
afc163
06dc2b9041 improve steps line css style 2015-11-08 15:42:33 +08:00
afc163
753c01ae18 ES6 syntax for demo code
fix antd.notification
2015-10-28 20:55:49 +08:00
yiminghe
76b0f673ec beta2 2015-10-20 16:47:55 +08:00
Benjy Cui
5b86a4be1d refactor: replace button tag with Button component 2015-10-08 15:13:04 +08:00
羽航
05e36a4018 fix little text 2015-09-17 16:16:53 +08:00
afc163
78d15aabbf Fix initial maxDescriptionWidth for vertical steps 2015-09-16 18:23:51 +08:00
afc163
e4577eb1bb update steps demos 2015-09-16 16:28:57 +08:00
羽航
f4372f3cbf update rc-steps v1.2.5 Steps组件增加current属性,可自动判断当前正在执行状态。 2015-09-16 14:44:03 +08:00
afc163
058199ed2c update steps 2015-09-01 17:43:08 +08:00
偏右
d60ffeeafe Merge pull request #233 from zhujun24/vertical-steps
restore vertical steps
2015-09-01 16:23:07 +08:00
afc163
691b0147b1 update eslintrc and fix code 2015-09-01 16:19:39 +08:00
zhujun24
6f0ba9142e restore vertical steps 2015-09-01 15:30:51 +08:00
afc163
8b7a2a4dee update steps index.md 2015-09-01 11:16:08 +08:00
zhujun24
663d3d02fe remove useless style 2015-08-31 20:51:45 +08:00
zhujun24
9a7814396e vertical re-stpes 1.2.1 2015-08-31 20:24:47 +08:00
zhujun24
b875855652 modify style 2015-08-28 11:09:10 +08:00
zhujun24
3118ee32e3 optimize code 2015-08-27 14:36:02 +08:00
zhujun24
8a99d0bc5a add vertical steps 2015-08-27 13:20:31 +08:00
zhujun24
f664275a1e add big vertical steps 2015-08-26 18:28:29 +08:00
afc163
fdf19520d6 Add component type 2015-08-22 20:16:24 +08:00
ustccjw
b34269a6b1 use es6 module import/export
convert var to const

fix bug

fix bug

fix for jshint

fix import
2015-07-24 11:22:49 +08:00
ustccjw
41c35903a4 remove use strict 2015-07-23 21:36:34 +08:00
afc163
fa9914f34a components order 2015-07-20 12:28:36 +08:00
羽航
8fc45043c7 fix conflict 2015-07-17 09:46:01 +08:00
羽航
493df4afb8 修改文案细节 2015-07-17 09:42:09 +08:00
jljsj
6c99ebb170 update radio 2015-07-16 18:26:17 +08:00
羽航
fa6e97364a 根据视觉review建议,删掉一些文字让demo看起来更好看些 2015-07-14 17:57:32 +08:00
羽航
74b4cad22f 进一步调整样式 2015-07-08 16:36:08 +08:00
羽航
943fbd3d34 调整steps的样式 2015-07-08 15:53:51 +08:00
羽航
fae077ce65 change steps style. add maxDescriptionWidth property 2015-07-07 19:36:42 +08:00
羽航
4cbc692382 fix conflict 2015-06-26 16:18:54 +08:00
羽航
0f58bd541b change default prefixCls to ant-steps 2015-06-26 16:13:40 +08:00
afc163
4002ab3d68 更新组件文案 2015-06-26 14:42:30 +08:00
afc163
a78efca3fb Merge branch 'master' of github.com:ant-design/ant-design 2015-06-26 10:48:45 +08:00
afc163
b94a5f7a61 update steps demos 2015-06-26 10:46:21 +08:00
羽航
1bad0062f9 support ant-design prefix class and prefixCls property 2015-06-26 10:43:01 +08:00
羽航
6e23ea7d85 update readme 2015-06-26 10:03:13 +08:00
afc163
1fea96ac42 update demos 2015-06-25 20:01:20 +08:00