diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 1031dbc87f..8819ebcdb5 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -15,6 +15,39 @@ timeline: true --- +## 4.8.0 + +`2020-11-02` + +- πŸ†• ConfigProvider add `form.requiredMark`. [#27322](https://github.com/ant-design/ant-design/pull/27322) +- πŸ†• Statistic add `loading` prop. [#26811](https://github.com/ant-design/ant-design/pull/26811) [@appleshell](https://github.com/appleshell) +- πŸ”₯ Add `getContainer` to Image preview property. [#26713](https://github.com/ant-design/ant-design/pull/26713) [@rfreling](https://github.com/rfreling) +- Avatar + - πŸ”₯ support Image element as prop for Avatar component. [#27448](https://github.com/ant-design/ant-design/pull/27448) [@n0ruSh](https://github.com/n0ruSh) + - πŸ†• Avatar.Group add `size` props. [#27348](https://github.com/ant-design/ant-design/pull/27348) +- πŸ†• Row support `noWrap` to make Col in line. [#27469](https://github.com/ant-design/ant-design/pull/27469) +- Tree + - 🐞 Fix Tree text selecting when double click switcher icon. [#27476](https://github.com/ant-design/ant-design/pull/27476) + - 🐞 Fix Tree with `showLine` not connect line when `title` break line. [#27386](https://github.com/ant-design/ant-design/pull/27386) +- Modal + - 🐞 Fix Modal missing `modalRender` prop. [#27272](https://github.com/ant-design/ant-design/pull/27272) [@jieny](https://github.com/jieny) + - 🐞 `rootPrefixCls` set in `Modal.config` can be effective for the antd components used in `title` and `content`. [#27376](https://github.com/ant-design/ant-design/pull/27376) [@Chersquwn](https://github.com/Chersquwn) + - πŸ†• `modal.update()` supports functional updating. [#27163](https://github.com/ant-design/ant-design/pull/27163) [@Mongkii](https://github.com/Mongkii) + - πŸ†• Modal method add `bodyStyle` props. [#27292](https://github.com/ant-design/ant-design/pull/27292) +- Input + - 🐞 Fix Input missing `className` when `allowClear` is true. [#27462](https://github.com/ant-design/ant-design/pull/27462) + - πŸ’„ Adjust collapse arrow position align with first line (#27363). [#27363](https://github.com/ant-design/ant-design/pull/27363) [@δΊŒθ΄§ζœΊε™¨δΊΊ](https://github.com/δΊŒθ΄§ζœΊε™¨δΊΊ) + - πŸ†• Input.Textarea support `size` props. [#27110](https://github.com/ant-design/ant-design/pull/27110) +- πŸ’„ Fix the problem that the border style of RangePicker is abnormal when selecting again after selecting the same time. [#27438](https://github.com/ant-design/ant-design/pull/27438) +- Table + - 🐞 Fix Table `onShowSizeChange` trigger twice. [#27417](https://github.com/ant-design/ant-design/pull/27417) + - 🐞 Fix Table `pagination` cache previous config issue. [#27412](https://github.com/ant-design/ant-design/pull/27412) + - πŸ†• Table.Summary.Cell support `align` prop. [#27365](https://github.com/ant-design/ant-design/pull/27365) +- 🐞 Fix the width of the Steps content in the horizontal direction (#27406). [#27406](https://github.com/ant-design/ant-design/pull/27406) [@Amumu](https://github.com/Amumu) +- 🐞 fix: Invalid regular expression for particular ellipsis content. [#27383](https://github.com/ant-design/ant-design/pull/27383) [@ttys026](https://github.com/ttys026) +- πŸ’„ Fix Descriptions style when `label` use block element. [#27375](https://github.com/ant-design/ant-design/pull/27375) +- πŸ’„ Fix the problem that the border style is abnormal when the Select component triggers verification in the Form. [#27378](https://github.com/ant-design/ant-design/pull/27378) + ## 4.7.3 `2020-10-24` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG