Commit Graph

2652 Commits

Author SHA1 Message Date
afc163
b3e1bd9e5a Merge pull request #1279 from waywardmonkeys/no-direct-import-component
Don't directly import Component, use React.Component.
2016-03-28 17:40:48 +08:00
afc163
9d0dfe07b3 Merge pull request #1284 from ant-design/feat-date-picker-args
Add dateString to DatePicker & TimePicker onChange
2016-03-28 17:40:19 +08:00
afc163
f5ef6e58dd Merge pull request #1287 from ant-design/feat-form-item
feat: support multi children for Form.Item
2016-03-28 17:40:14 +08:00
afc163
0677108ffb Merge branch 'master' into develop-1.0.0 2016-03-28 17:39:34 +08:00
Benjy Cui
10dd78122b feat: support multi children for Form.Item 2016-03-28 17:06:10 +08:00
afc163
436b6d8c3a fix progress style in some detail 2016-03-28 16:52:00 +08:00
afc163
80f11f5f70 Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0 2016-03-28 16:16:36 +08:00
afc163
fbda3c7b88 Merge master into develop-1.0.0 2016-03-28 16:15:36 +08:00
afc163
7cee16d153 Fix alert icons style 2016-03-28 16:09:13 +08:00
afc163
bc2bafff54 update table demo code style 2016-03-28 16:00:58 +08:00
Benjy Cui
f4193866b8 docs: update docs for form 2016-03-28 15:27:57 +08:00
Benjy Cui
8b58cdd137 docs: update docs for select 2016-03-28 15:13:18 +08:00
afc163
127f893619 Add Table rowClassName into document 2016-03-28 13:44:50 +08:00
afc163
703cf31868 Add dateString to DatePicker & TimePicker onChange
close #1104
2016-03-28 12:18:30 +08:00
Wei Zhu
4f541794e9 Update rc-upload to 1.9.0 2016-03-28 01:47:39 +08:00
afc163
5ecd21a732 Merge pull request #1267 from mrtone/patch-1
preventDefault for onClose.
2016-03-27 21:17:35 +08:00
ShiTengFei
896c940768 Fixed lint error. 2016-03-27 18:06:09 +08:00
Bruce Mitchener
50a2163518 Don't directly import Component, use React.Component.
This is another step towards making the code internally consistent.
2016-03-26 16:22:39 +07:00
afc163
cbfb910973 fix search-input style of large size 2016-03-25 19:59:05 +08:00
yiminghe
771bbaa044 Merge pull request #1275 from ant-design/deps-object-assign
deps: remove object-assign
2016-03-25 18:30:53 +08:00
yiminghe
101bacc5b8 fix form 2016-03-25 18:29:18 +08:00
Benjy Cui
5e4786440d deps: remove object-assign 2016-03-25 18:16:48 +08:00
afc163
72db02ef04 Add icon prop for Button, close #1199 2016-03-25 18:13:51 +08:00
afc163
61f9ba1fd7 Fix table footer style 2016-03-25 16:12:29 +08:00
afc163
4760d0b54c Add scroll and column.fixed document 2016-03-25 16:12:29 +08:00
afc163
0243afb7c5 fix scroll bar style 2016-03-25 16:12:29 +08:00
afc163
15f576020b Add fixed columns demos 2016-03-25 16:12:29 +08:00
afc163
df1252cba1 Merge branch 'master' into develop-1.0.0 2016-03-25 16:01:12 +08:00
afc163
b0827e2d8f Add TimePicker locale change doc, close #1270 2016-03-25 15:41:05 +08:00
afc163
68c7d3cdaa update form doc 2016-03-25 14:24:04 +08:00
afc163
e378b1f695 Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0 2016-03-25 12:19:36 +08:00
afc163
0534c53db5 Merge master into develop-1.0.0 2016-03-25 12:18:51 +08:00
Bruce Mitchener
5c5d94c4f9 Typo fix: Incorrect capitalization. 2016-03-25 10:52:27 +07:00
Mr.Tone
56b0650734 preventDefault for onClose. 2016-03-24 22:12:21 +08:00
afc163
963d073f1d improve api table style 2016-03-24 21:30:33 +08:00
Benjy Cui
f67548d60f feat: col-*-0 means display: none 2016-03-24 14:39:41 +08:00
afc163
ae44ce6d31 update some docs 2016-03-24 11:25:23 +08:00
afc163
66179b2760 Merge master into develop-1.0.0 2016-03-23 18:41:58 +08:00
afc163
fff4e01f14 remove JSON format limit, close #1248 2016-03-23 18:36:27 +08:00
afc163
1b91d2396b fix undefined className 2016-03-23 16:25:06 +08:00
afc163
20211d448c Add default width for showTime DatePicker 2016-03-23 15:58:46 +08:00
Benjy Cui
cd39283aca docs: fix demo, close #1207 2016-03-23 14:59:01 +08:00
fanzheng.fz
99a44e9b5e always concat paths wether there's a breadcrumbName or not 2016-03-23 12:06:19 +08:00
fanzheng.fz
60dadfb899 always concat paths wether there's a breadcrumbName or not 2016-03-23 00:26:22 +08:00
afc163
fb6c6abbc7 Merge master 2016-03-22 19:31:55 +08:00
Benjy Cui
235de43605 deps: upgrade rc-slider 2016-03-22 17:50:21 +08:00
Benjy Cui
36d0804e14 fix: typo 2016-03-22 17:46:14 +08:00
闲耘™
17b8dfe6be fix(demo): fixed form control demo. 2016-03-22 11:53:38 +08:00
Benjy Cui
3611c798c1 docs: update documentation 2016-03-22 10:33:50 +08:00
Benjy Cui
095a7d977e Merge pull request #1242 from waywardmonkeys/ant-prefix
Name classes without Ant* prefix.
2016-03-22 10:21:08 +08:00
Bruce Mitchener
11c0a6a203 Name classes without Ant* prefix.
Where necessary, prefix the classes imported from react-component
with 'Rc' rather than prefixing the Ant classes with 'Ant'.

