Commit Graph

13567 Commits

Author SHA1 Message Date
zombieJ
8c5683d316
update rc-tabs to support customize node (#14368)
close #9990
2019-01-16 20:00:23 +08:00
信鑫-King
8896f7b4af feat: select border less param (#14348) 2019-01-15 18:03:17 +08:00
zombieJ
04111fb40e
Support date format in locale (#14340)
* use locale format

* remove monthFormat

* use locale format

* add test case
2019-01-15 16:58:40 +08:00
诸岳
307c877a02 Merge master branch 2019-01-13 21:18:38 +08:00
诸岳
2dc3fbdaef Bump 3.12.2 2019-01-12 22:13:57 +08:00
诸岳
28edc025fb
Add the changelog of 3.12.2 (#14299) 2019-01-12 22:12:57 +08:00
ztplz
2ec3c37c42 Add bodyStyle for drawer 2019-01-12 13:22:58 +08:00
Yangzhedi
0e1564f499 fix(modal): add forceRender interface 2019-01-12 13:21:21 +08:00
ztplz
169a7c75a5
Merge pull request #14292 from fr3fou/patch-1
Translate Input.Password properties
2019-01-11 20:25:29 +08:00
Simo Aleksandrov
462819c5d9
Translate Input.Password properties 2019-01-11 14:07:03 +02:00
诸岳
00102d4278 ts: Extend ListItemProps from native div element attributes, close #14171 2019-01-11 11:52:35 +08:00
afc163
a075c90321 🐛 Fix Modal.confirm wrong align in small screen
close #14279
2019-01-11 11:38:42 +08:00
Thomas
df65240094 feat: Add transitionName and maskTransitionName for Modal.method (#14273) 2019-01-11 09:43:44 +08:00
ztplz
689f32a07f Remove the border when drawer has no title 2019-01-11 00:04:21 +08:00
tangjinzhou
13ee0ad52f should not call afterClose when change visible from false to true 2019-01-10 21:56:27 +08:00
Yangzhedi
41e2103c80 test(date-picker): add date-picker not auto focus test 2019-01-10 21:56:13 +08:00
Yangzhedi
319949ee1a fix(date-picker): fix open judgement 2019-01-10 21:56:13 +08:00
Yangzhedi
ee1beaa459 fix(date-picker): fix open prop 2019-01-10 21:56:13 +08:00
Yangzhedi
f52b087194 fix(date-picker): fix focus 2019-01-10 21:56:13 +08:00
zombiej
8f9f5843eb update snapshot 2019-01-10 21:55:21 +08:00
zombiej
0a67272ae4 add locale update 2019-01-10 21:55:21 +08:00
zombiej
12af9a9dca icon add aria-label support 2019-01-10 21:55:21 +08:00
afc163
1e62802d58 Add test case for unmounting spin 2019-01-10 21:55:12 +08:00
afc163
e34e215f5f update debounce when update delay
️ improve getDerivedStateFromProps return value
2019-01-10 21:55:12 +08:00
afc163
ac847769c0 Add test case 2019-01-10 21:55:12 +08:00
afc163
82b9fd271e 🐛 fix delay not working 2019-01-10 21:55:12 +08:00
afc163
b7b3af7cef fix test case 2019-01-10 21:55:12 +08:00
afc163
9ecb3725a1 🐛 Fix spin[delay] never render
also simplify the code of spin, a lot

close #14100
2019-01-10 21:55:12 +08:00
afc163
a9c8874854 🐛 Fix custom filterDropdown trigger sorter
close #14238
2019-01-10 21:54:36 +08:00
ycjcl868
762167641c 🐛 fix openMenu reset 2019-01-10 21:52:43 +08:00
ycjcl868
22a4ca8594 feat: Anchor className should pass down. 2019-01-10 17:08:10 +08:00
zombieJ
8ef4d72633
add groupSeparator prop (#14251) 2019-01-10 17:04:14 +08:00
偏右
4102fe200b 💄 Improve Radio focused state style (#14191)
close #14186
2019-01-10 16:55:18 +08:00
LeezQ
b2c6f5622b ts: Update the TypeScript definition of Table[locale] (#14245) 2019-01-10 16:45:58 +08:00
gyh9457
974e48090d docs: Update Card and Mention doc (#14247) 2019-01-10 15:32:41 +08:00
Jack Lo
929418fa25 Update index.zh-CN.md
笔误:customizeRenderEmpty => renderEmpty
2019-01-10 13:18:38 +08:00
Jack Lo
e002b1440e Update index.en-US.md
笔误:customizeRenderEmpty => renderEmpty
2019-01-10 13:18:38 +08:00
zombieJ
4e54aa8a46
ConfigProvider support autoInsertSpaceInButton (#14230)
close #14229
2019-01-10 11:47:11 +08:00
zombieJ
f524b693ed
Button support round shape (#14236)
close #13700
2019-01-10 11:15:43 +08:00
偏右
77e55d7823
Update pr_cn.md 2019-01-10 11:13:07 +08:00
诸岳
21f0419ace
feat: Add mask prop for Modal method, close #14177 (#14197) 2019-01-10 01:21:51 +08:00
gyh9457
c037e8dddd fix anchor demo (#14226)
* fix anchor demo

* update anchor snapshot
2019-01-09 23:40:47 +08:00
偏右
16f76ecc5e
Update index.zh-CN.md 2019-01-09 23:37:38 +08:00
ztplz
b2fed8711e Support float number for Badge (#14195)
fix #13815
2019-01-09 22:32:06 +08:00
zombieJ
ff13ac0f5e
New component Statistic / Countdown (#14154)
* init

* number format

* add Countdown

*  Try something ts stuff

* move out Countdown

* add format

* support countdown

* add prefix & suffix

* Move Number to Statistic

* adjust ts

* clean up

* roll back of lodash

* update doc & style

* variable of the less style

* add demo test

* full coverage

* hide title if not need

* update snapshot

* update accessiblity

* update color

* stop countdown when time is out

* formatTimeStr adjust

* use reset class

* add miss tab index

* update doc

* update title prop & snapshot

* rm additional aria. It's over design

* use card sample on unit demo

* sfc

* adjust demo
2019-01-09 20:38:09 +08:00
zombieJ
54463c908b
ConfigProvider support csp prop (#14222)
close #12438
2019-01-09 20:15:37 +08:00
诸岳
470a4e03a2 docs: Add version description about Select[onDropdownVisibleChange] 2019-01-09 19:33:01 +08:00
诸岳
7b15f3ca03 docs: Add version description about Input.Password 2019-01-09 15:32:50 +08:00
zombieJ
b826ecf849
add miss style deps (#14214)
close #14204
2019-01-09 15:05:41 +08:00
zombieJ
5cec6b56fb
Table sorter tooltip (#14208)
close #14168
2019-01-09 14:10:30 +08:00