ant-design/components
sosohime 02ed4bd6b1 fix: TreeSelect removeIcon and clearIcon not working (#18949)
* add tree-select async demo

* TreeSelect支持clearIcon和removeIcon

* remove docs and demo

* run test

* clear code

* add ui test
2019-09-23 18:49:13 +08:00
..
__tests__ fix: ResizeObserver should ignore shaking (#18289) 2019-08-15 15:52:36 +08:00
_util Improve code for better compatibility 2019-09-16 20:11:20 +08:00
affix fix: ResizeObserver should ignore shaking (#18289) 2019-08-15 15:52:36 +08:00
alert fix: Alert add css word break (#18929) 2019-09-21 09:48:46 +08:00
anchor test(Anchor): optimize dataNowMockFn, avoid being consumed in advance (#18663) 2019-09-05 11:33:11 +08:00
auto-complete chore(docs): add dropdownMenuStyle props for AutoComplete and Select 2019-09-11 21:43:31 +08:00
avatar fix(module:avatar): Extrusion Deformation of Long Pictures 2019-09-11 21:47:08 +08:00
back-top test unmount 2019-08-27 18:31:01 +08:00
badge Merge branch 'master' into chore/mergemaster 2019-09-02 10:47:32 +08:00
breadcrumb feat: Breadcrumb support data-* and aria-* attributes (#18941) 2019-09-23 11:52:29 +08:00
button fix test case of Button loading 2019-09-07 21:29:56 +08:00
calendar test unmount 2019-08-27 18:31:01 +08:00
card Merge branch 'master' into chore/mergemaster 2019-09-02 10:47:32 +08:00
carousel Improve code for better compatibility 2019-09-16 20:11:20 +08:00
cascader Merge branch 'master' into chore/mergemaster 2019-09-02 10:47:32 +08:00
checkbox test unmount 2019-08-27 18:31:01 +08:00
col adjust import style of grid 2019-03-13 10:50:59 +08:00
collapse test unmount 2019-08-27 18:31:01 +08:00
comment test unmount 2019-08-27 18:31:01 +08:00
config-provider 🐛 Fix ConfigProvider locale not working for confirm 2019-09-09 12:08:38 +08:00
date-picker 🐛 Fix MonthPicker switch icon overflow 2019-09-03 11:24:46 +08:00
descriptions fix doc 2019-09-12 10:53:43 +08:00
divider test unmount 2019-08-27 18:31:01 +08:00
drawer fix #18607 2019-09-03 16:56:33 +08:00
dropdown Merge branch 'master' into chore/mergemaster 2019-09-02 10:47:32 +08:00
empty test unmount 2019-08-27 18:31:01 +08:00
form docs: update colon for Form (#18755) 2019-09-10 19:26:09 +08:00
grid RowAligns add 'stretch' value 2019-09-23 12:21:42 +08:00
icon update docs 2019-09-05 12:35:04 +08:00
input fix: Disabled input should not trigger the action of suffix part #18889 2019-09-20 13:06:25 +08:00
input-number fix stylelint 2019-09-16 22:19:07 +08:00
layout Improve code for better compatibility 2019-09-16 20:11:20 +08:00
list 🐛 Fix nested List style in grid layout 2019-09-02 13:19:49 +08:00
locale Fix lint issues in Armenian locale file 2019-09-02 10:47:11 +08:00
locale-provider 🐛 Fix ConfigProvider locale not working for confirm 2019-09-09 12:08:38 +08:00
mention test unmount 2019-08-27 18:31:01 +08:00
mentions fix: Chrome input position not align with button (#18603) 2019-09-02 15:35:42 +08:00
menu feat: Breadcrumb support data-* and aria-* attributes (#18941) 2019-09-23 11:52:29 +08:00
message fix: unexpected changes of snapshots 2019-08-06 15:36:12 +08:00
modal Fixed error in modal documentation (#18723) 2019-09-07 07:17:38 +08:00
notification fix: unexpected changes of snapshots 2019-08-06 15:36:12 +08:00
page-header 💄 add @page-header-back-color less variable (#18887) 2019-09-19 09:47:16 +08:00
pagination test unmount 2019-08-27 18:31:01 +08:00
popconfirm test unmount 2019-08-27 18:31:01 +08:00
popover test unmount 2019-08-27 18:31:01 +08:00
progress test: fix ci fail 2019-09-06 23:05:06 +08:00
radio test unmount 2019-08-27 18:31:01 +08:00
rate test unmount 2019-08-27 18:31:01 +08:00
result fix: status types 2019-09-06 17:09:01 +08:00
row adjust import style of grid 2019-03-13 10:50:59 +08:00
select chore(docs): add dropdownMenuStyle props for AutoComplete and Select 2019-09-11 21:43:31 +08:00
skeleton test unmount 2019-08-27 18:31:01 +08:00
slider test unmount 2019-08-27 18:31:01 +08:00
spin test unmount 2019-08-27 18:31:01 +08:00
statistic test unmount 2019-08-27 18:31:01 +08:00
steps fix: navigation Steps hover color 2019-09-05 12:15:55 +08:00
style 💄 add @page-header-back-color less variable (#18887) 2019-09-19 09:47:16 +08:00
switch test unmount 2019-08-27 18:31:01 +08:00
table table: Correct onRow event handlers to receive a MouseEvent instead of SyntheticEvent 2019-09-20 13:06:55 +08:00
tabs fix stylelint 2019-09-16 22:19:07 +08:00
tag add test case for CheckableTag 2019-08-27 18:31:12 +08:00
time-picker test unmount 2019-08-27 18:31:01 +08:00
timeline fix stylelint 2019-09-16 22:19:07 +08:00
tooltip docs: add 3.23.4 changelog (#18932) 2019-09-21 15:04:02 +08:00
transfer fix: Transfer disabled should work correctly 2019-09-17 13:31:32 +08:00
tree docs: add onMouseEnter and onMouseLeave event TypeScript definition for Tree (#18796) 2019-09-13 13:30:01 +08:00
tree-select fix: TreeSelect removeIcon and clearIcon not working (#18949) 2019-09-23 18:49:13 +08:00
typography fix stylelint 2019-09-16 22:19:07 +08:00
upload docs: update props data description for Upload (#18915) 2019-09-20 15:45:32 +08:00
version
index.tsx 💄 eslint for all 2019-08-14 18:21:24 +08:00