diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index fd436fb848..b328dc2199 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1506,7 +1506,7 @@ Ant Design 4.0-rc released! Here is the release [document](https://github.com/an - 🌟 antd package size optimization, js gzipped dropped from 532.75KB to 289.89 KB. [#20356](https://github.com/ant-design/ant-design/pull/20356) - 💄 New dark theme support. [#20281](https://github.com/ant-design/ant-design/pull/20281) -- 🌟 ConfigProvider supports `direction` internationalization setting`rtl`. [#19380](https://github.com/ant-design/ant-design/pull/19380) +- 🌟 ConfigProvider supports `direction` internationalization setting `rtl`. [#19380](https://github.com/ant-design/ant-design/pull/19380) - 🌟 New Form component. [#17327](https://github.com/ant-design/ant-design/pull/17327) - 🌟 Form comes with data binding function. - 🌟 Field changes only affect the rendering of related field components and not the entire Form. @@ -1533,7 +1533,7 @@ Ant Design 4.0-rc released! Here is the release [document](https://github.com/an - 💄 Optimized `expand` animation effect. - 🌟 New DatePicker, TimePicker and Calendar components. [#20023](https://github.com/ant-design/ant-design/pull/20023) - 🌟 Support custom date library. - - 🌟 Added `picker` support for setting selectors (no longer need to simulate selectors via controlled`mode`). + - 🌟 Added `picker` support for setting selectors (no longer need to simulate selectors via controlled `mode`). - 🌟 Full range selector support: time, date, week, month, year. - 🌟 Range selector can now select start and end times individually. - 🌟 The range selector can be set to `disabled` separately for the start and end time. @@ -1551,7 +1551,7 @@ Ant Design 4.0-rc released! Here is the release [document](https://github.com/an - 🌟 Uncontrolled mode when `value` is `undefined` now. - 🌟 TreeSelect uses virtual scrolling and optimizes keyboard support. [#19040](https://github.com/ant-design/ant-design/pull/19040) - 🌟 Uncontrolled mode when `value` is `undefined` now. -- 🌟 Button adds `default` and`link` styles for `danger`. [#19837](https://github.com/ant-design/ant-design/pull/19837) +- 🌟 Button adds `default` and `link` styles for `danger`. [#19837](https://github.com/ant-design/ant-design/pull/19837) - 🌟 Form and ConfigProvider support `size` setting to include component size. [#20570](https://github.com/ant-design/ant-design/pull/20570) - 🌟 Typography adds `suffix` attribute. [#20224](https://github.com/ant-design/ant-design/pull/20224) - 🌟 Progress adds `steps` subcomponent. [#19613](https://github.com/ant-design/ant-design/pull/19613) @@ -1560,7 +1560,7 @@ Ant Design 4.0-rc released! Here is the release [document](https://github.com/an - 🌟 Upload supports iconRender to customize icons. [#20034](https://github.com/ant-design/ant-design/pull/20034) [@qq645381995](https://github.com/qq645381995) - 🌟 Tag component preset status color. [#19399](https://github.com/ant-design/ant-design/pull/19399) - 🌟 Grid uses `flex` layout. [#16635](https://github.com/ant-design/ant-design/pull/16635) -- 🐞 Fix the display error of Carousel component `dotposition` as`left | right`. [#20645](https://github.com/ant-design/ant-design/pull/20645) [@xrkffgg](https://github.com/xrkffgg) +- 🐞 Fix the display error of Carousel component `dotposition` as `left | right`. [#20645](https://github.com/ant-design/ant-design/pull/20645) [@xrkffgg](https://github.com/xrkffgg) - 🐞 Fix Alert style text overflow. [#20318](https://github.com/ant-design/ant-design/pull/20318) - 🙅 Removed warning messages for deprecated APIs. [#17510](https://github.com/ant-design/ant-design/pull/17510) - 🙅 Added warning for Avatar, Button, Modal.method and Result components using v3 strings as icons. [#20226](https://github.com/ant-design/ant-design/pull/20226) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index a18a8c7fde..874e6049d2 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -35,7 +35,7 @@ timeline: true - 🆕 `modal.update()` 支持函数式更新。[#27163](https://github.com/ant-design/ant-design/pull/27163) [@Mongkii](https://github.com/Mongkii) - 🆕 Modal method 增加 `bodyStyle` 属性。[#27292](https://github.com/ant-design/ant-design/pull/27292) - 🐞 Fix Modal missing `modalRender` prop。[#27272](https://github.com/ant-design/ant-design/pull/27272) [@jieny](https://github.com/jieny) - - 🐞 `Modal.config` 中设置的 `rootPrefixCls` 可以对`title`和`content`下使用的 antd 组件生效。[#27376](https://github.com/ant-design/ant-design/pull/27376) [@Chersquwn](https://github.com/Chersquwn) + - 🐞 `Modal.config` 中设置的 `rootPrefixCls` 可以对 `title` 和 `content` 下使用的 antd 组件生效。[#27376](https://github.com/ant-design/ant-design/pull/27376) [@Chersquwn](https://github.com/Chersquwn) - Input - 🆕 Input.Textarea 支持 `size` 属性。[#27110](https://github.com/ant-design/ant-design/pull/27110) - 🐞 修复 Input `allowClear` 时 `className` 丢失的问题。[#27462](https://github.com/ant-design/ant-design/pull/27462) @@ -297,7 +297,7 @@ timeline: true - Badge - 💄 新增 `@badge-color` less 变量。[#26159](https://github.com/ant-design/ant-design/pull/26159) - 🆕 Badge 新增 `size` 属性用于设置大小。[#25851](https://github.com/ant-design/ant-design/pull/25851) [@moonrailgun](https://github.com/moonrailgun) -- 🆕 Tabs 可自定义`tabBarExtraContent` 的渲染位置。[#25138](https://github.com/ant-design/ant-design/pull/25138) [@jesse3mh9a](https://github.com/jesse3mh9a) +- 🆕 Tabs 可自定义 `tabBarExtraContent` 的渲染位置。[#25138](https://github.com/ant-design/ant-design/pull/25138) [@jesse3mh9a](https://github.com/jesse3mh9a) - 💄 优化 Descriptions 在内容比较多时的显示效果。[#25903](https://github.com/ant-design/ant-design/pull/25903) - 🆕 message 支持通过 `message.desctroy(key)` 销毁。[#26052](https://github.com/ant-design/ant-design/pull/26052) [@lihqi](https://github.com/lihqi) - 💄 调整 InputNumber 操作栏在 `readOnly` 时为隐藏。[#25998](https://github.com/ant-design/ant-design/pull/25998) diff --git a/components/button/demo/block.md b/components/button/demo/block.md index 1be00d3761..73d405021c 100644 --- a/components/button/demo/block.md +++ b/components/button/demo/block.md @@ -7,7 +7,7 @@ title: ## zh-CN -`block`属性将使按钮适合其父宽度。 +`block` 属性将使按钮适合其父宽度。 ## en-US diff --git a/components/grid/demo/sort.md b/components/grid/demo/sort.md index 2a3cbcf63a..bde8a1ac59 100644 --- a/components/grid/demo/sort.md +++ b/components/grid/demo/sort.md @@ -13,7 +13,7 @@ title: ## en-US -By using `push` and`pull` class you can easily change column order. +By using `push` and `pull` class you can easily change column order. ```jsx import { Row, Col } from 'antd'; diff --git a/components/menu/index.en-US.md b/components/menu/index.en-US.md index 38fd8af004..039deed012 100644 --- a/components/menu/index.en-US.md +++ b/components/menu/index.en-US.md @@ -62,7 +62,7 @@ More layouts with navigation: [Layout](/components/layout). | key | Unique ID of the menu item | string | - | | | title | Set display title for collapsed item | string | - | | -> Note: `icon` is a newly added prop in`4.2.0`. For previous versions, please use the following method to define the icon. +> Note: `icon` is a newly added prop in `4.2.0`. For previous versions, please use the following method to define the icon. > > ```jsx >