From 39b4ff438f16fe1b3ff02bbd68214ab7bc1c9ba9 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 15 Jun 2018 17:43:42 +0800 Subject: [PATCH] more changes --- CHANGELOG.zh-CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 26bcc1c4f7..5dc55e27fe 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -22,6 +22,7 @@ timeline: true - 🐞 修复 Upload 图片文件后缀名为大写时无法正确识别的问题。[#10928](https://github.com/ant-design/ant-design/pull/10928) [@sliwey](https://github.com/sliwey) - 🐞 修复 InputNumber 在浏览器缩放时边框样式丢失的问题。[#10562](https://github.com/ant-design/ant-design/issues/10562) - 🐞 修复 Spin 内使用 `position: fixed` 的元素无法固定的问题。[#10196](https://github.com/ant-design/ant-design/issues/10196) +- 🐞 修复小号表格下固定列的边框样式问题。[#9754](https://github.com/ant-design/ant-design/issues/9754) - TypeScript - 🐞 修复 TreeSelect `TS2339` 错误。[#10868](https://github.com/ant-design/ant-design/issues/10868) - 🌟 补充 Form 的 `validateMessages` 和 `onFieldsChange` 参数的定义。