From 2402d619623610395cc3885e14c59462756bdf16 Mon Sep 17 00:00:00 2001 From: ycjcl868 <45808948@qq.com> Date: Sat, 2 Feb 2019 22:43:13 +0800 Subject: [PATCH] upd: changelog --- CHANGELOG.zh-CN.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index ea79bd921b..2e3c9d8ee6 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -19,27 +19,24 @@ timeline: true `2019-02-02` -- 📝 更新[在 TypeScript 中使用](https://ant.design/docs/react/use-in-typescript-cn)文档。[#14637](https://github.com/ant-design/ant-design/pull/14637) +- 📖 重新编写[在 TypeScript 中使用](https://ant.design/docs/react/use-in-typescript-cn)文档。[#14637](https://github.com/ant-design/ant-design/pull/14637) - 📝 更新[项目实战](https://ant.design/docs/react/practical-projects-cn)文档为最新的 umi 技术栈。[#14574](https://github.com/ant-design/ant-design/pull/14574) [@cc189](https://github.com/cc189) -- 📝 更新 Progress、Skeleton 组件 API 文档。[a2980](https://github.com/ant-design/ant-design/commit/a29806f895acd2adf1d41f9c59f14eed1fc30551) - 📝 更新[加入我们](https://ant.design/docs/spec/work-with-us-cn)文档。[3bc31](https://github.com/ant-design/ant-design/commit/3bc313113c691ec7b99715b4a146c375283f8228) -- TreeSelect - - 📝 补充 `treeIcon` 属性,用于自定义下拉图标。[#13380](https://github.com/ant-design/ant-design/pull/13380) -- ConfigProvider - - 📝 补充 `csp` 属性,用于 Content Security Policy (CSP) 配置。[#14616](https://github.com/ant-design/ant-design/pull/14616) - Spin - - 🐞 修复在 IE 10 下的样式问题。[#14588](https://github.com/ant-design/ant-design/pull/14588) + - 🐞 修复在 IE 10 样式问题。[#14588](https://github.com/ant-design/ant-design/pull/14588) [#14365](https://github.com/ant-design/ant-design/issues/14365) - DatePicker - 🌟 增加 dateTime 默认格式。[#14593](https://github.com/ant-design/ant-design/pull/14593) - List - 🐞 修复在 IE 11 下的样式问题。[#14602](https://github.com/ant-design/ant-design/pull/14602) [@Shub1427](https://github.com/Shub1427) +- 📝 在[TreeSelect 文档](https://ant.design/components/tree-select-cn/#Tree-props)补充 `treeIcon` 属性,用于自定义下拉图标。[#13380](https://github.com/ant-design/ant-design/pull/13380) - Table - - 🐞 修复页数少于一页时的翻页问题。[#14608](https://github.com/ant-design/ant-design/pull/14608) [@sdli](https://github.com/sdli) + - 🐞 修复每页数少于时的翻页问题。[#14608](https://github.com/ant-design/ant-design/pull/14608) [@sdli](https://github.com/sdli) - 🐞 修复列数较多时的换行样式问题。[579a8](https://github.com/ant-design/ant-design/commit/579a868f152acf0f203a826020d56e073573738a) - 🐞 修复表格为空时的 `placeholder` 边距样式问题。[#14533](https://github.com/ant-design/ant-design/pull/14533) [@yoyo837](https://github.com/yoyo837) - Upload - 🐞 修复在 IE 11 下的 `fileIndex` 兼容性。[#14603](https://github.com/ant-design/ant-design/pull/14603) [@Shub1427](https://github.com/Shub1427) - 🐞 修复 label 触发上传的问题。[#14298](https://github.com/ant-design/ant-design/issues/14298) +- 📝 更新 [Progress](https://ant.design/components/progress-cn/#API)、[Skeleton](hhttps://ant.design/components/skeleton-cn/#%E4%BD%95%E6%97%B6%E4%BD%BF%E7%94%A8) 组件文档。[a2980](https://github.com/ant-design/ant-design/commit/a29806f895acd2adf1d41f9c59f14eed1fc30551) - Dropdown - 🐞 修复层级样式问题。[#14604](https://github.com/ant-design/ant-design/pull/14604) [@shawtung](https://github.com/shawtung) - Checkbox @@ -53,6 +50,7 @@ timeline: true - Calendar - 🐞 修复 IE 9 下卡片模式年选择出现省略号的问题。[#14464](https://github.com/ant-design/ant-design/issues/14464) [#14669](https://github.com/ant-design/ant-design/pull/14669) - 🐞 修复年月选择框之间的边距样式。[#14636](https://github.com/ant-design/ant-design/issues/14636) [#14669](https://github.com/ant-design/ant-design/pull/14669) +- 📝 在[ConfigProvider 文档](https://ant.design/components/config-provider-cn/#API)补充 `csp` 属性,用于 Content Security Policy (CSP) 配置。[#14616](https://github.com/ant-design/ant-design/pull/14616) - AutoComplete - 🐞 修复禁用时 `placeholder` 无法显示的样式问题。[#14652](https://github.com/ant-design/ant-design/pull/14652) [@tangjinzhou](https://github.com/tangjinzhou) - Icon