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