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

Bump @douyinfe/semi-ui from 2.50.1 to 2.51.3 #560

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps @douyinfe/semi-ui from 2.50.1 to 2.51.3.

Release notes

Sourced from @​douyinfe/semi-ui's releases.

v2.51.3


v2.51.2

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


v2.51.0

  • 【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.51.0-beta.0

  • 【Feat】
    • Dropdown.Item 支持透传 data-* 属性到 dom
    • ImagePreview 增加 previewCls,previewStyle 用于设置预览的样式
    • Image 增加 onClick API
  • 【Perf】
    • 优化 Cascader 在多选,leafOnly,可搜索,受控情况下在千级叶子节点量级时被选中出现卡顿问题 #1999
  • 【Fix】
    • 修复 Table 所有行全选且禁用时表头选择未选中问题 #2001
    • 修复配置了 onSelectWithObject 的受控 AutoComplete 在点击 clear 清空按钮时报错的问题 #2013
    • 修复 Image 在未展示时也默认创建 portal DOM节点的问题 #2004
    • 修复 Image 的 closable 参数不生效问题

  • 【Feat】

... (truncated)

Commits
  • d39b89c v2.51.3
  • 1c49c80 chore: publish 2.51.3
  • 12ad898 fix: fixed Table propTypes is removed in prod mode (#2031)
  • 424e683 v2.51.2
  • 6638014 chore: publish 2.51.2
  • 5dc1948 docs(changelog): add v2.51.2 changlog
  • 29a1a80 fix: fixed TextArea autoSize is not work when textarea resize #2026 (#2028)
  • 6e2698e fix: fixed controlled DatePicker input value is wrong when type is dateTimeRa...
  • 92ca8e2 fix: fix onclose/onPreivew call twice when click the edge of closeIcon (#2027)
  • c81cf78 v2.51.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2024
@karmada-bot karmada-bot added the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Jan 22, 2024
@karmada-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign kevin-wangzefeng after the PR has been reviewed.
You can assign the PR to them by writing /assign @kevin-wangzefeng in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@karmada-bot karmada-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jan 22, 2024
@RainbowMango
Copy link
Member

RainbowMango commented Jan 22, 2024

Seems we got one false-positive:

$ ./typos . --config ./typos.toml
Warning: "controll" should be "control".
error: `controll` should be `control`
  --> ./src/pages/adopters.md:46:116
   |
46 | | JDCloud              | https://www.jdcloud.com/      | Multi-cluster manager, scheduler, statefulset, spread and controll apps base on karmada. Implemented karmada level operator controller||

cc @chaosi-zju https://github.com/karmada-io/website/actions/runs/7605167260/job/20709059681?pr=560#step:3:41

[edit]: Not a false-positive, indeed a typo controll --> control.

Why this issue not raised during the previous check?

@chaosi-zju
Copy link
Member

cc @chaosi-zju https://github.com/karmada-io/website/actions/runs/7605167260/job/20709059681?pr=560#step:3:41

[edit]: Not a false-positive, indeed a typo controll --> control.

Why this issue not raised during the previous check?

This typo error was introduced by #557, which was merged in 2024-01-15 and didn't run the typo action.

The typo action was merged in 2024-01-16 by #555, however, the last running of the action didn't include the code in #557.

I submited another PR #561 to fix this problem.

@RainbowMango
Copy link
Member

@dependabot rebase

Bumps [@douyinfe/semi-ui](https://github.com/DouyinFE/semi-design) from 2.50.1 to 2.51.3.
- [Release notes](https://github.com/DouyinFE/semi-design/releases)
- [Commits](DouyinFE/semi-design@v2.50.1...v2.51.3)

---
updated-dependencies:
- dependency-name: "@douyinfe/semi-ui"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/douyinfe/semi-ui-2.51.3 branch from 6f321d1 to e2e37ad Compare January 22, 2024 03:09
@karmada-bot
Copy link
Collaborator

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 in a comment.

When GitHub merges a Pull Request, the title is included in the merge commit. To avoid invalid keywords in the merge commit, please edit the title of the PR.

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.

@karmada-bot
Copy link
Collaborator

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:

  • e2e37ad Bump @douyinfe/semi-ui from 2.50.1 to 2.51.3

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.

@karmada-bot
Copy link
Collaborator

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 in a comment.

When GitHub merges a Pull Request, the title is included in the merge commit. To avoid invalid keywords in the merge commit, please edit the title of the PR.

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.

Copy link
Member

@Arhell Arhell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@karmada-bot karmada-bot added the lgtm Indicates that a PR is ready to be merged. label Jan 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2024

Superseded by #563.

@dependabot dependabot bot closed this Feb 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/douyinfe/semi-ui-2.51.3 branch February 5, 2024 00:45
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 do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants