Skip to content

v2.67.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 09:52
· 0 commits to main since this release
  • 【Feat】
    • Form 新增 onErrorChange 回调 #2484
    • Chat 组件支持通过 renderDivider 自定义渲染分割线 #2471
  • 【Fix】
    • 修复 PinCode 在非受控模式下,onChange 不触发的问题 #2509
    • 修复 PinCode value 为空字符串时 onChange 不触发的问题 #2502 @koderx
    • 修复 AutoComplete 选项多于一页时,使用键盘 ArrowUp、ArrowDown切换时无法自动滚动至视图中的问题 #1530
    • 修复 AutoComplete 的子组件 className 大小写与父组件(.semi-autocomplete)不一致的问题(.semi-autoComplete-option -> .semi-autocompelte-option),一致改为小写 #2501
    • 修改 Cascader, TreeSelect 当 emptyContent 为 null 的行为,同 Select 保持一致 #2476
    • 修复 Select 在 使用 IrenderOptionItem 时使用键盘上下键选择选项后,未能自动滚动至视图内的问题 #2263
    • Upload 在 React StrictMode 下上传请求无法正确发出的问题(影响范围 v2.64.0-2.66.1)#2410
    • 修复 Cascader 在有 suffix 并设置了 showClear 的情况下,清除图标位置和清除图标位置不同问题 #2493
  • 【Style】
    • 修改 Chat 组件聊天框中的图片展示以及输入框中的上传图片展示效果,从填充到保持宽高比例填充(object-fit 从 fill -> cover),防止图片变形 #2496
    • 将 Cascader 的 trigger 中内容区域和 icon 间距和 select/treeSelect 保持一致 #2472
    • 修复 Cascader 面板选项在 rtl 模式下,样式不符合预期问题 #2475
    • 修改 Cascader 中样式名称不合理的命名, undisabled -> enable #2494
    • 修改 Select 在设置 suffix 情况下,后缀和下拉图标的位置关系未与 TreeSelect/Cascader 保持一致问题(如有其他位置需求,可通过设置 flex 的 order 属性自行调整位置)#2493
    • 修复位于InputGroup中间位置的 InputNumber,DatePicker, Time Pick,AutoComplete的圆角不为 0 问题 #2489

  • 【Feat】
    • Form adds onErrorChange callback #2484
    • Feat: The Chat component supports custom rendering of dividing lines through renderDivider #2471
  • 【Fix】
    • Fixed the issue where onChange does not trigger in PinCode in uncontrolled mode #2509
    • fix the issue where onChange does not trigger when PinCode value is empty string #2502 @koderx
    • Fixed AutoComplete option when more than one page, when using keyboard ArrowUp, ArrowDown switch can not automatically scroll to view issue #1530
    • Fix the problem that the case of the child component className of AutoComplete is inconsistent with the parent component, and the consistent is changed to lowercase (.semi-autoComplete-option - > .semi-autocompelte-option)#2501
    • Modify the behavior of Cascader, TreeSelect when emptyContent is null, consistent with Select #2476
    • Fixed the issue that Select fails to automatically scroll to view after using the keyboard up and down keys to select options when using IrenderOptionItem #2263
    • Fixed Upload in React StrictMode request can not be post correctly (impact v2.64.0-2.66.1) #2410
    • Fixed the problem that when Cascader has suffix and showClear is set, the position of the clear icon and the position of the clear icon are different #2493
  • 【Style】
    • Modify the image display in the Chat component chat box and the uploaded image display effect in the input box, from filling to maintaining width-to-height ratio filling (object-fit from fill -> cover), prevent image deformation #2496
    • Keep the content area and icon spacing in Cascader's trigger consistent with select/treeSelect #2472
    • Fixed the issue where the style of Cascader panel options does not meet expectations in rtl mode #2475
    • Modify the unreasonable naming of style names in Cascader, undisabled -> enable #2494
    • Modify the problem that when suffix is ​​set in Select, the positional relationship between the suffix and the drop-down icon is not consistent with TreeSelect/Cascader. (If you have other position requirements, you can adjust the position by setting the order attribute of flex) #2493
    • Fixed the problem that the rounded corners of InputNumber, DatePicker, Time Pick, and AutoComplete located in the middle of the InputGroup are not 0 #2489