Skip to content

Releases: DouyinFE/semi-design

v2.74.0-beta.0

20 Jan 10:11
Compare
Choose a tag to compare
v2.74.0-beta.0 Pre-release
Pre-release
  • 【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

v2.73.0

13 Jan 09:39
Compare
Choose a tag to compare

  • 【Fix】
    • Fix the problem that JsonViewer is not configured with default parameters @anjiazhuyouxing
    • Fix JsonViewer the judgment condition for whether to re-init. @rashagu

v2.73.0-beta.1

08 Jan 02:49
Compare
Choose a tag to compare
v2.73.0-beta.1 Pre-release
Pre-release

v2.72.0

20 Dec 10:37
Compare
Choose a tag to compare
  • 【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

v2.71.3

17 Dec 08:05
Compare
Choose a tag to compare

v2.72.0-beta.0

16 Dec 09:45
Compare
Choose a tag to compare
v2.72.0-beta.0 Pre-release
Pre-release
  • 【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

v2.71.2

13 Dec 06:36
Compare
Choose a tag to compare
  • 【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

v2.71.1

11 Dec 09:41
Compare
Choose a tag to compare

v2.71.0

06 Dec 10:13
Compare
Choose a tag to compare
  • 【Fix】
    • 对于非展示状态的 Tooltip,页面尺寸变化时不做位置计算 #2606

  • 【Fix】
    • For invisible Tooltips, position calculation is not performed when resizing #2606

v2.70.2

04 Dec 07:22
Compare
Choose a tag to compare