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