Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ deps: Update dependency @douyinfe/semi-ui to v2.68.0 - autoclosed #243

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@douyinfe/semi-ui (source) 2.48.0 -> 2.68.0 age adoption passing confidence

Release Notes

DouyinFE/semi-design (@​douyinfe/semi-ui)

v2.68.0

Compare Source

  • 【Fix】
    • 修复亮色模式下,IllustrationFailure 和 IllustrationNoContent 曲线未完全闭合问题 #​2535
    • 修复 Table 类型定义不生效问题,影响版本 v2.31.0-beta.0 - 2.67.2 #​2477 #​2534

  • 【Fix】
    • fix IllustrationFailure and IllustrationNoContent curves are not completely closed in light mode
    • fixed Table typings not work bug caused by react-window dependency #​2477

v2.67.2

Compare Source

  • 【Fix】
    • 修复 Select disabled 禁用但focus的情况下,在某些特殊的主题包配置中,背景色不符合预期的现象 #​2532
  • 【Design Token】
    • Select 组件新增 Token: $color-select_input_disabled-border-focus$color-select_input_disabled-border-focus 定制禁用态focus背景色样式、定制禁用focus边框

  • 【Fix】
    • Fixed the phenomenon that the background color does not match expectations in some special theme package configurations when Select disabled and focus is disabled #​2532
  • 【Design Token】
    • Select add token: $color-select_input_disabled-border-focus$color-select_input_disabled-border-focus

v2.67.1

Compare Source

  • 【Fix】
    • 修复 Select 通过 method close 方法关闭弹层后,点击外部区域无法移除聚焦样式问题 #​2466
    • 修复 DatePicker 在受控状态下选择后,第一次打开面板选中态未展示问题(影响 v2.64 ~ v2.67) #​2521 #​2522
    • 修复 Rspack plugin 在 win32 平台不生效的问题 #​2517

  • 【Fix】
    • fix the issue that after closing the Select popup using the close method, clicking the outer area cannot remove the focus style
    • fixed selected value does not show when value is controlled (affects v2.64 ~ v2.67) #​2521
    • Fixed the issue that Rspack plugin does not work on win32 platform

v2.67.0

Compare Source

  • 【Fix】

  • 【Fix】

v2.66.1

Compare Source

  • 【Fix】
    • 优化 Datepicker 在马来语、俄语、越南语、阿拉伯语 的星期一-星期日的文案展示; 优化 Table 左下角文案在日语、印尼语、越南语时的展示 #​2486

  • 【Fix】
    • Optimized Datepicker Copywriting in Malay (ms_MY), Russian(ru_RU), Vietnamese(vi_VN), Arabic(ar) Monday - Sunday. Optimize the display of text in Japanese, Indonesian, and Vietnamese in the lower left corner of the Table. #​2486

v2.66.0

Compare Source

  • 【Fix】
    • 修复 Tooltip 在动画开启状态快速滑入并滑出,tooltip 正常消失但是 dom 不卸载的问题 #​2461
    • 修复 Upload addOnPasting 在 SideSheet中无法上传的问题 #​2478
    • 修复单选的 Cascader,在 React 版本大于 18 情况下,异步加载数据展开行为异常问题 #​2212
    • 针对上个 Beta 新增的 快捷键组件 Hotkeys 进行了一些 API 的微调,更符合实际使用场景 #​2463
  • 【Chore】
    • 新增 ConfigConsumer 导出,用于手动获取 ConfigProvider 内的值 #​2468

    • HotKeys 增加 static Keys属性 @​Nathon2Y #​2463


  • 【Fix】
    • Fixed the issue where the Tooltip quickly slides in and out when the animation is on, and the tooltip disappears normally but the dom is not unloaded
    • Fixed Upload addOnPasting in Sidesheet could not be uploaded #​2478
    • Fixed single-select Cascader, under React18, the expansion behavior is abnormal when loading data asynchronously #​2212
    • Made some API tweaks for the Hotkeys component added in the previous Beta to make it more suitable for actual usage scenarios #​2463
  • 【Chore】

