Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies (major) #387

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) 4.24.16 -> 5.17.0 age adoption passing confidence
axios (source) 0.28.1 -> 1.6.8 age adoption passing confidence
react (source) 17.0.2 -> 18.3.1 age adoption passing confidence
react-dom (source) 17.0.2 -> 18.3.1 age adoption passing confidence
react-redux 7.2.9 -> 9.1.2 age adoption passing confidence
react-router-dom (source) 5.3.4 -> 6.23.0 age adoption passing confidence
redux (source) 4.2.1 -> 5.0.1 age adoption passing confidence
redux-thunk 2.4.2 -> 3.1.0 age adoption passing confidence
yup 0.32.11 -> 1.4.0 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

v5.17.0

Compare Source


  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider 支持配置 layer 统一降级 默认 CSS 优先级。经过降权后,antd 的样式将始终低于默认的 CSS 选择器优先级,以便于用户进行样式覆盖(请务必注意检查 @​layer 浏览器兼容性),详情可见文档#​48229
  • 🆕 Carousel 现在支持 arrows 来开启箭头切换功能。#​48542
  • Form
    • 🛠 Form 依赖的 async-validator 替换为 @rc-component/async-validator,并修复 transform 没有自动检测返回值类型的问题。#​48486 @​crazyair
    • 🆕 Form 新增 inlineMargin token。#​48362 @​CooperHash
    • 🐞 修复 Form 下出现错误时无法滚动到 Upload 组件的问题。#​48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph 的编辑、复制按钮允许修改 tableIndex#​48567 @​nova1751
    • 🐞 修复 Typography 开启 editable 时会意外触发 focus 行为的问题。#​48741
  • DatePicker
    • 🆕 DatePicker.RangePicker showTime.disabledTime 支持 info.from 以供时间维度的自定义限制能力。#​48625
    • 🐞 修复 DatePicker 关闭时回填 hover 值闪烁的问题。#​48734
  • Drawer
  • Slider
    • 🐞 修复 Slider tooltip={{ open: false }} 时提示框未正确隐藏的问题。#​48708
    • 🐞 修复 Slider tooltip={{ formatter: null }} 无法隐藏 Tooltip 的问题。#​48673 @​wanpan11
  • Button
  • 🆕 ConfigProvider 组件支持 button.autoInsertSpace 属性并废弃 autoInsertSpaceInButton 属性。#​48348 @​li-jia-nan
  • 🆕 TreeSelect 支持 onPopScroll 属性。#​48636 @​wanpan11
  • 🆕 Tabs 新增 more={{ ... }} 属性以支持自定义下拉菜单的属性。#​48321 @​CooperHash
  • 🆕 Flex 组件 wrap 参数支持 boolean 类型。#​48391 @​li-jia-nan
  • 🆕 Input.OTP 组件支持 mask 属性,以自定义遮罩字符。#​48257 @​li-jia-nan
  • 🆕 Alert 组件支持 idref 属性。#​48336 @​li-jia-nan
  • 🆕 Upload 组件 ref.nativeElenent 以支持访问原生元素。#​48210 @​Wxh16144
  • 🐞 修复 List grid 属性值更新后组件未重新渲染的问题。#​48683 @​coderz-w
  • 🐞 修复 Progress tooltip 提示距离太近的问题。#​48686
  • 🐞 修复 QRCode 无法自适应容器大小的问题并移除 bordered={false} 时的默认边距。#​48194 @​thinkasany
  • 🐞 修复 Table 组件设置 fixed={false} 时的某些特殊情况下未正常显示投影的问题。#​1113 @​linxianxi
  • 📖 添加 Table 表格列拖拽排序演示。#​48434 @​GeorgeHcc
  • TypeScript
  • 本地化

v5.16.5

Compare Source

v5.16.4

