-
-
Notifications
You must be signed in to change notification settings - Fork 50.5k
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: bump rc-collapse
version
#27790
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit c61840b:
|
Size Change: -5.88 kB (0%) Total Size: 804 kB
|
08c8214
to
2abc091
Compare
Codecov Report
@@ Coverage Diff @@
## feature #27790 +/- ##
===========================================
- Coverage 100.00% 99.90% -0.10%
===========================================
Files 393 392 -1
Lines 7371 7356 -15
Branches 2054 2104 +50
===========================================
- Hits 7371 7349 -22
- Misses 0 7 +7
Continue to review full report at Codecov.
|
看图片 diff 像是三角变宽了 |
f714805
to
e59289b
Compare
@zombieJ 没问题的话,这个可以合了 |
这个 PR 我发的,我不能 Approve 😂 |
changelog 补一下。 |
6610a49
to
a188548
Compare
It looks like this was broken in ant-design#27790. According to `rc-collapse`, the `collapsible` prop inside Collapse.Panel is optional, so it should be optional here as well if we're just forwarding props directly to the child component.
It looks like this was broken in #27790. According to `rc-collapse`, the `collapsible` prop inside Collapse.Panel is optional, so it should be optional here as well if we're just forwarding props directly to the child component.
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
rc-animate
withrc-motion
to implement animation; Deprecatedisabled
of Panel; Addcollapsible
to support specify the trigger area of collapsible.rc-motion
代替rc-animate
实现动画;废弃 Panel 的disabled
属性; 添加collapsible
以支持指定可折叠触发区域。☑️ Self Check before Merge