v2.65.0

Compare Source

  • 【Fix】
    • 修复 Slider 在 range 受控模式下,拖动一个 handle 可能导致另一个 handle 抖动的问题 #​2438 #​2442
    • 修复 Slider,在 range 模式下,min handler 可以拖动到 max handler 右侧,意外交换两个 handler 的问题 #​2438 #​2442
    • 修复 Button 在 children 直接传入 icon 时,垂直方向不居中的问题 #​2402 #​2440
    • 修复 markdown render 渲染仅包含标题的表格时崩溃 #​2436 @​tgz

  • 【Fix】
    • Fixed the problem that when Slider is in range controlled mode, dragging one handle may cause another handle to shake #​2438
    • Fixed the problem that when Slider is in range mode, the min handler can be dragged to the right of the max handler, accidentally swapping the two handlers #​2438
    • Fixed the issue that Button is not vertically centered when icon is passed directly to children #​2402
    • fix ui crash when render markdown data only only includes heading definitions #​2436 @​tgz

v2.64.0

Compare Source

  • 【Feat】
    • 新增 颜色选择器 ColorPicker 组件,用户快速选择颜色,支持滴管屏幕取色 #​2218
  • 【Fix】
    • 修复 Tooltip triggerDOM 特殊场景下未定义的问题 commit

  • 【Feat】
    • Added the ColorPicker component, which allows users to quickly select colors and supports eyedropper screen color selection. #​2218
  • 【Fix】
    • Fix Tooltip triggerDOM not defined in some case commit

v2.63.1

Compare Source


v2.63.0

Compare Source

  • 【Fix】
    • 修复 TimePicker 在 onChangeWithDateFirst false 情况下为先选后一个时间导致 invalid time value 问题 #​2376
  • 【Style】
    • 修复 Cascader 在无选项情况下,emptyContent 在hover时,背景色会超出弹出层区域 #​2377
    • 修复 Sass 版本大于等于 1.77.7,不推荐使用嵌套规则后的声明问题 #​2366 #​2370
    • 增加 Upload 组件中上传错误的 icon 的 font-size 设置的优先级,防止因为编译后 css 文件顺序导致生效的 font-size 不一致问题 #​2372
  • 【Chore】
    • 修复 Form 中 formAPI 缺少 getFormProps 类型定义问题 #​2367

  • 【Fix】
    • fix the issue that when TimePicker selects a later time first, the invalid time value will be caused when onChangeWithDateFirst is false #​2376
  • 【Style】
    • Fixed the problem that when Cascader has no options and the emptyContent is hovering, the background color will exceed the popup layer area.
    • fixed the problem that the use of declarations after nested rules is currently deprecated in Sass(version >= 1.77.7) #​2366
    • Increase the priority of the font-size settings of uploaded wrong icons in the Upload component to prevent font-size inconsistencies in effect due to the order of compiled css files.
  • 【Chore】
    • Fix the problem of missing getFormProps type definition in formAPI in Form#​2367

v2.62.1

Compare Source

  • 【Fix】
    • 修复 TreeSelect 启用 showFilteredOnly 并且搜索框在 trigger 中的 treeSelect 面板,在搜索后再次打开显示不正确问题 #​2345
    • 修复 Upload 使用 renderThumbnail 搭配 Image 组件使用时,宽高度恒定的问题 #​2343 #​2344
    • 修复 Form 未透传 id 属性到 form 元素 DOM 的问题

  • 【Fix】
    • Fixed the issue that when TreeSelect enables showFilteredOnly and the search box is in the trigger, the treeSelect panel does not display correctly when it is opened again after searching #​2345
    • Fixed the issue that when Upload uses renderThumbnail with the Image component, the width and height remain constant #​2343
    • Fixed the issue that Form does not pass the id attribute to the form element DOM

v2.62.0