Compare Source

  • 🐞 Fix Select with multiple and paddingXXS=0 will break the height align of controlHeight token. #​48574
  • 🐞 Fix Upload miss style when enable CSS Variable. #​48569 @​nova1751
  • 🐞 Fix Slider in range tooltip blink when drag the handle over another one. #​48536
  • Input
    • 🐞 Fix the text of the button is not the large size when Input.Search is set to a large size. #​48527
    • 🐞 Fix abnormal text display in Input.TextArea. #​48489 @​korkt-kim
  • 🐞 Fix the stuck animation effect of the Upload component image. #​48522 @​nova1751
  • 🐞 Fix the issue where the Switch component using checkedChildren and unCheckedChildren did not add a default height. #​48513 @​wanpan11
  • 🐞 Fix the warning reminder when Form.Item uses noStyle with no value. #​48508
  • 🐞 Fix Popover defaultOpen setting failed. #​48481 @​linhf123
  • 🐞 Fix where placeholder is not displayed when DatePicker is configured with multiple. #​48387 @​nova1751
  • 🐞 Fix where ColorPicker clear color could not be changed when controlled in strict mode. #​48450
  • 💄 Fix the arrow style issue when Collapse uses third-party icons. #​48417 @​guoyunhe
  • 💄 Optimize the animation effect of the embedded Menu Sider when it is expanded. #​48127 @​metouch
  • 💄 Optimize Steps process style. #​48464
  • Locales

  • 🐞 修复 Select 配置 paddingXXS=0 时,多选下超出设定的 controlHeight token 的问题。#​48574
  • 🐞 修复 Upload 在开启 CSS Variable 时样式丢失的问题。#​48569 @​nova1751
  • 🐞 修复 Slider 在范围选择下,拖动滑块越过另一个滑块时提示框闪动的问题。#​48536
  • Input
    • 🐞 修复 Input.Search 设置大尺寸时,按钮的文字不是大尺寸的问题。#​48527
    • 🐞 修复 Input.TextArea 的文字显示异常问题。#​48489 @​korkt-kim
  • 🐞 修复 Upload 组件图片卡顿的动画效果。#​48522 @​nova1751
  • 🐞 修复 Switch 组件使用 checkedChildren unCheckedChildren 未添加默认高度的问题。#​48513 @​wanpan11
  • 🐞 修复 Form.Item 使用 noStyle 无值时的警告提醒。#​48508
  • 🐞 修复 Popover defaultOpen 设置失效的问题。#​48481 @​linhf123
  • 🐞 修复 DatePicker 配置 multipleplaceholder 不展示的问题。#​48387 @​nova1751
  • 🐞 修复 ColorPicker 在严格模式下受控时清除颜色无法改变的问题。#​48450
  • 💄 修复 Collapse 使用第三方图标时的 arrow 样式问题。#​48417 @​guoyunhe
  • 💄 优化内嵌 Menu 的 Sider 在展开时的动画效果。#​48127 @​metouch
  • 💄 优化 Steps process 样式。#​48464
  • 国际化

v5.16.3

Compare Source

  • 🛠 Script failed to publish an empty package. Do not use this version.

  • 🛠 脚本错误发布空包,请勿使用。

v5.16.2

