Skip to content
- 🐞 Fixed the bug that
Tooltip can not be triggered by Icon. #12005
- 🐞 Fixed the bug that
InputNumber shows wrong UP icon. #12035
- 🐞 Fixed the bug that
Modal shows no icon in error confirm. #12026
- 🐞 Fixed the bug that the icon is misaligned in
Popconfirm. #12026
- 🐞 Fixed the but that the icons are misaligned in
Card's Actions panel. #12016
- 🐞 Fixed that the icons in
Form, Alert, TimePicker have wrong theme. #12016
- 🐞 Fixed that the icons are set to have 90deg rotation in the
header property in Collapse. #12016
- 🐞 FIxed the issue that there are still old icons in some production environments. #12016 8b82f14
- 🐞 Fixed the bug that the new static method
Icon.createFromIconFontCN({...}) doesn't work and gives a warning. #12013
- 🐞 修复
Icon 组件在被 Tooltip 组件包裹时,无法显示 Tooltip 内容的问题。#12005
- 🐞 修复
InputNumber 组件的向上图标显示不正常的问题。#12035
- 🐞 修复
Modal 组件的错误确认框不显示图标的问题。#12026
- 🐞 修复
Popconfirm 组件中的图标显示位置不正确的问题。#12026
- 🐞 修复
Card 组件中的 Actions 图标显示位置不正确的问题。#12016
- 🐞 修复
Form、Alert、TimePicker 等组件图标主题风格不正确的问题。#12016
- 🐞 修复
Collapse 组件中的 header 中的图标会顺时针旋转 90 度的问题。#12016
- 🐞 修复在特定部署环境中,新旧图标会同时出现的问题。#12016 8b82f14
- 🐞 修复使用
Icon.createFromIconFontCN({...}) 方法失效并报错的问题。#12013