Compare Source

  • 【Fix】
    • Carousel 仅有一个 children 且 autoPlay 为 true 时不执行任何切换操作 #​2334
    • 修复 Modal 在 getPopupContainer 中如果返回 document.body 异常的问题 #​2335
    • 修复 Table 在 dataSource 为空时,存在非预期的 borderRadius 的问题 #​2337
  • 【Chore】

  • 【Fix】
    • When the carousel has only one child and autoPlay is true, no switching operation is performed #​2334
    • Fixed the issue that Modal returns document.body exception in getPopupContainer
    • Fix Table has unexpected borderRadius when dataSource is empty
  • 【Chore】
    • Table Column support RecordType #​2314

v2.61.0

Compare Source

🎉 2.61.0 (2024-06-24)
  • 【Docs】
    • 新增 web components 适配文档 #​2313

🎉 2.61.0 (2024-06-24)
  • 【Docs】
    • Add web components adaptation docs #​2313

v2.60.1

Compare Source


v2.60.0

Compare Source

  • 【Docs】
    • 更新对 Transfer 的 filter API 说明 #​2280
  • 【Fix】
    • 修复 AutoComplete 因为 autofocus 拼写导致的在开发环境下抛出 warning 的问题 #​2285
    • 修复 Form labelAlign 设为 right时,对齐样式在 label 带 extra 情况下不生效的问题 #​2281

  • 【Docs】
    • update filter API defination In Tranfer
  • 【Fix】
    • fixed the issue where AutoComplete throws a warning in the development environment due to autofocus spelling errors
    • Fixed the problem that when Form labelAlign is set to right, the alignment style does not take effect when the label has extra

v2.59.1

Compare Source

  • 【Fix】
    • 修复 Select Option 传入 data-*属性未生效的问题 #​2258
    • 修复 Toast 在多条长度不同的 toast 弹出时,没有居中而是左对齐的问题 #​2257
    • 修复 TreeSelect 在 defaultOpen 模式时候,点击外部没有无法关闭弹出层问题 #​2254
    • 修复 Avatar 在设置了 border/topSlot/bottomSlot API 情况下,无法触发 onClick、onMouseEnter、onMouseLeave 事件问题 #​2255
    • 修复 Badge className 作用范围不正确的问题,功能对齐其他组件,作用于 DOM 最外层
    • 修正 Badge API 定义,增加更语义的 countStyle API,作用与现有 style API 保持一致(旧 API props.style 仍可使用,效果不变,但不再于文档中推荐)
  • 【Chore】
    • 修复 FormApi 在未传入泛型时,调用 setValue时会有 string类型不能赋值给 never 的类型报错问题(影响范围,v2.59.0) #​2259
    • 优化 FormApi getValue 对于嵌套路径的类型提示,对齐 setValue 行为 #​2259
    • 修复 TextArea 的 onBlur/onFocus 类型定义错误问题 #​2261
    • 修复 Semi Webpack plugin 中的 webcomponentPath 参数类型定义错误问题 #​2260

  • 【Fix】
    • Fixed the problem that the data-* attributes passed into Select Option did not render #​2258
    • Fixed the problem that Toast is not centered but aligned to the left when multiple toasts with different lengths #​2257
    • Fixed the problem that when TreeSelect is in defaultOpen mode, the pop-up layer cannot be closed when clicking outside. #​2254
    • Fixed the problem that Avatar cannot trigger onClick, onMouseEnter, and onMouseLeave events when the border/topSlot/bottomSlot API is set. #​2255
    • Fixed the problem that Badge className function aligns other components and acts on the outermost layer of DOM
    • Revised Badge API definition, added a more semantic countStyle API, and made it consistent with the existing style API (the old API props.style can still be used, and the effect remains unchanged, but it is no longer recommended in the documentation)
  • 【Chore】
    • Fixed the problem that when FormApi does not pass in generics, there will be a type error that string type cannot be assigned to never when calling setValue (affected scope, v2.59.0) #​2259
    • Optimize FormApi getValue type hints for nested paths and align setValue behavior #​2259
    • Fixed onBlur/onFocus type define error in TextArea #​2261
    • Fixed webComponentPath parameter type error in Semi webpack plugin #​2260