Compare Source

  • 🐞 Fix Input.OTP controlled value to '' not work as expect. #​48399
  • 🐞 Fix DatePicker of multiple with week picker not show the selection on the panel. #​48355
  • 🐞 Fix Upload listType with picture-card or picture-circle has additional space on top. #​48370
  • Typography
    • 🐞 Fix Typography dynamic set copyable or editable will not show the operation button. #​48350
    • 🐞 Fix Typography dynamic update copyable.text not working. #​48347
    • 🐞 Fix Typography using ellipsis config with expandable="collapsible" and row={1} at both time will make ellipsis not working as expect. #​48340
  • 💄 Fix Steps in compact theme not show the correct progress style. #​48251
  • 💄 Refactor Tabs and wave-related components CSS duration values with motionDurationSlow Component Token. #​48311 #​48312 @​li-jia-nan
  • 🇯🇵 Add Transfer missing ja_JP translations. #​48411 @​Inshiku-Han
  • 🌐 Fix Picker ja-JP and ko-KR translations. #​48382 @​li-jia-nan
  • 🛠 Use constant instead of enumeration to reduce package size. #​48406 @​kiner-tang

  • 🐞 修复 Input.OTP 组件受控设置 value'' 时不生效的问题。#​48399
  • 🐞 修复 DatePicker 对周选择器配置 multiple 多选时,弹出面板不会正确高亮选中项的问题。#​48355
  • 🐞 修复 Upload 配置 listTypepicture-cardpicture-circle 时,上方有额外空隙的问题。#​48370
  • Typography
    • 🐞 修复 Typography 动态配置 copyableeditable 时不会显示操作按钮的问题。#​48350
    • 🐞 修复 Typography 动态调整 copyable.text 不生效的问题。#​48347
    • 🐞 修复 Typography 的 ellipsis 同时配置 expandable="collapsible"row={1} 时,不会正确省略的问题。#​48340
  • 💄 修复 Steps 的进度样式在紧凑模式下不正确的问题。#​48251
  • 💄 重构 Tabs 和波纹样式相关组件的 CSS 过渡时间值,替换为 motionDurationSlow Component Token。#​48311 #​48312 @​li-jia-nan
  • 🇯🇵 补充 Transfer 的 ja_JP 本地化文案。#​48411 @​Inshiku-Han
  • 🌐 修复 Picker 的 ja_JP 和 ko_KR 本地化文案。#​48382 @​li-jia-nan
  • 🛠 使用常量替代枚举减小包体积。#​48406 @​kiner-tang

v5.16.1

Compare Source

  • 🛠 Adjust Typography ellipsis logic to use CSS ellipsis in SSR to enhance user experience. #​48205
  • 🐞 Fix FloatButton config tooltip and badge at same time will make badge customize background not working. #​48198 @​LonelySnowman

  • 🛠 调整 Typography 的 ellipsis 使其在 SSR 阶段使用 CSS 省略以优化用户体验。#​48205
  • 🐞 修复 FloatButton 中同时配置 tooltipbadge 时, badge 的自定义背景色会失效的问题。#​48198 @​LonelySnowman

v5.16.0

Compare Source

v5.15.4

Compare Source

v5.15.3

Compare Source

  • 💄 Unify Modal, Drawer, notification and Tour close button style. #​47909
  • 🐞 Fix Badge and text node align style under Space. #​47908
  • 💄 Fix Upload file list actions wrap style. #​47898
  • 🐞 Fix Typography config the ellipsis.symbol exceed the single line height will make ellipsis rows not correct issue. #​47889
  • 🐞 Fix DatePicker component height not correct when customize controlHeight. #​47874
  • 🐞 Fix DatePicker with multiple selector collapse for cross the line. #​47821
  • 🐞 TimePicker revert and add warning for onSelect API which is already removed in v4 but not update in English documentation. #​47878
  • 💄 Darken the Empty text color to make it readable. #​47268 @​evgmol

  • 💄 统一 Modal、Drawer、notification 和 Tour 关闭按钮的样式,并增大 Modal 和 Drawer 关闭按钮的交互区域使其更容易点击。#​47909
  • 🐞 修复 Badge 和文本元素在 Space 下排版不对齐的问题。#​47908
  • 💄 修复 Upload 列表行动点换行的问题。#​47898
  • 🐞 修复 Typography 配置的 ellipsis.symbol 超出单行高度时,省略行数不正确的问题。#​47889
  • 🐞 修复 DatePicker 配置自定义 controlHeight 时展示高度不正确的问题。#​47874
  • 🐞 修复 DatePicker 设置 multiple 多选换行时行与行之间没有间隙的问题。#​47821
  • 💄 调深 Empty 文本色彩使其更清晰可读一些。#​47268 @​evgmol

v5.15.2

