Skip to content

antd 2.7.1

  • Affix
    • Fix the problem of element been hidden when hover on. #4800
    • Fix event listener can not be removed. #4755
    • Fix can not be unfixed when scrolling fastly. #4760
  • Anchor Fix the location problem when offsetTop has been set. #4706
  • AutoComplete
    • Fix the wrong size. #4766
    • Fix adding error character automatically. #4778
  • Dropdown Add the documentation and demo about positioning of Dropdown menus. #4811
  • Layout Improve Sider's animation effect. #4752
  • LocaleProvider Fix issues with the new Swedish locale provider. pull-4762 @JesperWe
  • RangePicker Fix the overlapping problem about the date icon. #4783 @zhenzong
  • Table
    • Add the missing value 'middle' for size definition. #4819 @warrenseymour
    • Fix controlled filter does not work with JSX style. #4759
    • Fix switch pagination problem. #4779
  • Tabs Fix content missing problem since the second tab pane under IE9. #4795
  • rc-pagination Upgrade to ~1.7.0, add pageSize as onChange's second argument.
  • Global optimization
    • Make some bugfixes and optimizations about documentation、link and style.
    • Use stylelint instead of lesslint, and fix some lint issues. #2179
    • Unify border radius to 4px. #4772
    • Support import { version } from 'antd'. #4751
  • Site
    • Add default locale looking-up in Home Page. #4552
    • Can search with Google. #4814
    • Change the position of version switch. pull-4799

  • Affix
    • 修复 hover 时元素被隐藏的问题。#4800
    • 修复 event listener 未被正确移除的问题。#4755
    • 修复快速滚动时不能正确复位的问题。#4760
  • Anchor 修复了有 offsetTop 时的定位问题。#4706
  • AutoComplete
    • 修复了 size 问题。#4766
    • 修复了自动加入其他字符的问题。#4778
  • Dropdown 补充了之前缺失的弹出框位置设定相关的文档及示例。#4811
  • Layout 修复了侧边布局动效不平滑的问题。#4752
  • LocaleProvider 修复了瑞典语相关问题。pull-4762 @JesperWe
  • RangePicker 修复了图标与表单校验反馈图标重叠的问题。#4783 @zhenzong
  • Table
    • 修复了 size 定义里没有 'middle' 的问题。#4819 @warrenseymour
    • 修复过滤功能在 JSX 模式下不生效的问题。#4759
    • 修复分页跳转问题。#4779
  • Tabs 修复了在 IE9 中从第二个标签页起都显示空白的问题。#4795
  • rc-pagination 升级至 ~1.7.0,onChange 增加 pageSize 参数。
  • 全局性优化
    • 修复或优化了一些了文档,链接,样式细节。
    • 接入 stylelint 以替代 lesslint,修复一些 lint 问题。#2179
    • border-radius 统一为 4px。#4772
    • 支持 import { version } from 'antd'#4751
  • 网站
    • 首页自动选择语言。#4552
    • 接入 Google 作为文档的全文本搜索。#4814
    • 改变版本切换 Select 的位置。pull-4799