Skip to content

5.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 08:11
· 2290 commits to master since this release
1a29069
  • 🔥 New Component ColorPicker. #41990 @RedJue
  • 🆕 Add DatePicker.generateCalendar and Calendar.generateCalendar custom date component method, no need to import from module path. #41773
  • 💄 Optimize the style of Select, TreeSelect, Cascader multi-selection mode, remove the Tag border. #41480
  • 🆕 Form validateFields support validateOnly to not to update UI status. #42273
  • 🆕 DatePicker support changeOnBlur to trigger change event without clicking confirm. #42168
  • 🆕 Cascader options support disableCheckbox prop. #42024 @BoyYangzai
  • 🆕 Popconfirm add onPopupClick prop. #42272 @bolosea
  • 🆕 QRCode add bgColor prop to set background color. #42214 @bolosea
  • 🆕 Table.Summary.Row component add onClick prop. #42175 @Ylg12345
  • 🆕 Space support ref. #42266 @RedJue
  • 🆕 The size of Tab defaults to inherit Card. #42183 @huangkairan
  • ConfigProvider
    • 🐞 Fix ConfigProvider size prop not work on Pagination. #42206
    • 🐞 Fix ConfigProvider size prop not work on Steps. #42278 @wanghui2021
    • 🐞 Fix ConfigProvider size prop not work on Descriptions. #42244 @wanghui2021
    • 🐞 Fix the size is not inherited from ConfigProvider when the componentSize is set. #42199 @Ec-tracker
  • 🐞 Fix then icon styles for Input are incorrect in Space Compact mode. #42167 @pengyw97
  • 🐞 Fix Popover display empty div when title and content is null. #42217 @hairgc
  • 🐞 Fix the error that Circle Progress does not set size. #41875 @notzheng
  • 🐞 Fix Progress throws warning findDOMNode is deprecated in StrictMode. #42241 @BoyYangzai
  • 💄 Fix the problem that the InputNumber out of range style does not take effect. #42250 @pengyw97
  • 💄 Fix the problem that Divider cannot be displayed normally due to the overwriting of the dashed line style in the vertical direction. #40418 @buqiyuan
  • 💄 Adjust Tooltip motion that will auto detect best match transform origin. #42225
  • 💄 keep Checkbox.Group style the same as v4. #42103 @BoyYangzai
  • 💄 Improve the style when the Menu overflowed. #42294 @dhalenok
  • 💄 Improve the Segmented mouse active style. #42249
  • 🤖 Spin add warning if use tip when not in nest pattern. #42293
  • 🤖 Component Token name canonicalization. #42184
  • TypeScript
    • 🤖 Optimize the type definition of Tag. #42235 @gaoqiiii
    • 🤖 Optimize Notification getContainer type definition. #40206 @leshalv
    • 🤖 Improved support for generics MenuItemType and MenuItemProps in the Menu component. #42240 @yangyuanxx
  • Locales

  • 🔥 新增颜色选择器组件。#41990 @RedJue
  • 🆕 新增 DatePicker.generateCalendarCalendar.generateCalendar 自定义日期库组件方法,不再需要通过路径引入使用。#41773
  • 💄 优化 Select、TreeSelect、Cascader 多选模式下的样式,去除标签的边框。#41480
  • 🆕 Form validateFields 支持 validateOnly 配置仅做校验而不改变 UI 状态。#42273
  • 🆕 DatePicker 支持 changeOnBlur 以允许不点击确认按钮,在失去焦点时也能触发 change 事件。#42168
  • 🆕 Cascader options 支持 disableCheckbox 在多选时禁用勾选框。#42024 @BoyYangzai
  • 🆕 Popconfirm 新增 onPopupClick 属性。#42272 @bolosea
  • 🆕 QRCode 新增 bgColor 属性设置背景色。#42214 @bolosea
  • 🆕 Table.Summary.Row 组件增加 onClick 属性。#42175 @Ylg12345
  • 🆕 Space 新增支持 ref。#42266 @RedJue
  • 🆕 Tab 新增默认继承 Card 的 size#42183 @huangkairan
  • ConfigProvider
    • 🐞 修复 ConfigProvider size 对 Pagination 无效的问题。#42206
    • 🐞 修复 ConfigProvider size 对 Steps 无效的问题。#42278 @wanghui2021
    • 🐞 修复 ConfigProvider size 对 Descriptions 无效的问题。#42244 @wanghui2021
    • 🐞 修复当 ConfigProvider 中 componentSize 被设定时, Space.Compact 没有继承的问题。#42199 @Ec-tracker
  • 🐞 修复 Input 在 Space.Compact 下使用图标的样式错误。#42167 @pengyw97
  • 🐞 修复当 titlecontent 属性均为空值时,Popover 组件展示空白气泡的问题。#42217 @hairgc
  • 🐞 修复 Circle Progress 未设置 size 的报错问题。#41875 @notzheng
  • 🐞 修复 Progress 抛出的警告 findDOMNode is deprecated in StrictMode#42241 @BoyYangzai
  • 💄 修复 InputNumber 超出范围样式不生效的问题。#42250 @pengyw97
  • 💄 修复 Divider 在垂直方向虚线样式被覆盖导致无法正常显示的问题。#40418 @buqiyuan
  • 💄 调整 Tooltip 动画,现在弹出位置会动态从箭头方向弹出。#42225
  • 💄 调整 Checkbox.Group 样式风格与 v4 保持一致。#42103 @BoyYangzai
  • 💄 完善 Menu 溢出时样式。#42294 @dhalenok
  • 💄 完善 Segmented 鼠标 active 样式。#42249
  • 🤖 Spin 添加在非嵌套下使用 tip 的警告提示。#42293
  • 🤖 组件 Token 名称规范化。#42184
  • TypeScript
  • 国际化