Compare Source

  • 🛠 Adjust the closing trigger of Tour, Dropdown, Menu, Tabs, Mentions, Picker, Select, TreeSelect, Cascader, Tooltip, and Popover pop-ups from click to mouseDown to uniformly solve some event timing issues related to pop-up interactions. #​47775
  • 🐞 Fix Descriptions extra padding of items. #​47737
  • 🐞 Fix Anchor wrong active status when bounds value is 0. #​47795@​winchesHe
  • 💄 Fix ColorPicker clear icon hover style. #​47761
  • 🇷🇺 Improve DatePicker ru_RU locale. #​47768 @​AlexeyTeterin

  • 🛠 调整 Tour、Dropdown、Menu、Tabs、Mentions、Picker、Select、TreeSelect、Cascader、Tooltip、Popover 弹层点击外部的关闭时机,从 click 调整至 mouseDown 以统一解决一些与弹窗相关交互中的事件时序问题。#​47775
  • 🐞 修复 Descriptions 内容区域额外的边距问题。#​47737
  • 🐞 修复 Anchor 界限值为 0 时 active 状态错误的问题。#​47795@​winchesHe
  • 💄 给 ColorPicker 清除按钮补上鼠标 hover 反馈样式。#​47761
  • 🇷🇺 更新 DatePicker 的俄语文案。#​47768 @​AlexeyTeterin

v5.15.1

Compare Source

  • 🐞 Revert code that removed margin of Tag. #​47736
  • 🇷🇺 Improve DatePicker ru_RU locale. #​47705

  • 🐞 回滚移除 Tag 默认间距的代码。#​47736
  • 🇷🇺 更新 DatePicker 的俄语文案。#​47705

v5.15.0

Compare Source

  • ConfigProvider
    • 🆕 ConfigProvider support Input.TextArea allowClear autoComplete className style classNames styles props. #​47589
    • 🆕 ConfigProvider support Input allowClear props. #​47602
    • 🆕 ConfigProvider support Menu expandIcon props. #​47561
    • 🆕 ConfigProvider support Collapse expandIcon props. #​47473
    • 🆕 ConfigProvider support Tabs removeIcon props, when set type="editable-card". #​47334
    • 🆕 Prefixes for CSS variables follow the prefixCls property of ConfigProvider by default. #​47481
    • 🤖 CardProps styles in ConfigProvider is set to optional. #​47601 @​Yawenina
  • 🆕 Select、Checkbox、Radio、DatePicker、TreeSelect、Cascader the focus supports passing options. #​47664
  • 🆕 Modal support configuring aria-* in closable. #​47650
  • 🆕 Alert support configuring aria-* in closable. #​47474
  • 🆕 Tabs support removeIcon props, when set type="editable-card". #​47334
  • Drawer
    • 🆕 Drawer support configuring aria-* in closable. #​47543
    • 🆕 Drawer support passing aria-* attributes to panel nodes. #​47387
  • Table
    • 🆕 Table adds filterOnClose to specify whether to trigger filtering when the filter menu is closed. #​47451 @​xsjcTony
    • 🆕 Table adds components.header.table to customize the header component when scrolling the column. #​47382
    • 🐞 Fix the issue where scroll bars would not be displayed during initial rendering under Table sticky. #​47382
    • 🐞 Fix the issue where the th element is not used in the column header when Table column.title is empty. #​47382
    • 🐞 Fix the issue where prefixCls is invalid when Table uses a virtual list. #​47639
    • 💄 Fix abnormal shadow display when Table fixed columns. #​47518
  • 🐞 Fix the issue where when using DirectoryTree in Tree, pressing shift for continuous multi-selection will report an error. #​47567 @​wkmyws
  • 🐞 Fix the issue where isFieldsTouched(true) always returns false when Form exists in Form.List. #​47629 @​lemonied
  • 🐞 Fix the issue of Button being incompatible with v4 type=''. #​47612
  • 🛠 Refactor Typography to omit measurement logic to support dynamic row height scenarios. #​47597
  • 💄 Remove redundant margin styles from Tag. #​47504
  • 🤖 MISC: fix an issue that could not be compiled under pnpm configuration hoist: false. #​47587

  • ConfigProvider
    • 🆕 ConfigProvider 支持 Input.TextArea 组件 allowClearautoCompleteclassNamestyleclassNamesstyles 属性。#​47589
    • 🆕 ConfigProvider 支持 Input 组件 allowClear 属性。#​47602
    • 🆕 ConfigProvider 支持 Menu 组件 expandIcon 属性。#​47561
    • 🆕 ConfigProvider 支持 Collapse 组件 expandIcon 属性。#​47473
    • 🆕 ConfigProvider 支持 Tabs removeIcon 属性, 在设置 type="editable-card" 时有效。#​47334
    • 🆕 CSS 变量的前缀默认跟随 ConfigProvider 的 prefixCls 属性。#​47481
    • 🤖 ConfigProvider 中 CardProps styles 设为可选。#​47601 @​Yawenina
  • 🆕 Select、Checkbox、Radio、DatePicker、TreeSelect、Cascader 支持 focus 功能支持传递 options#​47664
  • 🆕 Modal 支持在 closable 中配置 aria-*#​47650
  • 🆕 Alert 支持在 closable 中配置 aria-*#​47474
  • 🆕 Tabs 组件支持 removeIcon 属性,在设置 type="editable-card" 时有效。#​47334
  • Drawer
    • 🆕 Drawer 支持在 closable 中配置 aria-*#​47543
    • 🆕 Drawer 支持传递 aria-* 属性给 panel 节点。#​47387
  • Table
    • 🆕 Table 新增 filterOnClose 用于指定是否在筛选菜单关闭时触发筛选。#​47451 @​xsjcTony
    • 🆕 Table 新增 components.header.table 以自定义滚动列时的标题组件。#​47382
    • 🐞 修复 Table sticky 下,初次渲染不会显示滚动条的问题。#​47382
    • 🐞 修复 Table column.title 为空时列头没有使用 th 元素的问题。#​47382
    • 🐞 修复 Table 使用虚拟列表时 prefixCls 无效的问题。#​47639
    • 💄 修复 Table 固定列时阴影展示异常的问题。#​47518
  • 🐞 修复 Tree 使用 DirectoryTree 时,按住 shift 连续多选报错的问题。#​47567 @​wkmyws
  • 🐞 修复 Form 存在 Form.List 时,isFieldsTouched(true) 始终会返回 false 的问题。#​47629 @​lemonied
  • 🐞 修复 Button 不兼容 v4 type='' 的问题。#​47612
  • 🛠 重构 Typography 省略测量逻辑以支持动态行高的场景。#​47597
  • 💄 移除 Tag 组件多余的 margin 样式。#​47504
  • 🤖 杂项:修复不能在 pnpm 配置 hoist: false 下编译的问题。#​47587

