Releases: DouyinFE/semi-design
Releases · DouyinFE/semi-design
v2.1.0-beta.3
v2.1.0-beta.2
v2.1.0-beta.1
- 【Fix】
- 【Fix】
- Select
- Fix the crash of virtualization. #308
- Fix the rendering problem when Option children are not string.
- Fix an error when TreeSelect leafOnly and searchPosition='hover' are opened at the same time. #306
- Fix that the value of triggerRender in the parameter is empty when Cascader is multi-selected. 259
- Fix the incorrect naming of the interface ExpanedOtherProps of Tree and amend it to ExpandedOtherProps. 297
- Select
v2.1.0-beta.0
- 【Feature】
- 【Fix】
- 【Chore】
- 【Feature】
- 【Fix】
- Fix the possible vertical misalignment of Radio under certain theme packages: the value of Radio $height-radio_inner_min is changed from inheriting $spacing-base-loose to fixed 20px to avoid being affected by different theme packages
- Fix the problem that onChange is still triggered when Tabs is clicked on the active tab #208
- Fix the problem that the height of the Collapsible component is not fully expanded when the collapsible component is opened by default #85
- Fix the problem that onAfterChange is not triggered when clicking on the track when the Slider value is controlled
- Fix Select, AutoComplete UMD CSS missing problem
- 【Chore】
- Fix the inaccurate definition of the renderSelectedItem ts of TreeSelect #265
- Typescript Interface related changes #277
- Form adds the export of WithFieldOption
- Notification adds the export of ConfigProps
- Toast adds the export of ConfigProps
- Upload adds the export of BeforeUploadObjectResult and AfterUploadResult
- Cascader adds CascaderType and ShowNextType export
v2.0.8
- 【Fix】
- 修复 Modal afterClose 部分场景失效
- 【Fix】
- Fix Modal afterClose not work in some scenario
v2.0.7
v2.0.6
v2.0.5
v2.0.4
- 【Fix】
- 【Docs】
- 【Fix】
- Fixed Cascader single selection, the problem that the
defaultValue
is disabled when the node is selected will be filtered #183 - Fixed Cascader
multiple
andonChangeWithObject
enabled, thedefaultValue
isobject[]
does not take effect #184 - Fixed the problem that the Select support cannot automatically scroll to the selected item after opening the drop-down box #169
- Fixed Table
resizable
table issue #154
- Fixed Cascader single selection, the problem that the
- 【Docs】
v2.0.3
- 【Fix】
- 【Docs】
- 【Chore】
- 【Fix】
- Fix the problem that the item height of Tree / TreeSelect becomes larger in the loading state #181
- Fix the problem that the input value of TagInput will be cleared when separator is not string or array #182
- Fix the issue that when Form resets ArrayField through setValues, formState has taken effect and UI rendering is not updated synchronously #211
- 【Docs】
- 【Chore】