v2.59.0

Compare Source

  • 【Chore】
  • 【Fix】
    • 修复 StrictMode 开启时,dev环境下,Form 校验结果无法正常返回的问题(影响范围:v2.57.0 - v2.59.0-beta.0) @​nekocode #​2210

v2.58.1

Compare Source

  • 【Design Token】
    • Tabs 新增 $font-tabs_bar_large-fontSize $font-tabs_bar_medium-fontSize $font-tabs_bar_small-fontSize

  • 【Design Token】
    • Tabs add $font-tabs_bar_large-fontSize $font-tabs_bar_medium-fontSize $font-tabs_bar_small-fontSize

v2.58.0

Compare Source

  • 【Feat】
    • Tabs 新增 more api,用于将一部分 tabs 收起到下拉菜单中 #​2226
    • Button 新增 outline 边框模式主题 #​2224
  • 【Fix】
    • 修复 Slider 在添加了 scale 样式后,拖拽不正常,点击轨道跳转不正常的问题 #​2223
    • 修复在 safari/ firefox 浏览器在暗色模式下的样式错误(影响版本:2.56.0-2.57.0) #​2225 #​2229

  • 【Feat】
    • Tabs has added more API, which is used to collapse some tabs into drop-down menus.
    • Button adds outline border mode theme
  • 【Fix】
    • Fixed the problem that after adding the scale style to Slider, dragging is not normal and clicking on the track jumps abnormally.
    • Fix the style error in dark mode in safari/firefox browser (affected versions: 2.56.0-2.57.0) #​2225

v2.57.0

Compare Source


  • 【Fix】
    • 修复 Field卸载后,异步校验的结果仍然会写至formState的问题 @​sylingd #​2206
    • 修复 TreeSelect 受控 value,设置了 defaultExpandedKeys,远程加载 treeData时,defaultExpandedKeys 未生效问题(影响版本 2.49.2-2.56.3) #​2191
    • 修复 TreeSelect 在多选,自定义 trigger,checkRelation 为 unRelated情况下,选中项未通过 triggerRender 透出问题 #​2188
    • 修复 Tooltip 在挂载时,如果 Cursor 已经在 trigger 的 dom 上,且 React 复用了 trigger dom 作为 tooltip 的 children,tooltip 不会展示的问题 #​2199
    • 修复 Input 和 TextArea 设置 defaultValue 在长文本情况下,autoFocus 光标未滚动到末尾的问题 #​2193
    • 移除 Banner .semi-banner-content 中无效的css规则 #​2204
  • 【Design Token】
    • Checkbox 新增 $color-checkbox_cardType-border-default #​2208

v2.56.3

Compare Source

  • 【Fix】
    • 修复 Modal footerFill 打开后,取消按钮带有左边距的问题 #​2177
    • 修复单选,可搜索,远程加载的 TreeSelect 在选择选项后,选项展开状态异常问题 #​2178 #​2179
    • 修复 Upload 将 addOnPasting 切换为 false 后,粘贴上传依然触发的问题 #​2176
    • 修复 TreeSelect 在搜索后选项变化,面板位置未自动调整问题 #​2181
    • 修改 locale 越南语翻译中不准确的表达 @​ruaruababa #​2154
  • 【Docs】

  • 【Fix】
    • Fixed the issue where the Cancel button has a left margin after Modal footerFill is opened.#​2177
    • Fix abnormal expansion status of TreeSelect which is single selection, searchable, loaded data from remote #​2178
    • Fixed the problem that after Upload switches addOnPasting to false, paste upload is still triggered.#​2176
    • Fixed the problem that TreeSelect options changed after searching and the panel position was not automatically adjusted.#​2181
    • Modify inaccurate expressions in locale vi-VN translation @​ruaruababa#​2154
  • 【Docs】
    • Data visualization documentation updates

