Skip to content

Releases: DouyinFE/semi-design

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

v2.52.3

22 Feb 07:54
Compare
Choose a tag to compare
  • 【Fix】
    • 修复 Cascader 的 treeData 中 value 类型为 number 则面板未显示选中问题(影响范围 v2.51.0-v2.52.2)

  • 【Fix】
    • 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)

v2.52.2

19 Feb 03:53
Compare
Choose a tag to compare

Fix: 修复 ResizeObsever 在非浏览器环境不存在的问题。问题影响范围 (2.52.1, 2.53.0-beta.0)

Fix: Fix the problem that ResizeObsever does not exist in non-browser environments. Problem impact scope (2.52.1, 2.53.0-beta.0)

v2.52.1

18 Feb 09:19
Compare
Choose a tag to compare

【Fix】
修复 vite 上使用主题报错的问题,问题影响范围 (2.52.0)
🗃【Chore】
去除 ResizeObserver polyfill

🔧【Fix】
Fixed the problem of using themes on vite to report errors, the scope of the problem is (2.52.0)
🗃【Chore】
remove ResizeObserver polyfill

v2.53.0-beta.0

08 Feb 06:41
Compare
Choose a tag to compare
v2.53.0-beta.0 Pre-release
Pre-release
  • 【Perf】
    • 提升 Typography 开启 Ellipsis 下 性能,减少 render 和计算次数 #1970
    • 去除多余的 clone 操作;对于必要的克隆操作,使用 fast-copy 的 copy 调用替换 lodash 的 cloneDeep 调用。涉及组件:DatePicker,Table,OverflowList,Form,Tree,TreeSelect, Cascader #2002
  • 【Feat】
    • 支持全局设置部分组件的默认 Props #2029

  • 【Perf】
    • Improve the performance of Typography when Ellipsis is turned on, and reduce the number of renders and calculations #1970
    • Remove redundant clone operations; for necessary clone operations, use fast-copy's copy call to replace lodash's cloneDeep call. Involved components: DatePicker, Table, OverflowList, Form, Tree, TreeSelect, Cascader #2002
  • 【Feat】
    • Support global setting of default Props for some components #2029