Skip to content

Releases: ant-design/ant-design

5.8.0

01 Aug 09:01
61176f5
Compare
Choose a tag to compare
  • 🔥 Component Token support algorithm to calculate derivative tokens same as global. #43810 @MadCcc
  • 🔥 Modal hooks function support await call. #43470
  • 🔥 ConfigProvider support wave to customize wave effect. #43784
  • 🆕 Form support getFieldsValue({ strict: true }) to support only Item bind values. #43828
  • 🆕 Descriptions support items prop. #43483 @RedJue
  • 🆕 ColorPicker support disabledAlpha prop. #43355 @RedJue
  • 🆕 Avatar.Group support shape prop. #43817 @li-jia-nan
  • 🆕 AutoComplete/Cascader/DatePicker/Input.Textarea/TimePicker/TreeSelect support allowClear prop to customize clear button。#43582 @kiner-tang
  • 🆕 RangePicker presets support callback functions. #43476 @Wxh16144
  • 🆕 Added the preview={{ movable: Boolean }} prop to the Image component to support dragging and dropping into folders. #43823 @linxianxi
  • 🆕 Slider tooltip support autoAdjustOverflow prop. #43788
  • 🆕 Added the selectionsIcon property to the Transfer component to support custom icons for the dropdown menu. #43773 @li-jia-nan
  • 🗑 Select, Tree-Select and Cascader deprecated showArrow prop. Now suffix arrow should be configured with suffixIcon. #43520 @MuxinFeng
  • 🐞 Optimized the import method for @ant-design/icons to avoid importing all icons. #43915 @ssxenon01
  • 🐞 Fix Anchor not trigger getCurrentAnchor when scroll. #43916
  • 🐞 Fix Tooltip hover not trigger on disabled element. #43872
  • 🐞 Fix ColorPicker not calling onChangeComplete callback when changing value. #43867 @RedJue
  • 🐞 Fix Modal.confirm locale setting were reset. #43277 @Yuiai01
  • 🐞 Fix Slide description info and slider handle overlap issue. #43780 @Wxh16144
  • 🐞 Fix InputNumber handler style in large size. #43875 @yee94
  • 🐞 Fix Select popup flip position motion not correct. #43764
  • 💄 Optimized the design of icons including CloseCircleFilled/CloseSquareFilled/CloseOutlined/CloseCircleOutlined/CloseSquareOutlined/ExportOutlined/ImportOutlined. 824500
  • 💄 Fix when using with other component libraries that use @ant-design/cssinjs, antd styles will always be inserted at the top to avoid style override issues caused by loading order. #43847
  • 💄 Optimize message and notification to not to extract style in SSR. #43808
  • ⌨️ Fix Select aria-activedescendant didn't conform to valid value. #43800
  • ⌨️ Fix Layout.Header accessibility role. #43749 @khalibloo
  • TypeScript
    • 🤖 Form.Item support for generic pairs name props verification. #43904 @crazyair

  • 🔥 组件 Token 支持配置 algorithm 参数,添加配置即可像全局 Token 一样由部分修改的 token 计算派生 token 的值并用于组件样式中。#43810 @MadCcc
  • 🔥 Modal hooks 方法支持 await 调用。#43470
  • 🔥 ConfigProvider 支持 wave 配置以自定义水波纹效果。#43784
  • 🆕 Form 新增 getFieldsValue({ strict: true }) 以支持获取仅通过 Item 绑定的字段。#43828
  • 🆕 Descriptions 支持 items 属性。#43483 @RedJue
  • 🆕 ColorPicker 支持 disabledAlpha 属性。#43355 @RedJue
  • 🆕 Avatar.Group 支持设置 shape 属性。#43817 @li-jia-nan
  • 🆕 AutoComplete/Cascader/DatePicker/Input.Textarea/TimePicker/TreeSelect 组件均已支持通过 allowClear.clearIcon 属性自定义清除按钮。#43582 @kiner-tang
  • 🆕 RangePicker presets 属性支持回调函数。#43476 @Wxh16144
  • 🆕 Image 新增 preivew={{ movable: Boolean }} 属性以支持可拖拽到文件夹。#43823 @linxianxi
  • 🆕 Slider tooltip 支持配置 autoAdjustOverflow 属性。#43788
  • 🆕 Transfer 组件新增 selectionsIcon 属性以支持自定义下拉菜单图标。#43773 @li-jia-nan
  • 🗑 Select、Tree-Select 和 Cascader 组件废弃 showArrow 属性,可由 suffixIcon 统一配置。#43520 @MuxinFeng
  • 🐞 优化 @ant-design/icons 导入写法以避免 Tree Shaking 在 Next.js 中失效的问题。#43915 @ssxenon01
  • 🐞 修复 Anchor 在滚动时无法触发 getCurrentAnchor 的问题。#43916
  • 🐞 修复 Tooltip hover 时无法在 disabled 元素上触发的问题。#43872
  • 🐞 修复 ColorPicker 在更改值时未调用 onChangeComplete 回调的问题。#43867 @RedJue
  • 🐞 修复 Modal.confirmlocale 设置被重置的问题。#43277 @Yuiai01
  • 🐞 修复 Slider 中描述信息和滑块手柄重叠问题。#43780 @Wxh16144
  • 🐞 修复 Select 弹出框翻转时动画不正确的问题。#43764
  • 🐞 修复 InputNumber 在圆角不同下的样式异常。#43875 @yee94
  • 💄 优化了 CloseCircleFilled/CloseSquareFilled/CloseOutlined/CloseCircleOutlined/CloseSquareOutlined/ExportOutlined/ImportOutlined 等图标的设计。824500
  • 💄 修复和其他使用 @ant-design/cssinjs 的组件库混合使用,antd 的样式总是会插入在最前面,以避免加载顺序导致的样式覆盖问题。#43847
  • 💄 优化 message 和 notification 渲染逻辑,现在在 SSR 环境下不会导出样式。#43808
  • ⌨️ 修复 Select aria-activedescendant 缺少有效值的问题。#43800
  • ⌨️ 修复 Layout.Header a11y role 属性。#43749 @khalibloo
  • TypeScript

