-
Notifications
You must be signed in to change notification settings - Fork 363
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(dropdown): refactor multiple structure and add APIs #1607
Merged
Conversation
This file contains 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
a76d01d
to
da7104b
Compare
34c3a53
to
88697c6
Compare
88697c6
to
026828e
Compare
xiaosansiji
approved these changes
Oct 13, 2022
tutaizi
pushed a commit
to tutaizi/tdesign-vue
that referenced
this pull request
Oct 14, 2022
* chore(dropdown): update apis * feat(dropdown): refactor multiple style * chore: update snapshot * feat: add ripple animation * chore(Affix): prevent scrollContainer is null * chore: update snapshot * fix: ci * fix: ci * chore: optimize test * chore: pass class * chore: format
This was referenced Oct 19, 2022
Closed
Merged
xiaosansiji
pushed a commit
that referenced
this pull request
Oct 24, 2022
* fix(avatar): [Avatar]demo中头像类型展示,删除重复头像并调整展示顺序 Tencent/tdesign#242 * feat: 调整 requiredMark api 可独立控制星号展示 (#1606) * hotfix: failed to execute CI test (#1622) * chore: fix ci * chore: fix ci fail * chore: update jest dep * chore: fix docs (#1625) * chore: fix docs * chore: fix table demo * feat(dropdown): refactor multiple structure and add APIs (#1607) * chore(dropdown): update apis * feat(dropdown): refactor multiple style * chore: update snapshot * feat: add ripple animation * chore(Affix): prevent scrollContainer is null * chore: update snapshot * fix: ci * fix: ci * chore: optimize test * chore: pass class * chore: format * fix(avatar): update snapshot Tencent/tdesign#242 * fix: update snapshot * chore: update Co-authored-by: Kyrielin <[email protected]> Co-authored-by: yuyang <[email protected]>
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
💡 需求背景和解决方案
📝 更新日志
Dropdown
样式,优化多层菜单样式结构,多层菜单结构有变动direction
API,支持向左展开菜单theme
等API 支持自定义菜单项主题t-dropdown-menu
作为子节点,同时继续支持dropdown
的具名插槽,插槽方式支持多级菜单嵌套☑️ 请求合并前的自查清单