From ff22827cb3b31e463c3afe82e7ba29f4177ddc9a Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 2 Sep 2020 17:27:44 +0800 Subject: [PATCH] docs: update 4.6.0 changelog --- CHANGELOG.en-US.md | 1 + CHANGELOG.zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 96977cddb5..387e031edc 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -52,6 +52,7 @@ timeline: true - 💄 Darker `@text-color` for WCAG 2.0 on contrast ratio. [#25630](https://github.com/ant-design/ant-design/pull/25630) - 🔥 New Image component. [#26296](https://github.com/ant-design/ant-design/pull/26296) - 🔥 Table support `sticky` prop to sticky header and scroll bar. [#25939](https://github.com/ant-design/ant-design/pull/25939) +- 🛠 Refactor Upload via hooks. [#26196](https://github.com/ant-design/ant-design/pull/26196) - Form - 🆕 Form support style of required mark with `requiredMark` and deprecate `hideRequiredMark` prop. [#26309](https://github.com/ant-design/ant-design/pull/26309) - 🆕 Form.List support the second `index` param in `add`. [#26081](https://github.com/ant-design/ant-design/pull/26081) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index a38def3bc7..1f8953203a 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -52,6 +52,7 @@ timeline: true - 💄 加深默认文本 `@text-color` 以满足 WCAG 2.0 对比度的规范。[#25630](https://github.com/ant-design/ant-design/pull/25630) - 🔥 新增图片组件 Image。[#26296](https://github.com/ant-design/ant-design/pull/26296) - 🔥 Table 新增 `sticky` 属性以支持固定表头和滚动条。[#25939](https://github.com/ant-design/ant-design/pull/25939) +- 🛠 用 hooks 重构 Upload。[#26196](https://github.com/ant-design/ant-design/pull/26196) - Form - 🆕 Form 添加 `requiredMark` 属性以支持设置必选样式,废弃原 `hideRequiredMark`。[#26309](https://github.com/ant-design/ant-design/pull/26309) - 🆕 Form.List 中的 `add` 方法支持第二个 `index` 参数。[#26081](https://github.com/ant-design/ant-design/pull/26081)