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

v2.74.0-beta.0

  • 【Feat】
    • Chat 组件支持 markdownRenderProps API,用于设置对话渲染的 MarkdownRender 组件 #2640 #2679
  • 【Fix】

  • 【Feat】
    • The Chat component supports the markdownRenderProps API, which is used to set the MarkdownRender component for message rendering. #2640
  • 【Fix】
    • fixed the issue that the lowercase z input in JsonViewer is invalid @anjiazhuyouxing
23 days ago
semi-design

v2.73.0


  • 【Fix】
    • Fix the problem that JsonViewer is not configured with default parameters @anjiazhuyouxing
    • Fix JsonViewer the judgment condition for whether to re-init. @rashagu
28 days ago
semi-design
2024-12-20 18:32:10
semi-design

v2.72.0

  • 【Fix】
    • 修复 JsonViewer使用中文输入法错误的问题 #2616
    • 修复 代码提示框点击无法隐藏的问题 #2616
    • 修复多次回车导致的渲染问题 #2616
    • 修复滚动条显示异常的问题 #2623

  • 【Fix】
    • Fix the problem of JsonViewer using Chinese input method incorrectly #2616
    • Fix The problem that the code prompt box cannot be hidden when clicked #2616
    • Fixed the rendering problem caused by multiple carriage returns #2616
    • Fixed the abnormal display of the scroll bar #2623
2024-12-17 15:59:31
semi-design
2024-12-16 17:39:36
semi-design

v2.72.0-beta.0

  • 【Feat】
    • Table onChange 新增 extra.changeType API,用于表示 change 类型 #1238 #2617
  • 【Fix】
    • 修复 Carousel 在 children 中渲染 state 的值不更新问题 #2634

  • 【Feat】
    • Table onChange add extra.changeType API to idetify the type of changing #1238
  • 【Fix】
    • fix render state value in Carousel children always get the init one
2024-12-13 14:30:25
semi-design

v2.71.2

  • 【Fix】
    • 去除 Collapsible 组件更新时多余的属性前后是否变化对比 #2631
    • 修复在 React18 下无论是否动画开启,快速移动鼠标在 tooltip trigger 上时,概率性 dom 只透明但不消失,导致无法点击页面元素的问题 #2605
    • 修复 Chat 组件 mode 动态变化未生效问题 #2625
    • 设置图片预览的 img 节点的 max-width 为 none,避免同时使用 tailwind 时放大显示错误问题 #2624

  • 【Fix】
    • Remove redundant calculations to determine whether the properties have changed when the Collapsible component is updated. #2631
    • Fixed the issue where in react18, regardless of whether animation is on or not, when the mouse is quickly moved over the tooltip trigger, the DOM would become transparent but not disappear, causing the page element to be unclickable #2605
    • Fixed the problem that the dynamic mode change of the Chat component did not take effect #2625
    • Set the max-width of the img node of the image preview to none to avoid enlargement display errors when using tailwind at the same time. #2624
2024-12-11 17:35:34
semi-design
2024-12-06 18:07:38
semi-design

v2.71.0

  • 【Fix】
    • 对于非展示状态的 Tooltip,页面尺寸变化时不做位置计算 #2606

  • 【Fix】
    • For invisible Tooltips, position calculation is not performed when resizing #2606
2024-12-04 15:17:00
semi-design