From af313bed9aa10f6d2509170161f1c96fd3461c42 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 1 Apr 2017 20:45:39 +0800 Subject: [PATCH] Fix 2.8.3 changelog --- CHANGELOG.en-US.md | 1 + CHANGELOG.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 1eb2577930..ea1b3602a2 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -41,6 +41,7 @@ If you want to read change logs before `2.0.0`, please visit [GitHub](https://gi - Remove restriction that Radio can only be direct chidlren of Radio.Group. [#5443](https://github.com/ant-design/ant-design/issues/5443) - Fixed warning while using Switch in Form.Item. [#5368](https://github.com/ant-design/ant-design/issues/5368) - Fixed Table cannot use default "Select All" behavior. [#5246](https://github.com/ant-design/ant-design/issues/5246) [@infeng](https://github.com/infeng) +- Now we defaultly hide the Table's "Select All" dropdown icon, display it when set `selections` to true. [#5246](https://github.com/ant-design/ant-design/issues/5246) [@infeng](https://github.com/infeng) - New theme variable `@info-color`. [#5442](https://github.com/ant-design/ant-design/issues/5442) - Supporting suppress warning(You are using a whole package of antd...) with `NODE_ENV=test` while testing. [#5345](https://github.com/ant-design/ant-design/issues/5345) - Upgrade moment to `2.18.0`. diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 9ed52787ac..69f2e69d97 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -75,7 +75,7 @@ timeline: true - 修复 Popover 内使用 Table 时会意外关闭的问题。[#5407](https://github.com/ant-design/ant-design/issues/5407) - 去掉 Radio 只能作为 Radio.Group 的直接后代的限制。[#5443](https://github.com/ant-design/ant-design/issues/5443) - 修复 Switch 在 Form.Item 内使用时的 warning。[#5368](https://github.com/ant-design/ant-design/issues/5368) -- Table 的选择全部菜单现在默认隐藏,`selections` 设置为 true 时展现。[#5246](https://github.com/ant-design/ant-design/issues/5246) +- Table 的选择全部菜单现在默认隐藏,`selections` 设置为 true 时展现。[#5246](https://github.com/ant-design/ant-design/issues/5246) [@infeng](https://github.com/infeng) - 新增 `@info-color` 主题变量。[#5442](https://github.com/ant-design/ant-design/issues/5442) - 现在可以通过 `NODE_ENV=test` 来禁用测试时 antd 全量加载的 warning。[#5345](https://github.com/ant-design/ant-design/issues/5345) - 升级 moment 到 `2.18.0`。