Releases: DouyinFE/semi-design
Releases · DouyinFE/semi-design
v2.55.1
🔧【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
v2.55.0-beta.0
- 【Fix】
- 【Chore】
- 升级 webpack、rspack构建插件,支持消费在 Semi DSM 中配置的自定义 css 配置,可用于将覆写的 CSS 或任意与 Semi 组件无关的 css 聚进主题包样式
- 【Fix】
- 【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
- 【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
- 【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
- 【Fix】
- 修复 Avatar border 类型错误的问题
- 【Fix】
- Fix Avatar border type error
v2.54.0-beta.0
- 【Feat】
- Toast 组件支持 theme 全局配置 @LonelySnowman #2099
- Collapsible 组件新增 lazyRender 属性 @changlin2569 #2100
- Descriptions 组件支持横向布局 @LonelySnowman #1534
- Cascader 支持通过 ref 调用 search 方法 #2098
- ImagePreview 增加 onDownLoadError 回调 API #2093
- 【Fix】
- 【Feat】
- Toast component supports theme global configuration @LonelySnowman #2099
- Collapsible adds lazyRender API @changlin2569 #2100
- Descriptions component supports horizontal layout @LonelySnowman #1534
- Cascader supports calling the search method through ref #2098
- ImagePreview adds onDownLoadError callback API #2093
- 【Fix】
v2.53.2
v2.53.1
- 【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
- 【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