The prefixing of Ant classes wasn't consistent and isn't necessary
in many cases.
2016-03-21 20:16:38 +07:00
afc163
7bf88306ff fix form demo 2016-03-21 18:14:05 +08:00
Qiaosen Huang
d584b20dd8 add onPreview onRemove override on upload. 2016-03-21 14:16:22 +08:00
Bruce Mitchener
eaae43abdd More ES2015 classes.
This covers Carousel, InputNumber, Select, Slider, Switch, TreeSelect
and Tree.
2016-03-21 08:26:05 +07:00
Bruce Mitchener
1b81aa8c75 Convert Popover & Spin to ES2015 classes. 2016-03-20 19:41:34 +07:00
Benjy Cui
a760e74734 Merge branch 'spa-new-design-language' into develop-1.0.0 2016-03-18 12:08:19 +08:00
Benjy Cui
a749026273 Merge branch 'develop-1.0.0' into spa-new-design-language 2016-03-18 12:02:05 +08:00
afc163
04f747770e fix(docs), confirm demo & docs 2016-03-18 11:48:06 +08:00
Benjy Cui
1f7a30c99c Merge branch 'master' of github.com:ant-design/ant-design into spa-new-design-language 2016-03-18 11:12:51 +08:00
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
60cd7ed85e Fix current page when Table pageSize changed 2016-03-17 15:13:48 +08:00
afc163
6c913d7ebe Fix popover and popconfirm arrow style 2016-03-17 15:10:49 +08:00
闲耘™
e0172caee4 feat(checkbox group): checkbox group support disable specified item. 2016-03-17 11:31:36 +08:00
Benjy Cui
ab04ce30f7 docs: update docs for getFieldProps, close: #1211 2016-03-17 10:11:26 +08:00
afc163
d7f46a05b3 update docs 2016-03-16 22:06:02 +08:00
afc163
f66a257ab9 update upload chinese name 2016-03-16 20:17:35 +08:00
afc163
f247297f01 Fix children row selection, close #1212 2016-03-16 16:39:53 +08:00
afc163
0a1d3bdd3b fix onChange argument 2016-03-16 16:35:41 +08:00
afc163
5e1f0960a2 Fix rowSelection.onChange selectedRows when specify rowKey 2016-03-16 16:03:16 +08:00
afc163
884c92d7ec pageSize change should trigger Table.onChange, close #1206 2016-03-16 14:26:21 +08:00
闲耘™
8d817e6eee update(propTypes): more restrictions on propTypes 2016-03-16 11:27:27 +08:00
afc163
b9a90531f8 Merge branch 'master' of github.com:ant-design/ant-design 2016-03-15 22:59:50 +08:00
afc163
680b8478f4 update docs 2016-03-15 22:12:00 +08:00
闲耘™
1c35bd3d9d refact(regexp): better regexp 2016-03-15 21:39:23 +08:00
afc163
50fd241648 Fix missing code of a222b38 2016-03-15 19:31:56 +08:00
afc163
8b5e2ce1e0 Add API docs 2016-03-15 17:22:39 +08:00
Benjy Cui
ebab622add Merge branch 'master' of github.com:ant-design/ant-design into develop-1.0.0 2016-03-15 09:47:55 +08:00
afc163
ece5b0cfb2 Add docs for #1193 2016-03-14 18:39:32 +08:00
然则
e1f27bbe4d upgrade treeSelect 2016-03-14 16:18:30 +08:00
Bruce Mitchener
89561b0b3e Favor 'export default' over 'module.exports'. 2016-03-14 14:17:48 +07:00
Bruce Mitchener
5b76337bdc Minor English grammar improvements. 2016-03-14 11:45:06 +07:00
afc163
80d6ae30a8 Add propTypes and prop align in Modal docs 2016-03-14 11:46:48 +08:00
afc163
1929f7db97 fix dataSource undefined 2016-03-14 11:19:13 +08:00
afc163
38baf0ef19 Fix(Popconfirm): confirm and cancel not trigger onVisibleChange 2016-03-13 16:49:05 +08:00
afc163
ed3cda06a2 update button docs 2016-03-13 13:19:43 +08:00
Benjy Cui
f0c4ecbc8f fix: suppress submit event by default #1173 2016-03-11 16:22:38 +08:00
Benjy Cui
abc8b4c1e7 docs: update demo 2016-03-11 09:45:06 +08:00
afc163
1e08883315 update table selection demo 2016-03-10 16:55:02 +08:00
afc163
959db3f793 improve popconfirm style, close #1156 2016-03-10 16:22:52 +08:00
afc163
c228b65f9a Merge branch 'master' of https://github.com/foriacus/ant-design into foriacus-master 2016-03-10 15:54:50 +08:00
Benjy Cui
12e51707bf chore: remove duplicated fileName 2016-03-10 15:02:20 +08:00
afc163
e17b5f599f Add hover delay for Dropdown 2016-03-10 12:30:49 +08:00
观通
a867231253 fix doc. replace MenuItem with Menu.Item. 2016-03-10 11:39:10 +08:00
Benjy Cui
2fd2f82986 css: update layout demos' style 2016-03-10 10:50:40 +08:00
Benjy Cui
380deaf54c fix: Row's children could be null 2016-03-10 10:50:40 +08:00
Benjy Cui
c4b2981e53 feat: support demo with ReactRouter 2016-03-10 10:50:40 +08:00
Benjy Cui
ba9ec11079 chore: support IconSet 2016-03-10 10:50:39 +08:00
Benjy Cui
cc0bad9ef9 chore: update UI 2016-03-10 10:50:39 +08:00
Benjy Cui
203627f4c7 feat: support cols equals '1' 2016-03-10 10:50:36 +08:00
Benjy Cui
5d0febe072 Merge pull request #1162 from ant-design/improve-checkbox-group
CheckboxGroup support label in option
2016-03-10 10:49:07 +08:00
Benjy Cui
02f507f156 fix: should copy defaultLocale instead of refer 2016-03-10 10:32:50 +08:00
afc163
8b89313ffa update locale-provider docs 2016-03-10 10:32:50 +08:00
afc163
2fa1d0f9a5 Add component locale support for Transfer 2016-03-10 10:32:50 +08:00
afc163
95c1ead55b fix text 2016-03-10 10:32:50 +08:00
afc163
83f96e5f19 Make LocalProvider compatible with Modal.xxx 2016-03-10 10:32:50 +08:00
afc163
2482140d2f Change context locale name 2016-03-10 10:32:50 +08:00
afc163
193eb14423 update demo 2016-03-10 10:32:49 +08:00
afc163
99b58e67ec Add other component for locale 2016-03-10 10:32:49 +08:00
afc163
d8f599fd3a Add LocalProvider, ref #1055 2016-03-10 10:32:49 +08:00
afc163
2e823f3c5b Add global duration config for message and notification, close #1143 2016-03-09 21:55:46 +08:00
afc163
ca15c9832e CheckboxGroup support label in option
close #1155, #1025
2016-03-09 21:10:00 +08:00
Benjy Cui
c79e2dcfe4 Merge pull request #1082 from ant-design/improve-layout
Improve layout
2016-03-09 18:02:21 +08:00
Benjy Cui
899f1e416e Merge pull request #1046 from ant-design/feat-spin-tip
Feat spin tip
2016-03-09 18:00:15 +08:00
afc163
0f95fdfa0f update layout reponsive demo 2016-03-09 17:50:33 +08:00
z
a58e643639 Merge branch 'master' into master 2016-03-09 17:47:39 +08:00
z
598a3615e1 修复上传时的状态传递
onstart 时设置的是被封装后的对象的属性,这里直接传 file 的话没有 status/percent 属性.
2016-03-09 17:37:56 +08:00
afc163
d83e046327 remove useless wrapper 2016-03-09 17:36:36 +08:00
afc163
c9fd887ce1 fix(style): Make arrow point to target always 2016-03-09 17:26:12 +08:00
Benjy Cui
5485946dda Merge pull request #1044 from ant-design/component-card
Component card
2016-03-09 17:01:01 +08:00
afc163
596fbc80d5 Remove rc-form-validation from deps completely 2016-03-09 15:47:00 +08:00
Benjy Cui
3da8ea2412 Merge pull request #1094 from ant-design/feat-affix-bottom
Feat affix bottom
2016-03-09 15:40:22 +08:00
afc163
a553f6b299 typo 2016-03-09 11:59:02 +08:00
afc163
1c5bc26e9f Fix badge in old webkit browser 2016-03-09 11:57:00 +08:00
afc163
56fb20b76d Fix date-picker style prop 2016-03-09 11:33:05 +08:00
yiminghe
3e0d11043b fix pagination in table 2016-03-08 20:29:18 +08:00
Benjy Cui
8def2ac9d3 Merge pull request #1030 from ant-design/feat-breadcrumb-linkrender
Feat breadcrumb linkrender
2016-03-08 17:23:33 +08:00
Benjy Cui
e571fb359c Merge pull request #1029 from ant-design/checkbox-new-usage
Make Checkbox usage same as Radio
2016-03-08 17:17:39 +08:00
afc163
bf25bfe488 reponsive layout 2016-03-07 21:03:17 +08:00
afc163
d9ff420531 Fix Row in form demo 2016-03-07 17:25:59 +08:00
afc163
54db7ec32b Remove layout-fixed 2016-03-07 17:25:59 +08:00
afc163
b4d4fb4d4a update layout demo style 2016-03-07 17:25:58 +08:00
afc163
38f98fa1ee update layout demo doc 2016-03-07 17:25:58 +08:00
afc163
ff2cb6142a Add gutter for Row 2016-03-07 17:25:58 +08:00
afc163
400b7b8a27 Add notFountContent for transfer, close #1142 2016-03-07 12:01:49 +08:00
afc163
dea88ba37e Fix transfer searchPlaceholder 2016-03-07 11:57:51 +08:00
afc163
e1d2e4c9e1 update docs 2016-03-07 11:36:53 +08:00
afc163
e2c42a87d0 Add docs for #1139 2016-03-06 22:44:58 +08:00
afc163
5a9b7a295f update docs 2016-03-06 00:10:36 +08:00
afc163
5035a3ec5c Add new icons 2016-03-06 00:10:20 +08:00
afc163
f4995b7f67 Add foot and showHeader for Table 2016-03-06 00:08:53 +08:00
afc163
baed8ba9ae Fix select docs 2016-03-04 21:42:38 +08:00
afc163
973c13c245 Fix progress color 2016-03-04 17:18:57 +08:00
afc163
17fa990a82 Add vertical RadioGroup demo, close #1119 2016-03-04 16:30:17 +08:00
afc163
6d24a3f002 Fix RadioGroup usage for #1119 2016-03-04 12:27:58 +08:00
afc163
a45ed7ee4c Fix radio style prop 2016-03-04 12:07:17 +08:00
afc163
958a74e028 update docs 2016-03-04 11:46:24 +08:00
afc163
9cdee3434a typo fix #1113 2016-03-04 11:39:58 +08:00
afc163
f7fb5b29f9 Fix click effect in Popconfirm button 2016-03-03 21:33:02 +08:00
afc163
8daabfced8 docs: update table 2016-03-03 15:32:16 +08:00
afc163
d10d92c455 Fix cascader onChange bug in IE 2016-03-03 14:57:26 +08:00
warmhug
32a6deebe4 Merge branch 'master' into upgrade-ts 2016-03-03 13:30:36 +08:00
然则
a3c6a70996 up rc-tree-select version 2016-03-03 13:23:22 +08:00
afc163
30238a759c Fix Tag nested bug, close #1111 2016-03-03 12:16:25 +08:00
afc163
3e9a5afa90 docs: table locale, ref #1110 2016-03-03 12:08:53 +08:00
afc163
7d151514e3 Fix rowSelection.onSelectAll, bump 0.12.7, ref #1105 2016-03-02 23:42:44 +08:00
afc163
d68f36a422 fix props pass, ref #927 2016-03-02 22:04:54 +08:00
afc163
5a207d3291 Merge branch 'master' of github.com:ant-design/ant-design 2016-03-02 21:59:06 +08:00
afc163
fe750d365d improve rowSelect arguments, ref #1105 2016-03-02 21:58:41 +08:00
yiminghe
58a32455d3 fix cascader 2016-03-02 21:44:38 +08:00
afc163
c91bf93a38 Fix docs 2016-03-02 21:12:52 +08:00
afc163
079f2a657d Allow close last tab, fix #1071 2016-03-02 20:25:19 +08:00
afc163
4b0968714a update popconfirm docs for onVisibleChange 2016-03-02 18:00:08 +08:00
afc163
79e319908a update time-picker demo 2016-03-02 17:47:18 +08:00
afc163
f25ac2feac docs: update demo 2016-03-02 17:41:29 +08:00
Benjy Cui
2dd781edb3 docs: update demo 2016-03-02 17:31:27 +08:00
afc163
a058ebc372 Fix Input className, close #1103 2016-03-02 17:11:12 +08:00
afc163
9b09e54df5 Fix columns[0] undefined bug in Table 2016-03-02 16:01:36 +08:00
afc163
8070e05de1 update demo 2016-03-02 15:45:37 +08:00
afc163
3738eb3b73 update code style 2016-03-02 14:52:24 +08:00
afc163
e8ce54f864 update doc for defaultPageSize 2016-03-02 12:16:58 +08:00
afc163
ca2fca024a fix child null bug in FormItem 2016-03-01 17:52:07 +08:00
afc163
7ce38e39b6 Fix CheckboxGroup value, close #1101 2016-03-01 17:01:03 +08:00
afc163
0edd5ada9a Fix onClick in dropdown button, close #1097 2016-02-29 18:02:05 +08:00
ecofe
5f8baf1bfd modify md file (dropdownStyle) 2016-02-29 16:52:53 +08:00
afc163
73fe5cc2c3 support affix bottom, close #1000 2016-02-29 16:44:38 +08:00
afc163
1705fd262a update code style 2016-02-29 12:18:26 +08:00
afc163
86b5c6eecc Fix some style 2016-02-28 00:16:32 +08:00
afc163
052d0ac122 Fix tree select size style 2016-02-26 18:13:16 +08:00
afc163
870b7ade34 Fix radio group className 2016-02-26 17:15:46 +08:00
afc163
d2cf85b87b Fix allowClear of TreeSelect, close #1084 2016-02-26 17:12:56 +08:00
afc163
7ea67b6e37 stable sort in table
http://jsperf.com/chrome-stable-sort
2016-02-26 16:31:33 +08:00
afc163
17b9d85f44 update demo title 2016-02-26 11:07:50 +08:00
afc163
5cf7c592e1 typo 2016-02-25 17:07:31 +08:00
afc163
4bcbf6ba06 Merge branch 'master' of github.com:ant-design/ant-design 2016-02-25 15:41:02 +08:00
afc163
3ab72afc44 Fix pagination size in table 2016-02-25 15:40:35 +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
ce11c258b3 docs: update demos' code style 2016-02-25 14:34:31 +08:00
afc163
9fc3f51d68 Merge pull request #1077 from ant-design/feat-pagination
feat: add `showTotal` for Pagination
2016-02-25 12:12:40 +08:00
afc163
6d7f571c1d Add allowClear and Fix clear button in disabled mode 2016-02-25 12:04:58 +08:00
afc163
38a4436599 update form doc 2016-02-25 11:54:53 +08:00
afc163
b3340c6b6b Fix some style 2016-02-25 11:49:40 +08:00
Benjy Cui
cdbac65dbc feat: add showTotal for Pagination 2016-02-25 10:36:58 +08:00
afc163
d62c87d036 update dropdown offset 2016-02-24 21:53:14 +08:00
afc163
33dd8b971d update dropdown doc 2016-02-24 21:45:09 +08:00
afc163
feaf02b406 make Checkbox usage same as Radio 2016-02-24 20:28:23 +08:00
afc163
ad07fd923b Merge pull request #1075 from ant-design/css-search-box
Css search box
2016-02-24 20:00:34 +08:00
afc163
8467ebe7fa update search box demo 2016-02-24 19:55:23 +08:00
afc163
8fb56286fb use placeholder in select combobox demo 2016-02-24 18:22:54 +08:00
Benjy Cui
0da08295a4 chore: update demo's style 2016-02-24 16:36:11 +08:00
Benjy Cui
353601ca0c docs: add demo for valuePropName #1062 2016-02-24 15:42:33 +08:00
Benjy Cui
48900ed7f8 css: add search box style for Select #1067 2016-02-24 15:11:50 +08:00
Benjy Cui
caacdc5a93 fix: typo 2016-02-23 17:07:43 +08:00
afc163
80baae87cd Fix Object.assign via spread operator 2016-02-23 16:28:41 +08:00
afc163
4446e73fda remove button border-radius fallback 2016-02-23 16:24:07 +08:00
afc163
aa16f6c398 Fix(site): fix icon copy text 2016-02-23 14:36:24 +08:00
afc163
1ef95ec1ec improve demo for select optionFilterProp 2016-02-23 11:16:58 +08:00
afc163
c3014c26a1 Fix button click arguments 2016-02-23 00:05:26 +08:00
afc163
19c5b29c07 update tree-select demo 2016-02-22 23:57:02 +08:00
yiminghe
a2ec91a545 fix tree-select style 2016-02-22 21:38:24 +08:00
yiminghe
86f36af78e update tree-select style 2016-02-22 21:12:00 +08:00
afc163
08e04e0b14 Hide selection component in children data 2016-02-22 18:52:14 +08:00
Benjy Cui
7668473f17 style: update demo's code style 2016-02-22 16:34:16 +08:00
afc163
cacb5725a2 Add loading card 2016-02-22 16:28:00 +08:00
afc163
845e28d32e Add Card style and demo 2016-02-22 16:25:47 +08:00
afc163
a5e1391d8f Add card 2016-02-22 16:25:47 +08:00
afc163
ac5693599c Add doc for FormItem extra prop, close #931 2016-02-22 15:34:32 +08:00
afc163
774f5b9ced Remove form disabled demo 2016-02-22 15:25:22 +08:00
afc163
be3a90fbc6 Add click effect for primary button, close #942 2016-02-22 13:52:52 +08:00
Benjy Cui
c1659c2ce3 style: update code style to please lint 2016-02-22 10:52:30 +08:00
afc163
f7ba2969f6 Make tip replace dot 2016-02-21 15:03:41 +08:00
swindme
3068ec357b feat: Spin add tip 2016-02-21 15:03:41 +08:00
afc163
c63f0b8060 update demo text 2016-02-21 14:14:59 +08:00
afc163
e539e08f4e Fix CheckboxGroup initial state 2016-02-21 14:13:33 +08:00
afc163
5a032af8e9 update some code style 2016-02-21 14:04:08 +08:00
yiminghe
efd768bf07 allow more value type for radiogroup 2016-02-20 16:39:49 +08:00
afc163
812225ea41 Fix DatePicker clear not work when showTime 2016-02-19 17:15:31 +08:00
afc163
c1bd0098d2 update code style 2016-02-19 17:14:53 +08:00
yiminghe
d3122af409 support select clear 2016-02-19 16:16:49 +08:00
afc163
15473fbc99 support set cascader popupPlacement 2016-02-19 11:33:08 +08:00
afc163
893248dec7 some style and doc 2016-02-18 21:13:13 +08:00
yiminghe
698ebb13b3 optimize calendar 2016-02-18 19:15:23 +08:00
afc163
72d077be1f rollback time format problem, ref #953 2016-02-18 17:50:29 +08:00
afc163
5c22e32db8 Add link for uploadItem when file.url is existed, close #1013 2016-02-18 11:43:24 +08:00
afc163
27e879f444 support linkRender in breadcrumb, fix #1026 2016-02-18 11:31:49 +08:00
Benjy Cui
a0c01b54e8 docs: update demo code style 2016-02-18 11:01:00 +08:00
Benjy Cui
29825f20c8 style: update code style to please lint 2016-02-17 18:04:42 +08:00
haoxin
6c4998621e doc: fix Table onSelectAll params 2016-02-17 16:59:13 +08:00
afc163
d596934985 Merge branch 'master' of github.com:ant-design/ant-design 2016-02-17 16:43:22 +08:00
afc163
99fbd06ae5 fit react router 2.x 2016-02-17 16:42:26 +08:00
Benjy Cui
9d022ff84c style: update code style to please lint 2016-02-17 15:57:33 +08:00
Benjy Cui
415a3d995b style: update code style to please lint 2016-02-16 14:07:09 +08:00
Benjy Cui
c8015c88c3 feat: scroll to invalid field automatically #993 2016-02-16 10:15:48 +08:00
Benjy Cui
ceac176270 docs: update documentation 2016-02-15 10:03:48 +08:00
Guan Hao
8726ebfdb6 Fix a typo in components/table documentation. 2016-02-14 13:34:05 +08:00
afc163
949f6f1a12 fix eslint of no-unneeded-ternary 2016-02-06 15:54:39 +08:00
afc163
411f529242 Add getCalendarContainer prop to DatePicker, close #991 2016-02-03 14:30:58 +08:00
afc163
b4c997f016 fix required prefixCls 2016-02-03 14:00:38 +08:00
Benjy Cui
51c33b9c51 fix: add prefix 2016-02-02 20:47:52 +08:00
Benjy Cui
b42fb9f189 fix: should not set required to label #985 2016-02-02 19:08:17 +08:00
afc163
6f20df5d5b update count render, ref #983 2016-02-02 18:23:00 +08:00
afc163
e044041305 fix(badge): fix count not change, close #983 2016-02-02 18:17:50 +08:00
afc163
a92bfa7ac8 update date-picker doc 2016-02-02 17:51:59 +08:00
afc163
11f6582235 Fix date-picker onOk 2016-02-02 17:49:44 +08:00
afc163
e5108f6b00 Fix menu import bug in rc-menu@0.10.x, close #982 2016-02-02 16:48:16 +08:00
afc163
6700dbba2a Fix Modal onCancel argument, ref #980 2016-02-02 14:54:34 +08:00
afc163
588914ecd7 fix nested Popconfirm, close #977 2016-02-02 11:52:00 +08:00
Benjy Cui
104d9cc95e Merge pull request #975 from ant-design/upgrade-deps
upgrade some deps and devDeps
2016-02-01 18:48:17 +08:00
afc163
4393caa267 make TreeSelect demo more readable 2016-02-01 17:06:54 +08:00
afc163
c1f68f13f1 upgrade some deps and devDeps 2016-02-01 16:34:26 +08:00
然则
b1780a0947 up tree-select 2016-02-01 14:36:41 +08:00
afc163
6327220266 Improve Transfer onChange, close #972 2016-02-01 14:07:17 +08:00
afc163
271aaf29e1 fix breadcrumb link, close #968 2016-02-01 11:33:02 +08:00
Benjy Cui
512941c65b fix: should get meta from children 2016-02-01 10:32:02 +08:00
Benjy Cui
4e13bee52a feat: make Form validation work with Modal 2016-02-01 09:38:40 +08:00
yiminghe
798d15b4f0 update form 2016-01-30 19:00:56 +08:00
afc163
ed2e038250 style(tree & treeSelect): better style 2016-01-30 16:53:49 +08:00
afc163
21eac259b6 fix dateInput format when contains time-picker, close #953 2016-01-30 16:15:43 +08:00
afc163
affec24940 update tooltip demo 2016-01-30 02:02:03 +08:00
然则
79d1fd4043 up tree draggable demo 2016-01-29 11:31:10 +08:00
yiminghe
4ace891cd6 change form 2016-01-28 21:53:57 +08:00
yiminghe
f5cb207e7c fix FormItem 2016-01-28 21:49:09 +08:00
afc163
be1bad307b simplify tree demos 2016-01-28 15:13:17 +08:00
afc163
78d3653620 update button group demo 2016-01-28 14:23:09 +08:00
afc163
48433b5c93 upgrade rc-select 2016-01-28 12:16:18 +08:00
Benjy Cui
68b51e298d style: update code style for space-before-function-paren 2016-01-27 17:00:58 +08:00
Benjy Cui
cd1391e6a2 style: update code style for object-curly-spacing 2016-01-27 17:00:58 +08:00
Benjy Cui
79aa53ce51 docs: update Slider's demo 2016-01-27 17:00:58 +08:00
afc163
1fdf5c3539 Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0 2016-01-27 16:48:40 +08:00
afc163
31ae114a19 fix(transfer): fix compatibility es2015 function, close #944 2016-01-27 16:46:42 +08:00
yiminghe
9c36b900bf fix(upload): fix default name value
do not set value to ''
2016-01-27 16:25:05 +08:00
afc163
3958b2e640 Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0 2016-01-27 14:48:51 +08:00
afc163
dc1e05f9e9 fix(tag): Add enter animation 2016-01-27 14:48:25 +08:00
yiminghe
df326bea67 fix fieldOption 2016-01-27 14:35:21 +08:00
Benjy Cui
d06935528e feat: customized size first 2016-01-27 12:00:27 +08:00
Benjy Cui
1e42ee95b7 feat: size of controls in form should be large 2016-01-27 10:00:27 +08:00
afc163
62dbc54eb2 improve tag code style 2016-01-27 01:51:54 +08:00
afc163
d010b7957c update tag demo 2016-01-27 01:47:36 +08:00
afc163
5602d90f12 improve tag code style 2016-01-27 01:47:12 +08:00
afc163
0635877a51 fix(tag): fix tag link style 2016-01-27 01:23:30 +08:00
afc163
a75dfe8fd6 Add tag control demo 2016-01-27 01:20:05 +08:00
afc163
5719a83f36 chore(tag): some code style 2016-01-26 23:40:20 +08:00
yiminghe
65b338de2b fix(upload): fix upload when edit
instanceof check error
2016-01-26 19:55:19 +08:00
afc163
d1fdf38e7d Merge pull request #934 from ant-design/fix-form
fix: help is generate automatically now
2016-01-26 18:21:20 +08:00
Benjy Cui
4d84706d7f fix: help is generate automatically now 2016-01-26 17:42:56 +08:00
afc163
f559dfbbb7 fix progress format 2016-01-26 17:34:45 +08:00
afc163
02c3a18f79 0.12.0-beta.25 2016-01-26 17:03:44 +08:00
afc163
08c080948e Merge pull request #929 from ant-design/chore-form
refactor: rename option to fieldOption
2016-01-26 17:02:44 +08:00
afc163
5a0f033159 Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0 2016-01-26 16:42:08 +08:00
afc163
0c7feaaa1f Allow finish selection on Cascader parent option, close #896 2016-01-26 16:41:41 +08:00
yiminghe
a35c027551 support extra for FormItem 2016-01-26 15:40:47 +08:00
yiminghe
60a77bdccf support extra for FormItem 2016-01-26 15:38:58 +08:00
Benjy Cui
cf25379010 refactor: rename option to fieldOption 2016-01-26 15:17:51 +08:00
afc163
d064e122b3 fix time-picker demo error in safari 2016-01-26 15:04:57 +08:00
afc163
a8826667d0 Merge pull request #928 from ant-design/fix-date-picker
fix: should pass formatter to rc-calendar #917
2016-01-26 12:04:46 +08:00
afc163
a88c62f190 update form demos 2016-01-26 11:55:27 +08:00
Benjy Cui
61df1eb1dc fix: should pass formatter to rc-calendar #917 2016-01-26 10:24:15 +08:00
afc163
5fdb2109f4 fix time-picker demo 2016-01-26 00:28:50 +08:00
afc163
fcbd6015bd fix button-group disable button border, close #926 2016-01-25 21:06:32 +08:00
afc163
5b3eb0e5f7 fix cascader props pass bug, close #927 2016-01-25 20:52:43 +08:00
afc163
9b13c34889 Add cascader to form demo 2016-01-25 16:25:20 +08:00
afc163
0be6682252 Merge pull request #923 from ant-design/chore-form
refactor: make code more robust
2016-01-25 15:53:25 +08:00
afc163
0cd7acb59d Feature: disabled option of Cascader 2016-01-25 15:31:08 +08:00
Benjy Cui
366edc023a refactor: make code more robust 2016-01-25 15:00:03 +08:00
Benjy Cui
ffbd9d91f1 chore: delete Validation's docs 2016-01-25 11:51:04 +08:00
Benjy Cui
368ee9422f feat: deprecate Validation 2016-01-25 11:49:06 +08:00
afc163
e0925a20a8 Add useFixedHeader, #918 2016-01-24 15:40:14 +08:00
afc163
d1b06abdf5 Fix Breabcrumb link with router params, and no longer need prop router 2016-01-23 20:12:09 +08:00
afc163
cb6224df4b fix form demo style 2016-01-23 16:18:22 +08:00
afc163
c75492ffe2 Merge pull request #913 from ant-design/deps-rc-form
make Form work with rc-form
2016-01-23 16:09:29 +08:00
afc163
96d99e6c0a update demos 2016-01-23 15:30:14 +08:00
afc163
66b7ee81ad fix eslint problems, eslint-config-airbnb@4.x 2016-01-23 15:22:16 +08:00
afc163
5d9978e6bb remove some hidden demos 2016-01-23 15:02:34 +08:00
afc163
0265e3eb6e remove ant-form-item-compact, rewrite form-item align style 2016-01-22 20:58:45 +08:00
Benjy Cui
7bf9fa6347 docs: update Form's documentation 2016-01-22 16:16:15 +08:00
Benjy Cui
d745644d83 feat: add id to child automatically 2016-01-22 16:16:15 +08:00
Benjy Cui
1749f5838c feat: rename name to id 2016-01-22 16:16:15 +08:00
Benjy Cui
62d61ada74 chore: rename demos 2016-01-22 16:16:15 +08:00
Benjy Cui
d8201c2752 feat: add createForm to Form 2016-01-22 16:16:15 +08:00
Benjy Cui
422b0d19f7 docs: update Form's APIs 2016-01-22 16:16:15 +08:00
Benjy Cui
3e12f86dcd docs: add demos for rc-form 2016-01-22 16:16:15 +08:00
Benjy Cui
d2acc97493 feat: make Form work with rc-form 2016-01-22 16:16:15 +08:00
afc163
0a4758acf4 Fix form item height vertical align 2016-01-22 14:56:35 +08:00
afc163
cfc141b1c7 capture mousePosition event register in document 2016-01-22 13:54:53 +08:00
afc163
69935c5bbf Add size for RadioButton, close #904 2016-01-21 22:45:21 +08:00
afc163
6908d35db5 Merge master 2016-01-21 17:19:33 +08:00
afc163
ae1cdbbb93 update tree-select demos 2016-01-21 17:14:39 +08:00
afc163
e765b4bcee Style: small size control border-radius is 4px now 2016-01-21 17:12:25 +08:00
afc163
4bbe1c0008 Add message.destroy and notification.destroy, close #902 2016-01-21 14:13:28 +08:00
afc163
b1191a5c06 Style: Fix form-item explain float bug, close #906 2016-01-21 13:15:28 +08:00
afc163
b855525615 Feature: support paging columns, ref #708 2016-01-20 17:15:39 +08:00
afc163
3eb57c1888 merge master 2016-01-20 15:14:49 +08:00
afc163
afabf00b5d Add progress prop style, fix #895 2016-01-20 20:21:51 +08:00
afc163
73596f0ba8 fix progress format, ref #894 2016-01-20 20:20:24 +08:00
afc163
4d228baa57 Progress support custom format, #893 2016-01-20 19:52:23 +08:00
afc163
3337e6072b Fix indent 2016-01-19 16:32:12 +08:00
afc163
27975606f1 new radio button style according to design spec 2016-01-19 15:09:28 +08:00
afc163
f4a7ed76f5 resolve package.json conflicat 2016-01-19 11:44:17 +08:00
afc163
14447cb6ae Merge from master 2016-01-19 18:51:45 +08:00
Benjy Cui
07cfe19095 fix: locale should be passed to timePicker #837 2016-01-19 09:26:24 +08:00
afc163
222edae961 Merge pull request #881 from ant-design/feature-upload
Feature upload
2016-01-17 13:17:45 +08:00
afc163
64d96f071f update picture card upload list style for more expansibility 2016-01-16 16:39:52 +08:00
afc163
4b5e09de8d Merge branch 'master' into develop-0.12.0 2016-01-16 14:58:05 +08:00
afc163
f178e9aa61 Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0 2016-01-16 14:50:45 +08:00
yiminghe
fa7bc2629d upgrade tree 2016-01-15 20:10:46 +08:00
afc163
341ad18eb6 fix table select all 2016-01-15 17:44:19 +08:00
afc163
7f5735b968 update table demo 2016-01-15 17:21:50 +08:00
kasinooya
98627f6d46 Merge branch 'develop-0.12.0' into feature-upload 2016-01-15 16:45:40 +08:00
kasinooya
17ebf07ad3 Add picture-card demo 2016-01-15 16:44:07 +08:00
afc163
5d2d5b2604 Merge branch 'master' into develop-0.12.0 2016-01-15 16:12:40 +08:00
kasinooya
12c792147e Merge develop-0.12.0 into HEAD 2016-01-15 16:11:31 +08:00
afc163
3ed9ce3cb5 Do not empty selection when change dataSource now
eh... empty behavious will trigger a infinite loop when sapecify
immutable dataSource

