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

按需引入 select 时,optionGroup未注册 #2738

Merged
merged 192 commits into from
Aug 27, 2023
Merged

Conversation

KMethod
Copy link
Contributor

@KMethod KMethod commented Aug 25, 2023

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • fix(Select): 按需引入时,OptionGroup未注册

  • 本条 PR 不需要纳入 Changelog

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

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

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

methodchen and others added 30 commits March 7, 2023 14:31
Upload 新增 inputAttributes 参数,用于添加属性到 HTML 元素 `input`
* feat: release 1.2.2

* feat: update common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(tree-select): fix double tips of tree-select in table

* feat(table): support filterIcon define different filter icon in title

* feat(table): support scroll to some column
* fix(table): table lazyload reset bug

* fix: 删除多余代码

* fix: useLazyLoad 入参中去除 rowIndex
* feat(color-picker): add enableMultipleGradient api

* feat(time-picker): add context param in pick callback event
* feat: release 1.2.3

* docs: update form doc

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…2267)

* feat(Table): support ssr

* docs(Table): update table documents

* fix(Table): ts error
* fix(taginput): select使用筛选时删除filterWords偶尔会删除已选值

fix Tencent#2261

* fix: fix(tag-input) 修改keyup和keydown事件实现

fix(tag-input) 修改keyup和keydown事件实现

fix Tencent#2261

* fix(tag-input): 修改eslint检查错误
* fix: select input multiple focus/blur

* chore: revert demo change

* feat: prevent duplicate binding basic events

* fix: override event binding

* chore: event name optimization

* chore: remove useless dependency

* feat: remove blur binding in SelectInput
* feat: release 1.2.4

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: fix inputAdornment slot class bug

fix Tencent#2255

* fix: 适配插槽内容不为 text 的情况
)

Bumps [vite-plugin-vue2](https://github.com/underfin/vite-plugin-vue2) from 1.9.3 to 2.0.3.
- [Release notes](https://github.com/underfin/vite-plugin-vue2/releases)
- [Changelog](https://github.com/underfin/vite-plugin-vue2/blob/master/CHANGELOG.md)
- [Commits](underfin/vite-plugin-vue2@v1.9.3...v2.0.3)

---
updated-dependencies:
- dependency-name: vite-plugin-vue2
  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>
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.4.1.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v3.0.2...v4.4.1)

---
updated-dependencies:
- dependency-name: rimraf
  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>
uyarn and others added 26 commits August 25, 2023 16:30
* feat: new icon 2.0 version

* chore: update docs
* feat: release 1.6.0

* feat: update common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(table): virtual scroll default scroll bar height

* feat(checkbox): support Space checked

* feat(radio): support Space Keyboard to check

* fix(table): e.target.closest might not exist

* test: update snapshots

* feat(select): support keyboard selection

* feat(select): support keyboard

* feat(input): showInput with 0px width

* fix: remove unsued code

* test: update snapshots

* fix(table): drag sort invalid on lazyload

* feat: update common

* feat: update common
* fix(image-viewer): 前后浏览及关闭浏览重置图片状态

Tencent#2679

* fix(image-viewer): 清除关闭时图片状态
* fix: affix offsetBottom/offsetTop doc

* fix: tree select keys doc
* feat: release 1.6.1

* feat: update common

* feat: update common

* feat: update common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: add cascader keys disabled

* feat: add select keys.disabled api

* feat: add transfer keys.disabled

* feat: add tree keys.disabled api

* feat: add tree-select keys.disabled api

* fix: lint fix

* test: fix select test
* fix(image): async image.src

* fix(image): watch immediate
* chore(release): 1.6.2

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat(table): support defined ellipsis-content with slot

* docs(table): update docs
* fix(Select): improve performance when filtering options

Co-authored-by: moonye6 <464461539@qq.com>

* chore: update snapshot

---------

Co-authored-by: moonye6 <464461539@qq.com>
…l expanded nodes (Tencent#2719)

* feat(table): support table expand

* fix(table): expand all

* docs(table): update

* fix: lint error

* fix(table): expandOnRowClick and selectOnRowClick conflict

* feat(table): add removeChildren
* fix(cascader): where custom slot for label property in Cascader component was not working

* test(cascader): cascader tests

* chore: update snapshot

---------

Co-authored-by: Uyarn <uyarnchen@gmail.com>
* feat: release 1.6.3

* feat: update common

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat(tabs): support tab-panel content lazy load

re Tencent#2666

* fix(tabs): fix tabs data-loaded lint:tsc error

re Tencent#2666
@github-actions
Copy link
Contributor

完成

@uyarn uyarn merged commit 584140c into Tencent:develop Aug 27, 2023
5 checks passed
@github-actions github-actions bot mentioned this pull request Aug 29, 2023
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