v2.56.2

Compare Source

  • 【Design Token】
    • Button 修改 splitButton radius token 名称为 $radius-button_splitButtonGroup_first_topLeft$radius-button_splitButtonGroup_first_bottomLeft$radius-button_splitButtonGroup_last_topRight$radius-button_splitButtonGroup_last_bottomRight Token

  • 【Design Token】
    • Button change splitButton radius token name to $radius-button_splitButtonGroup_first_topLeft$radius-button_splitButtonGroup_first_bottomLeft$radius-button_splitButtonGroup_last_topRight$radius-button_splitButtonGroup_last_bottomRight Token

v2.56.1

Compare Source

  • 【Design Token】
    • Button 增加 $radius-splitButtonGroup_first_topLeft$radius-splitButtonGroup_first_bottomLeft$radius-splitButtonGroup_last_topRight$radius-splitButtonGroup_last_bottomRight Token

  • 【Design Token】
    • Button Add $radius-splitButtonGroup_first_topLeft$radius-splitButtonGroup_first_bottomLeft$radius-splitButtonGroup_last_topRight$radius-splitButtonGroup_last_bottomRight Token

v2.56.0

Compare Source

  • 【Fix】
    • 修复 Locale ro 语言类型定义与其他语言不一致问题 #​2157
    • 修复使用 js 省略的 Typography 组件,children 为 模版字符串时的显示异常及省略异常 #​2167 #​2169
    • 修复 Select filter 在未选中任何项时,高度不正确的问题。(影响版本 v2.56.0-beta.0) #​2159
    • 修复 Typography 单行 css 省略的精确性问题 #​1731 #​2089
  • 【Docs】

  • 【Fix】
    • fix the problem of inconsistency between Locale ro language type definition and other languages
    • Fix the display exception and omission exception when the Typography component is omitted by js and children is a template string #​2167
    • Fixed Select filter height not as expected when empty. (Affected version v2.56.0-beta.0)
    • fix Typography single-line css omission accuracy issue #​1731
  • 【Docs】
    • Data visualization documentation updates

v2.55.5

Compare Source

  • 【Fix】
    • 修复 Tree 组件中 checkRelation 为 unRelated 时,由于 value 不在 treeData 中导致的类型错误
    • 修复受控 Cascader 中 value 不在 TreeData 内时的类型错误
    • 修复 slider 在一些场景下 tooltip 在 鼠标移走时不自动隐藏的问题 (影响范围 2.49.0 ~ 2.55.4 )

  • 【Fix】
    • Fixed a type error caused by value not being in treeData when checkRelation in the Tree component is unRelated.
    • Fix type error in controlled Cascader where value is not in TreeData
    • Fixed the problem of slider tooltip not automatically hiding when the mouse is moved in some scenarios (Affected version 2.49.0 ~ 2.55.4)

v2.55.4

Compare Source

v2.55.3

Compare Source

  • 【Fix】
    • 修复 Select 多选开启 onChangWithObject 且 value 受控,当前value 并不存在于 optionList 中,更新了 value中的其他属性后渲染未重新执行的问题

  • 【Fix】
    • Fixed the problem that when onChangWithObject is turned on for Select multi-selection and value is controlled, the current value does not exist in the optionList, and the rendering is not re-executed after updating other properties in the value.

v2.55.2

Compare Source

v2.55.1

Compare Source

🔧【Fix】
Fix: 修复 collapse & collapsible keepDOM 失效的问题 (影响版本 2.54.0-beta.0 ~ 2.55.0)
Fix:修正 collapse 的 lazyRender 默认值,由 2.54.0 设置的 true 改为更合适的 false,保持未设置 lazyRender的用例与 2.54前行为的一致性 (影响版本 2.54.0-beta.0 ~ 2.55.0)

v2.55.0

Compare Source


