v2.72.0
- 【Fix】
v2.71.2
- 【Fix】
- 【Fix】
- Remove redundant calculations to determine whether the properties have changed when the Collapsible component is updated. #2631
- Fixed the issue where in react18, regardless of whether animation is on or not, when the mouse is quickly moved over the tooltip trigger, the DOM would become transparent but not disappear, causing the page element to be unclickable #2605
- Fixed the problem that the dynamic mode change of the Chat component did not take effect #2625
- Set the max-width of the img node of the image preview to none to avoid enlargement display errors when using tailwind at the same time. #2624
v2.71.0-beta.0
- 【New Component】
- 【Feat】
- Table 新增 shouldCellUpdate API,用于自定义单元格的是否需重新渲染 #2584
- Cascader 支持 checkRelation API 用于设置选项关联性 #2582
- Highlight Highlight 支持针对不同关键字使用不同高亮样式 #2600
@douyinfe/semi-icons-lab
增加新图标: IconChart、IconChat、IconCodeHighlight、IconLottie、IconMarkdown、IconPincode、IconVersionOne、IconWebComponents、IconJsonViewer #2583
- 【Chore】
- 【Perf】
- Select renderOption 相关的逻辑推迟在候选项展示后再执行, 减少不必要的渲染 #2598
- 【Fix】
- 【New Component】
- 【Feat】
- Table added shouldCellUpdate API, which is used to customize whether cells need to be re-rendered or not. #2584
- Cascader supports the checkRelation API for setting the relevance of options #2582
- Highlight supports using different highlight styles for different keywords #2600
@douyinfe/semi-icons-lab
add new color icons: IconChart、IconChat、IconCodeHighlight、IconLottie、IconMarkdown、IconPincode、IconVersionOne、IconWebComponents、IconJsonViewer #2583
- 【Chore】
- The digital precision of the SVG path in
@douyinfe/semi-icons
has been modified, keeping two decimal places. The volume of the minimized package for all icons has been reduced from 450 kb to 278 kb #2583 - The digital precision of the SVG path in
@douyinfe/semi-illustrations
has been modified, keeping two decimal places. The volume of the minimized package for all icons has been reduced from 283k -> 165k #2602 - Fixed type error reporting for the Lottie component #2593
- The digital precision of the SVG path in
- 【Perf】
- The logic related to Select's renderOption will be postponed until after the candidate options are displayed. Reduce unnecessary rendering. #2598
- 【Fix】