v2.71.0-beta.0
Pre-release
Pre-release
github-actions
released this
03 Dec 12:45
·
66 commits
to main
since this release
- 【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】