Skip to content
- 🐞 Fix where Image sets
z-index abnormally in nested Modal. #46035
- 🐞 Fix Button that disabled link button should not have navigate options when right click. #46021
- Card
- 🛠 Refactor the Card internal method
getAction into a function component. #46032
- 🐞 Fix the problem of Card warning
invalid annotation in Rollup. #46024
- TypeScript
- 🤖 Export the type definition for the
required property of the Radio and Checkbox components. #46028 @nnmax
- 🐞 修复 Image 在嵌套 Modal 中设置
z-index 异常的问题。#46035
- 🐞 修复 Button 禁用的链接按钮右键点击时会有打开新链接选项的问题。#46021
- Card
- 🛠 把 Card 内部方法
getAction 重构为函数组件。#46032
- 🐞 解决 Card 在 Rollup 中会警告
invalid annotation 的问题。#46024
- TypeScript