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.5.0): weekly sync update to naruto #2626

Merged
merged 62 commits into from
Jul 26, 2023

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented Jul 26, 2023

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • feat: publish 1.5.0-naruto

  • 本条 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
xiaosansiji and others added 23 commits July 11, 2023 15:52
* 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>
…rt updateEditedCellValue (#2605)

* refactor(checkbox): useCheckboxLazyLoad to useElementLazyRender

* feat(table): add lazyLoad to table

* fix(table): editble table support setting colKey to be like a.b.c

* fix(table): modify edited value

* fix(table): can show show data with colKey like a.b.c

* fix(table): loading render
* test(tree): tree 组件,虚拟滚动调试示例添加过滤功能

* test(tree): tree 组件,虚拟滚动完善过滤示例

* docs(tree): tree 组件修正代码注释文案

* refactor(tree): tree 组件改进列表渲染逻辑

* fix(tree): tree 组件,解决结构改造后,非虚拟滚动模式未能缓存已创建节点的问题

* docs(tree): tree 组件,完善调试页面配置

* fix(tree): tree 组件完善示例,部分示例事件发生后,控制台输出节点状态

* test(tree): tree 组件,更新 test snapshot

* test(tree): tree 组件,update snapshot
* fix(table): column resizable

* fix(table): lint error

* test(table): update snapshots
* fix(checkbox): support custom node in checkbox group

* test(checkbox): update snapshots

* fix(checkbox): update snapshots
* feat(transfer): support draggable on target list

* chore: update docs
* feat: use common collapse animation

* feat: update common

* test: update snapshot

* test: update snapshot

* fix: menu item click event params

* feat: update common

* feat: update common

* fix: menu item event param
* feat(timepicker): disabletime callback add ms params

* chore: update snapshot
* feat: update common

* feat: release 1.5.0

* 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 26, 2023

完成

@uyarn uyarn force-pushed the chore/sync-develop-to-naruto branch from affe1b9 to a39343b Compare July 26, 2023 09:09
@uyarn uyarn changed the title Chore/sync develop to naruto feat(1.5.0): weekly sync update to naruto Jul 26, 2023
@xiaosansiji xiaosansiji merged commit 22e1f29 into naruto Jul 26, 2023
5 checks passed
@xiaosansiji xiaosansiji deleted the chore/sync-develop-to-naruto branch July 26, 2023 09:25
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.