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
zombiej
cd6071e04d
update ts def
2019-01-29 11:21:07 +08:00
zombiej
c61c9e5ae3
Merge branch 'master' into doc-tree-select
2019-01-29 11:16:32 +08:00
zombiej
fc6f7336be
update style
2019-01-29 11:04:22 +08:00
shawtung
b6f8365d53
为before pseudo增加负index, 避免其挡住自定义overlay的点击
...
如果overlay没有设置position也没有transform样式, 其层级会低于这个伪元素, 导致无法被点击到.
2019-01-29 10:58:42 +08:00
Subroto
7b8a39772b
Fix fileIndex
not found TypeError (IE 11)
...
fileIndex is not present in IE 11 Array.prototype
2019-01-29 10:53:35 +08:00
afc163
0b3d7d62fa
📝 fix typo
2019-01-29 10:46:42 +08:00
sdli
18262297da
fix table.pagination bug - when pageSize is larger than data source length
2019-01-28 22:43:03 +08:00
afc163
3fcb8fa0b3
💄 Fix stylelint errors
2019-01-28 19:06:38 +08:00
Subroto
7d7de2a599
fix IE 11 bug
...
If `flex-basis` is not set, it is taken as `0px` as default, breaking the ui in IE 11.
2019-01-28 18:46:47 +08:00
zombieJ
a379c47162
add missing defaultFormat ( #14593 )
2019-01-28 14:07:26 +08:00
afc163
5de5f4c458
🐛 Fix errors in lgtm.com
...
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
2019-01-28 14:02:32 +08:00
zombieJ
8838bd602d
update ( #14591 )
2019-01-28 13:29:20 +08:00
Bora Ikizoglu
3e85e51b58
Fixed Form.create missing type ( #14584 )
2019-01-28 12:35:57 +08:00
zombieJ
6240871c6b
update css hack ( #14588 )
2019-01-28 11:46:57 +08:00
zombieJ
b4050d3d52
fix typescript ( #14587 )
2019-01-28 11:10:56 +08:00
zombiej
ff8ef180e8
add hide icon sample on showLine
2019-01-26 19:46:30 +08:00
zombiej
b835110f79
merge master
2019-01-26 12:02:56 +08:00
zombieJ
bfec344de5
Not show spining mask in ie <= 10 ( #14511 )
...
* not show spining mask in ie <= 10
fix #14365
* revert, let's use css check for this
* add styleChecker
* add pointer-events check
* delay check spin not support when did mount
* use css hack replace style check
2019-01-26 11:55:53 +08:00
zombieJ
633c3aeb25
update rc-switch ( #14560 )
...
close #7181
2019-01-26 01:26:48 +08:00
zombiej
f5cbf0f9f1
update getFieldsValue types
2019-01-25 16:01:21 +08:00
zombieJ
318dff9feb
not show overflow content when in elastic ( #14550 )
2019-01-25 15:35:48 +08:00
zombieJ
5ac80c8e55
Use addonAfter
instead of suffix
when use enterButton
in Input.Search ( #14461 )
...
fix #14450
2019-01-25 11:06:05 +08:00
ztplz
18332d8e76
FIx RadioButton cause RadioGroup onChange event trigger twice ( #14523 )
...
fix #14485
2019-01-25 10:32:30 +08:00
zombieJ
d1fde3670c
Time picker allow clear ( #14490 )
...
close #14472
2019-01-25 10:31:09 +08:00
Gautier
8bb3b10c01
Add a new less variable to override the list header background ( #14519 )
...
* Add a new less variable to override the list header background
* Add a new less variable to override the list footer background
2019-01-24 19:52:47 +08:00
krokofant
de8ec0152e
#14510 Set small table header to transparent to remove uncolored margin
2019-01-24 17:58:12 +08:00
iojichervo
e5a1e30055
Add MenuItem style type
2019-01-24 15:39:16 +08:00
ztplz
d30fdf11d7
Fix changing the count of a badge with border-color raises an error ( #14525 )
...
fix #14516
2019-01-24 12:17:38 +08:00
Michael Salaverry
18dc2c2743
Documentation: fixed typos and grammar ( #14518 )
2019-01-24 10:51:47 +08:00
偏右
47e23d4137
Add expandIcon for Collapse ( #14060 )
...
close #14058 #12212
2019-01-23 10:41:07 +08:00
afc163
909b3b5235
🐛 Fix col span type to number | string
...
close #14324
2019-01-23 10:40:47 +08:00
Wei Zhu
c4026c4cb5
fix: remove duplicate type ( #14444 )
...
Already defined in AbstractSelectProps
2019-01-23 10:39:59 +08:00
MaoYiWei
5ec4383b3f
Add definition for Menu.SubMenu ( #14488 )
...
Fix Menu.SubMenu props from any to real def
2019-01-23 10:32:35 +08:00
afc163
d3d5a3e18d
Merge branch 'master' into feature-for-resolve-conflict
...
* master: (45 commits)
Add type definitions for Steps.Step (#14468 )
add select check to fix edge wave issue (#14469 )
Fix for Pagination ellipsis misalignment (#14473 )
change sentry id
✅ Add sentry in ant.design
💄 New Sketch resources!
fix transfer ref (#14441 )
Add onMouseEnter and onMouseLeave for Menu Item (#14454 )
update snapshot (#14467 )
📝 beautify code style in documentation (#14457 )
Updating type: TreeSelectProps.getPopupContainer (#14443 )
change error version
3.12.4 changelog (#14436 )
Format
Fix the bug that radio onchange will be ovrride by radioGroup onchange (#14364 )
docs: updated doc for create-react-app
fix prefixCls of empty go to div (#14404 )
update snapshot (#14406 )
add radius on table-placeholder to fix table small size border clip (#14398 )
fix style of Input.Search with enterButton (#14397 )
...
2019-01-22 17:34:10 +08:00
wx1322
7faae1ada5
Add type definitions for Steps.Step ( #14468 )
...
fix #14442
2019-01-22 17:11:31 +08:00
zombieJ
0e8e2b53e4
add select check to fix edge wave issue ( #14469 )
...
* add select check to fix edge wave issue
fix #14466
* update style
* add comment
* rm removeAttribute
2019-01-22 16:23:59 +08:00
Ran Byron
16ec6e954e
Fix for Pagination ellipsis misalignment ( #14473 )
2019-01-22 15:56:59 +08:00
eidonjoe
5d025522e8
fix transfer ref ( #14441 )
...
* fix transfer ref
* delete transfer list search ref
2019-01-22 11:56:04 +08:00
ztplz
8cce556309
Add onMouseEnter and onMouseLeave for Menu Item ( #14454 )
...
fix #14357
2019-01-22 11:25:20 +08:00
zombieJ
9a8e3dd609
update snapshot ( #14467 )
2019-01-22 11:03:55 +08:00
Kasra Bigdeli
4e116962f2
Updating type: TreeSelectProps.getPopupContainer ( #14443 )
...
TreeSelectProps extends AbstractSelectProps. However, the method signatures are different causing compilation issue with typescript:
```
Failed to compile.
/home/kasra/Desktop/Repos/frontend/node_modules/antd/lib/tree-select/interface.d.ts
Type error: Interface 'TreeSelectProps' incorrectly extends interface 'AbstractSelectProps'.
Types of property 'getPopupContainer' are incompatible.
Type '((triggerNode: Element) => HTMLElement) | undefined' is not assignable to type '((triggerNode?: Element | undefined) => HTMLElement) | undefined'.
Type '(triggerNode: Element) => HTMLElement' is not assignable to type '(triggerNode?: Element | undefined) => HTMLElement'.
Types of parameters 'triggerNode' and 'triggerNode' are incompatible.
Type 'Element | undefined' is not assignable to type 'Element'.
Type 'undefined' is not assignable to type 'Element'. TS2430
24 | rootPId?: string;
25 | }
> 26 | export interface TreeSelectProps extends AbstractSelectProps {
| ^
27 | autoFocus?: boolean;
28 | defaultValue?: string | number | Array<any>;
```
2019-01-21 17:14:02 +08:00
ztplz
be51df6c4c
Format
2019-01-18 18:15:50 +08:00
ztplz
2d5b625177
Fix the bug that radio onchange will be ovrride by radioGroup onchange ( #14364 )
...
* Fix the bug that radio onchange will be ovrride by radioGroup onchange
* Update
* Remove unused comment
* Add tests
* Update
2019-01-18 16:12:47 +08:00
zombieJ
283187761a
progress all support successPercent ( #14412 )
...
close #14332
2019-01-18 15:19:36 +08:00
zombieJ
7ed045ce57
fix prefixCls of empty go to div ( #14404 )
...
close #14403
2019-01-17 22:32:52 +08:00
zombieJ
1e7b3de159
update snapshot ( #14406 )
2019-01-17 22:05:28 +08:00
zombieJ
5a1119f37d
add radius on table-placeholder to fix table small size border clip ( #14398 )
...
fix #14388
2019-01-17 17:14:07 +08:00
zombieJ
321117c5e8
fix style of Input.Search with enterButton ( #14397 )
...
fix #14396
2019-01-17 16:52:12 +08:00
richardison
2a99fe713a
Add missing type on table definition ( #14392 )
2019-01-17 13:44:15 +08:00
zombieJ
343a7a9c3a
remove ul when list is empty ( #14390 )
2019-01-17 11:46:07 +08:00
TomIsion
44005529db
getPopupContainer callback param should be optional
2019-01-17 00:44:07 +08:00
zhaopeidong
21ca7895fb
fix table ColumnProps interface
2019-01-17 00:43:47 +08:00
Hal-pan
692392d320
fix test case
2019-01-17 00:43:26 +08:00
Hal-pan
7c5083f4fa
add test case
2019-01-17 00:43:26 +08:00
Hal-pan
4ac517d610
fix upload remove
2019-01-17 00:43:26 +08:00
zombieJ
8c5683d316
update rc-tabs to support customize node ( #14368 )
...
close #9990
2019-01-16 20:00:23 +08:00
zombieJ
4ea65d36da
add missing style copy ( #14375 )
2019-01-16 17:28:02 +08:00
zombieJ
439c5ac29c
fixed the css in input-number ( #14373 )
...
fix #14367
2019-01-16 16:46:55 +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
afc163
9202509503
💄 fix slider focus style
2019-01-14 23:49:41 +08:00
ztplz
8abfcdd30a
Correct type
2019-01-14 12:10:55 +08:00
ztplz
46a7a048dc
Replace text-decoration-skip: ink to text-decoration-skip-ink: auto
2019-01-14 01:01:50 +08:00
afc163
766eafbb5f
🐛 Revert #14157 to resolve input icon missing
...
close #14310
2019-01-13 22:02:38 +08:00
afc163
e39de50b4a
🔨 tweak typescript types
2019-01-13 21:53:10 +08:00
chunlea
1f87132b36
FIX: correct typings for EmptyProps in Empty Component
2019-01-13 21:51:07 +08:00
诸岳
307c877a02
Merge master branch
2019-01-13 21:18:38 +08:00
ztplz
0b8fadd24c
Update
2019-01-13 01:36:25 +08:00
ztplz
ab2dd31087
Add types for warning
2019-01-13 01:36:25 +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
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
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
诸岳
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
zombiej
6777635120
add warning when user both use expandedRowRender
& scroll
on Table
2019-01-08 21:23:04 +08:00
ycjcl868
3b55f63ef5
🐛 strictNullCheck with defaultProps
2019-01-08 20:20:16 +08:00
信鑫-King
a7f8921f3f
🐛 table sortDirections optional
2019-01-08 20:20:16 +08:00
zhangguanyu02
aff3f2ece0
fix: checkbox ts generic
2019-01-08 19:16:07 +08:00
afc163
6f9f29799c
💄 Add less variables for button shadow
...
close #14172
2019-01-08 10:56:27 +08:00
afc163
1d06fbef4c
🐛 Fix disabled style of Radio.Button
...
close #14165
2019-01-08 00:04:39 +08:00
wwwxy80s
fe12172321
hide Input clearIcon when it is not focused
2019-01-07 22:51:28 +08:00
zombiej
67236f6378
add select dropdown empty style
2019-01-07 22:21:52 +08:00
zombiej
3d92443f85
update snapshot
2019-01-07 15:48:35 +08:00
zombiej
319cb8609e
format svg
2019-01-07 15:07:28 +08:00
zombiej
9b256b03d4
use inline svg of antd-tools
2019-01-07 14:43:51 +08:00
zombiej
e367c1c453
adjust image
2019-01-07 12:26:10 +08:00
偏右
380b8f849f
Merge pull request #14135 from ranbena/vertical-white-space
...
Allow vertical form labels to break line
2019-01-07 09:48:42 +08:00
ztplz
08ce714db2
update dep ( #14131 )
2019-01-07 09:40:55 +08:00
Ran Byron
4a5e681627
Allow vertical form labels to break line
2019-01-06 17:39:01 +02:00
Wei Zhu
808a4e8e67
use data url instead of importing svg
2019-01-06 20:42:04 +08:00
Junbin Huang
dc4247bdff
Merge branch 'feature' into master
2019-01-06 13:34:41 +08:00
Junbin Huang
d78c0f2707
Chore/fix master conflict ( #14126 )
...
* adjust table fixed column z-index (#14036 )
fix #13930
* 📝 Add instruction for one column without width left in fixed table
* Add full PR template link in template (#14061 )
* add full tmpl link
* adjust
* simplify it
* add cn link
* Fix Affix flickering when scrolling
* update
* fix: top border disappeared under some ie9
* fix calendar month range display (#14049 )
* Fix tslint warning
* Correct typescript usage (#14074 )
* 🐛 Fix steps style under IE9
close #14001
* 🐛 tweak style for not affecting vertical steps
* 📝 enhance upload documentation
* Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010
* 🐛 Fix disabled button style in DatePicker panel
https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png
* 📝 site: fix BackTop been covered by footer
close #14093
* Update PULL_REQUEST_TEMPLATE.md
* Update pr_cn.md
* 🐛 Fix nested Timeline last item missing line (#14110 )
close #14108
* init Spin should also support delay trigger (#14105 )
fix #14100
* Update table docs
* bugfix
* Format
* update snapshot
* test: fix spin test
2019-01-06 13:25:59 +08:00
ztplz
048f5f339f
Format
2019-01-05 22:17:12 +08:00
Go7hic
c095c3d370
bugfix
2019-01-05 17:55:59 +08:00
ztplz
16a15f696f
Update table docs
2019-01-05 17:17:27 +08:00
zombieJ
b129e05630
init Spin should also support delay trigger ( #14105 )
...
fix #14100
2019-01-05 17:13:42 +08:00
偏右
059670a09e
🐛 Fix nested Timeline last item missing line ( #14110 )
...
close #14108
2019-01-05 17:07:06 +08:00
afc163
d670717ab2
🐛 Fix disabled button style in DatePicker panel
...
https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png
2019-01-04 22:37:56 +08:00
mraiguo
78489672c7
Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010
2019-01-04 22:20:00 +08:00
afc163
c741c2f0df
📝 enhance upload documentation
2019-01-04 22:12:29 +08:00
afc163
7d70d20679
🐛 tweak style for not affecting vertical steps
2019-01-04 22:11:50 +08:00
afc163
9a380592ee
🐛 Fix steps style under IE9
...
close #14001
2019-01-04 22:11:50 +08:00
ztplz
7a4ee979ff
Correct typescript usage ( #14074 )
2019-01-03 23:56:38 +08:00
ztplz
0bd8596f18
Fix tslint warning
2019-01-03 22:26:26 +08:00
meihuanyu
f092d5a32e
fix calendar month range display ( #14049 )
2019-01-03 22:06:40 +08:00
郭延豪(708674)
a46f027b0c
fix: top border disappeared under some ie9
2019-01-03 21:13:25 +08:00
zombieJ
1cf1a4862e
ConfigConsumer support withConsumer
( #14062 )
...
* add withConfigConsumer
* clean up
2019-01-03 17:10:04 +08:00
ztplz
1bdb8e5939
update
2019-01-03 16:58:35 +08:00
ztplz
a019c0033f
Fix Affix flickering when scrolling
2019-01-03 16:58:35 +08:00
zombieJ
c397ad8c34
Update rc-calendar to use new lifecycle methods & input auto focus ( #14051 )
...
close #11848
2019-01-03 11:52:31 +08:00
afc163
3ca6a18546
📝 Add instruction for one column without width left in fixed table
2019-01-02 18:08:50 +08:00
zombieJ
95660c4fac
adjust table fixed column z-index ( #14036 )
...
fix #13930
2019-01-02 17:17:23 +08:00
zombiej
874ed98e31
merge master
2019-01-02 17:12:34 +08:00
zombieJ
47fea7e8e6
update snapshot ( #14042 )
2019-01-02 15:25:10 +08:00
偏右
5c36f9f61d
💄 Drawer close icon should scroll with content ( #14030 )
...
* 💄 Drawer close icon should scroll with content
like its title
close #13811
* ✅ fix snapshots
2019-01-02 13:53:19 +08:00
orzorzorzorz
23e8bc93f2
pref: add missing drag event of Tree ( #14032 )
...
close #14031
2019-01-02 09:21:45 +08:00
偏右
bb77436b36
🐛 fix progress text align issue ( #14024 )
...
* 🐛 fix progress text align issue
close #13997
* ✅ Set thresholds for codecov build failures
2019-01-01 11:42:08 +08:00
afc163
e3f7e01266
🐛 Fix Table custom title is not reachable
...
close #13984
2018-12-30 14:01:13 +08:00
afc163
df8b784158
🐛 Fix Table filters trigger sort
...
close #13891
close #13933
close #13790
2018-12-30 14:01:13 +08:00
Max
0f83299d91
update table onRow events documentation zh-CN
2018-12-29 18:46:32 +08:00
Maksym Mosyura
0fc12c9cc5
update onRow Table properties documentation
2018-12-29 18:46:32 +08:00
Van Nguyen
1e14139610
Revise DatePicker callbacks with possibly null date
2018-12-29 17:42:34 +08:00
Barry
f3e6140c0d
Support JD image type dpg
2018-12-29 17:41:46 +08:00
shangyuan.ning
8288e8b82c
fix a spelling mistake
2018-12-28 23:00:50 +08:00
afc163
a86b760f85
📝 Add doc about Input[allowClear]
2018-12-28 23:00:34 +08:00
afc163
b0df3c1225
Fix input defaultValue and value
2018-12-28 23:00:34 +08:00
afc163
a7786267a7
🐛 Fix review problems
2018-12-28 23:00:34 +08:00
afc163
fab24bf38c
🐛 Fix review problems
2018-12-28 23:00:34 +08:00
afc163
d19f406f86
✅ fix onChange e.target.value when clear
2018-12-28 23:00:34 +08:00
afc163
cb57ff103b
🐛 Fix review problems
2018-12-28 23:00:34 +08:00
afc163
e6bdd3d656
✅ fix snapshot and defaultValue warning
2018-12-28 23:00:34 +08:00
afc163
f10cb764e4
fix defaultValue
2018-12-28 23:00:34 +08:00
afc163
d61ad7445a
⚡ support allowClear for Input
2018-12-28 23:00:34 +08:00
zombieJ
144b0f4c60
Dropdown overlay support function callback ( #14003 )
...
* Dropdown's overlay prop support function callback.
* Dropdown 的 overlay 属性支持函数调用。
2018-12-28 20:27:42 +08:00
Konrad Machlowski
18183ac2d5
Correct typings for change handlers
2018-12-28 16:10:36 +08:00
zombiej
192e188fe8
rate support 'tooltips'
...
close #13973
2018-12-28 16:04:05 +08:00
afc163
990ab8833a
✅ fix snapshots
2018-12-28 14:40:10 +08:00
afc163
3f1be96866
Merge branch 'master' into feature
...
* master: (23 commits)
✅ fix snapshots
Add docs for the List rowKey prop
💄 don't reset font-family in each component
💄 chore card less variable
Remove classNames from custom-typing file
add collapsed faq ref: #13953
feat: support define card border radius
Fix dateRender not supported at WeekPicker
📝 Add links in Home Page
📝 Fix site responsive interaction, close #13954
💄 chore Steps[labelPlacement="vertical"] style
✅ fix warning in test case
📝 update tech antfin cases
🐛 site menu open bug
🐛 fix site defaultOpenKeys
Correct docs
💄 chore button code style
fix spaces in curly brackets
fix two more code style issues
Fix method argument name
...
2018-12-28 12:11:18 +08:00
afc163
26a6d0382b
✅ fix snapshots
2018-12-28 10:56:10 +08:00
Gabriel Nunes
a513ee1d73
Add docs for the List rowKey prop
...
Add documentation for the rowKey property of the lists
2018-12-28 10:34:44 +08:00
afc163
a8019bf0a0
💄 don't reset font-family in each component
...
close #13969
2018-12-27 23:59:07 +08:00
afc163
c95c377a4e
💄 chore card less variable
2018-12-27 22:56:46 +08:00
zombiej
7c5b93c0b4
add collapsed faq
...
ref: #13953
2018-12-27 19:41:15 +08:00
aashutoshrathi
0e42cbf7e6
Added Hindi Locale
2018-12-27 18:11:42 +08:00
vthinkxie
d67a2b66cb
feat: support define card border radius
2018-12-27 16:52:08 +08:00
afc163
465b85f773
Fix dateRender not supported at WeekPicker
...
close #13957
2018-12-27 14:32:23 +08:00
afc163
90091fe2d0
💄 chore Steps[labelPlacement="vertical"] style
...
close #13949
2018-12-27 11:55:53 +08:00
afc163
b2c7c53b4c
✅ fix warning in test case
2018-12-27 11:48:42 +08:00
Rahul Gurung
5483e2c5ca
further fixes
2018-12-27 10:35:12 +08:00
Rahul Gurung
b6c98cde81
added snapshot and updated package.json
2018-12-27 10:35:12 +08:00
Rahul Gurung
00cee5b828
added snapshot
2018-12-27 10:35:12 +08:00
Rahul Gurung
1a4fce7d0f
#13576 - Kannada locale added (kn_IN)
2018-12-27 10:35:12 +08:00
ztplz
0fb60796c3
Correct docs
2018-12-27 00:25:45 +08:00
afc163
f65f3af928
💄 chore button code style
2018-12-26 23:57:33 +08:00
Maciej Czekaj
bc59ebb0d8
fix spaces in curly brackets
2018-12-26 23:53:10 +08:00
Maciej Czekaj
ed593ef138
fix two more code style issues
2018-12-26 23:53:10 +08:00
Maciej Czekaj
72ee25aa4f
Fix method argument name
2018-12-26 23:53:10 +08:00
Maciej Czekaj
465c8075dd
#9792 Migrate Button to new lifecycle methods
...
Signed-off-by: Maciej Czekaj <natanielcz@gmail.com>
2018-12-26 23:53:10 +08:00
afc163
4da04acff9
💄 fix span type warning in site
2018-12-26 21:44:34 +08:00
afc163
5c266355ec
⚡ Add icon
to Modal.confirm/info/warning/error
...
deperated `iconType`
close #13918
2018-12-26 21:36:36 +08:00
afc163
8b5e78f174
Merge branch 'master' into feature
...
* master:
Fixed Modal width when screen size smaller than 768px
🚨 coverage precision to 1
🚨 update .codecov.yml
💄 Fix Badge animation jump when count is ReactNode
fix Popover arrow narrow line at top
fix Popover arrow border in different directions
fix popover arrow top shadow
Change render of + & - icon fix #13924
🐛 loose button type propTypes for custom usage
fix input has min size close #3699
fix: fix-picture-spell-error
2018-12-26 20:47:12 +08:00
afc163
7fa4e7aed3
Fixed Modal width when screen size smaller than 768px
...
close #13907
2018-12-26 20:43:47 +08:00
afc163
5727bbc36a
💄 Fix Badge animation jump when count is ReactNode
...
close #13800
2018-12-26 19:06:02 +08:00
廖星
d064c0966b
fix Popover arrow narrow line at top
2018-12-26 19:03:47 +08:00
廖星
91196f5508
fix Popover arrow border in different directions
2018-12-26 19:03:47 +08:00
廖星
00bbbec279
fix popover arrow top shadow
2018-12-26 19:03:47 +08:00
zombiej
15524df941
Change render of + & - icon
...
fix #13924
2018-12-26 18:48:47 +08:00
afc163
380416e92a
🐛 loose button type propTypes for custom usage
...
close #13915
ref #1308
2018-12-26 18:13:35 +08:00
zombiej
73b5437b3a
fix input has min size
...
close #3699
2018-12-26 17:12:14 +08:00
alexchen
42d0b7a179
fix: fix-picture-spell-error
2018-12-26 16:49:44 +08:00
zombieJ
2164c58198
New Component: Empty ( #13651 )
2018-12-26 16:01:00 +08:00
zombiej
b5fc19632b
merge master
2018-12-26 14:23:40 +08:00
zombieJ
bf087e29bd
Add remark lint ( #13906 )
...
support remark-lint check
2018-12-26 14:14:00 +08:00
alexchen
9763c15db4
refactor: add upload-picture-card-border-style
2018-12-26 13:12:38 +08:00
afc163
db5f27ccb1
✅ fix snapshot
2018-12-25 16:31:18 +08:00
Wei Zhu
405bc9783b
chroe: add a note comment about table's dataIndex
2018-12-25 16:31:02 +08:00
afc163
30fe9918d8
Merge branch 'master' into feature
...
* master:
📝 Add bodyStyle and style of Drawer in documentation, #13850
🐛 Fix Drawer style not working
🐛 fix markStyle affset style
Update Santa.jsx
update changelog
bump 3.11.6
revert Christmas egg
[type] make type of components compatible with ComponentType<P>
bump 3.11.5
✨ site: make document side bar sticky
2018-12-25 16:28:50 +08:00
Wei Zhu
96e1d770ec
Revert "fix"
...
This reverts commit 839d0dcb09
.
2018-12-25 16:27:46 +08:00
Wei Zhu
48956d54fc
Revert "Update interface.tsx"
...
This reverts commit f8fbb33c73
.
2018-12-25 16:27:36 +08:00
afc163
833c181922
🆙 upgrade rc-time-picker
...
- add `popupStyle`
- add `onAmPmChange`
2018-12-25 16:00:00 +08:00
afc163
a297b90cfa
📝 Add bodyStyle and style of Drawer in documentation, #13850
2018-12-25 15:30:11 +08:00
afc163
b27f0f3e46
🐛 Fix Drawer style not working
...
close #13850
2018-12-25 15:27:31 +08:00
afc163
9f54ab2bb4
🐛 fix markStyle affset style
...
revert #12125
close #13850
2018-12-25 15:21:17 +08:00
zombiej
d648b822a6
revert Christmas egg
2018-12-25 10:40:18 +08:00
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
2018-12-25 01:10:00 +08:00
HarlanLuo
41aa37bd99
fix doc error and add test case for WeekPicker
2018-12-24 18:03:08 +08:00
HarlanLuo
a7bedca0e2
WeekPicker: support renderExtraFooter
2018-12-24 18:03:08 +08:00
HarlanLuo
015945ed83
DatePicker: show extra footer in all mode
2018-12-24 18:03:08 +08:00
afc163
748ddcaa5a
💄 fix dropdown button warning
2018-12-24 14:00:51 +08:00
afc163
3c007a85dd
⚡ renderFooter should applied to all mode, close #11618
2018-12-24 13:45:31 +08:00
afc163
360f8cb7dc
Merge branch 'master' into feature
...
* master:
Correct doc
🆙 ant-design-palettes => @ant-design/colors
2018-12-24 13:38:46 +08:00
ztplz
4bd107f9d7
Correct doc
2018-12-23 23:16:42 +08:00
zombiej
acefe7ba40
update modal demo
2018-12-23 18:40:11 +08:00
afc163
801fb77299
🔨 Merge master into feature
2018-12-23 18:11:04 +08:00
j3l11234
95cf9f3e48
Update rc-form requirement from ~2.2.7 to ~2.4.0 ( #13788 )
...
& and preserve option
2018-12-23 00:07:43 +08:00
zombiej
4d8cb66316
update snapshot
2018-12-22 23:55:44 +08:00
afc163
9c8f6bdb56
Merge branch 'master' into feature
2018-12-22 19:37:03 +08:00
afc163
88615024b1
✅ Fix test snapshots
2018-12-22 19:36:46 +08:00
afc163
24bcace0ce
🔨 Merge master into feature
2018-12-22 19:30:50 +08:00
afc163
b828741dc0
🔨 Refactor Tag 🔨
2018-12-22 19:20:38 +08:00
Harlan
6b6ec278cc
Table: add prop sortDirections
for table and column ( #13773 )
...
* Table: add prop `sortMethods`
with `sortMethods` user can change table sort methods and its order
* Table: `sortMethods` can be set on column prop
* rename `sortMethods` to `sortDirections`
2018-12-22 18:16:02 +08:00
afc163
fe47f01796
📝 Fix documentation
2018-12-22 18:13:30 +08:00
afc163
22daf9e6af
Merge branch 'feature' of github.com:ant-design/ant-design into feature
2018-12-22 18:03:56 +08:00
afc163
c29daf952a
🔨 Merge master into feature
2018-12-22 18:02:10 +08:00
afc163
3a25ef8d14
💄 Fix lgtm alerts
...
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
2018-12-22 17:40:25 +08:00
afc163
1350c87ab1
🎨 Improve form demo code style
2018-12-22 16:48:30 +08:00
afc163
d78d0de36c
💄 Fix extra margin of nested form item
...
close #13748
2018-12-22 16:44:10 +08:00
Jeffrey Carl Faden
9ff20ba09a
Fix primary color usage in .button-variant-other
...
Instead of using @primary-5 and @primary-7, use colorPalette mixin to modify @btn-primary-bg
2018-12-22 11:05:41 +08:00
zombiej
f65fb2867f
add options.preserve of form
2018-12-21 23:58:31 +08:00
afc163
a7597819a2
💄 use disabled cursor on disabled tab, close #13709
2018-12-21 22:38:06 +08:00
wangshuai
cb0a92e13b
use T[] insteadof Array<T>
2018-12-21 21:34:19 +08:00
wangshuai
8c95732bfb
fix(Table):fix arguments and type definition in TableRowSelection
2018-12-21 21:34:19 +08:00
HarlanLuo
476ace8aae
Transfer: fix search-not-found block sometimes not show in edge
2018-12-21 21:33:58 +08:00
杨哲迪
42cd542677
fix(tabs): fix tabs.tabpane disabled style error
2018-12-21 21:33:31 +08:00
afc163
607d08094d
🎉 Dropdown.Button support href
prop
2018-12-21 21:12:36 +08:00
afc163
464c4c804d
✅ fix snapshot
2018-12-21 20:59:14 +08:00
afc163
c6f267d740
🆙 upgrade rc-dropdown
2018-12-21 20:56:36 +08:00
afc163
aa6d3da99b
Merge master into feature branch
2018-12-21 19:11:39 +08:00
黄俊亮
96766d4018
refactor: add alert-close-hover-color
2018-12-21 19:06:36 +08:00
afc163
7fe6dec9b8
Merge branch 'master' into feature
...
* master:
feat(table): support table border-radius define in theme
add form-tutorial.md
📝 Put gitter flags in badges in README (#13744 )
update deps of rc-select
skip show-tooltip.md test when is dist test
💄 update slider demo
Fix a regular expression
Improvements to badges in README (#13743 )
2018-12-21 16:12:14 +08:00
vthinkxie
f99b8a1792
feat(table): support table border-radius define in theme
2018-12-21 11:50:46 +08:00
Alfred Qiu
b24d5a65a5
add form-tutorial.md
2018-12-21 11:03:54 +08:00
zombiej
0d438610ff
skip show-tooltip.md test when is dist test
2018-12-20 23:11:32 +08:00
afc163
69d2656ab2
💄 update slider demo
2018-12-20 20:39:40 +08:00
afc163
9cfaa16211
✅ update test snapshot
2018-12-20 17:46:17 +08:00
afc163
7ac13298ec
💄 Fix one tslint problem
2018-12-20 17:43:22 +08:00
afc163
879784c665
Merge branch "master" into "feature"
2018-12-20 17:43:00 +08:00
afc163
ecf83c0438
💄 Fix one tslint problem
2018-12-20 17:34:30 +08:00
tom
00109a0698
change Modal.destroy to Modal.destroyAll
2018-12-20 17:31:12 +08:00
tom
d9e0b33dbe
Modal.destroy():destroy all cofirm modal dialogs
2018-12-20 17:31:12 +08:00
stevenyuysy
0929a8b2c5
🐛 fix status normal
2018-12-20 17:30:28 +08:00
Sam Lanning
8f830ec366
fix inconsistent component state updates
...
React component state updates using setState may
asynchronously update this.props and this.state, thus it is
not safe to use either of the two when calculating the new
state passed to setState, and instead the callback-based
variant should be used instead.
2018-12-20 17:29:02 +08:00
徐新航
e0c74501f4
feat: The <Affix> run update-position when first mounted, to get the actual styles.
2018-12-20 17:27:32 +08:00
afc163
1ac6b5782d
🐛 Correct Drawer style
...
close #11504
2018-12-20 17:26:34 +08:00
zombiej
d2c9e6b498
update doc
2018-12-20 17:21:58 +08:00
zombiej
10e8a5aa72
add test case
2018-12-20 17:21:58 +08:00
zombiej
101a93ed39
mention add defaultSuggestion
2018-12-20 17:21:58 +08:00
ztplz
1c02a65593
format mention
2018-12-20 17:19:44 +08:00
偏右
a127ba6789
Update index.tsx
2018-12-20 17:19:10 +08:00
sylvanasGone
b71301b65f
fix: add missing parameter
2018-12-20 17:19:10 +08:00
yibu.wang
839d0dcb09
fix
2018-12-20 17:18:12 +08:00
Wang yb
f8fbb33c73
Update interface.tsx
2018-12-20 17:18:12 +08:00
ztplz
1f730faf2d
Set menu mode to vertical by default
2018-12-20 17:17:50 +08:00
小哈husky
f5bf79d2d8
修复当值为0时样式不对问题
...
修复当值为0时样式不对问题 ,bug demo.https://codesandbox.io/s/0146v1lxkl
2018-12-20 17:17:05 +08:00
nick-ChenZe
bc20797a61
feat: update docs for switcherIcon
2018-12-20 17:16:44 +08:00
nick-ChenZe
d814c19356
feat: add switcherIcon prop to Tree
2018-12-20 17:16:44 +08:00
Sam Lanning
af8a025aeb
[chore] remove additional unused variable
2018-12-20 17:16:00 +08:00
Sam Lanning
e56e1a71c3
[chore] fix useless assignments to local variables
...
This commit addresses all the instances of useless assignments to
local variables, as found by LGTM.com
2018-12-20 17:16:00 +08:00
Sam Lanning
bfc75f5872
[chore] remove unneeded checks
...
args will always be defined, and an array, additionally Array.some()
will always return false if the array is empty. So these conditions
are uneeded.
2018-12-20 17:16:00 +08:00
Sam Lanning
2f0580d08b
[chore] simplify condition to remove useless conditional
2018-12-20 17:16:00 +08:00
Sam Lanning
843056e58e
[chore] fix off-by-one error in loop
...
This fixes an alert that was found on LGTM.com
2018-12-20 17:15:17 +08:00
Vu Hoang Minh
69f0601d13
Update show-tooltip.md
2018-12-20 17:13:27 +08:00
Vu Hoang Minh
f7bf62de65
Update show-tooltip.md
2018-12-20 17:13:27 +08:00
zy410419243
2bfc23b6f1
fix: render correctly when set childrenColumnName
2018-12-20 17:05:27 +08:00
Rahul Gurung
422b20993b
#12115 - fixed dropdown hover flickering
2018-12-20 12:32:37 +08:00
Rahul Gurung
f04e6886b6
#13533 - fixed popover arrow
...
inherit arrow color from parent so that it doesn't
appears to be pointing
upward when user changes
color of inner content, user
can further add desired color
to downward pointing arrow.
2018-12-20 12:28:23 +08:00
黄俊亮
1272ec0e04
refactor: add @tabs-horizontal-padding-{sm,lg}
2018-12-20 11:54:56 +08:00
ycjcl868
57a3d96c3b
🐛 fix Comment action padding
2018-12-19 17:26:00 +08:00
afc163
51e3012dc6
💄 Fix card loading edge when height is specified and small
2018-12-19 16:37:25 +08:00
afc163
3aeca7c10e
🐛 remove right padding in dropdown, close ant-design/ant-design-pro#3161
2018-12-19 16:04:50 +08:00
afc163
b1a67de35e
Merge branch 'master' into feature
...
* master:
📝 fix demo order
Fixes #10576 (#13703 )
doc: update form & layout docs (#13701 )
update doc close #11802
🐛 Fix Badge offset not working when count is ReactNode
2018-12-19 12:09:12 +08:00
afc163
28f6c4891a
📝 fix demo order
2018-12-19 12:07:32 +08:00
Rakshit Kumar
2ac67ddc25
Fixes #10576 ( #13703 )
...
FIxes #10576 by removing the extra padding that causes the card title to go out of line with action props
2018-12-19 11:04:32 +08:00
huishiyi
dd30678033
doc: update form & layout docs ( #13701 )
...
* doc: remove duplicate setFields in form doc-US
* doc: fix layout doc collapsedWidth default
2018-12-19 10:56:44 +08:00
zombiej
d23a996b35
update doc
...
close #11802
2018-12-18 23:31:50 +08:00
zombieJ
684d15c054
formItem support error message with reactNode ( #13046 )
...
close #13014
2018-12-18 22:20:52 +08:00
zombiej
0d05ceda08
update snapshot
2018-12-18 19:19:45 +08:00
zombiej
cdf4c1e6b8
merge origin/master
2018-12-18 19:18:08 +08:00
afc163
1fb7bac8ca
🐛 Fix Badge offset not working when count is ReactNode
...
close #13694
2018-12-18 18:31:12 +08:00
afc163
7abf528b96
💄 Optimize custom filter demo of Table
2018-12-18 18:19:27 +08:00
Teng YANG
c2d1d72675
Fix #13529 input group compact border color issues ( #13550 )
...
fix #13529
2018-12-18 16:53:45 +08:00
Julia Passynkova
7b643d2aaa
Added CheckBox.Group to Form demo ( #13680 )
2018-12-18 13:33:57 +08:00
zombiej
79f25d1107
fix spin style
2018-12-18 11:02:09 +08:00
zombiej
9a386e7336
update test case, OK button under calendar should not clickable
2018-12-18 10:36:51 +08:00
afc163
2e4d2b497a
💄 remove text-align right of card extra
2018-12-18 10:34:43 +08:00
zombiej
c9aeb29b43
update snapshot
2018-12-18 10:32:33 +08:00
偏右
14fff83a4a
Merge pull request #13674 from iugo/patch-2
...
fix date-picker doc type
2018-12-18 10:09:15 +08:00
偏右
92e10eb015
Merge pull request #13650 from iugo/patch-1
...
fix RangePickerProps onOk type
2018-12-18 10:08:53 +08:00
Justin Reich
d0d5481c17
Updated CommentProps type for author
2018-12-18 10:08:38 +08:00
iugo
30a6d38898
Update index.zh-CN.md
2018-12-18 09:32:02 +08:00
iugo
21b0f329b9
fix date-picker en doc type
2018-12-18 09:30:59 +08:00
iugo
a98e42784e
fix date-picker doc type
2018-12-18 09:28:25 +08:00
afc163
2c7112be7b
⚡ Improve spin perfermance and UI detail
2018-12-17 23:27:24 +08:00
zombieJ
68ad468938
move sorter logic from div to th cell ( #13669 )
...
fix #13467
2018-12-17 22:42:16 +08:00
afc163
26936de2e8
🐛 Fix WeekPicker width, close #13629
2018-12-17 20:34:34 +08:00
afc163
1b0d37d1f3
🐛 remove word-break for consistent ui, close #13624
2018-12-17 20:14:39 +08:00
zombiej
d4715e1783
pass props to fix IE <= 10 not support constructor
...
fix #13540
2018-12-17 16:13:44 +08:00
Damian Green
a140533a26
Fix lifecycle method for radio ( #13239 )
2018-12-17 15:01:55 +08:00
iugo
5681d6381a
fix RangePickerProps onOk type
2018-12-17 11:39:47 +08:00
zombiej
83b449b1ff
set form id on demo
...
fix #10218
2018-12-17 10:02:08 +08:00
Gianfrancø Palumbo
219500ee7a
Fix cursor for radio button disabled state
...
Add a style for `ant-radio-inner` span element.
2018-12-16 20:43:52 +08:00
zombiej
812c28f26e
update snapshot
2018-12-14 15:31:53 +08:00
zombiej
cf43c19a80
use new lifecycle method of Cascader
...
ref #9792
2018-12-14 11:40:47 +08:00
zombiej
a26766302f
add missing less var
2018-12-14 00:58:58 +08:00
afc163
3b8dd8152d
✅ fix back-top test
2018-12-14 00:49:28 +08:00
afc163
8280c6da80
✅ fix back-top test
2018-12-14 00:23:39 +08:00
afc163
d1650e31e9
✅ fix key warning in tabs demo
2018-12-13 22:58:14 +08:00
afc163
50617e7ebe
Merge branch 'master' into feature
2018-12-13 22:53:15 +08:00
afc163
860809f173
✅ fix invalid title in div
2018-12-13 22:51:53 +08:00
陈帅
30d65ef46e
Merge branch 'master' into feature
2018-12-13 22:48:08 +08:00
afc163
9c777231e3
✅ fix locale provider snapshot
2018-12-13 22:47:30 +08:00
陈帅
58ac28077c
Revert "Revert "Revert "Use less @plugin" ( #13613 )" ( #13621 )" ( #13622 )
...
This reverts commit f47aa91c5e
.
2018-12-13 22:16:51 +08:00
陈帅
f47aa91c5e
Revert "Revert "Use less @plugin" ( #13613 )" ( #13621 )
...
This reverts commit 2c79d2a7c1
.
2018-12-13 22:15:26 +08:00
陈帅
daca08b6f1
merge master
2018-12-13 22:03:12 +08:00
陈帅
2c79d2a7c1
Revert "Use less @plugin" ( #13613 )
2018-12-13 18:07:49 +08:00
陈帅
377062bc9b
Merge pull request #13595 from ant-design/lessPlugin
...
Use less @plugin
2018-12-13 12:22:57 +08:00
zombiej
2d5d71bf85
clean rgb converter
2018-12-13 11:54:34 +08:00
zombiej
06403f92f3
clean convert
2018-12-13 11:16:33 +08:00
zombiej
c5462e4d45
clean _applyModification
2018-12-13 11:12:08 +08:00
zombiej
0574c759cf
clean readable
2018-12-13 11:06:42 +08:00
zombiej
2546a30485
remove toXXX
2018-12-13 10:53:14 +08:00
ztplz
05cf557ee1
Format menu
2018-12-13 09:38:55 +08:00
zombiej
a5df939c2c
use less plugin
2018-12-12 20:46:44 +08:00
Wei Zhu
2a66546433
docs: document Steps[className]
2018-12-12 17:13:39 +08:00
zombiej
a7c1aca7f9
clean tinyColor
2018-12-12 16:34:16 +08:00
zombiej
75df1e762e
del bezierEasing
2018-12-12 16:12:57 +08:00
zombiej
154e6781ec
Merge branch 'master' into lessPlugin
2018-12-12 16:04:11 +08:00
zombiej
87efad2da7
clean color-palette
2018-12-12 01:09:58 +08:00
zombiej
62fe5dda35
add color palette
2018-12-12 01:01:34 +08:00
zombiej
41df6cead4
add missing color
2018-12-12 00:18:42 +08:00
zombiej
2029762297
replace components colors
2018-12-11 22:45:03 +08:00
zombiej
ee128020e7
replace colors
2018-12-11 22:17:19 +08:00
Nathan Broadbent
cbed63cb3e
Added middle and small sizes for Card component
2018-12-11 19:31:28 +08:00
Sergey Volynkin
d554fa82a4
snapshots update
2018-12-11 19:25:26 +08:00
Sergey Volynkin
cc9b09df13
improved description on Chinese, small refactor at the map func
2018-12-11 19:25:26 +08:00
Sergey Volynkin
0d246d38bc
Add "Hide Already Selected" example for Select component
2018-12-11 19:25:26 +08:00
afc163
6ee4c1a290
🐛 Fix Table filter dropdown button not clickable
2018-12-11 11:08:18 +08:00
zy410419243
ce2469667d
pref: fix typos
2018-12-11 10:38:35 +08:00
afc163
4e4c737e9b
✅ fix demo lint
2018-12-10 21:42:38 +08:00
afc163
cde6dbe7c3
💄 improve Drawer demo and add snapshots
2018-12-10 18:59:37 +08:00
ztplz
c7452f3a9d
Fix type error
2018-12-10 16:23:59 +08:00
陈广亮
1e0400704b
fix getColumnTitle bug
...
title: <div>
<span>title</span>
null
</div>
2018-12-10 16:19:22 +08:00
wangxingkang
13593a9629
feat: Improve Dropdown component item definition ( #13536 )
2018-12-10 13:25:51 +08:00
Teng YANG
6b94bd0bb4
Fix customize border-width problem in input group compact mode ( #13534 )
2018-12-10 10:42:23 +08:00
afc163
8d2a42fa91
📝 fix outdated link
2018-12-10 00:23:50 +08:00
Ali Zhdanov
4c6244bd0c
Outdated url to file input accept prop ( #13531 )
...
Looks like outdated URL to file input `accept` prop. I've added the proper one.
2018-12-10 00:21:48 +08:00
bukas
814980d9c6
fix: upload blob preview && upload beforeUpload doc ( #13528 )
...
* fix: upload not preview blob
* fix: test && readme
* fix: upload promise
2018-12-10 00:16:51 +08:00
wangxingkang
6830623ed9
feat: 完善AutoComplete组件props定义
2018-12-09 02:28:42 +08:00
hengkx
d3b828ae4c
fix Transfer operations doc
2018-12-07 23:22:53 +08:00
afc163
50785f9a80
✅ improve default locale implementation
2018-12-07 21:02:05 +08:00
afc163
a2a016d8cf
:globe: fix cascader locale, close #13486
2018-12-07 20:07:33 +08:00
afc163
56665144ae
💄 fix MenuItem code style
2018-12-07 20:07:17 +08:00
陈帅
8e11f0bdb9
merge support prettier
2018-12-07 20:02:01 +08:00
陈帅
df356a586c
Merge branch 'master' into feature
2018-12-07 18:52:13 +08:00
陈帅
dca9715186
support prettier
2018-12-07 18:27:30 +08:00
afc163
16c3a9453e
📝 improve locale doc, #13462
2018-12-07 18:16:48 +08:00
sylvanasGone
210aab8d51
fix: add onClick prop
2018-12-07 17:51:17 +08:00
afc163
32819dfc84
✅ fix demo snapshot
2018-12-07 17:25:05 +08:00
afc163
7c5029cf17
📝 improve transfer doc
2018-12-07 14:23:04 +08:00
afc163
1865e97393
💄 fix WeekPicker popup placement
...
https://gw.alipayobjects.com/zos/rmsportal/DUTKByAmrAqkfKHyltgA.png
2018-12-07 12:33:10 +08:00
afc163
677677c4f2
Add blanks
2018-12-07 12:15:36 +08:00
afc163
3bf7e2b99f
🐛 fix gap of dropdown menu, close #10481
2018-12-07 12:12:53 +08:00
afc163
ff8eb02fc4
✅ Add test case for #12475
2018-12-07 11:35:26 +08:00
afc163
bc704c3af4
✅ Fix WeekPicker snapshot
2018-12-07 11:23:30 +08:00
afc163
15770c527d
🐛 fix slider blur function, close #13439
2018-12-06 21:36:43 +08:00
afc163
1649980c2e
💄 improve slider ui, missing active dot
2018-12-06 21:13:20 +08:00
afc163
f28b637c0f
💄 improve slider ui
2018-12-06 21:11:31 +08:00
afc163
d81364c7a9
🐛 Should focus date picker after select date value
...
close #12475
revert e5cfef5
to fix #7443 again
also fix #13424
2018-12-06 17:37:52 +08:00
ztplz
9e684d69fc
Merge pull request #13460 from zy410419243/issue-13456
...
Change wrong return value of Upload filter
2018-12-06 17:29:43 +08:00
afc163
49f227be9b
📝 fix duplicated dropdownRender in doc
2018-12-06 16:53:02 +08:00
yangxiaolin
6bc311123c
fix syntax error
2018-12-06 16:48:48 +08:00
zombiej
f791a50084
add forceRender support
...
fix #12503
2018-12-06 15:08:35 +08:00
zombiej
821ced5e30
fix filtered record miss selectedRows
...
fix #11384
2018-12-06 11:06:10 +08:00
zy410419243
5217a4809c
pref: change label type
2018-12-06 10:54:03 +08:00
zy410419243
1faf4c621d
fix: change wrong return value of filter
2018-12-06 08:09:52 +08:00
zy410419243
434205d216
test: update snapshots
2018-12-05 19:46:06 +08:00
zy410419243
bcefe82ee4
test: update test case
2018-12-05 19:46:06 +08:00
zy410419243
1638a629f4
feat: add visibilityToggle to control whether Icon show
2018-12-05 19:46:06 +08:00
zy410419243
9b934e80c0
style: remove indent
2018-12-05 19:46:06 +08:00
zy410419243
6ee39b26a9
pref: fix codecov problem
2018-12-05 19:46:06 +08:00
zy410419243
113231c5df
pref: fix codecov problem
2018-12-05 19:46:06 +08:00
zy410419243
3634fe1096
pref: fix Codacy problem
2018-12-05 19:46:06 +08:00
zy410419243
4620f7c186
pref: add Icon type to Password => eye-invisible
2018-12-05 19:46:06 +08:00
zy410419243
18b5c2fd7f
pref: fix codecov problem
2018-12-05 19:46:06 +08:00
zy410419243
bcf03a83bb
pref: fix Codacy problem
2018-12-05 19:46:06 +08:00
zy410419243
2ed17d0dbe
pref: fix Codacy problem
2018-12-05 19:46:06 +08:00
zy410419243
2b07c0a730
test: update snapshots
2018-12-05 19:46:06 +08:00
zy410419243
f3611bf7bb
test: update snapshots
2018-12-05 19:46:06 +08:00
zy410419243
97367c0a80
test: update snapshots
2018-12-05 19:46:06 +08:00
zy410419243
c161d9c285
feat: Add Input.Password
2018-12-05 19:46:06 +08:00
zy410419243
4b6d2ede2f
pref: fix codecov problem
2018-12-05 19:45:38 +08:00
zy410419243
61ae2267c5
pref: remove useless code
2018-12-05 19:45:38 +08:00
zy410419243
cac8e97854
try: to find whether there is something wrong with test case
2018-12-05 19:45:38 +08:00
zy410419243
ddec8a4db6
test: update snapshots
2018-12-05 19:45:38 +08:00
zy410419243
e0b3b28e9f
pref: add test case
2018-12-05 19:45:38 +08:00
zy410419243
32d1f2852a
fix: add title type
2018-12-05 19:45:38 +08:00
zy410419243
0f9788911e
revert: head.MD
2018-12-05 19:45:38 +08:00
zy410419243
24e6556f08
pref: fix ci problem
2018-12-05 19:45:38 +08:00
zy410419243
20de214c49
pref: fix ci problem
2018-12-05 19:45:38 +08:00
zy410419243
374c831822
pref: fix lint problem
2018-12-05 19:45:38 +08:00
zy410419243
4354e0aec4
fix : #13312
2018-12-05 19:45:38 +08:00
amedora
0aeb9a356b
use color definitions insted of numbers
2018-12-05 19:45:22 +08:00
amedora
1f3e5f5817
add new color definitions
2018-12-05 19:45:22 +08:00
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
...
Basic support prefixCls.
2018-12-05 19:12:18 +08:00
afc163
9b6883bc9f
🐛 Fix inconsistent size of icon in Dropdown.Button, close #13442
2018-12-05 11:01:48 +08:00
愚道
6f9b604236
update alert demo test snapshots
2018-12-05 10:57:44 +08:00
愚道
7716169daf
fix: add closable classname for fix text overlap
2018-12-05 10:57:44 +08:00
afc163
30bd445f89
✅ Fix test case
2018-12-04 20:35:25 +08:00
afc163
09dd044c7a
🐛 Fix Dropdown types, close #13420
2018-12-04 20:28:48 +08:00
afc163
cc6402aec6
✅ Upgrade TypeScript version to 3.2
2018-12-04 20:18:16 +08:00
afc163
1d0ef997f4
🐛 Fix Button removeAttribute error in Edge
...
close #13216
close ant-design/ant-design-pro#2423
2018-12-04 18:26:47 +08:00
afc163
7ccd0285b9
💄 fix icon snapshot
2018-12-04 17:48:01 +08:00
afc163
1737fe3738
🌱 Fix Comment content line wrap, close #13429
2018-12-04 17:05:20 +08:00
afc163
8be45e5c33
🌱 improve comment demo
2018-12-04 16:51:13 +08:00
Teng YANG
073cbdb6d2
Fix input component border width issues
2018-12-04 00:27:01 +08:00
afc163
c2e2518e41
💄 fix Avatar[size=20] style, close #13408
2018-12-04 00:11:49 +08:00
zombiej
bdba40639c
update snapshot
2018-12-03 22:47:39 +08:00
Wei Zhu
fb07e3f3c4
Update snapshot
2018-12-03 17:35:51 +08:00
afc163
35585a6d07
🐛 should render as normal button when href is assigned undefined
...
close #13337
2018-12-03 10:39:00 +08:00
Yury Kozyrev
c9fb5e6ea8
add missing classname prop
2018-12-03 00:37:31 +08:00
信鑫-King
a97df220b1
Merge pull request #13382 from ant-design/release-3.11.0
...
Release 3.11.0
2018-12-02 22:33:58 +08:00
二哲
ad347a98e2
Update manual.md
...
After destroying need to clear interval
2018-12-02 20:48:52 +08:00
ycjcl868
9300cd88ba
✅ util test
2018-12-02 15:52:07 +08:00
ycjcl868
dc8ebef321
📝 Changelog and select docs
2018-12-02 15:52:07 +08:00
ztplz
cfa81bc658
Add missing type
2018-12-02 14:31:19 +08:00
afc163
8e3ce3cb27
💄 update code style
2018-12-01 23:06:05 +08:00
lyhper
655ae8e4b4
fix: datepicker style error
2018-12-01 22:57:13 +08:00
Niko Autio
f7a7d55e6b
Added missing FI translation for sort title
2018-12-01 22:55:50 +08:00
Damian Green
eca24018fa
'Mention' component lifecycle methods
2018-12-01 22:55:23 +08:00
ycjcl868
44812cf5e8
✅ upload utils test
2018-12-01 22:44:00 +08:00
ycjcl868
d97218fb28
📝 comment zh-CN doc Type
2018-12-01 20:26:21 +08:00
ycjcl868
10eb6fdba5
📝 tree-select open custom icon
2018-12-01 15:09:00 +08:00
zombiej
9ed04cb0e7
fix eslint
2018-12-01 00:24:16 +08:00
zombiej
9f5d421cd6
merge master
2018-11-30 14:48:37 +08:00
zombiej
62810dbde6
datePicker support string[] format
...
close #13148
2018-11-30 14:34:58 +08:00
zombiej
8a912e5426
add transfer form error style
...
fix #13273
2018-11-29 14:37:54 +08:00
zombiej
aa16fdde86
update snapshot
2018-11-29 13:12:57 +08:00
zombiej
7643195be1
Transfer disabled should also disable search box
...
fix #13330
2018-11-29 00:41:49 +08:00
afc163
6b2c0a59b3
🐛 Fix upload thumbnail icon broken styles
...
close #13333
2018-11-28 20:33:32 +08:00
Huáng Jùnliàng
ea0541295d
fix(module:timepicker): incorrect invalid border color ( #13155 )
2018-11-28 17:12:37 +08:00
afc163
83c192ea3e
💄 fix eslint problems
2018-11-28 15:11:02 +08:00
ztplz
8b70fe7664
Correct type
2018-11-27 23:43:37 +08:00
afc163
0e99b6ea72
💄 fix loading button's icon style
...
close #13300
2018-11-27 16:01:27 +08:00
zombieJ
8d1d595d76
use resize observer to check textarea size ( #13295 )
...
fix : #10151
2018-11-27 13:46:42 +08:00
afc163
e1d3d2b3e1
✨ Add dropdownRender
loading
for Select
...
close #10831
close #7988
close #13151
close #11225
close #9888
2018-11-27 12:01:30 +08:00
afc163
18f705fcf6
Merge branch 'master' into feature
...
* master: (28 commits)
remove overflowY on TextArea autoSize since height transition has been removed for a long time fix #10151
💄 tweak form control margin, close #13183
Update Crowdin configuration file
Correct date-picker demo
📝 upgrade ts comment
💄 tweak tree switcher icon size
Fix regular error in firefox and safri
add change log
add checkbox-border-width
add style to SwitchProps
update rc-tree-select
Snapshot fixed.
tabIndex prop added to DatePicker
Improve form demo
prefer logical AND over ternary (#13254 )
fix form demo
format (#13252 )
📝 improve document images
migrate locale provider to new lifecycle method
types: add generic type for Select[value]
...
2018-11-27 11:26:16 +08:00
zombiej
df49b767b1
remove overflowY on TextArea autoSize since height transition has been removed for a long time
...
fix #10151
2018-11-27 11:25:21 +08:00
afc163
595de71315
💄 tweak form control margin, close #13183
2018-11-27 00:36:01 +08:00
ztplz
8e7da2a480
Correct date-picker demo
2018-11-26 21:44:57 +08:00
afc163
4abc2824e4
📝 upgrade ts comment
2018-11-26 19:32:33 +08:00
afc163
c0ba2eb456
💄 tweak tree switcher icon size
2018-11-26 13:42:49 +08:00
zombieJ
9b49fb60d9
Config provider ( #12991 )
...
close #12985
2018-11-26 12:06:42 +08:00
zombiej
72d08b3828
Select support dropdownRender
...
close #10831
2018-11-26 11:50:12 +08:00
zombieJ
b1d1b75a8f
Cascader support limit filtered item count ( #13206 )
...
close #13097
2018-11-26 11:29:16 +08:00
ztplz
e54b50cc01
Fix regular error in firefox and safri
2018-11-25 22:09:03 +08:00
frezc
e732bffde3
add checkbox-border-width
2018-11-24 17:39:31 +08:00
frezc
1a76a8ec21
add style to SwitchProps
2018-11-24 17:39:15 +08:00
Ilan
e8aac413b2
Merge pull request #13250 from damiangreen/migrate-locale-provider-to-new-lifecycle-method
...
Migrate locale provider to new lifecycle method
2018-11-23 22:21:42 +01:00
arifemrecelik
b2f6655061
Snapshot fixed.
2018-11-23 16:41:28 +08:00
arifemrecelik
f11a4c1b3c
tabIndex prop added to DatePicker
2018-11-23 16:41:28 +08:00
ztplz
2fa90b17d0
Improve form demo
2018-11-23 13:42:51 +08:00
Anuj
e0298dcc13
prefer logical AND over ternary ( #13254 )
2018-11-23 13:42:37 +08:00
zombieJ
95a76b0436
add tabs additional css ( #13118 )
...
fix #13086
2018-11-23 13:39:33 +08:00
zombiej
e36e5aa5a2
fix form demo
2018-11-23 11:25:51 +08:00
ztplz
ed4cc9e5fd
format ( #13252 )
2018-11-22 23:35:40 +08:00