antd 3.15.1
- 🌟 Add four less variables
@pagination-item-bg-active,@icon-color. #15302 #15343 - 🐞 Fix tree shaking not working for importing PageHeader. #15354
- List
- 🐞 Fix Calendar can't switch type. #15338 @zy410419243
- Badge
- 🐞 Fix the issue that customized color is not supported in Badge. #15356 @DiamondYuan
- 🐞 Fix height problem of Badge with dot. #15395
- 🐞 Fix tabbar style of Tabs in card mode when browser is zoomed out. #15299 @rinick
- 🐞 Fix Avatar component cannot calculate the offset when
display: noneis set. #15351 @ppbl - 🐞 Correct suffix icon in Input.Password. #15381 @melchior-voidwolf
- 🐞 Fix Layout has classname
ant-layout-has-sidereven ifhasFixeris set tofalse. #15396 @SoraYama - 🐞 Fix Divider alignment issue in PageHeader. #15400
- 🐞 Fix a style issue of Skeleton. #15421 @Maktel
- 🌟 Adjust multiple TypeScript types
- 🌟 FormComponentProps added a generic type of form values. #15355
- 🌟 Export ConfigProviderProps interface. #15446 @DiamondYuan
- 🐞 Add
onClickprop for Breadcrumb.Item. #15331 @tgxpuisb - 🐞 Add
styleprop for Steps.Step component. #15393 @pavolgolias - 🐞 Fix
itemRenderdefinition of Pagination. #15428 @DiamondYuan
- 🌟 补充了 less 变量
@pagination-item-bg-active、@icon-color。 #15302 #15345 - 🐞 修复引入 PageHeader 导致 tree shaking 失效的问题。#15354
- List
- 🐞 修复 Calendar 无法切换类型的问题。#15338 @zy410419243
- Badge
- 🐞 修复 Badge 组件不支持自定义颜色的问题。#15356 @DiamondYuan
- 🐞 修复 Badge 组件内带小圆点时的高度问题。#15395
- 🐞 微调 Tabs 标签模式在浏览器放大时丢失边框的问题。#15299 @rinick
- 🐞 修复 Avatar 组件设置了
display: none的时候无法计算偏移量的问题。#15351 @ppbl - 🐞 修复 Input.Password 组件的后置 Icon。#15381 @melchior-voidwolf
- 🐞 修复 Layout 即使在
hasSider属性为false的时候依然会加ant-layout-has-sider的 classname 的问题#15396 @SoraYama - 🐞 修复 Divider 在 PageHeader 组件中的对齐问题。#15400
- 🐞 修复 Menu 收缩后,SubMenu 异常渲染的问题。#15409 @zy410419243
- 🐞 修复 Skeleton 组件的样式问题。#15421 @Maktel
- 调整了多处 Typescript 类型
- 🌟 FormComponentProps 新增 Form 值的范型。#15355
- 🌟 导出 ConfigProviderProps 定义。#15446 @DiamondYuan
- 🐞 添加 Breadcrumb.Item 的
onClick定义。#15331 @tgxpuisb - 🐞 添加 Steps.Step 组件的
style定义。#15393 @pavolgolias - 🐞 修复 PaginationProps 组件
itemRender函数的类型错误。#15428 @DiamondYuan