mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00
chore: bump rc-image to 7.12.0 for rtl issue (#53593)
* chore: bump rc-image to 7.12.0 for rtl issue * docs: update changelog * test: update snapshot * update * update
This commit is contained in:
parent
66c56d0c21
commit
c3ed1a1bea
4 changed files with 6 additions and 4 deletions
|
@ -34,7 +34,7 @@ tag: vVERSION
|
|||
- 🐞 MISC: Fix custom token `colorIcon` not taking effect for some components. [#53511](https://github.com/ant-design/ant-design/pull/53511) [@dengfuping](https://github.com/dengfuping)
|
||||
- 🐞 Fix message/notification runtime dynamic configuration changes not taking effect. [#53579](https://github.com/ant-design/ant-design/pull/53579) [@Wxh16144](https://github.com/Wxh16144)
|
||||
- RTL
|
||||
- 💄 Fix counter element direction of Image and Input.TextArea in RTL mode. [#53530](https://github.com/ant-design/ant-design/pull/53530) [@aojunhao123](https://github.com/aojunhao123)
|
||||
- 💄 Fix counter element direction of Input.TextArea in RTL mode. [#53530](https://github.com/ant-design/ant-design/pull/53530) [@aojunhao123](https://github.com/aojunhao123)
|
||||
- 💄 Fix incorrect direction of left and right switch icons in Image.PreviewGroup in RTL mode. [#53525](https://github.com/ant-design/ant-design/pull/53525) [@aojunhao123](https://github.com/aojunhao123)
|
||||
|
||||
## 5.24.7
|
||||
|
|
|
@ -34,7 +34,7 @@ tag: vVERSION
|
|||
- 🐞 MISC: 修复自定义 token `colorIcon` 对部分组件不生效的问题。[#53511](https://github.com/ant-design/ant-design/pull/53511) [@dengfuping](https://github.com/dengfuping)
|
||||
- 🐞 修复 message/notification 运行时动态修改配置无法生效的问题。[#53579](https://github.com/ant-design/ant-design/pull/53579) [@Wxh16144](https://github.com/Wxh16144)
|
||||
- RTL
|
||||
- 💄 修复 Image 和 Input.TextArea 计数元素在 RTL 模式中的方向问题。[#53530](https://github.com/ant-design/ant-design/pull/53530) [@aojunhao123](https://github.com/aojunhao123)
|
||||
- 💄 修复 Input.TextArea 计数元素在 RTL 模式中的方向问题。[#53530](https://github.com/ant-design/ant-design/pull/53530) [@aojunhao123](https://github.com/aojunhao123)
|
||||
- 💄 修复 Image.PreviewGroup 在 RTL 模式下左右切换图标方向不正确的问题。[#53525](https://github.com/ant-design/ant-design/pull/53525) [@aojunhao123](https://github.com/aojunhao123)
|
||||
|
||||
## 5.24.7
|
||||
|
|
|
@ -73,7 +73,9 @@ exports[`Image Default Group preview props 1`] = `
|
|||
<div
|
||||
class="ant-image-preview-progress"
|
||||
>
|
||||
1 / 1
|
||||
<bdi>
|
||||
1 / 1
|
||||
</bdi>
|
||||
</div>
|
||||
<div
|
||||
class="ant-image-preview-operations"
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
"rc-drawer": "~7.2.0",
|
||||
"rc-dropdown": "~4.2.1",
|
||||
"rc-field-form": "~2.7.0",
|
||||
"rc-image": "~7.11.1",
|
||||
"rc-image": "~7.12.0",
|
||||
"rc-input": "~1.8.0",
|
||||
"rc-input-number": "~9.5.0",
|
||||
"rc-mentions": "~2.20.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue