Skip to content

2.13.10

Compare
Choose a tag to compare
@afc163 afc163 released this 12 Nov 07:38
· 17908 commits to master since this release
  • 📝 Add documentation of Work with Us.
  • 📝 Refactor edit row demo of Table. #8026
  • 🌟 Improve code of detecting Layout.Sider, now we can compose and nest the Sider without specify __ANT_LAYOUT_SIDER aattribute. #8077 @yasinuslu
  • 🐞 Fix align issue of Input.Group in Chrome 62. ant-design/ant-design-pro#139
  • 🐞 Fix Cascader search not working when option.chidlren is []. #8130 @jdz321
  • 🐞 Fix broken padding of AutoComponent caused by style order conflict with Input. #8081
  • 🐞 Fix Upload constructor error in IE9. #7706
  • 🐞 Fix Select filterOption's TypeScript definition. #8128

  • 📝 添加 招聘 页面。
  • 📝 重构了可编辑表格的演示代码。#8026
  • 🌟 优化了 Layout.Sider 的探测方式,现在支持 Sider 随意内嵌和组合(不再需要指定 __ANT_LAYOUT_SIDER 属性)。#8077 @yasinuslu
  • 🐞 修复 Chrome 62 下 Input.Group 内 Select 和 Input 的对齐问题。ant-design/ant-design-pro#139
  • 🐞 修复 Cascader 搜索在 options 内 children 为空数组时工作不正常的问题。#8130 @jdz321
  • 🐞 修复一个 AutoComponent 和 Input 样式优先级导致错位的问题。#8081
  • 🐞 修复 IE9 下 Upload 初始化时报错的问题。#7706
  • 🐞 修复 Select 的 filterOption 参数的 TypeScript 定义。#8128