Releases: DouyinFE/semi-design
Releases · DouyinFE/semi-design
v2.1.2
- 【Feature】
- 支持 Next.js #153
- 替换飞书Logo图标
- 【Fix】
v2.1.1
v2.1.0
- 【Fix】
- 提供 semi-icons、semi-illustrations 的 UMD 产物,解决 UMD 场景下无法使用 icon 的问题 #215
- 修复 Collapsible 组件在 content 有 margin 时展开/收起卡顿的问题 @ChelesteWang
- 【Style】
- Timeline 新增 $color-timeline_item_content-text-default Sass 变量,用于配置时间轴标题文字颜色
- 【Docs】
- 【Fix】
- Provide UMD products of semi-icons and semi-illustrations to solve the problem that icons cannot be used in UMD scenarios #215
- Fix the issue that the Collapsible component is stuck when expanding/retracting when the content has a margin @ChelesteWang
- 【Style】
- Timeline adds $color-timeline_item_content-text-default Sass variable, which is used to configure the timeline title text color
- 【Docs】
- Add a demo example of applying dark mode and bright mode to some modules #301
- Update the Table sample, use sample code that is more suitable for the usage scenario, and add notes to some common problems #315
- Added demo examples for use with Checkbox, Radio, Input, Pagination; added demo examples for drag sorting; added demo examples for keyboard response events
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