【Fix】

  • 修复 Table 表头选择状态在数据为空时错误被选中问题(影响 v2.51 ~ v2.54版本) #​2128
  • 修复 Split Button 在 children Button className 变化时丢失样式的问题

v2.54.1

Compare Source

  • 【Fix】
    • 修复 Navigation 组件在 react 17 下 selectedKeys 未生效问题
    • 修复 Navigation 组件 openKeys 在 selectedKeys 更新后未生效问题

  • 【Fix】
    • fixed Navigation component selectedKeys bug in react 17
    • fixed Navigation component openKeys does not work after selectedKeys is updated

v2.54.0

Compare Source

  • 【Fix】
    • 修复 js 截断计算中没有将展开按钮占据的宽度计算在内问题 (影响范围 v2.54.0-beta.0)
  • 【Chore】
    • Upload 增加 FileItemStatus TS interface 导出

  • 【Fix】
    • Fix the problem that the width occupied by the expand button is not taken into account in js truncation calculation, The scope of impact is 2.54.0-beta.0.
  • 【Chore】
    • Upload adds FileItemStatus TS interface export

v2.53.3

Compare Source

  • 【Fix】
    • 修复 Avatar border 类型错误的问题

  • 【Fix】
    • Fix Avatar border type error

v2.53.2

Compare Source

  • 【Fix】
    • 修复 React ResizeObserver 里访问空元素的错误 @​nekocode

  • 【Fix】
    • fix the error accessing empty element in React ResizeObserver @​nekocode

v2.53.1

Compare Source

  • 【Fix】
    • 修复 TimePicker 中同时使用 timeZone 和 disabledHours 时显示值不符合预期问题

  • 【Fix】
    • the problem that when using timeZone and disabledHours at the same time in TimePicker, the displayed value does not meet the expectations

v2.53.0

Compare Source

  • 【Fix】
    • 修复 Sidesheet Portal 在 visible 不显示的时候仍然挂载的问题
    • 修复 TagInput 的 onKeyDown 参数类型定义错误问题
    • 修复 Cascader 的 treeData 中 value 类型为 number 则面板未显示选中问题(影响范围 v2.51.0-v2.52.2)
    • 修复 ResizeObsever 在非浏览器环境不存在的问题。问题影响范围(2.52.1,2.53.0-beta.0)
    • 修复 vite 上使用主题报错的问题,问题影响范围 (2.52.0)
  • 【Docs】
    • 修复 Tabs 组件文档中的 tabPosition 参数类型错误 @​miyuesc
  • 【Chore】
    • 去除 ResizeObserver polyfill

  • 【Fix】
    • Fixed the issue where Sidesheet Portal is still mounted when visible is not displayed
    • Fix the problem of incorrect definition of onKeyDown parameter type of TagInput
    • fix the problem that the panel does not display the selection if the value type is number in Cascader's treeData (Affected range v2.51.0-v2.53.2)
    • Fix the problem that ResizeObsever does not exist in non-browser environments. Problem impact scope (2.52.1,2.53.0-beta.0)
    • Fixed the problem of using themes on vite to report errors, the scope of the problem is (2.52.0)
  • 【Docs】
    • Fix tabPosition parameter type error in Tabs component documentation @​miyuesc
  • 【Chore】
    • remove ResizeObserver polyfill

v2.52.3

Compare Source

  • 【Fix】
    • 修复 Cascader 的 treeData 中 value 类型为 number 则面板未显示选中问题(影响范围 v2.51.0-v2.52.2)

  • 【Fix】
    • Fix the problem that the panel does not display the selection if the value type is number in Cascader's treeData (Affected range v2.51.0-v2.53.2)

v2.52.2

Compare Source


Fix: 修复 ResizeObsever 在非浏览器环境不存在的问题。问题影响范围 (2.52.1, 2.53.0-beta.0)

Fix: Fix the problem that ResizeObsever does not exist in non-browser environments. Problem impact scope (2.52.1, 2.53.0-beta.0)

v2.52.1