5.7.3

24 Jul 15:14
2f520ca
Compare
Choose a tag to compare
  • 🐞 Fix Adjust the positioning of the Tour to be centered when the target is null. #43694 @linxianxi
  • 💄 Fix Watermark style issue in dark theme. #43754
  • 🐞 Fix Button missing part React.ButtonHTMLAttributes issue. #43716
  • 💄 Watermark use Design Token to support dark theme. #43754
  • TypeScript

  • 🐞 修复 Tour 当 targetnull 时弹出位置不居中的问题。#43694 @linxianxi
  • 🐞 修复 Button 丢失部分 React.ButtonHTMLAttributes 定义的问题。#43716
  • 💄 Watermark 将固定的颜色替换成 Design Token 以适应暗黑主题。#43754
  • TypeScript

5.7.2

20 Jul 13:17
cd142be
Compare
Choose a tag to compare
  • 💄 Fix Menu miss hover style issue. #43656 @MadCcc
  • 🐞 Fix Notification throwPurePanel definition missing error. #43687 @li-jia-nan
  • 🐞 Fix Button onClick missing event definition. #43666
  • 🐞 Fix Input and InputNumber align issue. #43548 @bbb169
  • 🐞 Fix DatePicker suffix use wrong token. #43646 @MadCcc
  • 🐞 Fix Steps with clickable can not trigger by keyboard. #43644
  • TypeScript
    • 🤖 Remove Button type ghost from TS definition. #43675

  • 💄 修复 Menu 组件悬浮态样式丢失的问题。#43656 @MadCcc
  • 🐞 修复 Notification 报错 PurePanel 定义未找到的问题。#43687 @li-jia-nan
  • 🐞 修复 Button onClick 事件丢失 event 定义的问题。#43666
  • 🐞 修复 Input 和 InputNumber 行内对齐问题。#43548 @bbb169
  • 🐞 修复 DatePicker 后缀颜色使用 token 不当的问题。#43646 @MadCcc
  • 🐞 修复 Steps 配置可点击时不能通过键盘操作的问题。#43644
  • TypeScript
    • 🤖 移除 Button 无用的 type="ghost" 属性定义。#43675

5.7.1