You need to empty manully when change data or current page
2016-01-15 16:07:59 +08:00
kasinooya
a6f68b2d37 fix eslint error 2016-01-15 15:57:41 +08:00
kasinooya
4d0e873c88 Add upload listType: picture-card 2016-01-15 15:56:06 +08:00
afc163
a681ea9eb9 fix fileList demo 2016-01-15 15:41:47 +08:00
afc163
dab82feb78 auto eslint fix in scripts 2016-01-14 21:44:35 +08:00
afc163
1514d28dc4 update tree select doc 2016-01-14 21:42:02 +08:00
afc163
229b0de3c6 upgrade rc-upload to 1.8.0, close #677 2016-01-14 21:15:25 +08:00
afc163
bdf819bea3 Merge master 2016-01-14 20:54:52 +08:00
afc163
c65400c586 Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0 2016-01-14 20:41:10 +08:00
afc163
4669c67bc4 resolve conflict 2016-01-14 20:40:30 +08:00
yiminghe
dc3b34510b compatible with rc-form 2016-01-14 19:15:21 +08:00
Benjy Cui
41ed04e977 style: update code style to please lint 2016-01-14 16:46:38 +08:00
afc163
dde03eaec4 Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0 2016-01-14 16:44:10 +08:00
afc163
772eea09c7 support pending timeline node, ref #708 2016-01-14 16:43:48 +08:00
yiminghe
fd1312803f upgrade calendar/timePicker. Fixes #822 2016-01-14 16:38:37 +08:00
afc163
efcc8c5cb2 fix popover API table 2016-01-14 15:55:42 +08:00
afc163
d271e92b8e Merge master 2016-01-14 15:35:21 +08:00
afc163
413e816c98 update button doc 2016-01-14 15:24:54 +08:00
afc163
11353c7a60 reset menu link color, fix #872 2016-01-14 11:54:46 +08:00
zhangpc
db2ef44617 remove href attributes of tag 2016-01-14 09:26:20 +08:00
然则
2e26942ecd Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0 2016-01-14 00:42:10 +08:00
然则
696b3438b8 up tree, change drag api, fix drag state 2016-01-14 00:41:25 +08:00
afc163
2e3ccfb345 Merge branch 'master' into develop-0.12.0 2016-01-13 22:48:54 +08:00
afc163
63476680bd Add upload inline item demo, ref #859 2016-01-13 22:44:45 +08:00
afc163
fdcc665c80 merge drag upload demo 2016-01-13 22:39:02 +08:00
afc163
027a69b0f0 hide multiple upload demo 2016-01-13 22:32:42 +08:00
afc163
a16903009e merge from master 2016-01-13 22:22:33 +08:00
afc163
4cd73289b3 update checkbox use instruction, fix #860 2016-01-13 21:56:51 +08:00
afc163
56c4882f30 Merge pull request #845 from ant-design/new-design-spec
New design spec
2016-01-13 21:49:46 +08:00
Benjy Cui
f58ac72a88 docs: update Select's documentation 2016-01-13 17:35:48 +08:00
afc163
a479bc8fe3 Fix MonthPicker style, close #848 2016-01-13 17:30:54 +08:00
afc163
24bd1f09da fix Modal case bug 2016-01-13 16:46:38 +08:00
afc163
d4a65d14ba Merge branch 'master' into new-design-spec 2016-01-13 16:30:30 +08:00
afc163
033acfd0f4 Fix transfer search 2016-01-13 16:28:36 +08:00
afc163
33f2863e68 update new design spec style 2016-01-13 15:11:54 +08:00
afc163
7470b3e5c5 Fix qrcode icon, close #772 2016-01-12 19:00:40 +08:00
Benjy Cui
7ae966873a fix: cyclic reference in Modal 2016-01-12 17:07:24 +08:00
afc163
c732855902 rm alert 2016-01-12 14:25:33 +08:00
afc163
8cd0a08946 Allow FormItem.help to be boolean 2016-01-12 14:24:42 +08:00
afc163
ec6d38b749 Merge from master 2016-01-12 11:58:19 +08:00
afc163
0f72c80e79 Merge pull request #829 from ant-design/upgrade-eslint-config
Upgrade eslint config
2016-01-12 11:54:07 +08:00
afc163
cf92a79529 merge master 2016-01-12 11:44:02 +08:00
afc163
997db86d76 fix form item demo style 2016-01-12 11:25:17 +08:00
afc163
7a142993a1 Add inline form item explain to demo, #846 2016-01-12 11:18:28 +08:00
绯一
1ca51cbd5c [update] hide onRowClick 2016-01-11 12:09:12 +08:00
绯一
502ae06f9d [feat] add rowClick demo and doc 2016-01-11 11:37:36 +08:00
afc163
15b2e92df1 Merge branch 'master' into new-design-spec 2016-01-11 11:37:09 +08:00
Benjy Cui
7f394da335 style: update code style to please lint 2016-01-11 10:10:32 +08:00
Benjy Cui
aa5c4f9595 style: update code style to please lint 2016-01-11 09:49:31 +08:00
Benjy Cui
632cd36e63 chore: suppress warning 2016-01-11 09:49:31 +08:00
Benjy Cui
b72d18fd44 style: update code style to please the fucking lint 2016-01-11 09:49:30 +08:00
Benjy Cui
209170e813 style: update demo code style to please lint 2016-01-11 09:49:30 +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
a222b3898b support submenu in table filter menu, ref #708 2016-01-10 21:10:10 +08:00
afc163
ca2edd2b1d Add pictures 2016-01-10 19:19:14 +08:00
然则
0c9afc8561 change treeNodeLabelProp defaultValue 2016-01-08 19:46:57 +08:00
Benjy Cui
5ea2775197 fix: should not set default value for open #818 2016-01-08 17:44:15 +08:00
Benjy Cui
b58142081c feat: add defaultValue for onChange onShowSizeChange 2016-01-08 16:53:25 +08:00
Benjy Cui
64cde2e905 fix: Pagination.onChange should be called #824 2016-01-08 15:29:34 +08:00
然则
40a7cbf96f fix lint 2016-01-07 19:05:55 +08:00
Yuwei Ba
fd65f75d71 更新 Pagination 文档 2016-01-07 17:46:36 +08:00
yiminghe
68443b61c0 fix cascader value 2016-01-06 11:46:06 +08:00
Benjy Cui
a7b2c2e348 feat: expose closable for Modal 2016-01-06 10:21:02 +08:00
Benjy Cui
02bcdee3c3 docs: update Select's doc #799 2016-01-05 17:50:25 +08:00
afc163
3e81ed7740 Merge branch 'master' into develop-0.12.0 2016-01-05 11:45:47 +08:00
afc163
105130ddb8 Add cascader prop disabled 2016-01-05 11:32:36 +08:00
yiminghe
c8038fde32 move cascade style up 2016-01-04 19:23:19 +08:00
yiminghe
af07048c27 Merge branch 'develop-0.12.0' of github.com:ant-design/ant-design into develop-0.12.0 2016-01-04 19:20:18 +08:00
leon.shi
98aa1a5997 Fix wrong description in Tree props table, checked should be selected and checkedKeys should be selectedKeys. 2016-01-04 15:22:00 +08:00
zilong
bdd47786af Update index.md
fix typo. key should be `address`
2016-01-03 14:00:50 +08:00
afc163
d6b639b288 Merge branch master 2016-01-03 01:22:05 +08:00
afc163
663e3c4231 update table demo title 2016-01-03 01:17:49 +08:00
yiminghe
a5efd5d028 fix range picker 2016-01-02 17:03:56 +08:00
afc163
92c56889a3 Fix inline menu click problem in 0.11.1 2016-01-02 01:29:46 +08:00
afc163
c1ef10da49 Fix inline menu click problem in 0.11.1 2016-01-02 01:26:40 +08:00
然则
78a6a8e8aa big change 2016-01-01 22:59:10 +08:00
afc163
553fb4d05c Add arrow style 2016-01-01 22:59:10 +08:00
afc163
d37bcfa82f Add clear icon 2016-01-01 22:59:10 +08:00
afc163
a4a235cd67 Add prop size for cascader 2016-01-01 22:59:09 +08:00
afc163
057eae84c5 update cascader api 2016-01-01 22:59:09 +08:00
afc163
461495d46d update cascader document 2016-01-01 22:59:09 +08:00
afc163
096c7d58d1 Add cascade 2016-01-01 22:59:09 +08:00
然则
c09332ce1d up demo 2016-01-01 22:58:39 +08:00
然则
59b999c9ed fix demo 2016-01-01 22:58:39 +08:00
然则
77a59bbd76 add tree-select 2016-01-01 22:58:39 +08:00
afc163
a570b25e0a update table API doc 2016-01-01 22:55:25 +08:00
afc163
7866f177cc update table selection demo 2016-01-01 22:51:26 +08:00
afc163
76aa90f67b update document for table selection change 2016-01-01 22:38:19 +08:00
afc163
34f9ab05b0 make selected item can be controlled, #793 2016-01-01 22:34:59 +08:00
afc163
ceeae97eb8 Add rowSelection API documentation 2016-01-01 20:18:38 +08:00
afc163
28b75ce8da Add rowSelection onChange, #786 2016-01-01 20:08:30 +08:00
afc163
27908bf42e Fix disabled checkbox logic in table rowSelection 2016-01-01 19:49:02 +08:00
afc163
b276ca65fc checkAll should be disabled when every checkbox is disabled 2016-01-01 19:07:28 +08:00
afc163
01468cdc54 improve getDefaultSelection code implementation 2016-01-01 19:00:34 +08:00
afc163
092e2e1ac6 empty selectedRowKeys when dataSource changed, ref #793 2016-01-01 18:53:57 +08:00
afc163
ba51e65c3d Add animation for dropdown submenu, ref #797 2015-12-31 17:55:45 +08:00
afc163
d79562075a update select demo 2015-12-31 17:36:37 +08:00
afc163
dc1455ecc4 Add dropdown submenu demo and style, close #797 2015-12-31 17:34:04 +08:00
Benjy Cui
8c50e283f6 fix: FormItem should support long help message #785 2015-12-31 15:57:24 +08:00
Benjy Cui
e66a43a4c5 docs: update Form's demo 2015-12-31 09:51:44 +08:00
afc163
4d8e008927 update demo code 2015-12-30 19:34:05 +08:00
afc163
1a606524dd rm expandedKeys from tree API 2015-12-30 19:01:34 +08:00
lgmcolin
1087ec4501 fix tree doc 2015-12-30 17:54:07 +08:00
afc163
e44faf9d48 fix demo style 2015-12-29 23:43:10 +08:00
afc163
6d4c4e12d1 Add advanced search form demo 2015-12-29 23:39:21 +08:00
afc163
98b899d0cc timePicker en-US, ref #771 2015-12-29 22:40:09 +08:00
afc163
9f48f665a6 Add animation for transfered item 2015-12-29 15:48:51 +08:00
afc163
253da716f3 change table default indentSize 2015-12-29 14:36:38 +08:00
afc163
3090930ae3 Fix icon doc 2015-12-29 13:52:31 +08:00
afc163
91bd7f22c0 use mountNode replace the long getElementById 2015-12-29 12:08:58 +08:00
Benjy Cui
c8339d5b1b Merge branch 'master' of github.com:ant-design/ant-design 2015-12-28 16:11:38 +08:00
yiminghe
d7e4578b89 fix pageSize 2015-12-28 15:42:16 +08:00
Benjy Cui
5699e61fd0 fix: uploadList should under the controll of beforeUpload #757 2015-12-28 14:16:34 +08:00
afc163
c5df2c0fac update button demo text 2015-12-28 13:57:02 +08:00
afc163
2699f5075c update button loading 2015-12-28 13:49:58 +08:00
afc163
5476bf1afe fix previewFile error in uploadList 2015-12-28 13:07:47 +08:00
yiminghe
1f22b567d2 fix parseDateFromValue 2015-12-28 11:43:43 +08:00
afc163
74036396fe fix calendar switch, close #753 2015-12-28 11:28:00 +08:00
afc163
4564324621 improve transfer demo code style 2015-12-28 11:03:58 +08:00
afc163
679d377e87 fix select error of calendar 2015-12-27 23:39:33 +08:00
afc163
c45c6877f8 fix lint problems 2015-12-27 16:20:59 +08:00
afc163
b1a136d208 improve uploadList previewFile 2015-12-27 16:00:40 +08:00
afc163
6f42cceb4a use file.url after thumbUrl 2015-12-27 15:43:49 +08:00
afc163
c2cb6ea1b1 fix previewFile, ref #750 2015-12-27 15:37:17 +08:00
afc163
1f98c85e8a support preview picture in upload list, close #750 2015-12-27 15:32:37 +08:00
afc163
a277669aba Add comment for menu openKeys 2015-12-27 13:37:27 +08:00
afc163
b55d43924d Merge branch 'develop-0.11.0' of github.com:ant-design/ant-design into develop-0.11.0 2015-12-27 13:06:59 +08:00
Benjy Cui
5121a5d634 deps: upgrade rc-menu 2015-12-26 17:23:41 +08:00
afc163
ac337976be update table demo 2015-12-26 00:58:05 +08:00
afc163
6fa32a81b8 update demos title 2015-12-26 00:52:30 +08:00
afc163
d6122ab872 typo 2015-12-25 18:14:31 +08:00
afc163
e0fb571ebc Add dateInputPlaceholder 2015-12-25 18:04:01 +08:00
afc163
5f3b38a38c fix import file extentions 2015-12-25 17:53:35 +08:00
Benjy Cui
9ef865e25e docs: update demo and documentation 2015-12-25 15:50:41 +08:00
afc163
8dea7fbe15 Rollback with-time-picker demo but do not show 2015-12-25 15:34:32 +08:00
afc163
f7322df4ee Merge branch 'develop-0.11.0' of github.com:ant-design/ant-design into develop-0.11.0 2015-12-25 15:28:00 +08:00
afc163
82bb807932 update RangePicker style 2015-12-25 15:27:24 +08:00
Benjy Cui
da7b7ca2a0 fix: Form should support className #711 2015-12-25 14:30:28 +08:00
afc163
ca4f159145 update demo name 2015-12-25 11:56:25 +08:00
afc163
e14ee95e8f improve checkbox group
1. Add basic style
2. make it controlled component
3. code style
2015-12-25 11:48:59 +08:00
加缪
1f8e83c649 again fix group.md 2015-12-25 11:48:59 +08:00
加缪
6c5794e8ee fix group.md eslint 2015-12-25 11:48:59 +08:00
加缪
5000fa6b87 fix ant-design eslint 2015-12-25 11:48:59 +08:00
加缪
e0e94ef709 checkbox demo complete 2015-12-25 11:48:58 +08:00
afc163
2fd64b4997 update date-picker api 2015-12-25 01:52:52 +08:00
afc163
69faeb9145 Fix button text whitespace 2015-12-25 01:44:06 +08:00
afc163
2ea1fb48a4 rm onSelect 2015-12-25 01:21:46 +08:00
afc163
cbf7d27664 improve rangepicker and add showTime prop 2015-12-25 01:21:03 +08:00
afc163
6c1f601ab8 Merge pull request #735 from ant-design/component-transfer
Component transfer
2015-12-24 21:19:24 +08:00
afc163
47ac6720e3 update demos 2015-12-24 20:49:10 +08:00
afc163
30d74aa7d5 update transfer info 2015-12-24 20:47:09 +08:00
afc163
ec95e2fb5b Merge branch 'develop-0.11.0' into component-transfer 2015-12-24 20:36:30 +08:00
afc163
706009f2be improve transfer 2015-12-24 17:44:54 +08:00
afc163
335d526dcc update transfer opertion buttons 2015-12-24 15:52:49 +08:00
afc163
5c9a75c8bc update transfer operation className 2015-12-24 15:31:03 +08:00
afc163
50565eef0f improve transfer operation implement 2015-12-24 15:23:26 +08:00
afc163
7156c7526d update transfer style and demos 2015-12-24 14:56:48 +08:00
Benjy Cui
afa40dd919 feat: add RangePicker 2015-12-24 14:45:22 +08:00
Benjy Cui
38083e5a9f feat: expose onShowSizeChange 2015-12-24 10:12:31 +08:00
Benjy Cui
a84be2c043 docs: update docs and demos 2015-12-24 09:54:59 +08:00
Daqi Song
509a368e56 fix comments 2015-12-23 23:12:20 +08:00
Daqi Song
7b8007087a fix style issues, enhance demos 2015-12-23 22:59:42 +08:00
afc163
970dd7f34e fix popconfirm 2015-12-23 21:01:33 +08:00
Daqi Song
24975d1d15 add box width 2015-12-23 20:05:55 +08:00
afc163
e834d6a1a6 Add new icons 2015-12-23 19:58:18 +08:00
Daqi Song
a7f010dd36 add key, modify default props 2015-12-23 19:50:44 +08:00
Daqi Song
41ba920fd7 add filter function 2015-12-23 19:41:56 +08:00
afc163
8ab0e32758 fix icon 2015-12-23 19:23:14 +08:00
afc163
56336717ab Add hint for name changing 2015-12-23 19:09:31 +08:00
Daqi Song
2d175a0a62 Merge branch 'develop-0.11.0' into component-transfer
* develop-0.11.0:
  Add new icons
  fix icon
  Add hint for name changing
  update links
  docs: update documentation about `mixins`
  Add axure rplib file link
  Fix webpack errorin demo.js: a dependency to an entry point is not allowed
  0.11.0-beta2
  docs: update demo
  docs: add demo for `overflowCount`
  upgrade version select
  docs: publish 0.11.x's documentation