v5.14.2

Compare Source


  • 🐞 修复 DatePicker.RangePicker 的时间列有时不会滚动到正确位置的问题。#​47542
  • 🐞 修复 Modal 在打开期间会触发其他鼠标事件的问题。#​47508 @​MadCcc
  • 🐞 修复 Avatar.Group 的 tooltip 存在多余 dom 残留的问题。#​47478
  • 💄 修复 Progress 组件多余的 margin 样式。#​47493 @​li-jia-nan
  • 💄 修复 Table 滚动条在暗黑模式下的颜色。#​47487 @​wkmyws
  • 💄 修复 Layout 内容字体在暗黑模式下的颜色。#​47441 @​nova1751
  • 💄 修复 Menu 组件在水平暗黑模式下自定义 darkItemSelectedColordarkItemSelectedBg token 不生效的问题。#​47463 @​gandavarapurajasekhar

v5.14.1

Compare Source

  • 🐞 Fix Steps cannot interact correctly when type="inline". #​47406
  • 🐞 Fix DatePicker & TimePicker arrow position not consider panel border radius distance. #​47389
  • 🐞 Fix Dropdown should not display when items is empty array. #​47375
  • 🐞 Fix Tag that should use defaultBg token with bordered={false}. #​47372 @​MadCcc
  • 🐞 MISC: Fix that theme.inherit should not affect hashded and cssVar. #​47360 @​MadCcc
  • 🐞 Fix Calendar panel not switch when change year or month. #​47361
  • 💄 Fix Table's sub-table style issue in virtual mode. #​47333 @​Enigama

  • 🐞 修复 Steps type="inline" 时鼠标无法 hover 到正确的步骤上的问题。#​47406
  • 🐞 修复 DatePicker 与 TimePicker 弹出面板箭头没有考虑面板本身圆角的问题。#​47389
  • 🐞 修复 Dropdown menu.items 为空时依然显示的问题。#​47375
  • 🐞 修复 Tag 无边框模式没有正确使用 defaultBg 组件 token 的问题。#​47372 @​MadCcc
  • 🐞 杂项:修复主题 inherit 配置会隔断 hashedcssVar 配置的问题。#​47360 @​MadCcc
  • 🐞 修复 Calendar 在切换年月时,面板没有跟着切换的问题。#​47361
  • 💄 修复 Table 在虚拟模式下子表格的样式问题。#​47333 @​Enigama

