antd 6.0.1
- Flex
- 🐞 Fix Flex cannot pass
0forflexproperty. #55829 @li-jia-nan - 🐞 Fix Flex cannot pass
0forgapproperty. #55803 @li-jia-nan
- 🐞 Fix Flex cannot pass
- Input
- 🐞 Fix Input
colorTexttoken does not work withfilledvariant without affix. #56019 @ug-hero - 🐞 Fix Input.OTP empty slots can be skipped when typing. #56001 @aojunhao123
- 🐞 Fix Input
- 🐞 Fix Anchor scroll problem when click same link rapidly. #55814 @tuzixiangs @tuzixiangs
- 🐞 Fix Button hover text color in
solidvariant. #55825 @andriib-ship-it - 🐞 Fix Cascader page scroll to top on first open with defaultValue. #55890 @tuzixiangs
- 🐞 Fix DatePicker
borderRadiusSMandborderRadiusLGtoken not working bug. #56018 @ug-hero - 🐞 Fix InputNumber text clipping bug with ColorPicker. #55966 @DDDDD12138
- 🐞 Fix Select text color for search input in dark mode. #55914 @divyeshagrawal
- 🐞 Fix Splitter failing to fill its container when the sum of panel proportions is not 1. #56025 @zombieJ
- 🐞 Fix Wave memory leak risk since RAF not clean up. #55962 @Copilot
- 🐞 Fix Modal/Image/Drawer that the
colorBgMasktoken does not take effect. #56031 @ug-hero - 💄 Fix ConfigProvider default not config
theme.hashedistruewhich will cause style conflict with multiple versions. #55880 @zombieJ - 💄 Fix Layout.Sider styles lost when zeroRuntime enabled. #55864 @wanpan11
- 🛠 MISC: Fix that could not build with pnpm
hoist: false. #55938 @afc163 - TypeScript
- 🤖 Fix ConfigProvider type missing for Table
classNameandstylesconfig. #55984 @meet-student - 🤖 Fix DatePicker props type definition. #55826 @divyeshagrawal
- 🤖 Fix ConfigProvider type missing for Table
- Flex
- 🐞 修复 Flex 的
flex属性不能设置为0的问题。#55829 @li-jia-nan - 🐞 修复 Flex 的
gap属性不能设置为0的问题。#55803 @li-jia-nan
- 🐞 修复 Flex 的
- Input
- 🐞 修复 Input
colorTexttoken 在无前后缀的filled变体下不工作的问题。#56019 @ug-hero - 🐞 修复 Input.OTP 在输入时可跳过空位的问题。#56001 @aojunhao123
- 🐞 修复 Input
- 🐞 修复 Anchor 快速点击同一链接时的滚动问题。#55814 @tuzixiangs @tuzixiangs
- 🐞 修复 Button 在
solid变体下悬浮态的文字颜色。#55825 @andriib-ship-it - 🐞 修复 Cascader 使用 defaultValue 时首次打开会滚动到页面顶部的问题。#55890 @tuzixiangs
- 🐞 修复 DatePicker
borderRadiusSM和borderRadiusLGtoken 未生效问题。#56018 @ug-hero - 🐞 修复 InputNumber 在 ColorPicker 中使用时文字被裁切的问题。#55966 @DDDDD12138
- 🐞 修复 Select 在深色模式下的搜索框文本颜色。#55914 @divyeshagrawal
- 🐞 修复 Splitter 在 Panel 总占比不为 1 时出现占不满的情况。 #56025 @zombieJ
- 🐞 修复 Wave 可能由于 RAF 未清理引发内存泄露的风险。#55962 @Copilot
- 🐞 修复 Modal/Image/Drawer 组件
colorBgMasktoken 不生效的问题。#56031 @ug-hero - 💄 修复 ConfigProvider 默认没有配置
theme.hashed为true,从而会导致多版本混用样式冲突的问题。#55880 @zombieJ - 💄 修复 Layout.Sider 在 zeroRuntime 开启时样式缺失的问题。#55864 @wanpan11
- 🛠 杂项:修复版本无法在 pnpm
hoist: false下通过 vite 编译。#55938 @afc163 - TypeScript
- 🤖 修复 ConfigProvider 的 Table
classNames及styles配置类型缺失的问题。#55984 @meet-student - 🤖 修复 DatePicker 多个属性的类型定义。#55826 @divyeshagrawal
- 🤖 修复 ConfigProvider 的 Table