Releases: DouyinFE/semi-design
Releases · DouyinFE/semi-design
v2.8.2
v2.9.0-beta.0
- 【Feat】
- 新增分割线组件 #721 @ZeroCodeLin
- Description 组件的 data 键值支持传入 ReactNode #734 @oddguan
- 【Fix】
- 【Feat】
- New Component Divider. #721 @ZeroCodeLin
- Added support for ReactNode as key value for Descriptions' data prop #734 @oddguan
- 【Fix】
- Update the centering method of Avatar text content, from absolute positioning to centering by the parent layout #774
- fix controlled slider component can still trigger value change by clicking track. #768
- Fixed an issue where Badge could not be used with Tooltip #761
- fix validateStatus type check lack success #746 @rojer95
v2.8.0
- 【fix】
- 升级 @douyinfe/semi-ui 依赖的react-sortable-hoc版本(v1.11.0 -> v2.0.0),解决 pnpm场景下使用react 17时,由于unmeet peerDependency 中 react版本未满足的报错问题, #747
- 【fix】
- Upgrade the react-sortable-hoc version (v1.11.0 -> v2.0.0) that @douyinfe/semi-ui depends on, to solve the problem of unmeet peerDependency when using react 17 in the pnpm scenario, the react version is not satisfie, #747
v2.8.0-beta.1
v2.8.0-beta.0
- 【Fix】
- 【Feat】
- Popover 新增 A11y 键盘和焦点适配 #205
- 【Style】
- Form Label的extra 元素CSS样式调整:display: block -> flex,修复 extra中放置 Icon时未居中对齐的问题 #324
v2.7.1
- 【Fix】
v2.7.0
v2.7.0-beta.0
- 【Fix】
- 修复 Cascader 在单选且非搜索模式下,label 为 ReactNode 时,trigger 异常显示 [object object] 的问题。 #592
- ButtonGroup 支持 className #704 @yaogengzhu
- 修复 Tree 组件 value 在初始时会影响节点的展开,而更新 treeData后,却不会再影响节点的展开 #257
- 修复 TreeSelect 非完全受控问题 #328
- 【Feat】
- 【Fix】
- Fix the problem where the trigger unexpectedly display [object object] when Cascader was in single-select and non-search mode, and the label was ReactNode. #592
- ButtonGroup support calssName props #704 @yaogengzhu
- Fixed that the value of the Tree component will affect the expansion of the node at the beginning, but after updating the treeData, it will no longer affect the expansion of the node #257
- fix expandedKeys of TreeSelect is not completely controlled #328
- 【Feat】
v2.6.0
- 【Fix】
- 修复 Table 展开任意行时其他展开行会重复渲染问题 #686
- 修复 Navigation limitIndent 为 false 时的缺失 key 的警告 #679
- 修复 Tag 有父级包裹时,父元素存在 3px 留白问题 #518 @yangjiaxin1995
- 【Fix】
- Fixed the problem that when Table expands any row, other expanded rows will be rendered repeatedly #686
- Fixed navigation lacking key warning, when limitIndent is false #679
- Fixed the problem that the parent element has 3px blank space when the Tag has a parent package #518 @yangjiaxin1995