Compare Source


【Fix】
修复 vite 上使用主题报错的问题,问题影响范围 (2.52.0)
🗃【Chore】
去除 ResizeObserver polyfill

🔧【Fix】
Fixed the problem of using themes on vite to report errors, the scope of the problem is (2.52.0)
🗃【Chore】
remove ResizeObserver polyfill

v2.52.0

Compare Source

  • 【Fix】
    • Dropdown 添加 overflow-y:auto 防止设置 border-radius 时样式不正确的问题
    • 修复 Select 点击清除按钮以后,点击外部不触发 onBlur 问题 #​1989
    • 修复 Image 在特殊情况下会向 undefined 地址请求的问题 #​2063 @​nekocode
    • 修复 timepicker value 传入 undefined 时类型错误的问题 #​2066
    • 修复 Cascader 在搜索内容为英文逗号时选项面板显示全部选项问题
    • 修复多选,showClear 的 Cascader 在点击清除按钮后,选项面板没有从搜索状态切换到普通状态问题
    • 修复 Select 部分 border width token 不正确的问题
    • 修复当浮层组件的 popupCountainer 或其父级缩放后,定位不准确的问题
    • 修复 resizable Table 行选择隐藏时多出来一列 #​2036
    • 修复 Datepicker 点击清除按钮后,面板年月值不会还原到初始状态问题
    • 修复 DatePicker prop value 传入非法值 NaN 触发无限更新问题 #​1846
    • 修复 Select 的 renderOptionItem 入参中没有 Option 的 className 的问题
    • 修复 modal 在不打开直接卸载时候,会将 body 上原有的 overflow: hidden 删除的问题(影响范围 2.51.0~2.51.3)
  • 【Chore】
    • Form withField 引入 utility-types 的类型声明从import 改为 import type,对使用方无影响

  • 【Fix】
    • Add overflow-y:auto to Dropdown to prevent incorrect styling when setting border-radius
    • fix the problem that onBlur is not triggered when clicking outside the Select button after clicking the clear button. #​1989
    • fix Image request undefined url in some case. #​2063 @​nekocode
    • fix timepicker value props give undefined cause type error. #​2066
    • Fixed the issue where Cascader's options panel displays all options when search content is English commas
    • Fixed the problem of multi-selection and showClear's Cascader. After clicking the clear button, the options panel did not switch from the search state to the normal state.
    • Fix the issue of incorrect border width token in Select part
    • Fix the problem of inaccurate positioning when the popupCountainer of the floating layer component or its parent is scaled
    • fixed rowSelection hidden bug in resizable Table #​2036
    • fix the problem that after clicking the clear button in Datepicker, the year and month values of the panel would not be restored to the initial state.
    • Fix infinite update bug triggered by passing illegal value NaN in DatePicker prop value #​1846
    • Fix the problem that there is no className of Option in the renderOptionItem input parameter of Select
    • Fixed the issue where the original overflow: hidden on the body will be deleted when modal is uninstalled without opening it. (version range 2.51.0~2.51.3)
  • 【Chore】
    • Form withField introduces the type declaration of utility-types from import to import type (which has no impact)

v2.51.4

Compare Source

  • 【Fix】
    • 修复 Cascader 在 keyEntities 中的 key 生成规则变化后,triggerRender 的参数中的value 参数和原来不一致问题(影响范围 2.51.0~2.51.3)#​2051

  • 【Fix】
    • Fixed the problem that after Cascader's key generation rules in keyEntities changed, the value parameter in triggerRender's parameters was inconsistent with the original one (Affected Scope 2.51.0~2.51.3) #​2051

v2.51.3

Compare Source


v2.51.2

