Benjy Cui
1351b5da5d
refactor: remove splitObject
2016-12-19 15:19:15 +08:00
Benjy Cui
4758302ad5
deps: upgrade antd-tools, close : #4208
2016-12-19 14:01:52 +08:00
Rex
ca8e88971a
fix: callback is triggered only when the value changes ( #4278 )
...
* callback is triggered only when the value changes
* optimize lastValue assignment
2016-12-19 10:52:47 +08:00
afc163
e1d73eb424
update form documentation
2016-12-18 14:54:12 +08:00
afc163
48de73b721
Fix a FormItem mis-align bug, close #4271
2016-12-16 20:24:50 +08:00
Rex
05e9587ec8
<CheckboxGroup /> support className ( #4276 )
2016-12-16 20:23:36 +08:00
Benjy Cui
d7498c0af6
Test transfer ( #4191 )
...
* refactor: use Checkbox directly
* test: add test case for Transfer
2016-12-16 17:59:52 +08:00
Wei Zhu
d7a110552b
Don't use index as row key. ( #4185 )
...
* Ensure warning if key is undefined.
* Ensure getRecordKey receives index
* Remove rowKey's second parameter from doc.
2016-12-16 17:53:08 +08:00
Benjy Cui
ba0dce98f5
chore: add warning for invalid usage, ref: #4274
2016-12-16 17:12:48 +08:00
Patrick Gidich
21ec9cb985
fix: issue with TypeScript for children of LocaleProvider ( #4234 )
...
Similar to issue:
https://github.com/ant-design/ant-design/issues/4140
Fixed in similar manner to how this issue was resolved:
a28743f648 (diff-9ae0a9df19960a2d1b9608f30f6b19b3)
children?: React.ReactElement<any>
2016-12-16 16:42:50 +08:00
BK Heleth
a973ae18b5
docs: update document ( #4263 )
2016-12-16 16:38:14 +08:00
Wei Zhu
92edf23d4e
docs: Fix search tree demo expand, close #4233
2016-12-15 21:45:56 +08:00
feng zhi hao
6e416f4746
optimize Radio declaration ( #4260 )
...
chore: optimize Radio declaration (#4260 )
2016-12-15 16:25:15 +08:00
Wei Zhu
c547569d05
docs: Document callback parameters for Pagination
2016-12-15 16:07:04 +08:00
afc163
1f9e61ee69
update default font family
2016-12-15 15:31:28 +08:00
afc163
5b48656b82
Fix Menu[vertical] selected item background, close #4253
2016-12-15 12:12:35 +08:00
afc163
d9b6ff5c8f
revert switch height
2016-12-15 12:06:38 +08:00
Pierre
827aa2f94c
style: remove hardcoded inputs height ( #4175 )
...
* remove hardcoded inputs height
* revert pagination input height
* revert pagination input heights bis
2016-12-15 11:17:09 +08:00
邦
80ea247fa9
fix(Dropdown): onVisibleChange param. ( #4252 )
...
* fix(Dropdown): onVisibleChange param.
* doc(Dropdown): update onVisibleChange argument
2016-12-14 20:33:13 +07:00
afc163
bda303a38e
fix snap
2016-12-14 18:11:01 +08:00
afc163
dc4cfd3e5f
Improve notification style when there is no descrption
2016-12-14 18:07:36 +08:00
afc163
99824d3e9f
remove unused className
2016-12-14 17:58:06 +08:00
afc163
b7597e947f
update notification demo code style
2016-12-14 17:57:15 +08:00
Wei Zhu
587b874fc8
tests: Add button tests
2016-12-14 15:44:38 +08:00
Wei Zhu
666e80a1ba
tests: Fix table import
2016-12-14 15:38:26 +08:00
Wei Zhu
07103b9fb6
Don't ignore test files.
2016-12-14 14:48:09 +08:00
Wei Zhu
17a0a33283
Restructure tests.
2016-12-14 14:41:39 +08:00
邦
764cd9439d
fix(Cascader): onChange's first parameter should be string Array #4231 ( #4232 )
2016-12-13 21:28:39 +07:00
afc163
dba6b70e38
update upload API, #863
2016-12-13 18:48:11 +08:00
afc163
303fc113c2
Add coordinated form demo
2016-12-13 13:28:16 +08:00
afc163
a15d2c014a
update labelInValue description
2016-12-13 11:44:59 +08:00
afc163
9dfe19f544
update labelInValue description
2016-12-13 11:43:31 +08:00
Benjy Cui
a985c15872
deps: upgrade rc-upload
2016-12-12 12:08:15 +08:00
Jieraaa
abba1558c4
style:fix the bug of pseudo class ( #4210 )
2016-12-11 23:55:30 +08:00
afc163
3af1821bde
remove whitespaces
2016-12-11 14:05:19 +08:00
afc163
b912f1cea6
Fix DatePicker[showTime] default width
2016-12-11 13:59:06 +08:00
Rex
bc937aceb8
<Input /> addon have spacing when in table ( #4201 )
2016-12-10 01:03:16 +08:00
Wei Zhu
7413c61b23
Add missing semicolon.
2016-12-09 13:10:33 +08:00
陆离
5b779e8e8e
Exposing onFocus
and onBlur
callback of Mention ( #4164 )
...
* Expose `onFocus` and `onBlur` callback of Mention
+ close #4163
* add event arguments
2016-12-09 13:03:09 +08:00
Benjy Cui
60da9909d3
site: improve loading performance ( #4112 )
...
* site: should generate html file for both of en and cn, ref: #3934
* site: remove loading animation
* site: fix header menu highlight
* site: improve detail
* deps: update
2016-12-09 13:02:16 +08:00
chchen
3382abde65
css: set dropdown's background color with @component-background ( #4160 )
2016-12-09 10:35:13 +08:00
Benjy Cui
383101830a
docs: update demo
2016-12-08 18:15:10 +08:00
Benjy Cui
192ca5d898
css: update icon code, close : #4189
2016-12-08 17:01:51 +08:00
Wei Zhu
66f7b050eb
Read initial visible state from column.filterDropdownVisible if it's available. ( #4182 )
...
fix #4162
2016-12-08 11:18:35 +08:00
Benjy Cui
000085eb36
style: update code style for Transfer
2016-12-07 18:08:52 +08:00
Benjy Cui
d94f0ab09a
docs: update EditableTagGroup demo
2016-12-07 11:08:30 +08:00
Benjy Cui
904be38493
docs: update locale format ( #4150 )
2016-12-07 10:45:20 +08:00
Benjy Cui
4afb7b4b33
fix: unify selected options format, close : #4096 ( #4134 )
2016-12-07 10:43:06 +08:00
Benjy Cui
c48d7b557e
fix: container component should not use transform, close : #3943
2016-12-07 10:39:26 +08:00
kdenz
aab32236c6
hours array should be from 0 to 23, not 0 to 59 ( #4157 )
2016-12-07 10:05:31 +08:00