yarn antd 5.23.0

3 days ago
  • 🔥 TreeSelect support maxCount to limit the maximum number of selections. #51759 @aojunhao123
  • 🔥 Modal width support responsive size. #51653 @zombieJ
  • 🔥 Splitter support lazy mode. #51557 @OysterD3
  • 🔥 Button color support full color palette. #51550 @OysterD3 Button Colors
  • 🆕 Button support loadingIcon to customize loading icon. #51758 @zhangchao-wooc
  • Menu
    • 🐞 Fix Menu extra font size and vertical align issue. #52217 @guoyunhe
    • 🆕 Menu add token subMenuItemSelectedColor to resolve submenu title color being overrided by itemSelectedColor. #52182 @afc163
  • 🆕 Semantic Props
    • 🆕 ConfigProvider support Empty semantic props classNames and styles. #52208 @thinkasany
    • 🆕 ConfigProvider support Popconfirm semantic props classNames and styles. #52126 @thinkasany
    • 🆕 ConfigProvider support Popover semantic props classNames and styles. #52110 @thinkasany
    • 🆕 ConfigProvider support Tooltip semantic props classNames and styles. #51872 @thinkasany
    • 🆕 ConfigProvider support Descriptions semantic props classNames and styles. #52120 @thinkasany
    • 🆕 ConfigProvider support Slider semantic props classNames and styles. #52185 @thinkasany
  • 🆕 Transfer support showSearch config defaultValue & placeholder. #52125 @EmilyyyLiu
  • 🆕 Calendar now supports showWeek prop. #52072 @afc163
  • 🆕 Mentions support onPopupScroll props. #51858 @OysterD3
  • 🆕 Card support bodyPaddingSM, headerPaddingSM, bodyPadding, headerPadding component token. #51762 @thinkasany
  • 🆕 ColorPicker presets support key prop. #51794 @li-jia-nan
  • 🆕 Cascader support optionSelectedColor token. #51769 @thinkasany
  • Tree
    • 🛠 Refactor Tree part code to Function Component for React 19 perf preparing. #52209 @li-jia-nan
    • 💄 Optimize Tree disabled & selected node display style. #52173 @EmilyyyLiu
  • 🐞 Fix Slider crash when tipFormatter is undefined. #52184 @thinkasany
  • 🐞 Fix Layout.Sider trigger style not correct. 46a8eff @Wxh16144
  • Table
    • 🐞 Fix Table fixed:right is not working in expandable. #52176 @afc163
    • 🐞 Fix Table sticky scrollbar not working in rtl direction. #52176 @afc163
  • 💄 Optimize Flex to always reset margin & padding for customize component. #52170 @li-jia-nan
  • 🐞 Fix DatePicker.RangePicker needConfirm sometime can switch panel without confirm. #52102 @Zyf665
  • 💄 Optimize Collapse focus styles and items border radius. #52086 @aojunhao123
  • ⌨️ Add Radio.Group default name prop to improve a11y. #52076 @aojunhao123
  • ⌨️ Input.Search add type=search by default. #52083 @Kaikiat1126
  • ⌨️ Improve Tabs focus style for keyboard operation. #52002 @aojunhao123
  • Segmented
  • 📦 MISC: Reduce bundle size by replacing @ctrl/tinycolor with @ant-design/fast-color. #52190 #52157 @aojunhao123
  • ⌨️ Adjust Input, InputNumber, Mentions, Textarea clear icon from span to button to improve a11y. #52180 @li-jia-nan
  • 🐞 MISC: Fix build error when using React 19. #52168 @zombieJ
  • TypeScript

  • 🔥 TreeSelect 新增 maxCount 属性以限制最大选择数量。#51759 @aojunhao123
  • 🔥 Modal width 支持响应式尺寸。#51653 @zombieJ
  • 🔥 Splitter 增加 lazy 模式。#51557 @OysterD3
  • 🔥 Button color 属性支持完整色板。#51550 @OysterD3 Button Colors
  • 🆕 Button 组件新增 loadingIcon 以自定义加载图标。#51758 @zhangchao-wooc
  • Menu
    • 🆕 Menu 新增 token subMenuItemSelectedColor,避免 itemSelectedColor 覆盖子菜单标题样式。#52182 @afc163
    • 🐞 修复 Menu extra 字体大小和垂直居中对齐问题。#52217 @guoyunhe
  • 🆕 语义化
    • 🆕 ConfigProvider 支持 Empty 组件语义化 classNamesstyles#52208 @thinkasany
    • 🆕 ConfigProvider 支持 Slider 组件语义化 classNamesstyles#52185 @thinkasany
    • 🆕 ConfigProvider 支持 Popconfirm 组件语义化 classNamesstyles#52126 @thinkasany
    • 🆕 ConfigProvider 支持 Popover 组件语义化 classNamesstyles#52110 @thinkasany
    • 🆕 ConfigProvider 支持 Tooltip 组件语义化 classNamesstyles#51872 @thinkasany
    • 🆕 ConfigProvider 支持 Descriptions 组件语义化 classNamesstyles#52120 @thinkasany
  • Tree
    • 🛠 重构 Tree 部分代码为 Function Component 以为 React 19 做更好性能准备。#52209 @li-jia-nan
    • 💄 优化 Tree disabledselected 节点状态下的颜色展示。#52173 @EmilyyyLiu
  • 🆕 Transfer 支持 showSearch 配置 defaultValueplaceholder#52125 @EmilyyyLiu
  • 🆕 Calendar 支持 showWeek 属性用于显示周数列。#52072 @afc163
  • 🆕 Mentions 新增 onPopupScroll 属性。#51858 @OysterD3
  • 🆕 Card 增加 bodyPaddingSMheaderPaddingSMbodyPaddingheaderPadding 组件 token。#51762 @thinkasany
  • 🆕 ColorPicker presets 支持传入 key#51794 @li-jia-nan
  • 🆕 Cascader 新增 optionSelectedColor token。#51769 @thinkasany
  • 🐞 修复 Layout.Sider trigger 样式不正确的问题。46a8eff @Wxh16144
  • Table
    • 🐞 修复 Table expandable 中设置 fixed:right 不生效的问题。#52176 @afc163
    • 🐞 修复 Table sticky 模式下水平固定滚动条在 rtl 模式下不生效的问题。#52176 @afc163
  • 💄 优化 Flex 使其在自定义渲染组件时总是重置 marginpadding 样式。#52170 @li-jia-nan
  • 🐞 修复 DatePicker.RangePicker needConfirm 模式偶尔在不确认仍然可以切换面板的问题。#52102 @Zyf665
  • 🐞 修复 Slider 当 tipFormatter 未定义时导致崩溃的问题。#52184 @thinkasany
  • 💄 优化 Collapse 聚焦样式以及折叠项圆角。#52086 @aojunhao123
  • ⌨️ 为 Radio.Group 添加默认 name 属性以提升无障碍体验。#52076 @aojunhao123
  • ⌨️ Input.Search添加默认 type=search 类型。#52083 @Kaikiat1126
  • ⌨️ 优化 Tabs 键盘操作时的焦点样式。#52002 @aojunhao123
  • Segmented
  • 📦 MISC: 用 @ant-design/fast-color 替换 @ctrl/tinycolor 以降低打包体积。#52190 #52157 @aojunhao123
  • ⌨️ 调整 Input、InputNumber、Mentions、Textarea 组件清除图标从 span 元素更改为 button 元素,提高了可访问性和交互性。#52180 @li-jia-nan
  • 🐞 MISC: 修复 React 19 下构建报错的问题。#52168 @zombieJ
  • TypeScript

Don't miss a new antd release

NewReleases is sending notifications on new releases.