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

feat(1.4.8): weekly sync update to 2.7 #2596

Merged
merged 48 commits into from
Jul 19, 2023
Merged

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented Jul 19, 2023

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • fix(组件名称): 处理问题或特性描述 ...

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

xiaosansiji and others added 30 commits June 6, 2023 15:31
* feat: release 1.4.0

* feat: update common

* chore: changelog's changes

* docs: add language pack contributing doc

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: move popup align style to less from inline style

* chore: fix spelling error

* fix: spelling error

* test: update snapshot
* chore: add 2.7 infra

* chore: fix snapshot
Bumps [workbox-precaching](https://github.com/googlechrome/workbox) from 6.6.1 to 7.0.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/commits/v7.0.0)

---
updated-dependencies:
- dependency-name: workbox-precaching
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: update snapshot

* fix(timeline): fix async render timeline item

* chore: fix unused lint
* feat: add popupProps interface to submenu

* feat: add submenu.popupProps

* test: submenu.popupProps demo

* chore: add ts type
* feat: release 1.4.1

* feat: update common

* feat: update common
* docs: provide en-version docs

* chore: fix spell check
* feat(dropdown): 新增带图标的下拉菜单示例

* feat(dropdown): 新增带图标的下拉菜单示例

更新 common 的 submodule ID
* feat: release 1.4.3

* feat: update common

* feat: update common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(table): onColumnResizeChange

* fix(table): resize table width on column reduce

* fix(table): update snapshots

* test: update snapshots
* docs: en version documentation

* docs: complete docs

* chore: update docs
* feat: release 1.4.5

* feat: update common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ow element (#2547)

* feat(table): add new class name t-table-tr--level-${level} to table row element

* test: update snapshots
uyarn and others added 17 commits July 3, 2023 18:27
* chore: update snapshot

* fix(Input): disabled limitNumber style
* chore: update helper tips

* chore: update helper tips
* feat: release 1.4.6

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.4.4 to 17.6.6.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.6.6/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.12 to 7.22.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.5/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n new tab;add more English API description (#2568)

* feat(upload): support displayFiles if theme=image

* feat(upload): support uploadFilePercent instance function

* feat(upload): add instance function uploadFilePercent

* test(upload): update snapshots

* test(upload): update snapshots

* feat(upload): add size=small to link

* feat(upload): filter drag files with accept

* feat: update common

* test: update snapshots
* feat: release 1.4.7

* feat: update common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* refactor(checkbox): code

* feat(checkbox): performance

* feat(checkbox): checked & disabled performance

* feat(checkbox): performance

* feat(checkbox): update snapshots and fix test bug

* fix: lint error

* feat(checkbox): add useKeyboardEvent

* test(checkbox): update snapshots

* chore: remove useless code

* test: revert transfer test

* feat(checkbox): support options and slots

* test(checkbox): update snapshots

* feat(checkbox): checkbox add lazyload to checkboxgroup

* feat(checkbox): slot data
* docs(Input): value type remove Number

* docs(Grid): row Props.gutterTS类型补充lg,xl,xxl

* test: update
* feat: release 1.4.8

* feat: update common

* feat: update common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Jul 19, 2023

完成

@xiaosansiji xiaosansiji merged commit 113162b into feat/2.7 Jul 19, 2023
5 checks passed
@xiaosansiji xiaosansiji deleted the feat/2.7-sync-develop branch July 19, 2023 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet