-
-
Notifications
You must be signed in to change notification settings - Fork 142
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: support dropdownStyle and merge dropdownMenuColumnStyle to styles prop #413
base: master
Are you sure you want to change the base?
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 |
现在的 API 应该这么设计了 |
|
f3488fb
to
8e9bd3b
Compare
styles 的测试需要加一下 |
@BoyYangzai 请问下已经发布线上了吗,antd版本是多少,现在可以使用吗 |
a4a9e30
to
9fe6751
Compare
9fe6751
to
8dd950a
Compare
@@ -97,8 +97,15 @@ interface BaseCascaderProps<OptionType extends BaseOptionType = DefaultOptionTyp | |||
/** @deprecated Use `dropdownClassName` instead */ | |||
popupClassName?: string; | |||
dropdownClassName?: string; | |||
/** @deprecated Use `styles.popupColumn` instead */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
上面的 popupClassName
dropdownClassName
备注也更新一下~
@@ -17,6 +17,10 @@ function warningProps(props: InternalCascaderProps) { | |||
popupPlacement === undefined, | |||
'`popupPlacement` is deprecated. Please use `placement` instead.', | |||
); | |||
warning( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
上面还有 popupXX 废弃请用 dropdown 的wanring 也需要清理掉
ping |
@BoyYangzai 嗨 请问什么时候解决下冲突 然后合并代码呀。 |
@BoyYangzai 冲突了 |
洋仔都不冒泡了 |
测试 rc 与 antd 所有 test都通过
合并后补充 antd pr