Compare Source

  • 【Fix】
    • 修复 TextArea autosize 未监听文本域宽度变化 #​2026
    • 修复受控 DatePicker dateTimeRange + needConfirm 时选择一个日期时输入框回显错误 #​2024
    • 修复 ImagePreview 组件在预览时点击关闭按钮边缘时触发 onClose/onPreview 两次问题 #​2027

  • 【Fix】
    • Fixed TextArea autoSize is not work when textarea resize #​2026
    • Fixed controlled DatePicker input value is wrong when type is dateTimeRange and needConfirm is opened #​2024
    • Fixed the problem of triggering onClose/onPreview twice when clicking the edge of the close button in the preview state in the ImagePreview component #​2027

v2.51.1

Compare Source


v2.51.0

Compare Source

  • 【Fix】
    • 修复有 maxLength的 TextArea 在中文输入时,点击外部触发 blur,回显内容不符合 maxLength 设置问题 #​2005
    • 修复 Cascader 中 autoMergeValue 为 false, value 为 [] 时的 typeError #​2017
  • 【Style】
    • ImagePreview 预览层的默认 zIndex 从 1000 调整为 1070

  • 【Fix】
    • Fixed the problem that when a TextArea with maxLength is input in Chinese, clicking outside triggers blur, and the echoed content does not comply with the maxLength setting #​2005
    • Fix typeError in Cascader when autoMergeValue is false and value is [] #​2017
  • 【Style】
    • The default zIndex value of ImagePreview's preview layer is adjusted from 1000 to 1070

v2.50.1

Compare Source

  • 【Fix】
    • 修复 Tree 在支持 showLine 后, renderFullLabel 时缩进错误问题(影响范围:v2.50.0)#​2007
    • 修复 Tree 在支持 showLine 后, rtl 模式下连接线和选项文字部分重合问题(影响范围:v2.50.0)#​2007
  • 【Style】
    • 修复 BreadCrumb 中 active 项 font-weight 错误问题 (影响范围 v2.47-2.50)#​2008

  • 【Fix】
    • Fix the indentation error problem when renderingFullLabel after Tree supports showLine(scope of impact: v2.50.0)#​2007
    • After Tree supports showLine, the connection line and option text partially overlap in rtl mode (scope of impact: v2.50.0) #​2007
  • 【Style】
    • Fix the font-weight error of the active item in BreadCrumb(scope of impact: v2.47-2.50) #​2008

v2.50.0

Compare Source

  • 【Fix】
    • ImagePreview 中图片初次加载,zoom 改变不需要通过 onZoomIn/onZoomOut 回调透出 #​2000
    • 修复在图片预览时切换图片触发意外的 onRotateLeft 回调

  • 【Fix】
    • When images in ImagePreview is loaded for the first time, Zoom changes do not need to be exposed through onZoomIn/onZoomOut
      callbacks #​2000
    • Fixed the issue of unexpected onRotateLeft callback being triggered when switching images during image preview

v2.49.2

Compare Source

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

Compare Source


v2.49.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 18, 2024
Copy link

vercel bot commented Oct 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
neetbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2024 3:44pm

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.33%. Comparing base (d4cdd26) to head (f1be269).
Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #243   +/-   ##
=======================================
  Coverage   53.33%   53.33%           
=======================================
  Files          62       62           
  Lines        3182     3182           
=======================================
  Hits         1697     1697           
  Misses       1485     1485           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

vercel bot commented Oct 18, 2024

Deployment failed with the following error:

Resource is limited - try again in 22 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/douyinfe-semi-ui-2.x-lockfile branch 4 times, most recently from fc917b3 to dc01162 Compare October 18, 2024 16:05
@renovate renovate bot force-pushed the renovate/douyinfe-semi-ui-2.x-lockfile branch from dc01162 to f1be269 Compare October 18, 2024 16:12
@renovate renovate bot changed the title ⬆️ deps: Update dependency @douyinfe/semi-ui to v2.68.0 ⬆️ deps: Update dependency @douyinfe/semi-ui to v2.68.0 - autoclosed Oct 18, 2024
@renovate renovate bot closed this Oct 18, 2024
@renovate renovate bot deleted the renovate/douyinfe-semi-ui-2.x-lockfile branch October 18, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants