Uh oh!
There was an error while loading. Please reload this page.
feat: support dropdownStyle and merge dropdownMenuColumnStyle to styles prop - #413
feat: support dropdownStyle and merge dropdownMenuColumnStyle to styles prop#413BoyYangzai wants to merge 7 commits into
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@## master #413 +/- ##
=======================================
Coverage 99.81% 99.81% =======================================
Files 19 19 Lines 550 554 +4 Branches 154 157 +3 =======================================
+ Hits 549 553 +4
Misses 1 1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
MadCcc
commented
Jun 5, 2023
现在的 API 应该这么设计了 |
|
f3488fb to
8e9bd3bCompareMadCcc
commented
Jun 7, 2023
styles 的测试需要加一下 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
97702573
commented
Jun 15, 2023
@BoyYangzai 请问下已经发布线上了吗,antd版本是多少,现在可以使用吗 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
a4a9e30 to
9fe6751Compare9fe6751 to
8dd950aCompare| /** @deprecated Use `dropdownClassName` instead */ | ||
| popupClassName?: string; | ||
| dropdownClassName?: string; | ||
| /** @deprecated Use `styles.popupColumn` instead */ |
There was a problem hiding this comment.
上面的 popupClassNamedropdownClassName 备注也更新一下~
| popupPlacement === undefined, | ||
| '`popupPlacement` is deprecated. Please use `placement` instead.', | ||
| ); | ||
| warning( |
There was a problem hiding this comment.
上面还有 popupXX 废弃请用 dropdown 的wanring 也需要清理掉
yoyo837
commented
Aug 16, 2023
ping |
97702573
commented
Oct 19, 2023
@BoyYangzai 嗨 请问什么时候解决下冲突 然后合并代码呀。 |
afc163
commented
Dec 31, 2024
@BoyYangzai 冲突了 |
yoyo837
commented
Jan 2, 2025
洋仔都不冒泡了 |
测试 rc 与 antd 所有 test都通过
合并后补充 antd pr