Skip to content

antd 2.6.2

  • Added a Third-Party Library Page for recommending other greet react components. Link
  • Fixed misplaced Sider of Layout. #4459
  • Fixed Input.Search wrong block layout and misplaced icon. #4540
  • Added a customize Collapse panel demo. Link
  • Table
    • Enlarged the width of selection column and expand column.
    • Fixed not-available pagination issue when property pagination is changed. #4532
    • Fixed that three level filter menu is not working. #4541
    • Fixed column.filteredValue issue of cannot being set to null.
  • Now Carousel is undragglble and text-selectable defaultly.
  • Added warnings when non-BreadcrumbItem node is nested under Breadcrumb. #4403
  • Fixed Tooltip hidden issue when onVisibleChange(visible) return true. #4579
  • Make TreeSelect panel default height smaller than screen height. #4537
  • Added less variables of TimePicker and Spin.
  • Replaced arrows of DatePicker year panel by year text. #4415
  • Fixed TypeScript definites of AutoComplete and Form [options.validateTrigger].
  • Improved the animation details of Spin and Progress.

  • 新增社区精选组件页面。链接
  • 修复一个内容过长导致 Layout 侧边布局错位的问题。#4459
  • 修复 Input.Search 输入框和图标错位的问题。#4540
  • 补充了一个自定义灰底样式的 Collapse 折叠面板的例子。链接
  • Table
    • 调大了 Table 选择框和展开按钮的列宽度。
    • 修复 pagination 属性切换后分页不可用的问题。#4532
    • 修复不支持三级筛选菜单的问题。#4541
    • 修复 column.filteredValue 无法设置为 null 的问题。
  • 调整 Carousel 为默认不可拖拽和文字可选择。
  • 增加了 Breadcrumb 内嵌非 Breadcrumb.Item 元素时的警告提示。#4403
  • 修复 Tooltip 在 onVisibleChange(visible) 返回 true 时不展示的问题。#4579
  • 优化 TreeSelect 内容过长时的面板高度。#4537
  • 补充了 TimePicker 和 Spin 的组件样式变量。
  • 用年份代替了 DatePicker 年份选择面板上的箭头。#4415
  • 修复 AutoComplete 和 Form [options.validateTrigger] 的 TypeScript 定义。
  • 优化 Spin、Progress 的动画细节效果。