v5.14.0

Compare Source

  • 🔥 Refactored the DatePicker component, details are follows. #​46982
    • 🆕 DatePicker adds multiple to support multiple selection capabilities.
    • 🆕 DatePicker supports showWeek attribute.
    • 🆕 DatePicker.RangePicker supports order attribute.
    • 🆕 DatePicker id attribute under RangePicker supports setting the id of the start and end input boxes separately.
    • 🆕 DatePicker onFocus and onBlur events of RangePicker will additionally provide an info.range to inform which input box the current focus comes from.
    • 🆕 DatePicker add matching pickerValue and defaultPickerValue attributes to control the date where the expanded panel is located.
    • 🆕 DatePicker add the preserveInvalidOnBlur attribute to keep the input content when losing focus in the case of accessibility.
    • 🆕 DatePicker format supports the align attribute, allowing input content through the mask mode.
    • 🆕 DatePicker Support required attribute.
    • 🆕 DatePicker time panel supports scrollOnChange to automatically select the corresponding time when scrolling.
    • 🆕 DatePicker add the needConfirm attribute to allow setting the confirmation or non-confirmation submission mode.
    • 🆕 DatePicker add the components attribute to allow customizing some panels.
    • 🆕 DatePicker all date-related information in the panel will allow configuration through locale.
    • 🆕 DatePicker format supports LT and LTS date formats.
    • 🆕 DatePicker add minDate and maxDate to set the panel switching range.
    • 🐞 DatePicker defaultPickerValue will now be reset each time the panel is expanded.
    • 🐞 DatePicker fix the problem that the input box function key will trigger the pop-up box, now it will only be triggered when the interactive key and the input content change.
    • 🐞 DatePicker Losing focus after entering the date through the input box will submit the change instead of losing the input content (that is, it is no longer necessary to press Enter to submit).
    • 🐞 DatePicker fix the problem that the hour obtained by disabledTime under use12Hours will also be clipped to 0~12.
    • 🐞 DatePicker fix the problem that the disabled date is not effective and can still be submitted under some interactions.
    • ⚡️ DatePicker Optimize disabledDate check logic, now it will provide info.type to inform the current panel information.
    • 🛠 DatePicker allowClear trigger event from onMouseDown to onClick.
    • 🛠 DatePicker Deprecate the preventDefault parameter of onKeyDown, please call it directly through event.preventDefault.
    • 🛠 DatePicker Remove the keyboard interaction with the panel, it needs to be redesigned based on accessibility.
    • 💄 DatePicker Remove the dotted line style of RangePicker to reduce visual interference.
    • 💄 DatePicker Remove the disabled range of RangePicker when selecting start or end time to optimize the interaction experience.
  • 🔥 Added support for stacked fixed columns in the Table component. #​47245
  • 🆕 Added support for components.body in the Table component under the virtual mode. #​47098 by @​linxianxi
  • 🆕 Added support for generics in the Segmented value type. #​47091 by @​madocto
  • 🆕 Added the changeOnWheel property to the InputNumber component to enable mouse wheel control. #​47158 by @​MadCcc
  • 🆕 Added six tokens (defaultHoverBg, defaultHoverColor, defaultHoverBorderColor, defaultActiveBg, defaultActiveColor, and defaultActiveBorderColor) to the Button component. #​47075 by @​madocto
  • 🆕 Added duration configuration support to the useNotification function in the Notification component. This update also applies to the notification configuration of the App component. #​47141
  • 🆕 Added support for configuring flex property in responsive layouts of the Grid component. #​47124
  • 🐞 Improved the Transfer internal padding of the Pagination component. #​47231 by @​qmhc
  • 🐞 Fixed the alignment issue in the Avatar component when the height is less than 16px. #​47236 by @​lcgash
  • 🐞 Fixed the incorrect mouse pointer when the Input component is disabled. #​47280 by @​MadCcc
  • 🐞 Fixed the issue where the hoverBorderColor and activeBorderColor token customization didn't work in the Input component. #​47243 by @​MadCcc
  • 💄 Fixed the issue where the hover style of submenus in the Menu component disappears at the edges. #​47227 by @​MadCcc
  • 💄 Menu fixed component styling issues in non-hash mode. #​46609 by @​MadCcc
  • 💄 Added classNames and styles properties to the Card component. #​46811 by @​zh-lx
  • ConfigProvider

  • 🔥 重构了 DatePicker 组件,详细改动如下。#​46982
    • 🆕 DatePicker 新增 multiple 支持多选能力。
    • 🆕 DatePicker 支持 showWeek 属性。
    • 🆕 DatePicker.RangePicker 下的 id 属性支持分别设置 startend 输入框的 id
    • 🆕 DatePicker.RangePicker 的 onFocusonBlur 事件会额外提供一个 info.range 告知当前的焦点来自于哪个输入框。
    • 🆕 DatePicker.RangePicker 支持 order 属性。
    • 🆕 DatePicker 新增配套 pickerValuedefaultPickerValue 属性用于受控管理展开面板所在日期。
    • 🆕 DatePicker 新增 preserveInvalidOnBlur 属性用于无障碍时失去焦点需要保留输入内容的场景。
    • 🆕 DatePicker format 支持 align 属性,允许通过掩码模式输入内容。
    • 🆕 DatePicker 支持 required 属性。
    • 🆕 DatePicker 时间面板支持 scrollOnChange 设置滚动时间时自动选择对应的时间。
    • 🆕 DatePicker 添加 needConfirm 属性,允许设置需要确认、或者不确认的提交模式。
    • 🆕 DatePicker 添加 components 属性,允许自定义部分面板。
    • 🆕 DatePicker 面板中所有的日期相关信息都会允许通过 locale 进行配置。
    • 🆕 DatePicker format 支持 LTLTS 日期格式。
    • 🆕 DatePicker 新增 minDatemaxDate 用于设置面板切换范围。
    • 🐞 DatePicker 的defaultPickerValue 现在会在每次面板展开时都进行重置。
    • 🐞 DatePicker 修复输入框功能按键会唤起弹出框的问题,现在只有在交互按键、以及输入内容变化时唤起。
    • 🐞 DatePicker 通过输入框输入日期后失去焦点会提交变更,而不是丢失输入内容(即不再强制需要按下回车提交)。
    • 🐞 DatePicker 修复 use12Hours 下,disabledTime 获取的 hour 也会被裁剪成 0~12 的问题。
    • 🐞 DatePicker 修复某些交互下,禁用日期没有生效依然可以提交的问题。
    • ⚡️ DatePicker 优化 disabledDate 检查逻辑,现在会提供 info.type 告知当前面板信息。
    • 🛠 DatePicker 的 allowClear 触发事件从 onMouseDown 切换为 onClick
    • 🛠 移除 DatePicker 的键盘对面板交互,它需要基于无障碍重新设计。
    • 🛠 DatePicker 废弃 onKeyDownpreventDefault 参数,请直接通过 event.preventDefault 进行调用。
    • 💄 DatePicker.RangePicker 移除虚线样式,减少视觉干扰。
    • 💄 DatePicker.RangePicker 移除在选择开始或者结束时间时的禁用范围,优化交互体验。
  • 🔥 Table 支持堆叠固定列。#​47245
  • 🆕 Table 支持 virtual 下的 components.body#​47098 @​linxianxi
  • 🆕 Segmented value 类型支持泛型。#​47091 @​madocto
  • 🆕 InputNumber 组件支持 changeOnWheel 属性,以启用鼠标滚轮控制。#​47158 @​MadCcc
  • 🆕 Button 添加 defaultHoverBgdefaultHoverColordefaultHoverBorderColordefaultActiveBgdefaultActiveColordefaultActiveBorderColor 六个 token。#​47075 @​madocto
  • 🆕 Notification useNotification 支持 duration 配置,该更新同样适用于 App 组件的 notification 配置。#​47141
  • 🆕 Grid 支持为响应式布局配置 flex 属性。#​47124
  • 🐞 改进 Transfer 组件分页器的内边距。#​47231 @​qmhc
  • 🐞 修复 Avatar 组件当高度小于 16px 内容不居中的问题。#​47236 @​lcgash
  • 🐞 修复 Input 组件禁用时鼠标指针不正确的问题。#​47280 @​MadCcc
  • 🐞 修复 Input 组件 hoverBorderColoractiveBorderColor

