Skip to content

Releases: DouyinFE/semi-design

v2.55.1

25 Mar 12:15
Compare
Choose a tag to compare

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

22 Mar 10:24
Compare
Choose a tag to compare

【Fix】

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

v2.55.0-beta.0

18 Mar 12:37
Compare
Choose a tag to compare
v2.55.0-beta.0 Pre-release
Pre-release
  • 【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

11 Mar 08:54
Compare
Choose a tag to compare
  • 【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

08 Mar 07:53
Compare
Choose a tag to compare
  • 【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

05 Mar 12:41
Compare
Choose a tag to compare
  • 【Fix】
    • 修复 Avatar border 类型错误的问题

  • 【Fix】
    • Fix Avatar border type error

v2.54.0-beta.0

04 Mar 12:28
Compare
Choose a tag to compare
v2.54.0-beta.0 Pre-release
Pre-release
  • 【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

26 Feb 07:40
Compare
Choose a tag to compare
  • 【Fix】
    • 修复 React ResizeObserver 里访问空元素的错误 @nekocode

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

v2.53.1

26 Feb 04:02
Compare
Choose a tag to compare
  • 【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

v2.53.0

23 Feb 09:55
Compare
Choose a tag to compare
  • 【Fix】
    • 修复 Sidesheet Portal 在 visible 不显示的时候仍然挂载的问题
    • 修复 TagInput 的 onKeyDown 参数类型定义错误问题
    • 修复 Cascader 的 treeData 中 value 类型为 number 则面板未显示选中问题(影响范围 v2.51.0-v2.52.2)
    • 修复 ResizeObsever 在非浏览器环境不存在的问题。问题影响范围(2.52.1,2.53.0-beta.0)
    • 修复 vite 上使用主题报错的问题,问题影响范围 (2.52.0)
  • 【Docs】
    • 修复 Tabs 组件文档中的 tabPosition 参数类型错误 @miyuesc
  • 【Chore】
    • 去除 ResizeObserver polyfill

  • 【Fix】
    • Fixed the issue where Sidesheet Portal is still mounted when visible is not displayed
    • Fix the problem of incorrect definition of onKeyDown parameter type of TagInput
    • fix the problem that the panel does not display the selection if the value type is number in Cascader's treeData (Affected range v2.51.0-v2.53.2)
    • Fix the problem that ResizeObsever does not exist in non-browser environments. Problem impact scope (2.52.1,2.53.0-beta.0)
    • Fixed the problem of using themes on vite to report errors, the scope of the problem is (2.52.0)
  • 【Docs】
    • Fix tabPosition parameter type error in Tabs component documentation @miyuesc
  • 【Chore】
    • remove ResizeObserver polyfill