Skip to content
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

Merged
merged 11 commits into from
Nov 30, 2020
Merged

feat: bump rc-collapse version #27790

merged 11 commits into from
Nov 30, 2020

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Nov 16, 2020

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Internationalization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English Replace rc-animate with rc-motion to implement animation; Deprecate disabled of Panel; Add collapsible to support specify the trigger area of collapsible.
🇨🇳 Chinese 使用 rc-motion 代替 rc-animate 实现动画;废弃 Panel 的 disabled 属性; 添加 collapsible 以支持指定可折叠触发区域。

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

@ant-design-bot
Copy link
Contributor

ant-design-bot commented Nov 16, 2020

@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 16, 2020

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:

Sandbox Source
antd reproduction template Configuration

@github-actions
Copy link
Contributor

github-actions bot commented Nov 16, 2020

Size Change: -5.88 kB (0%)

Total Size: 804 kB

Filename Size Change
./dist/antd-with-locales.min.js 321 kB -2.81 kB (0%)
./dist/antd.compact.min.css 66.3 kB -56 B (0%)
./dist/antd.dark.min.css 67.5 kB -54 B (0%)
./dist/antd.min.css 66.3 kB -49 B (0%)
./dist/antd.min.js 283 kB -2.91 kB (1%)

compressed-size-action

@codecov
Copy link

codecov bot commented Nov 16, 2020

Codecov Report

Merging #27790 (c61840b) into feature (4b3aa35) will decrease coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             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     
Impacted Files Coverage Δ
components/collapse/Collapse.tsx 100.00% <100.00%> (ø)
components/collapse/CollapsePanel.tsx 100.00% <100.00%> (ø)
components/carousel/index.tsx 82.50% <0.00%> (-17.50%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b3aa35...c61840b. Read the comment docs.

@shaodahong
Copy link
Member

看图片 diff 像是三角变宽了

package.json Outdated Show resolved Hide resolved
@kerm1it
Copy link
Member

kerm1it commented Nov 27, 2020

@zombieJ 没问题的话,这个可以合了

@zombieJ
Copy link
Member Author

zombieJ commented Nov 27, 2020

这个 PR 我发的,我不能 Approve 😂

@afc163
Copy link
Member

afc163 commented Nov 27, 2020

changelog 补一下。

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@zombieJ zombieJ merged commit 3923288 into feature Nov 30, 2020
@zombieJ zombieJ deleted the new-collapse branch November 30, 2020 07:20
@zombieJ zombieJ mentioned this pull request Nov 30, 2020
15 tasks
sammarks added a commit to sammarks/ant-design that referenced this pull request Nov 30, 2020
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.
kerm1it pushed a commit that referenced this pull request Dec 1, 2020
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants