Releases: DouyinFE/semi-design
Releases · DouyinFE/semi-design
v2.69.0
v2.69.0-beta.0
- 【Feat】
- 【Fix】
- 修复 Chat 的消息对比逻辑在前后消息为不同的空数组时的 TypeError #2557
- 【Feat】
- In Chat's custom rendering message box, renderChatBoxAvatar adds message parameter. #2557
- Add defaultActionsObj parameter to renderChatBoxContent in Chat's custom rendering session box to reveal detailed node parameter information #2557
- Chat's custom rendering input box adds the detailProps parameter to transmit detailed node parameter information #2557
- Navigation adds subDropdownProps support #2555
- 【Fix】
- Fixed a TypeError in Chat's message comparison logic when the previous and later messages are different empty arrays #2557
v2.68.4
- 【Fix】
- 【Style】
- 【Fix】
- 【Style】
- Fixed the issue where the placeholder opacity is incorrect after clicking the clearIcon and losing focus when both filter and showClear are enabled in Select. #2547
- Modified the align-items property of the Chat component styles from start/end to flex-start/flex-end to avoid potential CSS compilation warnings in some projects. 2546
v2.68.3
v2.68.2
v2.68.1
v2.68.0
- 【Fix】
- 【Fix】
- fix IllustrationFailure and IllustrationNoContent curves are not completely closed in light mode
- fixed Table typings not work bug caused by react-window dependency #2477
v2.68.0-beta.0
- 【New Component】
- 【Feat】
v2.67.2
- 【Fix】
- 修复 Select disabled 禁用但focus的情况下,在某些特殊的主题包配置中,背景色不符合预期的现象 #2532
- 【Design Token】
- Select 组件新增 Token:
$color-select_input_disabled-border-focus
、$color-select_input_disabled-border-focus
定制禁用态focus背景色样式、定制禁用focus边框
- Select 组件新增 Token:
- 【Fix】
- Fixed the phenomenon that the background color does not match expectations in some special theme package configurations when Select disabled and focus is disabled #2532
- 【Design Token】
- Select add token:
$color-select_input_disabled-border-focus
、$color-select_input_disabled-border-focus
- Select add token:
v2.67.1
- 【Fix】
- 【Fix】
- fix the issue that after closing the Select popup using the close method, clicking the outer area cannot remove the focus style
- fixed selected value does not show when value is controlled (affects v2.64 ~ v2.67) #2521
- Fixed the issue that Rspack plugin does not work on win32 platform