Releases: DouyinFE/semi-design
Releases · DouyinFE/semi-design
v2.15.0
- 【Fix】
- 【Fix】
- Fixed the problem that when TreeSelect/Tree in multi-select state is wrapped by CheckboxGroup, clicking any option will cause all options to be displayed as selected #750
- Fix the problem that @douyinfe/semi-illustrations failed to shaking #961
- Fix DatePicker in triggerRender range selection scene to select date interaction issue #676
v2.10.5
v2.10.4
v2.15.0-beta.0
- 【Feat】
- LocaleProvider 新增 德语(de)、意大利语(it)、法语(fr) @jacob-lcs
- Dropdown 新增 A11y 键盘和焦点适配 #205
- Cascader 等 15 组件新增 preventScroll 属性,用于阻止组件内 focus 方法导致页面滚动
- Rating 新增 A11y 焦点及键盘适配
- Tooltip returnFocusOnClose 支持trigger hover和focus
- 【Fix】
- 【Feat】
- Support German, Italian and French @jacob-lcs
- Dropdown add A11y keyboard and focus adaptation #205
- Components such as Cascader add the preventScroll property to prevent the focus method in the component from causing the page to scroll
- Rating adds A11y focus and keyboard adaptation
- Tooltip returnFocusOnClose supports trigger hover and focus
- 【Fix】
- Fix the problem that when the TreeSelect search box is in the trigger and there is a value in the search box, the second click will cause the search box to collapse and clear the search value.
- Fix the Cascader display error of single selection when setting filterTreeNode & displayRender at the same time
- Fix list empty padding @rojer95
- Fixed InputGroup setting disabled to false in the child does not take effect
- Fix the case-sensitive issue of tree search highlighting result
- Fixed the virtual list occupying problem when virtualizing Table empty data #942
v2.14.0
v2.14.0-beta.2
v2.14.0-beta.1
v2.14.0-beta.0
- 【Feat】
- 【Fix】
- 【Breaking Change】
- Input 中的密码按钮改为常显,之前是 hover 或 focus 输入框时显示 #205
- 【Style】
- 修复 TagInput suffix 文本颜色,从 --semi-color-text-1 修改为 --semi-color-text-2
- 更新了 secondary 全局颜色变量,将引用的色阶由 blue 改为 light-blue,修改前 secondary 颜色变量与 primary 相同,修改后视觉上对比度弱于 primary。Button、Badge、Steps、Dropdown 组件受影响。
- 更新 Select、Cascader、TreeSelect size='large' 时 placeholder与单选的文字大小,14px -> 16px。与 Input 组件对齐 #859
- 【Feat】
- 【Fix】
- Fixed Input passing defaultValue will report an error #537
- Fixed when setting collapsible = true, TabBar appears arrow when Tabs is scrolled out of viewport
- Fixed some component foundation contains React related type definition problem #923
- Tooltip and Popover no longer automatically wraps span on disabled elements when trigger is custom #919
- 【Breaking Change】
- The password button in Input is changed to be always displayed, and it was displayed when the input was hover or focus #205
- 【Style】
- Fixed TagInput suffix text color, changed from --semi-color-text-1 to --semi-color-text-2
- Updated the secondary global color variable, and changed the referenced color scale from blue to light-blue. Before the modification, the secondary color variable was the same as the primary. After the modification, the visual contrast was weaker than the primary. Button, Badge, Steps, Dropdown components are affected.
- Updating Select, Cascader, TreeSelect size='large', placeholder and radio text size, 14px -> 16px. Align with Input component #859
v2.13.0
- 【Fix】
- 修复当设置onChangeWithObject,mutiple后,value传入的值为undefined时时,Cascader 崩溃的问题。(影响范围 v2.0.4 - v 2.12.0)#905
- 修复 esm / cjs 构建产物,滚动条样式部分场景失效的问题
- 【Style】
- Modal、TanPane、Upload 增加 color text 声明,解决暗色模式下,当未在 body 容器统一声明 color时,文本颜色对比度不足的问题
- 解决 TimePicker range 模式,在暗色模式下 border-radius 显示不正确的问题
- disabled的TagInput可以显示+N部分popover的内容
- 【Design Token】
- Tabs 增加 $color-tabs_tab-pane-text-default,Upload 增加 $color-upload_drag_area_main-text 等若干Token
- 【Docs】
- 增加searchRender API 和 search方法的示例
- 【Fix】
- Fixed the problem that Cascader crashes when the value passed in is undefined after setting onChange WithObject, multiple, #905
- Fix the issue that scroll bar style is invalid in some scenes
- 【Style】
- Modal, TanPane, Upload add color text declaration to solve the problem of insufficient text color contrast in dark mode when color is not uniformly declared in the body container
- Solve TimePicker range mode, border-radius is not displayed correctly in dark mode
- The disabled TagInput can display the content of the +N part of the popover
- 【Design Token】
- Tabs adds $color-tabs_tab-pane-text-default, Upload adds several tokens such as $color-upload_drag_area_main-text
- 【Docs】
- Added example of searchRender API and search method