Skip to content

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 some List Item styling issues. #15328
    • 🐞 Keep same content color of List like previous version. #15301
  • 🐞 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: none is set. #15351 @ppbl
  • 🐞 Correct suffix icon in Input.Password. #15381 @melchior-voidwolf
  • 🐞 Fix Layout has classname ant-layout-has-sider even if hasFixer is set to false. #15396 @SoraYama
  • 🐞 Fix Divider alignment issue in PageHeader. #15400
  • 🐞 Fix a style issue of Skeleton. #15421 @Maktel
  • 🌟 Adjust multiple TypeScript types

  • 🌟 补充了 less 变量 @pagination-item-bg-active@icon-color#15302 #15345
  • 🐞 修复引入 PageHeader 导致 tree shaking 失效的问题。#15354
  • List
    • 🐞 修复 List 的一些样式问题。#15328
    • 🐞 保持 List 组件内容颜色与之前的版本一致。#15301
  • 🐞 修复 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 类型