v2.70.0-beta.0
- 【Fix】
- 【Feat】
- 【Fix】
- When all items except the disabled item in the left panel of transfer are selected, the operation button should display Cancel all selections #2575
- fix resizeItem size offset caused by float,invalid min/max setting caused by browser resizing and incorrect behavior in react strictMode @Nathon2Y
- Fix the problem that the placeholder of TreeSelect is blocked when single selection and search box are in trigger, affecting versions v2.61.0 - 2.69.0
- 【Feat】
- direction in ResizeGroup can be dynamic @Nathon2Y
- MarkdownRender adds the remarkGfm switch to prevent errors reported by lower versions of Safari that do not support lookaround assertions
v2.69.1
- 【Fix】
- 【Fix】
- fix the issue that MonthRange DatePicker does not jump when clicking on a non-disabled year when there is a disabledDate
- Fixed the problem that when ArrayField is conditionally rendered, the first click of add fails to add rows correctly.
- fixed incorrect translation of Table pageText in Japanese scenarios
v2.69.0
- 【Fix】
- 插画包 @douyinfe/semi-illustrations 中的 clip-rule & stroke-width 修改为 clipRule & strokeWidth
- 【Fix】
- The clip-rule & stroke-width in the @douyinfe/semi-illustrations package are modified to clipRule & strokeWidth
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