2015-12-23 18:42:51 +08:00
Cam Song
f847c23c46 Fix a typo in tooltip demo 2015-12-23 18:07:31 +08:00
Benjy Cui
2bb90710b9 docs: update documentation about mixins 2015-12-22 16:54:34 +08:00
Benjy Cui
155c22efd4 docs: update demo 2015-12-22 14:49:46 +08:00
Benjy Cui
24398cd3e5 docs: add demo for overflowCount 2015-12-22 14:34:31 +08:00
Daqi Song
07387e4ded Merge branch 'develop-0.11.0' into component-transfer
* develop-0.11.0: (52 commits)
  remove unused code
  improve home js
  badge can be use like <Badge />, ref #413
  fix: `rowKey` should work with Radio #697
  update deps
  remove scripts/clip.js
  fix ie8 babel bug via es3ify-loader, ref ant-tool/atool-build#28
  small change
  Fix ie8 error caused by clipboard.js
  Add basic English doc for install
  update demos
  update tabs style
  Add tip, #692
  update demo text
  update background-color of common layout demo
  update tabs demo
  update tabs doc
  Add card tabs on container top
  update tabs style
  update card tabs style
  ...
2015-12-21 15:30:25 +08:00
Daqi Song
765ce7bb67 change api 2015-12-21 15:29:02 +08:00
afc163
fd96b1e7f4 Merge pull request #707 from ant-design/fix-table
fix: `rowKey` should work with Radio #697
2015-12-18 17:31:05 +08:00
afc163
8a69058364 badge can be use like <Badge />, ref #413 2015-12-18 17:29:06 +08:00
Benjy Cui
d1c73231a1 fix: rowKey should work with Radio #697 2015-12-18 16:33:37 +08:00
afc163
424166d335 Fix ie8 error caused by clipboard.js 2015-12-18 11:33:27 +08:00
Daqi Song
0e82e14030 fix demo 2015-12-18 09:05:02 +08:00
afc163
f0d94d476b Merge pull request #691 from ant-design/update-time-picker
update time-picker to 1.0.0-alpha9
2015-12-17 16:13:23 +08:00
afc163
8df1da99d9 update demos 2015-12-17 16:12:17 +08:00
Daqi Song
45f01f1f26 update style 2015-12-17 16:08:16 +08:00
afc163
d8404a5972 Add tip, #692 2015-12-17 14:28:57 +08:00
afc163
2ab49d7b3c update demo text 2015-12-17 13:44:04 +08:00
afc163
6f3bbce39b update tabs demo 2015-12-17 12:39:26 +08:00
afc163
54087d7488 update tabs doc 2015-12-17 12:36:10 +08:00
afc163
a334065edb Add card tabs on container top 2015-12-17 12:33:34 +08:00
Benjy Cui
7ed1d78150 docs: add doc for tabPosition 2015-12-17 10:04:07 +08:00
Daqi Song
f913542626 fix style 2015-12-16 23:02:49 +08:00
afc163
744a0c49b5 Fix Input textarea rows prop, close #694 2015-12-16 20:13:18 +08:00
afc163
e064af5eb9 update table index.md 2015-12-16 18:27:38 +08:00
afc163
e20111d918 Add table locale emptyText 2015-12-16 18:14:22 +08:00
MG12
ece8eaa7ad update time-picker to 1.0.0-alpha9 2015-12-16 17:29:28 +08:00
afc163
76ecce0942 Add column key for table demo 2015-12-16 16:35:56 +08:00
afc163
5d0287615d update table index 2015-12-16 15:53:46 +08:00
Benjy Cui
7f2957b23b style: unify demos' code style 2015-12-16 15:25:15 +08:00
afc163
ca0cfc2cd0 Merge pull request #685 from ant-design/deps-slider
deps: upgrade rc-slider, ref #413
2015-12-16 14:14:05 +08:00
Benjy Cui
d644484236 deps: upgrade rc-slider 2015-12-16 14:03:09 +08:00
afc163
029890a5ab fix default prop doc 2015-12-16 11:56:30 +08:00
afc163
7eb3c04a1e Add tabPostion bottom 2015-12-16 11:53:52 +08:00
Benjy Cui
74fc3fd710 fix: uncheck when all the data are disabled #682 2015-12-16 10:32:32 +08:00
yiminghe
6e8d9c4079 Merge pull request #674 from ant-design/feat-new-tabs-style
Feat new tabs style
2015-12-15 19:24:51 +08:00
Benjy Cui
7cd8b34015 chore: remove useless div 2015-12-15 17:54:43 +08:00
afc163
734dcc142a update tabs document 2015-12-15 17:30:06 +08:00
daqi.sdq
2850804feb modify api 2015-12-15 17:08:34 +08:00
afc163
c43d59dbb4 update editable-card.md 2015-12-15 16:38:53 +08:00
afc163
12c1272354 rewrite editable card 2015-12-15 16:34:02 +08:00
daqi.sdq
2c8072cb98 Merge branch 'develop-0.11.0' into component-transfer
* develop-0.11.0: (147 commits)
  update upload style
  fix className
  update tabs demo
  Add picture style upload list
  fix docs
  fix #662
  fix value prop of DatePicker to controlled prop
  Add overflowCount for badge, close #660
  Add ceiling spec, #413
  update spec/tools.md
  fix react-component/time-picker#9
  fix prefixCls
  feat: add Menu.ItemGroup #654
  update tabs document
  update text
  Add design tools page
  update upgrade notes
  Add warn message and fix warn alert icon
  Datepicker => DatePicker, Timepicker => TimePicker
  Add propTypes
  ...

