Skip to content

antd 6.0.1

  • Flex
  • Input
    • 🐞 Fix Input colorText token does not work with filled variant without affix. #56019 @ug-hero
    • 🐞 Fix Input.OTP empty slots can be skipped when typing. #56001 @aojunhao123
  • 🐞 Fix Anchor scroll problem when click same link rapidly. #55814 @tuzixiangs @tuzixiangs
  • 🐞 Fix Button hover text color in solid variant. #55825 @andriib-ship-it
  • 🐞 Fix Cascader page scroll to top on first open with defaultValue. #55890 @tuzixiangs
  • 🐞 Fix DatePicker borderRadiusSM and borderRadiusLG token 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 colorBgMask token does not take effect. #56031 @ug-hero
  • 💄 Fix ConfigProvider default not config theme.hashed is true which 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

  • Flex
  • Input
    • 🐞 修复 Input colorText token 在无前后缀的 filled 变体下不工作的问题。#56019 @ug-hero
    • 🐞 修复 Input.OTP 在输入时可跳过空位的问题。#56001 @aojunhao123
  • 🐞 修复 Anchor 快速点击同一链接时的滚动问题。#55814 @tuzixiangs @tuzixiangs
  • 🐞 修复 Button 在 solid 变体下悬浮态的文字颜色。#55825 @andriib-ship-it
  • 🐞 修复 Cascader 使用 defaultValue 时首次打开会滚动到页面顶部的问题。#55890 @tuzixiangs
  • 🐞 修复 DatePicker borderRadiusSMborderRadiusLG token 未生效问题。#56018 @ug-hero
  • 🐞 修复 InputNumber 在 ColorPicker 中使用时文字被裁切的问题。#55966 @DDDDD12138
  • 🐞 修复 Select 在深色模式下的搜索框文本颜色。#55914 @divyeshagrawal
  • 🐞 修复 Splitter 在 Panel 总占比不为 1 时出现占不满的情况。 #56025 @zombieJ
  • 🐞 修复 Wave 可能由于 RAF 未清理引发内存泄露的风险。#55962 @Copilot
  • 🐞 修复 Modal/Image/Drawer 组件 colorBgMask token 不生效的问题。#56031 @ug-hero
  • 💄 修复 ConfigProvider 默认没有配置 theme.hashedtrue,从而会导致多版本混用样式冲突的问题。#55880 @zombieJ
  • 💄 修复 Layout.Sider 在 zeroRuntime 开启时样式缺失的问题。#55864 @wanpan11
  • 🛠 杂项:修复版本无法在 pnpm hoist: false 下通过 vite 编译。#55938 @afc163
  • TypeScript