feat(attach): support global attach config#3437
Merged
Conversation
Contributor
Collaborator
Author
|
/update-snapshot |
Contributor
|
⏳ 正在运行快照更新。。。 CI: Open |
uyarn
reviewed
Dec 27, 2024
uyarn
reviewed
Dec 27, 2024
Collaborator
Author
|
/update-common |
Collaborator
Author
uyarn
reviewed
Dec 30, 2024
uyarn
reviewed
Dec 30, 2024
Collaborator
uyarn
approved these changes
Dec 30, 2024
Merged
16 tasks
uyarn
added a commit
that referenced
this pull request
Dec 30, 2024
* feat: support global config attach * chore: update common * chore: api update * fix: test * fix: test * chore: update snapshot * chore: clear typograph code * chore: clear typograph code * chore: revert irrelevant docs change * feat: fix config * feat: fix config --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Uyarn <uyarnchen@gmail.com>
uyarn
added a commit
that referenced
this pull request
Dec 30, 2024
* fix(upload): 上传组件图片展示样式优化 (#3429) * fix(upload): 上传组件图片展示样式优化 * chore: update snapshot --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: radio options support radio button (#3402) * docs: add readonly in api * feat(RadioGroup): 单选组使用options时 支持button 模式 * fix(Dialog): fix closeOnOverlayClick default behavior (#3433) * fix(cascader): change event is triggered unexpectedly when value-type is full (#3435) * fix(cascader): verify invalid value logic errors and optimize code (#3438) * feat(radio): support readonly (#3431) * feat(radio): support readonly * docs: api update * feat(Table): support rows highlight (#3442) * feat(Table): support row highlight * chore: update snapshot * chore: update snapshot * chore: update snapshot * fix(PR_COMMENT_CI): resolve auto conflicts (#3443) * fix(select): `onInputChange` miss callback second parameters (#3427) * fix(select): `onInputChange` miss callback second parameters * chore: complete params * chore: fix lint --------- Co-authored-by: Uyarn <uyarnchen@gmail.com> * fix(select): `checkAll` will check all filtered data of `reserveKeyword` (#3440) * perf(select): `checkAll` will check all to keep the filtered data of `reserveKeyword` * chore: remove unuse code * chore(deps): upgrade vitest 2.1.8 (#3424) * chore(deps): upgrade vitest 2.1.8 * chore: use @vitest/coverage-v8 * chore: update snapshot * chore: fix * chore: fix * chore: update snapshot * chore: update snapshot --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * perf(select): support rendering children when `group` title is not exist (#3445) * feat(attach): support global attach config (#3437) * feat: support global config attach * chore: update common * chore: api update * fix: test * fix: test * chore: update snapshot * chore: clear typograph code * chore: clear typograph code * chore: revert irrelevant docs change * feat: fix config * feat: fix config --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Uyarn <uyarnchen@gmail.com> * chore: release 1.10.8 (#3447) * chore: release 1.10.8 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * chore: release 1.10.8-naruto --------- Co-authored-by: huangchen1031 <huangchen1031@vip.qq.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: myron <myronliu347@gmail.com> Co-authored-by: betavs <34408516+betavs@users.noreply.github.com> Co-authored-by: liweijie0812 <674416404@qq.com> Co-authored-by: 阿菜 Cai <1064425721@qq.com>
|
fix(Dialog): 修复默认挂载节点非body的异常 1.10.8 dialog都跑到body下了,原本组件下写的嵌套的样式直接不生效了,得一个一个把嵌套的样式提出来,挂载的节点默认就组件内不行吗? |
Collaborator
抱歉但是这个确实是默认行为,之前默认在节点内并不是本意,默认设计的行为确实是在body下的 |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
📝 更新日志
feat(ConfigProvider): 新增
attach配置,支持全局设置popup、dialog、drawer的挂载节点fix(Dialog): 修复默认挂载节点非
body的异常docs(ConfigProvider): 补充
Empty组件的全局配置相关文档本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单