# Conflicts:
#	index.js
2015-12-15 14:05:57 +08:00
afc163
b115f000f9 Fix some style and react key problems 2015-12-15 11:38:27 +08:00
afc163
349d03e384 update tabs document 2015-12-14 22:20:29 +08:00
afc163
257d90fce1 Add editable tabs example 2015-12-14 22:16:25 +08:00
afc163
6f04d7c1a7 Add type=card tabs 2015-12-14 16:30:15 +08:00
afc163
0bd2ed9378 update upload style 2015-12-14 11:56:00 +08:00
afc163
721c00e925 fix className 2015-12-14 11:45:35 +08:00
afc163
759baedadd update tabs demo 2015-12-13 20:08:58 +08:00
afc163
9560c310a2 Merge pull request #666 from ant-design/upload-list-picture-style
Add picture style upload list
2015-12-13 19:47:20 +08:00
afc163
7288dfbaf9 Add picture style upload list 2015-12-13 17:46:06 +08:00
afc163
41660c3814 fix value prop of DatePicker to controlled prop 2015-12-12 13:38:25 +08:00
afc163
dce02dd5f9 Merge branch 'develop-0.11.0' of github.com:ant-design/ant-design into develop-0.11.0 2015-12-11 17:57:43 +08:00
afc163
5e18c37cce Add overflowCount for badge, close #660 2015-12-11 17:57:09 +08:00
afc163
9dd5becfc8 fix prefixCls 2015-12-11 19:58:41 +08:00
Benjy Cui
6e95c29a1d feat: add Menu.ItemGroup #654 2015-12-11 17:01:21 +08:00
afc163
23e1ad362b update tabs document 2015-12-10 17:47:51 +08:00
afc163
5908b11652 Add warn message and fix warn alert icon 2015-12-10 16:41:41 +08:00
afc163
c7bcea8559 Merge pull request #651 from ant-design/remove-table-datasource
Remove remote mode datasource of Table
2015-12-10 16:33:23 +08:00
afc163
d759d1f489 Datepicker => DatePicker, Timepicker => TimePicker 2015-12-10 16:30:18 +08:00
afc163
41c60f6469 Add propTypes 2015-12-10 15:26:45 +08:00
afc163
58845101c2 update table demos 2015-12-10 15:16:33 +08:00
afc163
62d4bbd573 remove remote dataSource 2015-12-10 14:49:24 +08:00
afc163
b4789e585d filter dropdown should have max height 2015-12-10 12:13:13 +08:00
afc163
397cfc96c0 fix selectedRowKeys bug code in 19c385c 2015-12-09 22:07:13 +08:00
afc163
a46dc5135c fix selection column width, close #649 2015-12-09 21:55:07 +08:00
afc163
8604a9a2d2 slash -> separator, #641 2015-12-09 16:48:52 +08:00
afc163
dfd70ae634 fix empty filters when receive new columns in Table, ref #418 comment-163093580 2015-12-09 15:59:54 +08:00
afc163
c1b1765a1b Fix short format timepicker 2015-12-08 21:23:07 +08:00
afc163
4f4240227e Fix textarea not editable bug, close #646
Caused by #589 fix

and fix #586 via https://github.com/facebook/react/issues/2533#issuecomment-15150334
2015-12-08 19:23:23 +08:00