Bump @douyinfe/semi-ui from 2.55.0 to 2.57.0
Bumps @douyinfe/semi-ui from 2.55.0 to 2.57.0.
Release notes
Sourced from @douyinfe/semi-ui's releases.
v2.57.0
- 【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.57.0-beta.0
- 【Fix】
- 修复 Select 单选时,受控且filter开启模式下,选择Option后文本会闪烁一次后更正的问题 #2170
- 【Feat】
- Modal 支持 modalContentClass to set content 的 props #2162
@18852819321- 给树形选择器TreeSelect的onSearch方法添加了
filteredNodes入参,用来获取筛选后的节点列表@Hokori23#2155- Form 组件 FormApi 增加 getFormProps,可在 formApi中读取组件的 props如 disabled、trigger 等属性 #2184
- 【Fix】
- Fixed the issue where the text would flash once after selecting Option in the controlled and filter-enabled mode during Select radio selection and then corrected.
- 【Feat】
- Modal support modalContentClass to set content 的 props #2162
@18852819321- TreeSelect's onSearch method add
filteredNodeswhich represents the list of nodes displayed after the search@Hokori23- Form's formApi add getFormProps function
v2.56.3
- 【Fix】
- 【Docs】
- 数据可视化文档更新 #2182
- 【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】
... (truncated)
Commits
57571d2v2.57.0a18ff78chore: publish 2.57.0c3be057docs: update changelog8f03b68Merge branch 'main' into release593442cfix: Fix default expanded keys not expanded as expected in TreeSelect when co...13a4bdefix: update banner.scss, remove uselsss scss rules of align-items (#2204)53c26e6fix: form field validate write opreation not check unmoun status (#2206)8fc0554fix: fix tooltip not show when already hover on mount (#2199)b2cd10bfix: fixed the problem that the selected items of TreeSelect cannot displayed...7553cffUpdate index.md- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign kevin-wangzefeng for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages.
The list of commits with invalid commit messages:
- 8afe27f Bump @douyinfe/semi-ui from 2.55.0 to 2.57.0
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
Keywords which can automatically close issues and at(@) mentions are not allowed in the title of a Pull Request.
You can edit the title by writing /retitle
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages.
The list of commits with invalid commit messages:
- 8afe27f Bump @douyinfe/semi-ui from 2.55.0 to 2.57.0
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
Keywords which can automatically close issues and at(@) mentions are not allowed in the title of a Pull Request.
You can edit the title by writing /retitle
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
Sorry, only users with push access can use that command.
@dependabot rebase
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
Superseded by #602.