Semi Design Versions Save

🚀A modern, comprehensive, flexible design system and React UI library. 🎨 Provide more than 2800+ Design Tokens, easy to build your design system. Make Semi Design to Any Design. 🧑🏻‍💻 Design to Code in one click

v2.55.3

2 months ago
  • 【Fix】
    • 修复 Select 多选开启 onChangWithObject 且 value 受控,当前value 并不存在于 optionList 中,更新了 value中的其他属性后渲染未重新执行的问题

  • 【Fix】
    • Fixed the problem that when onChangWithObject is turned on for Select multi-selection and value is controlled, the current value does not exist in the optionList, and the rendering is not re-executed after updating other properties in the value.

v2.55.1

2 months ago

🔧【Fix】 Fix: 修复 collapse & collapsible keepDOM 失效的问题 (影响版本 2.54.0-beta.0 ~ 2.55.0) Fix:修正 collapse 的 lazyRender 默认值,由 2.54.0 设置的 true 改为更合适的 false,保持未设置 lazyRender的用例与 2.54前行为的一致性 (影响版本 2.54.0-beta.0 ~ 2.55.0)

v2.55.0

2 months ago

【Fix】

  • 修复 Table 表头选择状态在数据为空时错误被选中问题(影响 v2.51 ~ v2.54版本) #2128
  • 修复 Split Button 在 children Button className 变化时丢失样式的问题

v2.55.0-beta.0

2 months ago
  • 【Fix】
    • 修复 TabBar 在 SSR 时渲染为空 @nekocode
    • 修复由于 Sortable 的默认拖拽感应延迟时间过长导致 Transfer 在快速拖动时拖拽不成功问题
    • 修复 Nav 在 selectedKeys 变化后 openKeys 未保存上一次状态问题(影响 v2.54.1)#2115
  • 【Chore】
    • 升级 webpack、rspack构建插件,支持消费在 Semi DSM 中配置的自定义 css 配置,可用于将覆写的 CSS 或任意与 Semi 组件无关的 css 聚进主题包样式

  • 【Fix】
    • fix TabBar rendering as empty in SSR @nekocode
    • Fixed the problem that Transfer failed to drag during fast drag due to Sortable's default drag sensing delay time being too long.
    • Fixed the problem of openKeys not saving the last state after Nav changed selectedKeys (Affects v2.54.1) #2115
  • 【Chore】
    • Upgraded webpack and rspack build plug-ins to support consuming custom css configuration configured in Semi DSM, which can be used to aggregate overridden CSS or any css unrelated to Semi components into theme package styles

v2.54.1

2 months ago
  • 【Fix】
    • 修复 Navigation 组件在 react 17 下 selectedKeys 未生效问题
    • 修复 Navigation 组件 openKeys 在 selectedKeys 更新后未生效问题

  • 【Fix】
    • fixed Navigation component selectedKeys bug in react 17
    • fixed Navigation component openKeys does not work after selectedKeys is updated

v2.54.0

2 months ago
  • 【Fix】
    • 修复 js 截断计算中没有将展开按钮占据的宽度计算在内问题 (影响范围 v2.54.0-beta.0)
  • 【Chore】
    • Upload 增加 FileItemStatus TS interface 导出

  • 【Fix】
    • Fix the problem that the width occupied by the expand button is not taken into account in js truncation calculation, The scope of impact is 2.54.0-beta.0.
  • 【Chore】
    • Upload adds FileItemStatus TS interface export

v2.53.3

2 months ago
  • 【Fix】
    • 修复 Avatar border 类型错误的问题

  • 【Fix】
    • Fix Avatar border type error

v2.54.0-beta.0

2 months ago
  • 【Feat】
  • 【Fix】
    • 修复 Table expandedRowKeys 与 defaultExpandAllGroupRows 同时使用时未生效问题 #2085
    • 修复在某些特殊场景下 Typography 的 Ellipsis 功能在第一次 hover 时候闪烁的问题 #2107

  • 【Feat】
  • 【Fix】
    • Fixed the problem that Table expandedRowKeys and defaultExpandAllGroupRows do not take effect when used at the same time #2085
    • Fixed the problem of Typography's Ellipsis function flickering on first hover in some special scenarios #2107

v2.53.2

3 months ago
  • 【Fix】
    • 修复 React ResizeObserver 里访问空元素的错误 @nekocode

  • 【Fix】
    • fix the error accessing empty element in React ResizeObserver @nekocode

v2.53.1

3 months ago
  • 【Fix】
    • 修复 TimePicker 中同时使用 timeZone 和 disabledHours 时显示值不符合预期问题

  • 【Fix】
    • the problem that when using timeZone and disabledHours at the same time in TimePicker, the displayed value does not meet the expectations