Skip to content

Releases: DouyinFE/semi-design

v2.50.0-beta.0

26 Dec 13:26
Compare
Choose a tag to compare
v2.50.0-beta.0 Pre-release
Pre-release
  • 【Feat】
    • Tree, TreeSelect 新增 showLine api。 #1801 @Yan-XiaoMing
    • Table 列支持自定义排序 icon
  • 【Style】
    • 修改 Tree/TreeSelect 的选项每行缩进的 CSS 实现,对于缩进层级大于 20层的,不再有限制。 @Yan-XiaoMing
  • 【Fix】
    • 修复 Notification 的 Id 类型不正确的问题

  • 【Feat】
  • 【Style】
    • Modify the CSS implementation of the indentation of each line of the Tree/TreeSelect option. There is no limit to the indentation level greater than 20 levels. @Yan-XiaoMing
  • 【Fix】
    • fix the problem that types of Id in Notification is not correct.

v2.49.2

26 Dec 12:43
Compare
Choose a tag to compare
  • 【Fix】
    • 修复 Select 在单选情况下,点击外部后再次选择选项失败问题(影响范围 v2.49.0)
    • 修复受控 expandedKeys 的 TreeSelect 中,showFilteredOnly 不生效问题 #1542
    • 修复 DatePicker 类型为 monthRange 时,限制日期范围不符合预期问题。
    • 修复在全局设置box-sizing 为 border-box后,vertical 的basic step 样式错误问题 #1985
    • 去除 TreeSelect/Select 的triggerRender的props 的可选类型设置 #532
    • Notification.addNotice() 现在使用通过 Notification.config() 设置的全局配置 @lideming

  • 【Fix】
    • fix the problem of Select failing to select option after clicking outside when the selection is radio (scope of impact v2.49.0)
    • Fixed the problem that showFilteredOnly does not take effect in TreeSelect controlled expandedKeys #1542
    • fixed the problem that when the DatePicker type is monthRange, the limited date range does not meet the expectations.
    • Fixed vertical basic step style error when setting box-sizing to border-box globally. #1985
    • Remove the optional type setting of props of triggerRender of TreeSelect/Select #532
    • Notification.addNotice() now uses the default config provided to Notification.config() @lideming

v2.49.1

18 Dec 09:17
Compare
Choose a tag to compare

v2.49.0

15 Dec 14:22
Compare
Choose a tag to compare
  • 【Fix】
    • Image 支持在预览页面的任何位置通过面板和鼠标滚动进行缩放 #1890
    • Image 预览的初始尺寸做了调整。调整前,预览初始尺寸为适应页面的宽高;调整后,如果图片宽高小于适应页面的宽高,则预览初始宽高和图片宽高相同,否则以适应页面宽高进行缩放 #1890
    • 修复 select 单选选择选项后,点击外部不触发 onblur 事件问题 #1977

  • 【Fix】
    • Image supports zooming via panel and mouse scrolling anywhere on the preview page #1890
    • The initial size of the Image preview has been adjusted. Before adjustment, the initial size of the preview is to fit the width and height of the page; after adjustment, if the width and height of the image are smaller than the width and height of the page, the initial width and height of the preview will be the same as the width and height of the image, otherwise the preview will be scaled to fit the width and height of the page.#1890
    • fixed the problem that after selecting a radio option, clicking outside does not trigger the onblur event #1977

v2.49.0-beta.0

11 Dec 11:31
Compare
Choose a tag to compare
v2.49.0-beta.0 Pre-release
Pre-release
  • 【Feat】
    • Table 支持 keepDOM,在折叠时不销毁被折叠的行 #1969
    • Calendar 新增 minEventHeight api 以支持在日、多日以及周视图下,当 event start 和 end 非常接近时,event dom 结构存在且有最小高度的展示 #702
    • Timepicker 新增 stopPropagation 用于判断是否阻止弹出层上的点击事件冒泡 #1966
    • SideSheet 组件支持自定义 closeIcon @LonelySnowman #1948
  • 【Fix】
    • 修复 Slider 把手上的tooltip 在拖动时偶尔闪烁的问题 #1935
    • 修复 Typography JS截断对于不换行文本的计算错误 @marshcat0
    • 修复 Radio pure card 在 Safari 下点击热区不正确的问题 @nekocode #1959
  • 【Docs】
    • 新增 VChart 图表介绍

  • 【Feat】
    • Table supports keepDOM and does not destroy folded rows when folding #1969
    • Calendar adds the minEventHeight api to support the display of the event dom structure with a minimum height when the event start and end are very close in day, multi-day and week views #702
    • Timepicker adds stopPropagation to determine whether to prevent click events on the popup layer from bubbling #1966
    • The SideSheet component supports custom closeIcon @LonelySnowman #1948
  • 【Fix】
    • Fixed the issue where the tooltip on the Slider handle occasionally flickers when dragging #1935
    • Fixed typography JS truncation calculation error for non-wrapped text @marshcat0
    • Fixed the issue where Radio pure card clicks on the hotspot incorrectly under Safari @nekocode #1959
  • 【Docs】
    • Add VChart chart introduction

v2.48.0

01 Dec 09:37
Compare
Choose a tag to compare

v2.47.1

28 Nov 09:31
Compare
Choose a tag to compare
  • 【Fix】
    • 修复 Select Group 分组场景使用 Option,未显式声明 key属性时,filter 后列表筛选错误的问题,影响范围 (v2.46.0-v2.47.0) #1939
    • 修复 Dropdown item 在没有声明 onClick 时点击报错的问题,影响范围 v2.47.0 #1936

v2.48.0-beta.0

27 Nov 12:40
Compare
Choose a tag to compare
v2.48.0-beta.0 Pre-release
Pre-release
  • 【Feat】
    • Slider 新增 showMarkLabel 控制 label 显隐, tooltipOnMark 在 mark 上显示 tooltip,showArrow 控制 tooltip 的三角形显隐
    • 字符串类型头像,字符长度可根据头像宽度自动调整 #1917 @LonelySnowman
  • 【Fix】
    • 修复虚拟化表格 showHeader 为 false 时表格体渲染空问题 #726
    • 修复 Input 仅使用 addOnBefore 的情况下 borderRadius 不正确的问题 #1912

  • 【Feat】
    • Slider adds showMarkLabel to control the visibility of the label, tooltipOnMark to display the tooltip on the mark, and showArrow to control the visibility of the tooltip triangle.
    • String type avatar, the character length can be automatically adjusted according to the width of the avatar #1917 @LonelySnowman
  • 【Fix】
    • fixed virtualized Table showHeader bug #726

v2.47.0

17 Nov 09:22
Compare
Choose a tag to compare
  • 【Fix】
    • 修复 Table 分页器在同时传入 pageSize 和 showSizeChanger 时点击分页器返回第一页问题 #1885
    • 修复 Dropdown Item 右键和中键也会触发 onClick 的问题 #1914 (影响范围: 2.43.0-beta.0 ~ 2.46.1)

v2.46.2

16 Nov 08:46
Compare
Choose a tag to compare