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

chore: merge master into feature #34209

Merged
merged 7 commits into from Feb 25, 2022
Merged

chore: merge master into feature #34209

merged 7 commits into from Feb 25, 2022

Conversation

MadCcc
Copy link
Member

@MadCcc MadCcc commented Feb 25, 2022

[中文版模板 / 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
🇨🇳 Chinese

☑️ 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

afc163 and others added 6 commits February 23, 2022 18:15
* fix(upload): onChange params type err

* test(upload): check onChange params type
* fix: issue #34015 cascader document of option less isleaf param

* fix: add comment

* fix: comment change

Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
* docs: add MasterGo to design assets

* chore: update mastergo links
@codecov
Copy link

codecov bot commented Feb 25, 2022

Codecov Report

Merging #34209 (7d64967) into feature (eecf0da) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           feature    #34209     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files          422       424      +2     
  Lines         7805      8893   +1088     
  Branches      2228      2653    +425     
===========================================
+ Hits          7805      8893   +1088     
Impacted Files Coverage Δ
components/input/utils.ts 100.00% <0.00%> (ø)
components/input/Input.tsx 100.00% <0.00%> (ø)
components/space/index.tsx 100.00% <0.00%> (ø)
components/_util/motion.tsx 100.00% <0.00%> (ø)
components/form/context.tsx 100.00% <0.00%> (ø)
components/menu/SubMenu.tsx 100.00% <0.00%> (ø)
components/select/index.tsx 100.00% <0.00%> (ø)
components/form/FormItem.tsx 100.00% <0.00%> (ø)
components/tooltip/index.tsx 100.00% <0.00%> (ø)
components/cascader/index.tsx 100.00% <0.00%> (ø)
... and 25 more

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 eecf0da...7d64967. Read the comment docs.

@github-actions
Copy link
Contributor

Hi @MadCcc

请注意,当前 PR 是分支间的互相合并,请使用 BranchAutoMerge 标签来进行自动合并。切记不要、不要、不要使用 Squash

@github-actions
Copy link
Contributor

github-actions bot commented Feb 25, 2022

@github-actions
Copy link
Contributor

github-actions bot commented Feb 25, 2022

Size Change: -9 B (0%)

Total Size: 945 kB

Filename Size Change
./dist/antd.compact.min.css 66.7 kB -2 B (0%)
./dist/antd.dark.min.css 68.1 kB -3 B (0%)
./dist/antd.min.css 66.6 kB -2 B (0%)
./dist/antd.variable.min.css 67.4 kB -2 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/antd-with-locales.min.js 365 kB
./dist/antd.min.js 312 kB

compressed-size-action

@@ -96,6 +96,7 @@ module.exports = {
'react/require-default-props': 0,
'react/sort-comp': 0,
'react/display-name': 0,
'react/jsx-key': 0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不建议关闭,锁定eslint-plugin-react@7.28.0好一些 jsx-eslint/eslint-plugin-react#3215

@github-actions github-actions bot merged commit 2d194ec into feature Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants