Skip to content

Releases: DouyinFE/semi-design

v2.15.0

15 Jul 07:34
Compare
Choose a tag to compare
  • 【Fix】
    • 修复多选状态下的TreeSelect/Tree被CheckboxGroup包裹后,点击任何选项将所有选项显示为被选中的问题, #750
    • 修复 @douyinfe/semi-illustrations 插画按需加载失效的问题 #961
    • 修复 DatePicker 在 triggerRender 范围选择场景选择日期交互问题 #676

  • 【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

15 Jul 05:22
Compare
Choose a tag to compare

v2.10.4

15 Jul 03:46
Compare
Choose a tag to compare

v2.15.0-beta.0

11 Jul 12:26
Compare
Choose a tag to compare
v2.15.0-beta.0 Pre-release
Pre-release
  • 【Feat】
    • LocaleProvider 新增 德语(de)、意大利语(it)、法语(fr) @jacob-lcs
    • Dropdown 新增 A11y 键盘和焦点适配 #205
    • Cascader 等 15 组件新增 preventScroll 属性,用于阻止组件内 focus 方法导致页面滚动
    • Rating 新增 A11y 焦点及键盘适配
    • Tooltip returnFocusOnClose 支持trigger hover和focus
  • 【Fix】
    • 修复 TreeSelect 当搜索框在trigger中且搜索框中有值时,二次点击会导致搜索框收起并清空搜索值的问题。
    • 修复 Cascader 单选状态下同时设置filterTreeNode & displayRender,选项显示错误问题
    • 修复 List 空状态 Padding 问题 @rojer95
    • 修复 InputGroup 在子级设置 disabled 为 false 不生效问题
    • 修复Tree搜索结果高亮大小写敏感问题
    • 修复虚拟化 Table 空数据时虚拟列表占位问题 #942

  • 【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

01 Jul 11:53
Compare
Choose a tag to compare
  • 【Fix】
    • 修复 Spin 组件在暗色模式下个别场景内容物有黑色矩形的问题
  • 【Chore】
    • 优化 Form interface BaseFormApi 类型定义 #933

  • 【Fix】
    • Fix the issue that the Spin component has black rectangles in some scene contents in dark mode
  • 【Chore】
    • Optimize Form interface BaseFormApi type definetion #933

v2.14.0-beta.2

30 Jun 03:38
Compare
Choose a tag to compare
v2.14.0-beta.2 Pre-release
Pre-release

v2.14.0-beta.1

15 Jul 03:47
Compare
Choose a tag to compare
v2.14.0-beta.1 Pre-release
Pre-release

v2.14.0-beta.0

28 Jun 08:59
Compare
Choose a tag to compare
v2.14.0-beta.0 Pre-release
Pre-release
  • 【Feat】
    • Input 新增 A11y 键盘适配 #205
    • Avatar 新增 A11y 焦点及键盘适配 #205
    • Radio 新增 A11y 焦点及键盘适配 #205
    • AutoComplete A11y 优化键盘适配 #205
  • 【Fix】
    • 修复 Input 传 defaultValue 会报错问题 #537
    • 修复设置collapsible = true时,Tabs滚动到视窗外时TabBar出现箭头
    • 修复部分组件 foundation 中包含 React 相关类型定义问题 #923
    • Tooltip/Popover trigger=custom 时,对 disabled 元素不再自动包裹 span #919
  • 【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】
    • Input Added A11y keyboard adaptation #205
    • Avatar adds A11y focus and keyboard adaptation #205
    • Radio adds A11y focus and keyboard adaptation #205
    • AutoComplete optimize A11y keyboard adaptation #205
  • 【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

20 Jun 14:47
Compare
Choose a tag to compare
  • 【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

v2.10.3

20 Jun 10:39
Compare
Choose a tag to compare