ycjcl868
52b99ceee9
Merge master into merge-master
2019-02-04 23:41:43 +08:00
信鑫-King
6cdc203a2f
Merge pull request #14725 from ant-design/fix-form-test
...
Fix CI build failed of test
2019-02-04 23:07:25 +08:00
ycjcl868
6f040b6c40
fix: strict check input
2019-02-04 22:55:00 +08:00
zombiej
777c56a515
mock test
2019-02-04 22:02:46 +08:00
Andrew Shearer
163140189f
Fix quote rendering ( #14708 )
...
Use curly quotes from the current font, removing an override that
switched to a Chinese font for those 4 characters. On all platforms,
this caused the quotes to differ in size and weight from the
surrounding text. On Linux, it also caused text to fall back to a
serif font rather than the intended sans-serif font. On Windows,
it used a full-width Chinese character, making it look like there
were extra spaces in the text. Typographic apostrophes, in
particular, appeared to have two or more extra spaces after them.
fix #13095
2019-02-04 11:36:03 +08:00
gyh9457
c895c809f9
improve tabs demo ( #14701 )
2019-02-04 11:29:28 +08:00
zombieJ
ee97cfe6cc
update doc ( #14712 )
2019-02-03 13:35:10 +08:00
zombieJ
3bd784cec6
force opacity of 0 ( #14703 )
2019-02-03 09:02:46 +08:00
afc163
c563bc1d10
🐛 Table should pick pageSize over defaultPageSize in priority
...
close #14320
2019-02-02 22:44:46 +08:00
偏右
1daec4eacb
🐛 Statistic should support negetive numbers ( #14695 )
...
close #14692
2019-02-02 21:55:46 +08:00
信鑫-King
12f6d8ada4
Merge pull request #14684 from RunningCoderLee/master
...
add ValidateFieldsOptions typing for validateFields
2019-02-02 19:03:29 +08:00
zombieJ
4668bf6ddd
update code ( #14700 )
...
close #12749
2019-02-02 18:30:40 +08:00
zeroslope
ff41bfe2fb
修改FAQ的描述
...
FAQ中,标题‘如何移除 2 个汉字时字间的空格’,“汉字‘时’字间”中的时多余,且“汉字字间”不容易断句,在不改变原来意思的情况下改为
“如何移除 2 个汉字之间的空格”
2019-02-02 12:00:16 +08:00
RunningCoderLee
86e0431f9b
fix: make all the properties in the ValidateFieldsOptions typing optional
2019-02-02 11:50:44 +08:00
RunningCoderLee
71503751a2
add ValidateFieldsOptions typing for validateFields
2019-02-02 11:30:11 +08:00
zombieJ
0cb00e47b8
fix icon miss viewBox ( #14686 )
2019-02-01 23:04:41 +08:00
Amumu
6668c12c46
remove placeholder border override ( #14533 )
...
* remove placeholder boder override
* adjust radius when bordered
2019-02-01 16:22:10 +08:00
Cheng
27f926fe93
Feat timepicker clearicon ( #14556 )
...
* ✨ custom clearIcon for time-picker
* 📝 update readme
2019-02-01 15:55:03 +08:00
kristof0425
ad363570c3
fix(Modal): rm remaining unnecessary string type
2019-02-01 01:20:39 +08:00
kristof0425
5b2a5398cf
fix(Modal): correct type in comment
2019-02-01 01:20:39 +08:00
kristof0425
0a6642e595
refactor(Modal): rm unnecessary string
2019-02-01 01:20:39 +08:00
kristof0425
c97bd20faf
docs(Modal): change type of okText and cancelText props
2019-02-01 01:20:39 +08:00
kristof0425
e0edd82a76
fix(Modal): allow ReactNode for okText and cancelText props
2019-02-01 01:20:39 +08:00
Florian Orpelière
031876bbf3
Update tree select documentation
...
According to https://github.com/react-component/tree-select documentation
2019-01-31 22:29:28 +08:00
sylvanasGone
05df3aa552
fix: add missing typing for style prop
2019-01-31 17:42:35 +08:00
tangjinzhou
8832be1fc7
fix: auto-complete placeholder not display when disabled
2019-01-31 17:31:08 +08:00
afc163
3b40bfb058
🐛 Tweak calendar select width for IE9
...
close #14464
2019-01-31 17:19:55 +08:00
afc163
b8fd449f84
🐛 Fix margin in calendar select
...
close #14636
2019-01-31 17:19:55 +08:00
zombieJ
aa5ed8c237
Continue works on #12667 ( #14668 )
...
* Update index.tsx
* add limitation on checking labelPlacement
* add type checking of 'mode' in DatePickerProps
2019-01-31 16:52:29 +08:00
杨小事er
1b57dff9bb
🐛 fix(tootip):fix when title is too short arrow appears outside of tooltip
...
close #14667
2019-01-31 16:42:33 +08:00
ycjcl868
28986d00e0
📝 fix className ts definition
2019-01-31 16:14:54 +08:00
kuitos
fc56fe9ce5
typing fix
2019-01-31 14:45:45 +08:00
Ahmed AlSammany
52846791b5
fix for https://github.com/ant-design/ant-design/issues/14650
2019-01-31 11:00:14 +08:00
Alvin Abia
9368753605
Fixed typo in Skeleton component doc
2019-01-30 14:07:51 -05:00
afc163
56ac01610f
💄 font-feature-settings to enable monospaced for OpenType font
...
https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings
2019-01-30 21:54:43 +08:00
afc163
22dbe4f5b3
:typo: @dawer-prefix-cls => @drawer-prefix-cls
2019-01-30 11:38:53 +08:00
郑旭
b3df86a74f
fix destroyFns not reduce when instance.destroy() ( #14600 )
...
* fix destroyFns not reduce when instance.destroy()
* Use object destructuring prefer-destructuring
2019-01-30 10:46:30 +08:00
Ahmed AlSammany
5ed909c9c8
🐛 Fixed src prop for Avatar not effective after image load error
...
* fix for https://github.com/ant-design/ant-design/issues/14605 , reset isImgExist state on src prop update
* add TC for https://github.com/ant-design/ant-design/issues/14605
2019-01-29 21:11:46 +08:00
afc163
305041a79d
💄 update table demo
2019-01-29 18:26:21 +08:00
afc163
a68a1aec63
💄 Tweak checkbox style
2019-01-29 15:39:56 +08:00
afc163
b31e10a458
💄 Tweak Checkbox check align style
...
close #14271
2019-01-29 15:31:40 +08:00
afc163
d3e16b2dc6
🐛 Remove upload control if there is no trigger
...
in case of upload control triggered by label in some situations
close #14298
2019-01-29 15:31:39 +08:00
afc163
579a868f15
🐛 Fix Table selection checkbox label wrap style
...
close #14316
2019-01-29 15:31:39 +08:00
afc163
a29806f895
📝 upgrade some documentations for progress and skeleton
2019-01-29 15:23:23 +08:00
zombieJ
9a70b92ab2
Merge pull request #14615 from ant-design/fix-DemoDynamic-undefine
...
fix: site demo, dynamic form firstItem undefined
2019-01-29 14:32:56 +08:00
zombiej
34370e69eb
update doc
2019-01-29 12:30:21 +08:00
zombiej
6807b70b04
update doc
2019-01-29 12:00:23 +08:00
ycjcl868
89653d2e89
📝 fix site demo, dynamic form firstItem undefined
2019-01-29 11:50:43 +08:00
zombieJ
6560697c09
Merge pull request #14608 from sdli/fastFix
...
fix #14557
2019-01-29 11:44:28 +08:00
zombieJ
92817e28ea
Merge pull request #13380 from ant-design/doc-tree-select
...
Docs: tree-select open custom icon
2019-01-29 11:36:33 +08:00