Skip to content

Releases: DouyinFE/semi-design

v2.69.0

08 Nov 10:01
Compare
Choose a tag to compare
  • 【Fix】
    • 插画包 @douyinfe/semi-illustrations 中的 clip-rule & stroke-width 修改为 clipRule & strokeWidth

  • 【Fix】
    • The clip-rule & stroke-width in the @douyinfe/semi-illustrations package are modified to clipRule & strokeWidth

v2.69.0-beta.0

04 Nov 11:20
Compare
Choose a tag to compare
v2.69.0-beta.0 Pre-release
Pre-release
  • 【Feat】
    • Chat 的自定义渲染会话框中的 renderChatBoxAvatar 增加 message 参数 #2557
    • Chat 的自定义渲染会话框中的 renderChatBoxContent 增加 defaultActionsObj 参数,用于透出详细节点参数信息 #2557
    • Chat 的自定义渲染输入框增加 detailProps 参数用于透出传递详细节点参数信息 #2557
    • Navigation 新增 subDropdownProps 支持 #2555
  • 【Fix】
    • 修复 Chat 的消息对比逻辑在前后消息为不同的空数组时的 TypeError #2557

  • 【Feat】
    • In Chat's custom rendering message box, renderChatBoxAvatar adds message parameter. #2557
    • Add defaultActionsObj parameter to renderChatBoxContent in Chat's custom rendering session box to reveal detailed node parameter information #2557
    • Chat's custom rendering input box adds the detailProps parameter to transmit detailed node parameter information #2557
    • Navigation adds subDropdownProps support #2555
  • 【Fix】
    • Fixed a TypeError in Chat's message comparison logic when the previous and later messages are different empty arrays #2557

v2.68.4

04 Nov 07:59
Compare
Choose a tag to compare
  • 【Fix】
    • 修复 Chat Foundation 存在 React 特有的 event.persist 调用,其他框架 Adapter 兼容时存在的问题 #2543 @rashagu
  • 【Style】
    • 修复 Select 在 filter、showClear 开启,点击 clearIcon 且失焦后,placeholder 透明度不正确的问题 #2547
    • Chat 组件样式的 align-items 属性的 start/end 修改为 flex-start/flex-end,避免某些工程中 css 编译可能存在的 warning 问题2546

  • 【Fix】
    • Fixed the issue with Chat Foundation where the React-specific event.persist call causes compatibility problems with adapters for other frameworks. #2543 @rashagu
  • 【Style】
    • Fixed the issue where the placeholder opacity is incorrect after clicking the clearIcon and losing focus when both filter and showClear are enabled in Select. #2547
    • Modified the align-items property of the Chat component styles from start/end to flex-start/flex-end to avoid potential CSS compilation warnings in some projects. 2546

v2.68.3

23 Oct 09:53
Compare
Choose a tag to compare
  • 【Fix】
    • 修复 TreeSelect 设置了 keyMaps后,在搜索状态中,点击展开按钮后,选项文本展示错误问题 #2541

  • 【Fix】
    • Fixed the issue of incorrect option text display after clicking the expand button in the search state when keyMaps is set for TreeSelect.#2541

v2.68.2

21 Oct 10:04
Compare
Choose a tag to compare
  • 【Fix】
    • 修复 $z-resizable_handler token 未定义问题,影响版本 v2.68.0-beta.0 - 2.68.1 #2539

  • 【Fix】
    • fix $z-resizable_handler token undefined issue, affecting versions token undefined issue, affecting versions v2.68.0-beta.0 - 2.68.1 #2539

v2.68.1

21 Oct 03:51
Compare
Choose a tag to compare

v2.68.0

18 Oct 10:37
Compare
Choose a tag to compare
  • 【Fix】
    • 修复亮色模式下,IllustrationFailure 和 IllustrationNoContent 曲线未完全闭合问题 #2535
    • 修复 Table 类型定义不生效问题,影响版本 v2.31.0-beta.0 - 2.67.2 #2477 #2534

  • 【Fix】
    • fix IllustrationFailure and IllustrationNoContent curves are not completely closed in light mode
    • fixed Table typings not work bug caused by react-window dependency #2477

v2.68.0-beta.0

16 Oct 08:04
Compare
Choose a tag to compare
v2.68.0-beta.0 Pre-release
Pre-release
  • 【New Component】
    • 新增伸缩框组件,根据用户鼠标拖拽修改组件大小 @Nathon2Y #2458
  • 【Feat】
    • Datepicker 的 onClickoutSide 增加 event 参数 #2531
    • Cascader 新增加 expandIcon API,用于支持用户自定义展开图标 #2513 #2528

  • 【New Component】
    • Added a resizable box component that adjusts its size based on user mouse drag actions. @Nathon2Y #2458
  • 【Feat】
    • Datepicker's onClickoutSide adds event parameter #2531
    • Cascader adds expandIcon API to support user-defined expansion icons #2513

v2.67.2

16 Oct 06:52
Compare
Choose a tag to compare
  • 【Fix】
    • 修复 Select disabled 禁用但focus的情况下,在某些特殊的主题包配置中,背景色不符合预期的现象 #2532
  • 【Design Token】
    • Select 组件新增 Token: $color-select_input_disabled-border-focus$color-select_input_disabled-border-focus 定制禁用态focus背景色样式、定制禁用focus边框

  • 【Fix】
    • Fixed the phenomenon that the background color does not match expectations in some special theme package configurations when Select disabled and focus is disabled #2532
  • 【Design Token】
    • Select add token: $color-select_input_disabled-border-focus$color-select_input_disabled-border-focus

v2.67.1

11 Oct 08:25
Compare
Choose a tag to compare
  • 【Fix】
    • 修复 Select 通过 method close 方法关闭弹层后,点击外部区域无法移除聚焦样式问题 #2466
    • 修复 DatePicker 在受控状态下选择后,第一次打开面板选中态未展示问题(影响 v2.64 ~ v2.67) #2521 #2522
    • 修复 Rspack plugin 在 win32 平台不生效的问题 #2517

  • 【Fix】
    • fix the issue that after closing the Select popup using the close method, clicking the outer area cannot remove the focus style
    • fixed selected value does not show when value is controlled (affects v2.64 ~ v2.67) #2521
    • Fixed the issue that Rspack plugin does not work on win32 platform