- 🐞 Fix unable to close modal when using visible in
Modal.confirm().update
. #37471 @Aaron674092290 - 🐞 Fix esbuild strict mode call
No matching export theme
error. #37462 - 🐞 Fix Switch background flush issue by reverting #35103. #37458
- TypeScript
- 🤖 InputNumber
value
add null type. #37421 @li-jia-nan
- 🤖 InputNumber
- 🐞 修复
Modal.confirm().update({visible: true})
导致无法关闭 modal 的问题。#37471 @Aaron674092290 - 🐞 兜底修复 esbuild 严格模式构建时报
No matching export theme
错误。#37462 - 🐞 回滚 #35103 以修复 Switch 切换时背景闪烁的问题。#37458
- TypeScript
- 🤖 InputNumber
value
新增类型 null。#37421 @li-jia-nan
- 🤖 InputNumber