Skip to content
- Two new components added this month:
- 🔥🔥🔥 Typography provides basic formatting and common operations for text.
- 🔥🔥🔥 PageHeader can be used to declare the page theme, display important information about the page that the user is interested in, and host the relevant page. Action item.
- 🌟 TimePicker provides
clearIcon prop for customizing clear icon. #14556
- 🌟 Statistic.Countdown supports
onFinish prop. #14791
- 🌟 Collapse.Panel support
extra prop. 62e65d
- DatePicker
- 🐞 Fix not support name prop. #15029
- 🌟 Supports
separator prop. #15055
- 🌟 The Form supports
labelCol & wrapperCol prop. #15038
- 🌟 Add type
more for Icon. #15047
- 🐞 Fix Table filter can not support other type of value. #15046
- 🐞 Fix Spin
wrapperClassName setting padding icon is not centered. #15056
- 🐞 Fix Calendar won't trigger
onPanelChange correctly in some cases. #15063
- 🌟 Select supports
showArrow in multi-select mode. #15091
- 🐞 Fix closable Drawer hiding without transition. #15147
- 🌟 Two less variables
@drawer-header-padding and @drawer-body-padding have been added to control Drawer padding. #15120
- 🐞Fix Cascader should tab twice to exist. #15117
- 🐞The
onChange of InputNumber will return null instead of undefined to fix the problem that the value of the control cannot be properly collected and emptied. #14960
- 🌟 Adjusted multiple TypeScript types
- 🐞 Fixed a problem with the
onPanelChange TypeScript declaration missing. #15043
- 🐞 Fix the TypeScript type problem for Table
Column Filter. #15056
- 🌟 Support goto button in Pagination. #14819
- 🐞 Fix the problem that Carousel response prop TypeScript declaration is missing. #15071
- 本月新增了两个组件:
- 🌟 TimePicker 新增了
clearIcon prop,用于自定义清除图标。#14556
- 🌟Statistic.Countdown 支持
onFinish prop。#14791
- 🌟 Collapse.Panel 新增了
extra。62e65d
- DatePicker
- 🌟 Form 支持
labelCol & wrapperCol prop。#15038
- 🌟 Icon 增加了
more 的图标。#15047
- 🐞 修复 Table 筛选不支持 string 以外类型的问题。#15046
- 🐞 修复 Spin
wrapperClassName 设置 padding 图标不居中的问题。#15056
- 🐞 修复 Calendar
onPanelChange 在某些情况下不会触发的问题。#15063
- 🌟 Select 在多选模式下支持
showArrow。#15091
- 🐞 修复关闭抽屉时浮层阴影没有缓动消失的细节。#15147
- 🌟 增加了两个 less 变量
@drawer-header-padding 和 @drawer-body-padding 以控制 Drawer 的 padding。#15120
- 🐞 修复 Cascader 需要按 Tab 两次切换聚焦的问题。#15117
- 🐞 InputNumber 的
onChange 将会返回 null 而不是 undefined,以修复组件的值无法正确收集和清空的问题。#14960
- 🐞 调整了多处 TypeScript 的类型
- 🐞 修复
onPanelChange TypeScript 声明缺失的问题。#15043
- 🐞 订正了 Table
column filter 的 TypeScript 类型问题。#14777
- 🌟 Pagination 支持添加分页跳转按钮。#14819
- 🐞 修复 Carousel 的 responsive prop TypeScript 声明缺失的问题。#15071