19 Jul 04:50
614228a
Compare
Choose a tag to compare
  • 💄 Migrate Component Token of Menu from 4.x less variables. #43576
  • 🐞 Fix QRCode throws Can't resolve 'antd/lib/qr-code' in Next.js 13. #43572
  • 🐞 Fix that antd components usage in Next.js App Router, check the documentation. #43573 @li-jia-nan
  • 🐞 Fix InputNumber Phantom dependency issue: Cannot find module 'rc-component/mini-decimal'. #43635
  • 🐞 Fix Checkbox both set checked and indeterminate prop will not show as indeterminate style. #43626
  • 🐞 Fix Form.Item set label="" will break the line align. #43614
  • 🐞 Fix notification placement not being respected when passed via App component. #43522 @Rajil1213
  • 🐞 Fix Pagination jumpy page size select when search in it. #43556
  • 🐞 Fix Button disabled style is missing when use with the deprecated usage of type="ghost". #43558 @kiner-tang
  • 🐞 Fix Tag extra margin when there is only icon inside it. #43518 @Yuiai01
  • 🐞 Fix ColorPicker that status style is missing inside Form.Item. #42880 @RedJue
  • TypeScript

  • 💄 补全 Menu 主题定制 token。#43576
  • 🐞 修复 QRCode 在 Next.js 13 中报错 Can't resolve 'antd/lib/qr-code' 的问题。#43572
  • 🐞 修复 antd 不支持在 Next.js App Router 中使用的问题,查看使用文档#43573
  • 🐞 修复 InputNumber 幽灵依赖报错 Cannot find module 'rc-component/mini-decimal'#43635
  • 🐞 修复 App.useApp 方式调用 notification 组件时 placement 属性不生效的问题。#43522 @Rajil1213
  • 🐞 修复 Checkbox 同时配置 checkedindeterminate 时没有展示为 indeterminate 样式的问题。#43626
  • 🐞 修复 Form.Item 设置 label="" 时垂直方向对齐偏移的问题。#43614
  • 🐞 修复 Pagination 分页选择器弹层抖动的问题。#43556
  • 🐞 修复 Button 幽灵按钮禁用状态丢失的问题。#43558 @kiner-tang
  • 🐞 修复 Tag 仅传入 icon 时渲染多余间距的问题。#43518 @Yuiai01
  • 🐞 修复 ColorPicker 不跟随表单校验状态改变 UI 的问题。#42880 @RedJue
  • TypeScript

5.7.0

