DouyinFE/semi-design
 Watch   
 Star   
 Fork   
2 days ago
semi-design

v2.69.2

  • 【Fix】
    • 修复点击触发排序的表头会透出被遮盖的内容问题,影响版本 2.65.0-2.69.1 #2578

  • 【Fix】
    • Fixed the problem that the covered content will be revealed in the table header that can be clicked to trigger sorting,Affected versions 2.65.0-2.69.1
3 days ago
semi-design

v2.70.0-beta.0

  • 【Fix】
    • 当 Transfer 的左侧面板中除去被禁用项外的其他项目都被选中时,操作按钮应当显示取消全选 #2575 #2574
    • 修复计算中浮点数导致伸缩框组件尺寸的误差,浏览器拖动导致的最大最小值失效的问题,以及strictMode引起的问题 @Nathon2Y #2551
    • 修复当单选,搜索框在 trigger 时,TreeSelect 的 placeholder被遮挡问题 ,影响版本 2.61.0-2.69.0 #2566
  • 【Feat】
    • ResizeGroup的伸缩方向支持动态切换 @Nathon2Y #2551
    • MarkdownRender 新增 remarkGfm 开关用于防止低版本 safari 不支持环视断言报错的问题 #2576

  • 【Fix】
    • When all items except the disabled item in the left panel of transfer are selected, the operation button should display Cancel all selections #2575
    • fix resizeItem size offset caused by float,invalid min/max setting caused by browser resizing and incorrect behavior in react strictMode @Nathon2Y
    • Fix the problem that the placeholder of TreeSelect is blocked when single selection and search box are in trigger, affecting versions v2.61.0 - 2.69.0
  • 【Feat】
    • direction in ResizeGroup can be dynamic @Nathon2Y
    • MarkdownRender adds the remarkGfm switch to prevent errors reported by lower versions of Safari that do not support lookaround assertions
6 days ago
semi-design

v2.69.1

  • 【Fix】
    • 修复 MonthRange DatePicker 在存在 disabledDate 情况下点击非禁用年份不跳转问题 #2569
    • 修复 ArrayField 被条件渲染时,add第一次点击未能正确添加行的问题 #2568
    • 修复日语场景下 Table pageText 翻译不正确问题 #2573

  • 【Fix】
    • fix the issue that MonthRange DatePicker does not jump when clicking on a non-disabled year when there is a disabledDate
    • Fixed the problem that when ArrayField is conditionally rendered, the first click of add fails to add rows correctly.
    • fixed incorrect translation of Table pageText in Japanese scenarios
13 days ago
semi-design

v2.69.0

  • 【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
17 days ago
semi-design

v2.69.0-beta.0

  • 【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
17 days ago
semi-design

v2.68.4

  • 【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
29 days ago
semi-design

v2.68.3

  • 【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
2024-10-21 17:59:24
semi-design
2024-10-21 11:45:24
semi-design
2024-10-18 18:31:37
semi-design

v2.68.0

  • 【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