ant-design/components
2020-04-19 01:28:54 +08:00
..
__tests__ Chore: Refactor affix test to typescript (#23364) 2020-04-18 00:31:31 +08:00
_util fix: Use ElementOf<T> instead of array indexing (#23132) 2020-04-11 20:46:09 +08:00
affix Chore: Refactor affix test to typescript (#23364) 2020-04-18 00:31:31 +08:00
alert chore: 🦄 Add eslint-plugin-unicorn (#22883) 2020-04-03 15:02:11 +08:00
anchor style: add anchor rtl (#22875) 2020-04-07 10:55:36 +08:00
auto-complete chore: Merge feature 2020-03-29 20:21:14 +08:00
avatar docs: optimize avatar demo (#22631) 2020-03-26 15:53:57 +08:00
back-top style: add rtl base (#22857) 2020-04-09 12:39:10 +08:00
badge chore(Badge): improve Badge color types (#23026) 2020-04-08 13:41:32 +08:00
breadcrumb fix ci 2020-03-29 23:06:55 +08:00
button refactor(button): rewrite with hook (#23367) 2020-04-18 13:06:04 +08:00
calendar fix: Calendar missing style (#23081) 2020-04-09 15:44:22 +08:00
card docs(components): improve link (#23355) 2020-04-17 17:56:42 +08:00
carousel 🐛 Fix Carousel tabindex in non-active slide (#23380) 2020-04-19 01:28:54 +08:00
cascader style: add rtl base (#22857) 2020-04-09 12:39:10 +08:00
checkbox chore: Fix console warning typo (validate -> valid) (#23240) 2020-04-14 16:48:23 +08:00
col adjust import style of grid 2019-03-13 10:50:59 +08:00
collapse merge master 2020-03-29 14:40:29 +08:00
comment feat: support compact theme (#22126) 2020-03-29 10:39:46 +08:00
config-provider fix: Input.Search ConfigProvider size (#23331) 2020-04-18 18:31:03 +08:00
date-picker chore: adjust RangePicker style (#23074) 2020-04-09 13:18:13 +08:00
descriptions feat: support compact theme (#22126) 2020-03-29 10:39:46 +08:00
divider refactoring: replace deprecated React.SFC with React.FunctionComponent (#22691) 2020-03-28 11:56:57 +08:00
drawer ignore styleint line rule 2020-03-29 14:49:17 +08:00
dropdown fix: Dropdown submenu background (#23296) 2020-04-15 23:00:51 +08:00
empty docs(Empty component): 📖 Fix typo in image prop description (#23251) 2020-04-14 18:20:14 +08:00
form docs(components): improve link (#23355) 2020-04-17 17:56:42 +08:00
grid merge feature into master-to-merge-feature 2020-03-23 15:02:22 +08:00
icon docs: Update icons doc (#22709) 2020-03-29 10:48:59 +08:00
input fix: Input.Search ConfigProvider size (#23331) 2020-04-18 18:31:03 +08:00
input-number style: add rtl base (#22857) 2020-04-09 12:39:10 +08:00
layout feat: support compact theme (#22126) 2020-03-29 10:39:46 +08:00
list docs(components): improve link (#23355) 2020-04-17 17:56:42 +08:00
locale improvement: Form default locale (#23165) 2020-04-18 13:18:51 +08:00
locale-provider improvement: Form default locale (#23165) 2020-04-18 13:18:51 +08:00
mentions style: optimize mentions dropdown in RTL (#23076) 2020-04-09 13:18:49 +08:00
menu style: fix menu rtl style (#23319) 2020-04-16 17:40:13 +08:00
message style: add message rtl (#22513) 2020-04-04 13:35:36 +08:00
modal fix: Modal.info onOk execute times (#23360) 2020-04-18 01:09:14 +08:00
notification 🐛 Fix Notification invalid padding-top css (#22941) 2020-04-05 20:57:08 +08:00
page-header docs(components): improve link (#23355) 2020-04-17 17:56:42 +08:00
pagination fix: Pagination missing showTitle (#23134) (#23144) 2020-04-11 16:36:12 +08:00
popconfirm docs(components): improve link (#23355) 2020-04-17 17:56:42 +08:00
popover docs(components): improve link (#23355) 2020-04-17 17:56:42 +08:00
progress fix: narrow down types of string literals in a few defaultProps declarations (#22686) 2020-03-28 19:29:02 +08:00
radio style: add rtl base (#22857) 2020-04-09 12:39:10 +08:00
rate style: fix rtl.less place and name (#22384) 2020-03-19 12:13:24 +08:00
result refactoring: replace deprecated React.SFC with React.FunctionComponent (#22691) 2020-03-28 11:56:57 +08:00
row adjust import style of grid 2019-03-13 10:50:59 +08:00
select firstActiveValue has been deprecated, remove it (#23354) 2020-04-17 18:10:10 +08:00
skeleton refactor(skeleton): rewrite with hook (#23206) 2020-04-14 10:30:14 +08:00
slider doc(slider): value & defaultValue not consistent with definition (#23252) 2020-04-14 19:33:49 +08:00
space fix: add rtl space (#22809) 2020-04-01 17:38:03 +08:00
spin fix: fix menu and spin style in compact mode (#22908) 2020-04-05 12:04:22 +08:00
statistic fix: Statistic show -0 (#22950) 2020-04-06 11:19:44 +08:00
steps style: fix steps rtl (#23183) 2020-04-13 13:53:42 +08:00
style fix @tabs-card-height (#23168) 2020-04-12 21:01:14 +08:00
switch chore: Fix console warning typo (validate -> valid) (#23240) 2020-04-14 16:48:23 +08:00
table docs(components): improve link (#23355) 2020-04-17 17:56:42 +08:00
tabs fix: tabs_animation_bug (#23151) 2020-04-13 12:19:06 +08:00
tag docs: Update tag demo to support edit (#23032) 2020-04-08 16:23:12 +08:00
time-picker fix: Fix popupClassName prop in timepicker (#23214) 2020-04-14 16:49:58 +08:00
timeline merge master 2020-03-29 14:40:29 +08:00
tooltip fix test case which fails a lot 2020-04-13 20:21:30 +08:00
transfer style: add rtl base (#22857) 2020-04-09 12:39:10 +08:00
tree fix: fix tree key ts type (#23348) 2020-04-17 23:31:39 +08:00
tree-select docs: Add listHeight desc (#23268) 2020-04-15 10:04:01 +08:00
typography chore: 🦄 Add eslint-plugin-unicorn (#22883) 2020-04-03 15:02:11 +08:00
upload site: add title upload picture-card (#23312) 2020-04-17 14:28:18 +08:00
version fix: package.json import for webpack@5 compatibility (#22644) 2020-03-27 10:15:31 +08:00
index.tsx feat: 🆕 new Space component (#22363) 2020-03-22 11:38:02 +08:00