11 Jul 14:59
36f195d
Compare
Choose a tag to compare
  • 🆕 ConfigProvider now supports className and style properties for all components. Thanks to @Yuiai01, @li-jia-nan, @MuxinFeng for their contributions.
  • 🆕 Badge now supports classNames and styles properties. #43245 @li-jia-nan
  • 🆕 ColorPicker now supports new features such as showText, destroyTooltipOnHide, onChangeComplete, panelRender and size.
  • 🆕 Alert, Drawer, Modal, Notifaction, Tag, Tabs now support hiding the close button by setting closeIcon to null or false. #42828 @kiner-tang
  • 🆕 Image supports imageRender, toolbarRender attributes to support custom rendering of preview images and toolbars, also supports new props such as onTransform, minScale, maxScale. Image.PreviewGroup supports items attribute to pass in list data, and fixes that the native attributes of the img tag are not passed to preview images The problem. #43075 @linxianxi
  • 🆕 Modify the layout style of the Image preview, the preview attribute supports closeIcon, Image.PreviewGroup supports the fallback attribute, and fixes the problem of loading preview resources in advance. #43167 @linxianxi
  • 🆕 Changed the layout style, Preview now supports closeIcon, PreviewGroup now supports fallback, and fixed an issue where preview resources would be loaded at the beginning.#43167 @linxianxi
  • 🛠 InputNumber was refactored to use rc-input. #43000 @muxin
  • 🛠 Resolved Circular dependency issue in vite, rollup, meteor and microbundle. #42750. Thanks to @jrr997, @kiner-tang and @MuxinFeng for their contributions.
  • 🐞 Remove default values (empty string) of className prop in Anchor, CollapsePanel, and Input.Group. #43481 @thinkasany
  • 🐞 Fix Upload progress bar missing fade motion. #43471
  • 🐞 Added warning for deprecated Token colorItemBgSelected in Menu.#43461 @MadCcc
  • 🐞 Fixed an issue where some browsers had scroll bars that were not redrawn when style feature support was detected.#43358 @LeeeeeeM
  • 🐞 Fixed an issue where the Tab component of Card would not be displayed at all when tabList is empty.#43416 @linxianxi
  • 🐞 Fixed an issue where the `form.validateMessages`` configuration would be lost when using ConfigProvider nestedly.#43239 @Wxh16144
  • 🐞 Fixed an issue where the ripple effect of Tag click would sometimes be offset from the Tag element.#43402
  • 🐞 Fixed an issue where clicking "now" in DatePicker when switching to the year-month panel would not work.#43367 @Yuiai01
  • 🐞 Fixed an issue where the height set for the TextArea component would become invalid when the screen size changed.#43169 @MadCcc
  • 💄 In Slider, the tooltip should be centered when there is little content. #43430 @Jomorx
  • 💄 Added colorLink to the seed token, and colorLinkHover and colorLinkActive will be calculated from colorLink.#43183 @MadCcc
  • 💄 Adjusted some tokens in Slider to component tokens. #42428 @heiyu4585 RTL#42428 @heiyu4585
  • RTL
    • 🤖 Progress now supports animations in rtl direction.#43316 @Yuiai01
  • TypeScript

  • 🆕 ConfigProvider 支持所有组件的 classNamestyle 属性控制。感谢 @Yuiai01@li-jia-nan@MuxinFeng 的贡献。
  • 🆕 Badge 支持 classNames 属性和 styles 属性。#43245 @li-jia-nan
  • 🆕 ColorPicker 支持 showTextdestroyTooltipOnHideonChangeCompletepanelRendersize 等新特性。
  • 🆕 Alert、Drawer、Modal、Notifaction、Tag、Tabs 均已支持通过设置 closeIcon 为 null 或 false 隐藏关闭按钮。 #42828 @kiner-tang
  • 🆕 Anchor 添加 replace 属性。#43006 @ds1371dani
  • 🆕 Image 支持 imageRendertoolbarRender 属性以支持预览图和工具栏的自定义渲染,还支持了 onTransformminScalemaxScale 等新属性,Image.PreviewGroup 支持 items 属性传入列表数据,并修复了 img 标签的原生属性没有传递给预览图的问题。#43075 @linxianxi
  • 🆕 修改 Image 预览图的布局风格,preview 属性支持 closeIcon,Image.PreviewGroup 支持 fallback 属性,修复加载预览资源提前加载的问题。#43167 @linxianxi
  • 🛠 InputNumber 使用 rc-input 进行重构。#43000 @muxin
  • 🛠 解决 vite、rollup、meteor、microbundle 等构建工具中遇到的循环依赖问题,并增加相关的检测。#42750,感谢 @jrr997@kiner-tang@MuxinFeng 的贡献。
  • 🐞 移除 Anchor/CollapsePanel/Input.Group 组件中 className 属性的默认值(空字符串)。 #43481 @thinkasany
  • 🐞 修复 Upload 上传进度条延迟消失且丢失动画效果的问题。#43471
  • 🐞 为 Menu 中组件 Token colorItemBgSelected 添加废弃警告。#43461 @MadCcc
  • 🐞 修复样式特性支持检测时部分浏览器因为未重绘导致出现滚动条的问题。#43358 @LeeeeeeM
  • 🐞 修复 Card tabList 为空时 Tab 完全不展示的问题。#43416 @linxianxi
  • 🐞 修复 ConfigProvider 嵌套使用时,form.validateMessages 配置会丢失的问题。#43239 @Wxh16144
  • 🐞...
Read more

5.6.4

03 Jul 07:08
d5f5998
Compare
Choose a tag to compare
  • Form
    • 🐞 Fix onFieldsChange event will still be triggered incorrectly when the field is not configured with rules when the Form is submitted. #43290
    • 🐞 Fix the problem that the warning message that name is empty is falsely reported when the name of Form.List is 0. #43199 @Yuiai01
  • 🐞 Fix the Badge color attribute does not take effect. #43304
  • 🐞 Fix the position of Select clear icon when FormItem sets hasFeedback. #43302 @tinyfind
  • 🐞 Fix Transfer paging drop-down button is hidden and showSizeChanger method is invalid. #41906 @Yuiai01
  • 🐞 Fix the invalid modification of colorText and fontSize of Popconfirm component. #43212 @MadCcc
  • 🐞 Fix the problem that deleting files after Upload configures maxCount will not trigger onChange. #43193
  • 💄 Fix Button disabled style error when it has link or href attribute. #43091 @BoyYangzai
  • TypeScript
    • 🤖 Optimize Breadcrumb params type and support generics. #43211
    • 🤖 Optimize Breadcrumb params type and support generics. #43257 @thinkasany
    • 🤖 Remove redundant number type from Button loading. #43256 @thinkasany
    • 🤖 Transparently pass Cascader optionType generic. #43231 @ZWkang

  • Form
    • 🐞 修复 Form 在提交时,字段没有配置 rules 时仍会错误触发 onFieldsChange 事件的问题。#43290
    • 🐞 修复 Form.List 的 name 为 0 时误报 name 为空的警告信息的问题。#43199 @Yuiai01
  • 🐞 修复 Badge color 属性不生效的问题。#43304
  • 🐞 修复 Select 组件的消除图标在 FormItem 设置 hasFeedback 时的位置问题。#43302 @tinyfind
  • 🐞 修复 Transfer 分页下拉按钮被隐藏以及 showSizeChanger 方法无效。#41906 @Yuiai01
  • 🐞 修复 Popconfirm 组件 colorTextfontSize 修改无效的问题。#43212 @MadCcc
  • 🐞 修复 Upload 配置 maxCount 后删除文件不会触发 onChange 的问题。#43193
  • 💄 修复 Button 在有 linkhref 属性时禁用样式错误。#43091 @BoyYangzai
  • TypeScript

4.24.12

30 Jun 07:58
2afbf67
Compare
Choose a tag to compare
  • 🐞 Fix Form submit trigger wrong onFieldsChange event even all the fields do not config rules. #43292
  • 🐞 Fix Form.List nested Form event bubble not correct. #43292

  • 🐞 修复 Form 在提交时,字段没有配置 rules 时仍会错误触发 onFieldsChange 事件的问题。#43292
  • 🐞 修复 Form 嵌套 Form.List 嵌套 Form 的场景下,事件触发不正确的问题。#43292

4.24.11

27 Jun 06:13
2269b8e
Compare
Choose a tag to compare
  • 🆕 Drawer panel support event listener. #42712 @kiner-tang
  • 🐞 Fix Upload onChange sometime not sync when in React 18. #43200
  • 🐞 Fix Notification cannot hide close icon by closeIcon={null}. #42791
  • 🐞 Fix Drawer id was passed in incorrectly, and now is always added to the popup panel. #43124 @MuxinFeng
  • 🐞 Fix InputNumber with prefix abnormal height under Form.Item of hasFeedBack. #43048
  • 🐞 Fix Popover with getPopupContainer sometime makes width too narrow. #42697
  • 🐞 Fix Select will display the letter A under some circumstances. #42654 @tchen-l
  • 🐞 Fix ConfigProvider that import useless modules from rc-field-form when importing FormProvider . #42502 @BanShan-Alec
  • 🐞 Fix Popconfirm trigger onVisibleChange twice. #42351
  • 🐞 Fix Form onFieldsChange missing validating status change. #42263
  • 🐞 Fix Popover that display empty div when title and content is null. 19f8505 @MaHui
  • 🐞 Fix Upload disabled logic. #42143 @Wxh16144
  • 🐞 Fix RangePicker wrong panel position under some circumstances. #43179 @cooljser
  • 🐞 Fix ConfigProvider makes Form component in the bundle even not use it. #43207 @yoyo837
  • 💄 Optimize Spin style to keep height of container the same as child element. #42163 @cheapCoder

  • 🆕 Drawer 组件面板支持事件监听。#42712 @kiner-tang
  • 🐞 修复 Upload 在 React 18 下 onChange 有时数据不正确的问题。#43200
  • 🐞 修复 Notification 设置 closeIcon={null} 时关闭图标没有消失的问题。#42791
  • 🐞 修复 Drawer id 传入位置不正确的问题,现在始终会添加至弹出面板上。#43124 @MuxinFeng
  • 🐞 修复 InputNumber 带有 prefix 时在 Form.Item hasFeedBack 内高度异常的问题。#43048
  • 🐞 修复 Popover 设置 getPopupContainer 后,某些时候宽度会过窄的问题。#42697
  • 🐞 修复 Select 在某些情况下会显示字母 A 的问题。#42654 @tchen-l
  • 🐞 修复 ConfigProvider 引入 FormProvider 时,错误引入 'rc-field-form' 其他的无关依赖的问题。#42502 @BanShan-Alec
  • 🐞 修复 Popconfirm 的 onVisibleChange 会重复触发的问题。#42351
  • 🐞 修复 Form onFieldsChange 丢失一次 validating 状态变更的更新事件。#42263
  • 🐞 修复 Popover 组件当 titlecontent 都为空时展示空气泡的问题19f8505 @MaHui
  • 🐞 修复 Upload 禁用状态逻辑。#42143 @Wxh16144
  • 🐞 修复 RangePicker 在某些情况下面板打开未知不正确的问题。#43179 @cooljser
  • 🐞 修复使用 ConfigProvider 会导致未使用的 Form 组件也被打包的问题。#43207 @yoyo837
  • 💄 优化 Spin 样式,保持容器与子元素图标高度一致。#42163 @cheapCoder

5.6.3

25 Jun 09:52
9b6bec1
Compare
Choose a tag to compare
  • BreadCrumb
  • 🐞 Fix Slider disabled state within Form. #43142 @Starpuccino
  • 🐞 Fix Form that label offset does not work in vertical mode. #43155 @kiner-tang
  • 🐞 Fix Table open filter popup throw react ref warning. #43139
  • 🐞 Fix Transfer with rowKey makes item unselectable. #43115
  • 🐞 Fix Space size priority when using with other components #42752 @linxianxi
  • 🐞 Fix QRCode color in dark mode. #43162 @ds1371dani
  • 💄 Fix Select option unexpected margin when using with Badge and Tag. #43097 @Yuiai01
  • TypeScript

  • BreadCrumb
    • 🐞 修复 BreadCrumb 传递 dropdownProps 不生效的问题。#43151 @linxianxi
    • 🛠 优化 BreadCrumb 处理 titlenull 时的行为。#43099 @Asanio06
  • 🐞 修复 Slider 在 Form 内部时的禁用状态。#43142 @Starpuccino
  • 🐞 修复 Form 标签偏移值在垂直布局中不生效的问题。#43155 @kiner-tang
  • 🐞 修复 Table 打开筛选面板会报 react ref 错误警告信息。#43139
  • 🐞 修复 Transfer 配置 rowKey 后无法选中的问题。#43115
  • 🐞 修复 Space 与其他组件搭配使用时的 size 优先级#42752 @linxianxi
  • 🐞 修复 QRCode 在暗黑模式下的颜色。#43162 @ds1371dani
  • 💄 修复 Select 选项使用 Badge 和 Tag 时底部存在意外边距的问题。#43097 @Yuiai01
  • TypeScript

5.6.2

19 Jun 03:42
c3372d6
Compare
Choose a tag to compare
  • 🐞 Fix Dropdown with autoFocus not work as expect. #43002 @Yuiai01
  • 🐞 Fix InputNumber with prefix abnormal height under Form.Item of hasFeedBack. #43049
  • 💄 Fix Input and InputNumber disabled style with addons. #42974 @kampiu
  • 🐞 Fix Upload trigger extra onChange event when upload the file exceeds maxCount. #43034
  • 🐞 Fix export bundle size always contain rc-field-form even not use it. #43023
  • 🐞 Fix DatePicker disabledTime sometime can select disabled option. #42991 @linxianxi
  • 📖 Add FloatButton controlled demo and patch related warning info. #42835 @poyiding
  • 🐞 Fix Button with disabled still can interactive with sub component. #42949 @kiner-tang
  • 🐞 Drawer add max width to avoid exceed in small screen. #42914 @amir2mi
  • 🐞 Fix Table preserveSelectedRowKeys not working when checkStrictly configured. #42784 @linxianxi
  • 🐞 Fix Transfer select count not sync when dynamic update data. #42785 @BoyYangzai
  • 🐞 Fix Radio.Button title not work and update typescript definition. #43012 @linxianxi

  • 🐞 修复 Dropdown 配置 autoFocus 无效的问题。#43002 @Yuiai01
  • 🐞 修复 InputNumber 设置 prefix 在 Form.Item hasFeedBack 内高度异常的问题。#43049
  • 💄 修复 Input 和 InputNumber 禁用状态样式。#42974 @kampiu
  • 🐞 修复 Upload 配置 maxCount 后,上传超出范围的文件仍然会触发 onChange 事件的问题。#43034
  • 🐞 修复打包时即便没有使用 rc-field-form 包仍然会包含它的问题。#43023
  • 🐞 修复 DatePicker 动态设置 disabledTime 时值不正确的问题。#42991 @linxianxi
  • 📖 补充 FloatButton 受控实例,并添加对应的 warning 提示。#42835 @poyiding
  • 🐞 修复 Button 禁用时子节点仍然可以交互的问题。#42949 @kiner-tang
  • 🐞 Drawer 添加最大宽度以防止在小屏幕下超出的问题。#42914 @amir2mi
  • 🐞 修复 Table 设置 checkStrictly 时,preserveSelectedRowKeys 无效的问题。#42784 @linxianxi
  • 🐞 修复 Transfer 在动态变更数据时,展示的选中数不同步的问题。#42785 @BoyYangzai
  • 🐞 修复 Radio.Button title 属性不生效,并补齐对应定义。#43012 @linxianxi