Skip to content

antd 3.0.1

2017-12-11

  • Remove useless DOM wrapper of Card, so that Card's DOM structure will be the same as Card of 2.x.
  • Fix that missing antd/lib/style/v2-compatible-reset.css. 28d13e2
  • Fix that Affix will be overlap when it is heigher than viewport. 31a0654
  • Fix the open animation of Collapse. edd592c
  • Fix the aligment of large size Input and Button in Form. #8459
  • Menu
    • Fix the popup will disappear unexpectly in Safari. #8453
    • Fix the open animation. edd592c
  • Fix compile error of style of Notification. #8437
  • Fix the background color of mini Pagination. e13c6d8
  • Table
    • Fix broken style in mobile. #8465
    • Fix broken style when use size and nested Table together. #8525
  • TypeScript

  • 移除 Card 无用 DOM wrapper,以和 2.x 保持一致。
  • 修复 antd/lib/style/v2-compatible-reset.css 缺失问题。28d13e2
  • 修复 Affix 比浏览器可见区域还高时被截断的问题。31a0654
  • 修复 Collapse 展开动画。edd592c
  • 修复 Form 内大尺寸 Input、Button 的对齐问题。#8459
  • Menu
    • 修复弹层在 Safari 下消失的问题。#8453
    • 修复展开动画。edd592c
  • 修复 Notification 样式编译错误。#8437
  • 修复迷你 Pagination 的背景色问题。e13c6d8
  • Table
    • 修复在移动端样式错乱的问题。#8465
    • 修复嵌套表格与 size 属性共用时的样式问题。#8525
  • TypeScript