diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 24387288e8..b3f2707db3 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -19,7 +19,7 @@ timeline: true `2023-07-19` -- ๐Ÿ’„ Migrate Component Token of Menu from 4.x less variables. [#43573](https://github.com/ant-design/ant-design/pull/43573) [@li-jia-nan](https://github.com/li-jia-nan) +- ๐Ÿ’„ Migrate Component Token of Menu from 4.x less variables. [#43576](https://github.com/ant-design/ant-design/pull/43576) - ๐Ÿž Fix QRCode throws `Can't resolve 'antd/lib/qr-code'` in Next.js 13. [#43572](https://github.com/ant-design/ant-design/issues/43572) - ๐Ÿž Fix that antd components usage in Next.js App Router, check the [documentation](/docs/react/use-with-next#using-nextjs-app-router). [#43573](https://github.com/ant-design/ant-design/pull/43573) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿž Fix Checkbox both set `checked` and `indeterminate` prop will not show as `indeterminate` style. [#43626](https://github.com/ant-design/ant-design/pull/43626) @@ -48,30 +48,30 @@ timeline: true - ๐Ÿ†• Alert, Drawer, Modal, Notifaction, Tag, Tabs now support hiding the close button by setting `closeIcon` to null or false. [#42828](https://github.com/ant-design/ant-design/discussions/42828) [@kiner-tang](https://github.com/kiner-tang) - ๐Ÿ†• Image supports `imageRender`, `toolbarRender` attributes to support custom rendering of preview images and toolbars, also supports new props such as `onTransform`, `minScale`, `maxScale`. Image.PreviewGroup supports `items` attribute to pass in list data, and fixes that the native attributes of the img tag are not passed to preview images The problem. [#43075](https://github.com/ant-design/ant-design/pull/43075) [@linxianxi](https://github.com/linxianxi) - ๐Ÿ†• Modify the layout style of the Image preview, the `preview` attribute supports `closeIcon`, Image.PreviewGroup supports the `fallback` attribute, and fixes the problem of loading preview resources in advance. [#43167](https://github.com/ant-design/ant-design/pull/43167) [@linxianxi](https://github.com/linxianxi) -- ๐Ÿ†• Changed the layout style, Preview now supports `closeIcon`, PreviewGroup now supports `fallback`, and fixed an issue where preview resources would be loaded at the beginning.[#43167](https://github.com/ant-design/ant-design/pull/43167) [@linxianxi](https://github.com/linxianxi) -- ๐Ÿ›  InputNumber was refactored to use rc-input. (#43000)ใ€‚[#42762](https://github.com/ant-design/ant-design/pull/43000) [@MuxinFeng](https://github.com/MuxinFeng) +- ๐Ÿ†• Changed the layout style, Preview now supports `closeIcon`, PreviewGroup now supports `fallback`, and fixed an issue where preview resources would be loaded at the beginning. [#43167](https://github.com/ant-design/ant-design/pull/43167) [@linxianxi](https://github.com/linxianxi) +- ๐Ÿ›  InputNumber was refactored to use rc-input. [#42762](https://github.com/ant-design/ant-design/pull/43000) [@MuxinFeng](https://github.com/MuxinFeng) - ๐Ÿ›  Resolved Circular dependency issue in vite, rollup, meteor and microbundle. [#42750](https://github.com/ant-design/ant-design/pull/42750). Thanks to [@jrr997](https://github.com/jrr997), [@kiner-tang](https://github.com/kiner-tang) and [@MuxinFeng](https://github.com/MuxinFeng) for their contributions. - ๐Ÿž Remove default values (empty string) of `className` prop in Anchor, CollapsePanel, and Input.Group. [#43481](https://github.com/ant-design/ant-design/pull/43481) [@thinkasany](https://github.com/thinkasany) - ๐Ÿž Fix Upload progress bar missing fade motion. [#43471](https://github.com/ant-design/ant-design/pull/43471) -- ๐Ÿž Added warning for deprecated Token `colorItemBgSelected` in Menu.[#43461](https://github.com/ant-design/ant-design/pull/43461) [@MadCcc](https://github.com/MadCcc) -- ๐Ÿž Fixed an issue where some browsers had scroll bars that were not redrawn when style feature support was detected.[#43358](https://github.com/ant-design/ant-design/pull/43358) [@LeeeeeeM](https://github.com/LeeeeeeM) -- ๐Ÿž Fixed an issue where the Tab component of Card would not be displayed at all when tabList is empty.[#43416](https://github.com/ant-design/ant-design/pull/43416) [@linxianxi](https://github.com/linxianxi) -- ๐Ÿž Fixed an issue where the `form.validateMessages`` configuration would be lost when using ConfigProvider nestedly.[#43239](https://github.com/ant-design/ant-design/pull/43239) [@Wxh16144](https://github.com/Wxh16144) -- ๐Ÿž Fixed an issue where the ripple effect of Tag click would sometimes be offset from the Tag element.[#43402](https://github.com/ant-design/ant-design/pull/43402) -- ๐Ÿž Fixed an issue where clicking "now" in DatePicker when switching to the year-month panel would not work.[#43367](https://github.com/ant-design/ant-design/pull/43367) [@Yuiai01](https://github.com/Yuiai01) -- ๐Ÿž Fixed an issue where the height set for the TextArea component would become invalid when the screen size changed.[#43169](https://github.com/ant-design/ant-design/pull/43169) [@MadCcc](https://github.com/MadCcc) +- ๐Ÿž Added warning for deprecated Token `colorItemBgSelected` in Menu. [#43461](https://github.com/ant-design/ant-design/pull/43461) [@MadCcc](https://github.com/MadCcc) +- ๐Ÿž Fixed an issue where some browsers had scroll bars that were not redrawn when style feature support was detected. [#43358](https://github.com/ant-design/ant-design/pull/43358) [@LeeeeeeM](https://github.com/LeeeeeeM) +- ๐Ÿž Fixed an issue where the Tab component of Card would not be displayed at all when tabList is empty. [#43416](https://github.com/ant-design/ant-design/pull/43416) [@linxianxi](https://github.com/linxianxi) +- ๐Ÿž Fixed an issue where the `form.validateMessages` configuration would be lost when using ConfigProvider nestedly. [#43239](https://github.com/ant-design/ant-design/pull/43239) [@Wxh16144](https://github.com/Wxh16144) +- ๐Ÿž Fixed an issue where the ripple effect of Tag click would sometimes be offset from the Tag element .[#43402](https://github.com/ant-design/ant-design/pull/43402) +- ๐Ÿž Fixed an issue where clicking "now" in DatePicker when switching to the year-month panel would not work. [#43367](https://github.com/ant-design/ant-design/pull/43367) [@Yuiai01](https://github.com/Yuiai01) +- ๐Ÿž Fixed an issue where the height set for the TextArea component would become invalid when the screen size changed. [#43169](https://github.com/ant-design/ant-design/pull/43169) [@MadCcc](https://github.com/MadCcc) - ๐Ÿ’„ In Slider, the `tooltip` should be centered when there is little content. [#43430](https://github.com/ant-design/ant-design/pull/43430) [@Jomorx](https://github.com/Jomorx) -- ๐Ÿ’„ Added `colorLink` to the seed token, and `colorLinkHover` and `colorLinkActive` will be calculated from colorLink.[#43183](https://github.com/ant-design/ant-design/pull/43183) [@MadCcc](https://github.com/MadCcc) +- ๐Ÿ’„ Added `colorLink` to the seed token, and `colorLinkHover` and `colorLinkActive` will be calculated from colorLink. [#43183](https://github.com/ant-design/ant-design/pull/43183) [@MadCcc](https://github.com/MadCcc) - ๐Ÿ’„ Adjusted some tokens in Slider to component tokens. [#42428](https://github.com/ant-design/ant-design/pull/42428) [@heiyu4585](https://github.com/heiyu4585) RTL[#42428](https://github.com/ant-design/ant-design/pull/42428) [@heiyu4585](https://github.com/heiyu4585) - RTL - - ๐Ÿค– Progress now supports animations in rtl direction.[#43316](https://github.com/ant-design/ant-design/pull/43316) [@Yuiai01](https://github.com/Yuiai01) + - ๐Ÿค– Progress now supports animations in rtl direction. [#43316](https://github.com/ant-design/ant-design/pull/43316) [@Yuiai01](https://github.com/Yuiai01) - TypeScript - - ๐Ÿค– Added `RawPurePanelProps` interface description for Popover.[#43453](https://github.com/ant-design/ant-design/pull/43453) [@thinkasany](https://github.com/thinkasany) - - ๐Ÿค– Replaced `ref` type with `TooltipRef` instead of `unknown` for `Popconfirm`.[#43452](https://github.com/ant-design/ant-design/pull/43452) [@thinkasany](https://github.com/thinkasany) - - ๐Ÿค– Replaced `ref` type with `TooltipRef` instead of `unknown` for Popover.[#43450](https://github.com/ant-design/ant-design/pull/43450) [@Negentropy247](https://github.com/Negentropy247) - - ๐Ÿค– Improved type declaration of `GroupSizeContext` in ButtonGroup.[#43439](https://github.com/ant-design/ant-design/pull/43439) [@thinkasany](https://github.com/thinkasany) - - ๐Ÿค– Improved type declaration of `mode` property in Select.[#43413](https://github.com/ant-design/ant-design/pull/43413) [@thinkasany](https://github.com/thinkasany) - - ๐Ÿค– Replaced `ref` type with `CheckboxRef` instead of `unknown` for Checkbox.[#43424](https://github.com/ant-design/ant-design/pull/43424) [@li-jia-nan](https://github.com/li-jia-nan) + - ๐Ÿค– Added `RawPurePanelProps` interface description for Popover. [#43453](https://github.com/ant-design/ant-design/pull/43453) [@thinkasany](https://github.com/thinkasany) + - ๐Ÿค– Replaced `ref` type with `TooltipRef` instead of `unknown` for `Popconfirm`. [#43452](https://github.com/ant-design/ant-design/pull/43452) [@thinkasany](https://github.com/thinkasany) + - ๐Ÿค– Replaced `ref` type with `TooltipRef` instead of `unknown` for Popover. [#43450](https://github.com/ant-design/ant-design/pull/43450) [@Negentropy247](https://github.com/Negentropy247) + - ๐Ÿค– Improved type declaration of `GroupSizeContext` in ButtonGroup. [#43439](https://github.com/ant-design/ant-design/pull/43439) [@thinkasany](https://github.com/thinkasany) + - ๐Ÿค– Improved type declaration of `mode` property in Select. [#43413](https://github.com/ant-design/ant-design/pull/43413) [@thinkasany](https://github.com/thinkasany) + - ๐Ÿค– Replaced `ref` type with `CheckboxRef` instead of `unknown` for Checkbox. [#43424](https://github.com/ant-design/ant-design/pull/43424) [@li-jia-nan](https://github.com/li-jia-nan) - ๐Ÿค– Improved internal type implementation for Table/Tag/Notification. - [#43366](https://github.com/ant-design/ant-design/pull/43366) [@li-jia-nan](https://github.com/li-jia-nan) - [#43357](https://github.com/ant-design/ant-design/pull/43357) [@thinkasany](https://github.com/thinkasany) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 556673ee8d..200bd736f9 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -19,11 +19,11 @@ timeline: true `2023-07-19` -- ๐Ÿ’„ ่กฅๅ…จ Menu ไธป้ข˜ๅฎšๅˆถ tokenใ€‚[#43573](https://github.com/ant-design/ant-design/pull/43573) [@li-jia-nan](https://github.com/li-jia-nan) +- ๐Ÿ’„ ่กฅๅ…จ Menu ไธป้ข˜ๅฎšๅˆถ tokenใ€‚[#43576](https://github.com/ant-design/ant-design/pull/43576) - ๐Ÿž ไฟฎๅค QRCode ๅœจ Next.js 13 ไธญๆŠฅ้”™ `Can't resolve 'antd/lib/qr-code'` ็š„้—ฎ้ข˜ใ€‚[#43572](https://github.com/ant-design/ant-design/issues/43572) -- ๐Ÿž ไฟฎๅค antd ไธๆ”ฏๆŒๅœจ Next.js App Router ไธญไฝฟ็”จ็š„้—ฎ้ข˜๏ผŒๆŸฅ็œ‹[ไฝฟ็”จๆ–‡ๆกฃ](/docs/react/use-with-next#ไฝฟ็”จ-nextjs-็š„-app-router)ใ€‚[#43576](https://github.com/ant-design/ant-design/pull/43576) +- ๐Ÿž ไฟฎๅค antd ไธๆ”ฏๆŒๅœจ Next.js App Router ไธญไฝฟ็”จ็š„้—ฎ้ข˜๏ผŒๆŸฅ็œ‹[ไฝฟ็”จๆ–‡ๆกฃ](/docs/react/use-with-next#ไฝฟ็”จ-nextjs-็š„-app-router)ใ€‚[#43573](https://github.com/ant-design/ant-design/pull/43573) - ๐Ÿž ไฟฎๅค App.useApp ๆ–นๅผ่ฐƒ็”จ notification ็ป„ไปถๆ—ถ `placement` ๅฑžๆ€งไธ็”Ÿๆ•ˆ็š„้—ฎ้ข˜ใ€‚[#43522](https://github.com/ant-design/ant-design/pull/43522) [@Rajil1213](https://github.com/Rajil1213) -- ๐Ÿž ไฟฎๅค Checkbox ๅŒๆ—ถ้…็ฝฎ `checked` ๅ’Œ `indeterminate`` ๆ—ถๆฒกๆœ‰ๅฑ•็คบไธบ `indeterminate` ๆ ทๅผ็š„้—ฎ้ข˜ใ€‚[#43626](https://github.com/ant-design/ant-design/pull/43626) +- ๐Ÿž ไฟฎๅค Checkbox ๅŒๆ—ถ้…็ฝฎ `checked` ๅ’Œ `indeterminate` ๆ—ถๆฒกๆœ‰ๅฑ•็คบไธบ `indeterminate` ๆ ทๅผ็š„้—ฎ้ข˜ใ€‚[#43626](https://github.com/ant-design/ant-design/pull/43626) - ๐Ÿž ไฟฎๅค Form.Item ่ฎพ็ฝฎ `label=""` ๆ—ถๅž‚็›ดๆ–นๅ‘ๅฏน้ฝๅ็งป็š„้—ฎ้ข˜ใ€‚[#43614](https://github.com/ant-design/ant-design/pull/43614) - ๐Ÿž ไฟฎๅค Pagination ๅˆ†้กต้€‰ๆ‹ฉๅ™จๅผนๅฑ‚ๆŠ–ๅŠจ็š„้—ฎ้ข˜ใ€‚[#43556](https://github.com/ant-design/ant-design/pull/43556) - ๐Ÿž ไฟฎๅค Button ๅนฝ็ตๆŒ‰้’ฎ็ฆ็”จ็Šถๆ€ไธขๅคฑ็š„้—ฎ้ข˜ใ€‚[#43558](https://github.com/ant-design/ant-design/pull/43558) [@kiner-tang](https://github.com/kiner-tang)