diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 52b5c7ee6..992dabb79 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -10,6 +10,38 @@ --- +##3.1.0-rc.0 + +`2022-03-15` + +### ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ The official version is expected to be released at the end of March or early April, when 3.x will become the default version, and the documentation will also point to the 3.x documentation by default ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ + +- ๐Ÿ”ฅ Support CSS variables, if you encounter style building errors after upgrading, please check [Dynamic Theme Documentation](https://ant.design/docs/react/customize-theme-variable-en) to troubleshoot the problem. [Experience](https://antdv.com/components/config-provider-cn/#components-config-provider-demo-theme) +- ๐Ÿ”ฅ Support RTL [experience](https://antdv.com/components/config-provider-cn/#components-config-provider-demo-direction) +- ๐ŸŒŸ `LayoutSider` `trigger` support slot [#5317](https://github.com/vueComponent/ant-design-vue/issues/5317) +- ๐ŸŒŸ `Select` add `filterSort` `virtual` `listHeight` configuration [#5310](https://github.com/vueComponent/ant-design-vue/issues/5310) +- ๐ŸŒŸ `SubMenu` added `popupOffset` [#5312](https://github.com/vueComponent/ant-design-vue/issues/5312) +- ๐ŸŒŸ `Affix` add customIcon slot [60e259](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/60e2597f7f80ca354acc859a832a71d1110b3f4c) +- ๐ŸŒŸ `Avatar` add `crossOrigin` `maxPopoverTrigger` property [5bdb45](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/5bdb45d6688700f0fcc10324c898cb114a1fa469) +- ๐ŸŒŸ `Button` adds global size support [16b3b5f](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/16b3b5fc366fcce155b4c37459a0b12f1031bfe6) +- ๐ŸŒŸ `DatePicker` added slots `prevIcon` `nextIcon` `superPrevIcon` `superNextIcon` [27e7ed](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/27e7ed68fb4331e9e9a07738c68f135820496dd9) +- ๐ŸŒŸ `Divider` added `orientationMargin` [c528d7](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/c528d74c11dd323403705250b918e5408bce2c3c) +- ๐ŸŒŸ `Dropdown` added `destroyPopupOnHide` `loading` [c4c691](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/c4c691b20777fe459a24a429b50e0fc8cdbdef85) +- ๐ŸŒŸ `Form` added `labelWrap` [cb95d1](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/cb95d1202adce3375f73e55598cccea619a4d861) +- ๐ŸŒŸ `Input` added `showCount` [85767d](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/85767de39688b5da6157df9317666adaad6e184f) +- ๐ŸŒŸ `InputNumber` add `prefix` slot [efea6b](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/efea6b000e581f9c71ba98f80febace4e024910c) +- ๐ŸŒŸ `MenuDivider` added `dashed` dotted line [32fc4f](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/32fc4fc7c4f3913dec771a6a96b097bcda754b40) +- ๐ŸŒŸ `Modal` method usage added `wrapClassName` [d38ecc](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/d38ecce22c63adc5e8e52657fcbbef89e048b621) +- ๐ŸŒŸ `Modal.confirm` adds `showCancel` and `propmise` support [a041b5](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/a041b5bacea2f94f55fee358ff39e5abd0d1b39f) +- ๐ŸŒŸ Added `Skeleton.Button` `Skeleton.Input` two sub-components [2bd5fc](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/2bd5fc15ffecf3cb3083accab02ceb97bd9ade38) +- ๐ŸŒŸ `Spin` supports `tip` slot [93a06a](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/93a06a45f58c0920e8f43c49c9859ce4ca10c94e) +- ๐ŸŒŸ `Table` added `filterMode` to support tree filtering [79ff7a](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/79ff7ac2dba4ab5cf01241ceef072f2c4be20e12) +- ๐ŸŒŸ `Typography` add `enterIcon` slot, `triggerType` property [e777bc](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/e777bc17435b2610a0c0e1c29f60b900bcaab03c) +- ๐Ÿž Fix `DatePicker` using string mode, console output type is wrong [#5323](https://github.com/vueComponent/ant-design-vue/issues/5323) +- ๐Ÿž Fix the problem that the parent node cannot be selected after all the child nodes of `TreeSelect` are disabled [#5316](https://github.com/vueComponent/ant-design-vue/issues/5316) +- ๐Ÿž Fix `Row` `gutter` ts type hint error [2efe1a](https://github.com/vueComponent/ant-design-vue/commit/2efe1af6b66247b6bc89bf43bc3d2f1dc1f2a5d9) +- ๐Ÿž Fix `Wave` not working when custom prefixCls [#5334](https://github.com/vueComponent/ant-design-vue/issues/5334) + ## 3.0.0-beta.13 `2022-03-04` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index a8d9edb4b..df044bf7a 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -10,6 +10,38 @@ --- +## 3.1.0-rc.0 + +`2022-03-15` + +### ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ ้ข„่ฎก 3 ๆœˆๅบ•ๆˆ– 4 ๆœˆๅˆๅ‘ๅธƒๆญฃๅผ็‰ˆ๏ผŒๅฑŠๆ—ถ 3.x ๅฐ†ๆˆไธบ้ป˜่ฎค็‰ˆๆœฌ๏ผŒๆ–‡ๆกฃไนŸๅฐ†้ป˜่ฎคๆŒ‡ๅ‘ 3.x ๆ–‡ๆกฃ ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ + +- ๐Ÿ”ฅ ๆ”ฏๆŒ CSS variables๏ผŒๅ‡็บงๅŽๅฆ‚้‡ๆ ทๅผๆž„ๅปบๆŠฅ้”™๏ผŒ่ฏทๆŸฅ็œ‹[ๅŠจๆ€ไธป้ข˜ๆ–‡ๆกฃ](https://ant.design/docs/react/customize-theme-variable-cn)ๆŽ’ๆŸฅ้—ฎ้ข˜ใ€‚ [ไฝ“้ชŒ](https://antdv.com/components/config-provider-cn/#components-config-provider-demo-theme) +- ๐Ÿ”ฅ ๆ”ฏๆŒ RTL [ไฝ“้ชŒ](https://antdv.com/components/config-provider-cn/#components-config-provider-demo-direction) +- ๐ŸŒŸ `LayoutSider` `trigger` ๆ”ฏๆŒๆ’ๆงฝ [#5317](https://github.com/vueComponent/ant-design-vue/issues/5317) +- ๐ŸŒŸ `Select` ๆ–ฐๅขž `filterSort` `virtual` `listHeight` ้…็ฝฎ [#5310](https://github.com/vueComponent/ant-design-vue/issues/5310) +- ๐ŸŒŸ `SubMenu` ๆ–ฐๅขž `popupOffset` [#5312](https://github.com/vueComponent/ant-design-vue/issues/5312) +- ๐ŸŒŸ `Affix` ๆ–ฐๅขž customIcon ๆ’ๆงฝ [60e259](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/60e2597f7f80ca354acc859a832a71d1110b3f4c) +- ๐ŸŒŸ `Avatar` ๆ–ฐๅขž `crossOrigin` `maxPopoverTrigger` ๅฑžๆ€ง [5bdb45](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/5bdb45d6688700f0fcc10324c898cb114a1fa469) +- ๐ŸŒŸ `Button` ๆ–ฐๅขžๅ…จๅฑ€ size ๆ”ฏๆŒ [16b3b5f](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/16b3b5fc366fcce155b4c37459a0b12f1031bfe6) +- ๐ŸŒŸ `DatePicker` ๆ–ฐๅขžๆ’ๆงฝ `prevIcon` `nextIcon` `superPrevIcon` `superNextIcon` [27e7ed](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/27e7ed68fb4331e9e9a07738c68f135820496dd9) +- ๐ŸŒŸ `Divider` ๆ–ฐๅขž `orientationMargin` [c528d7](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/c528d74c11dd323403705250b918e5408bce2c3c) +- ๐ŸŒŸ `Dropdown` ๆ–ฐๅขž `destroyPopupOnHide` `loading` [c4c691](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/c4c691b20777fe459a24a429b50e0fc8cdbdef85) +- ๐ŸŒŸ `Form` ๆ–ฐๅขž `labelWrap` [cb95d1](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/cb95d1202adce3375f73e55598cccea619a4d861) +- ๐ŸŒŸ `Input` ๆ–ฐๅขž `showCount` [85767d](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/85767de39688b5da6157df9317666adaad6e184f) +- ๐ŸŒŸ `InputNumber` ๆ–ฐๅขž `prefix` ๆ’ๆงฝ [efea6b](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/efea6b000e581f9c71ba98f80febace4e024910c) +- ๐ŸŒŸ `MenuDivider` ๆ–ฐๅขž `dashed`่™š็บฟ [32fc4f](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/32fc4fc7c4f3913dec771a6a96b097bcda754b40) +- ๐ŸŒŸ `Modal` ๆ–นๆณ•ไฝฟ็”จๆ–นๅผๆ–ฐๅขž `wrapClassName` [d38ecc](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/d38ecce22c63adc5e8e52657fcbbef89e048b621) +- ๐ŸŒŸ `Modal.confirm` ๆ–ฐๅขž `showCancel` ไปฅๅŠ `propmise` ๆ”ฏๆŒ [a041b5](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/a041b5bacea2f94f55fee358ff39e5abd0d1b39f) +- ๐ŸŒŸ ๆ–ฐๅขž `Skeleton.Button` `Skeleton.Input` ไธคไธชๅญ็ป„ไปถ [2bd5fc](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/2bd5fc15ffecf3cb3083accab02ceb97bd9ade38) +- ๐ŸŒŸ `Spin` ๆ”ฏๆŒ `tip` ๆ’ๆงฝ [93a06a](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/93a06a45f58c0920e8f43c49c9859ce4ca10c94e) +- ๐ŸŒŸ `Table` ๆ–ฐๅขž `filterMode` ๆ”ฏๆŒๆ ‘ๅฝข็ญ›้€‰ [79ff7a](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/79ff7ac2dba4ab5cf01241ceef072f2c4be20e12) +- ๐ŸŒŸ `Typography` ๆ–ฐๅขž `enterIcon` ๆ’ๆงฝใ€`triggerType` ๅฑžๆ€ง [e777bc](https://github.com/vueComponent/ant-design-vue/pull/5327/commits/e777bc17435b2610a0c0e1c29f60b900bcaab03c) +- ๐Ÿž ไฟฎๅค `DatePicker` ไฝฟ็”จๅญ—็ฌฆไธฒๆจกๅผๆ—ถ๏ผŒๆŽงๅˆถๅฐ่พ“ๅ‡บ็ฑปๅž‹้”™่ฏฏ้—ฎ้ข˜ [#5323](https://github.com/vueComponent/ant-design-vue/issues/5323) +- ๐Ÿž ไฟฎๅค `TreeSelect` ๅญ่Š‚็‚นๅ…จ้ƒจ disabled ๅŽ๏ผŒ็ˆถ่Š‚็‚นๆ— ๆณ•้€‰ไธญ้—ฎ้ข˜ [#5316](https://github.com/vueComponent/ant-design-vue/issues/5316) +- ๐Ÿž ไฟฎๅค `Row` `gutter` ts ็ฑปๅž‹ๆ็คบ้”™่ฏฏ้—ฎ้ข˜ [2efe1a](https://github.com/vueComponent/ant-design-vue/commit/2efe1af6b66247b6bc89bf43bc3d2f1dc1f2a5d9) +- ๐Ÿž ไฟฎๅค `Wave` ๅœจ่‡ชๅฎšไน‰ prefixCls ๆ—ถๅคฑๆ•ˆ้—ฎ้ข˜ [#5334](https://github.com/vueComponent/ant-design-vue/issues/5334) + ## 3.0.0-beta.13 `2022-03-04` diff --git a/package.json b/package.json index 78ffab2c4..fc30549d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ant-design-vue", - "version": "3.0.0-beta.13", + "version": "3.1.0-rc.0", "title": "Ant Design Vue", "description": "An enterprise-class UI design language and Vue-based implementation", "keywords": [