Skip to content

antd 3.11.3

  • ⚡️ Upgrade our toolchains (babel and webpack) to latest version and prettier all codes!
  • Table
    • 🐞 Fixed that dropdown menu action not clickable. #13563
    • 🐞 Fixed hovering components on Table sortable column. #13467
    • 🐞 Fixed crash issue of selection Table under IE9/10. #13540
    • 🐞 Fixed check-all checkbox state when Table childrenColumnName is specified. #13710
    • 💄 Remove work break styles in table cell for consistent behavior. #13624
    • 💄 Rewrote the custom filter demo of Table. Link
  • 🐞 Fixed padding of Button which children is 0. #13596 @951565664
  • 💄 Chore Card header and loading UI.
  • 💄 Optimized Spin wrapper styles and improve performance slightly. 2c7112b
  • 🐞 Fixed border color of validated Input.Group. #13529 @morenyang
  • 🐞 Fixed submenu animation of vertical-type Menu. #13597
  • 🐞 Fixed width of WeekPicker. #13629
  • 🐞 Fixed cursor style of disabled Radio.Button. #13642 @gianpaj
  • Dropdown
    • 🐞 Fixed slight shift when menu is popped in Chrome. #12115 @gurungrahul2
    • 🐞 Fixed unexpected scrollbar caused by dropdown placed at screen edge. 00564dd
  • 🐞 Fixed offset props when Badge count is specified as a ReactNode. #13694
  • 🐞 Remove nested Form.Item negative margin. #13748
  • 📝 Added a Select demo of Hide Already Selected. #13552 @SergeyVolynkin
  • 🐞 Fixed padding of Comment actions. #13713
  • 🐞 Fixed broken arrow style when customize Popover's background color. #13533 @gurungrahul2
  • 🐞 Corrected Drawer style prop to outside wrapper. #11504
  • 🐞 Fixed one problem of incorrect state when Affix first mounted. #13737 @xuxinhang
  • 🐞 Fixed Tabs cursor style of disabled tab. #13709
  • 🌟 Added some less variables of Tabs, Table, Alert.
  • TypeScript
    • ⚡️ Enhanced Table ColumnProps types about dataIndex. #13605 @bondBo
    • ⚡️ Enhanced Table TableRowSelection.onChange arguments with generic types.#13761 @hahabazinga
    • 🐞 Fixed type of LocaleProvider's children. #12974
    • 🐞 Fixed type of RangePicker onOk's arguments. #13650 @iugo
    • 🐞 Fixed Comment author type from string to ReactNode。#13670 @reichjustin
    • 🐞 Fixed type of Select dropdownProps's arguments. #13617 @SylvanasGone

  • ⚡️ 升级内部依赖到 babel@7 和 webpack@4,并使用 prettier 格式化了所有代码。
  • Table
    • 🐞 修复 Table 列筛选菜单按钮不可点击的问题#13563
    • 🐞 修复 Table 列设置排序后影响列头自定义浮出组件的展现问题。#13467
    • 🐞 修复 Table 选择时在 IE9/10 下崩溃的问题。#13540
    • 🐞 修复 Table 指定 childrenColumnName 时,全选框无法自动勾选的问题。#13710
    • 💄 移除 Table 下英文单词断行的样式。#13624
    • 💄 优化了 Table 自定义列搜索例子的实现和 UI。演示
  • 🐞 修复 Button 内容为 0 时的样式。#13596 @951565664
  • 💄 微调 Card 头部和加载中的样式细节。
  • 💄 优化 Spin 样式并略微提升了切换状态的性能。2c7112b
  • 🐞 修复一个 Input.Group 使用 compact 时校验状态边框样式的问题。#13529 @morenyang
  • 🐞 修复 Menu 在 vertical 模式下的展开收起动画。#13597
  • 🐞 修复 WeekPicker 的宽度样式异常。#13629
  • 🐞 修复 Radio.Button 失效状态下的鼠标手势。#13642 @gianpaj
  • Dropdown
    • 🐞 修复 Chrome 下菜单弹出时有轻微移动的问题。#12115 @gurungrahul2
    • 🐞 修复一个屏幕边缘的 Dropdown 菜单引起的浏览器滚动条异常出现的问题。00564dd
  • 🐞 修复 Badge 的 count 是自定义 ReactNode 时 offset 属性失效的问题。#13694
  • 🐞 去掉 Form.Item 内嵌负边距,改用其他的方式实现单行多个表单项。#13748
  • 📝 补充了一个 Select 选择后隐藏选项的例子#13552 @SergeyVolynkin
  • 🐞 修复 Comment 的操作链接边距样式。#13713
  • 🐞 修复自定义 Popover 背景色时箭头样式突兀的问题。#13533 @gurungrahul2
  • 🐞 修正 Drawer 的 style 属性到最外层容器上。#11504
  • 🐞 修复一个 Affix 初始化时固定状态不正确的问题。#13737 @xuxinhang
  • 🐞 修复 Tabs 失效页签的鼠标手型。#13709
  • 🌟 补充 TabsTableAlert 组件的一些样式变量。
  • TypeScript
    • ⚡️ 完善 Table 的 ColumnProps 定义,增强对 dataIndex 的校验。#13605 @bondBo
    • ⚡️ 完善 Table 的 TableRowSelection.onChange 参数泛型定义。#13761 @hahabazinga
    • 🐞 修复 LocaleProvider 的 children 类型。 #12974
    • 🐞 修复 RangePicker 的 onOk 的参数类型。#13650 @iugo
    • 🐞 修正 Comment author 属性的类型为 ReactNode。#13670 @reichjustin
    • 🐞 修复 Select dropdownProps 的参数定义。#13617 @SylvanasGone