Skip to content

antd 3.0.2

  • 📝 Provide a migration helper for antd@3.0. e71b68dd
  • 📝 Rewrite CONTRIBUTING Guideline.
  • 🌟 Optimize notification display in small screen. #8631
  • 🌟 Optimize Pagination design and fix some issues of alignment and margin.
  • 🐞 Upgrade to react-slick@0.16.0 for peerDependencies warning. #8455
  • 🐞 Fix not working size property in fixed-header Table. #8577
  • 🐞 Fix not working locale property of DatePicker/RangePicker. #8635
  • 🐞 Fix Popover arrow position and size cannot be overrided by less variable. #8548 #8549
  • 🐞 Fix not working notFoundContent of AutoComponent. #8553
  • 🐞 Tweak RangePicker vertical align position.
  • 🐞 Layout.Sider breakpoints is same as Grid's now. #8620
  • 🐞 Fix submenu still showing in a collapsed menu when collapsedWidth is 0. #8587
  • 🐞 Fix Card's Meta.title text overflow not working. #8597
  • 🐞 Fix pagination margin problem of bordered List. #8562
  • 🐞 Fix Menu's submenu cannot open when specified non-existed defaultOpenKeys. #8475
  • 🐞 Fix type name collisions of InputProps and SearchProps in Input, AutoComplete, Transfer. #8478

  • 📝 提供了 3.0 迁移工具。e71b68dd
  • 📝 重写了 开源贡献指南
  • 🌟 优化 notification 在小屏幕下的显示效果。#8631
  • 🌟 优化了 Pagination 的样式和并修复了对齐和边距问题。
  • 🐞 升级 react-slick 到 0.16.0,修复 peerDependencies 安装警告。#8455
  • 🐞 修复固定列头的表格大小设置无效的问题。#8577
  • 🐞 修复 DatePicker 等时间组件的 locale 属性失效的问题。#8635
  • 🐞 修复 Popover 的箭头偏移和大小无法覆盖的问题。#8548 #8549
  • 🐞 修复 AutoComponent 的 notFoundContent 设置无效的问题。#8553
  • 🐞 微调 RangePicker 的垂直对齐问题。
  • 🐞 Layout.Sider 的响应式断点和栅格系统保持一致。#8620
  • 🐞 修复一个 collapsedWidth 为 0 时,收缩后子菜单依然会显示的问题。#8587
  • 🐞 修复 Card 的 Meta.title 文本无法自动截断的问题。#8597
  • 🐞 修复带边框的 List 下的分页样式边距。#8562
  • 🐞 修复一个 Menu 指定了不存在的 defaultOpenKeys 时子菜单无法展开的问题。#8475
  • 🐞 修复 Input、AutoComplete、Transfer 的 InputPropsSearchProps TypeScript 类型命名冲突。#8478