Configuration

📅 Schedule: Branch creation - "after 10pm on friday,before 5am on friday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 3989939 to 03b4ebc Compare November 10, 2021 00:20
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from a994986 to bef5c91 Compare December 11, 2021 19:01
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 96f78e4 to 57005cf Compare December 17, 2021 22:32
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 57005cf to dd370c3 Compare March 1, 2022 02:46
@renovate renovate bot changed the title Update dependency react-router-dom to v6 Update dependency react-router-dom to v6 - autoclosed Mar 26, 2022
@renovate renovate bot closed this Mar 26, 2022
@renovate renovate bot deleted the renovate/major-dependencies branch March 26, 2022 05:39
@renovate renovate bot changed the title Update dependency react-router-dom to v6 - autoclosed Update dependency react-router-dom to v6 Mar 26, 2022
@renovate renovate bot restored the renovate/major-dependencies branch March 26, 2022 10:14
@renovate renovate bot reopened this Mar 26, 2022
@renovate renovate bot force-pushed the renovate/major-dependencies branch from dd370c3 to 7e9a335 Compare March 29, 2022 16:40
@renovate renovate bot changed the title Update dependency react-router-dom to v6 Update dependencies (major) Mar 29, 2022
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from cee7bf6 to 40c167b Compare April 7, 2022 19:27
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from bdb0933 to 85aeeaf Compare April 21, 2022 18:50
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 85aeeaf to ab92610 Compare April 26, 2022 23:20
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 005d16a to 34e34fc Compare May 22, 2022 19:51
@renovate renovate bot force-pushed the renovate/major-dependencies branch from 34e34fc to f7c01fd Compare June 14, 2022 23:11
@renovate renovate bot force-pushed the renovate/major-dependencies branch from f7c01fd to 81be2a2 Compare September 13, 2022 20:24
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from 8a1116d to 11de94b Compare September 23, 2022 17:59
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 99dfe39 to 3bd9e43 Compare October 5, 2022 23:05
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from dc0f600 to ef557ef Compare February 3, 2024 19:16
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from cccec6b to 3407df5 Compare February 16, 2024 21:40
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from c1aea56 to cb15b80 Compare February 23, 2024 11:02
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from 6f6e1e1 to e5af787 Compare March 6, 2024 15:10
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 47c1ed8 to e7eb2da Compare March 11, 2024 07:22
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from a2824a0 to 51eb668 Compare March 21, 2024 20:08
@renovate renovate bot force-pushed the renovate/major-dependencies branch 3 times, most recently from aad2cec to cc72513 Compare March 31, 2024 09:07
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 287e776 to e5db21e Compare April 5, 2024 15:24
@renovate renovate bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 32fd342 to d7333a7 Compare April 15, 2024 03:39
@renovate renovate bot force-pushed the renovate/major-dependencies branch 5 times, most recently from 49716e6 to e4e0a24 Compare April 28, 2024 10:00
@renovate renovate bot force-pushed the renovate/major-dependencies branch from e4e0a24 to d7ea03d Compare May 2, 2024 06:03
@renovate renovate bot force-pushed the renovate/major-dependencies branch from d7ea03d to 2e7c257 Compare May 2, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants