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

branch: merge feature into master #36684

Merged
merged 20 commits into from
Jul 25, 2022
Merged

branch: merge feature into master #36684

merged 20 commits into from
Jul 25, 2022

Conversation

xrkffgg
Copy link
Member

@xrkffgg xrkffgg commented Jul 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

github-actions bot and others added 20 commits June 7, 2022 03:01
chore: Sync master into feature
chore: merge master into feature
* දින තේරුම සකස් කිරීම

* චීන ප්‍රලේඛනය යාවත්කාල කිරීම

* ඉංග්‍රීසි ප්‍රලේඛනය යාවත්කාල කිරීම

* තවත් දත්ත ඇතුල් කිරීම

* දින දසුනට භාෂාව යෙදීම

* ප්‍රධාන දේශීයකරණ සංරචකය යෙදීම

* සැපයුම්කරු සඳහා ගොනුව යෙදීම

* කාලය තේරීමට අදාළ සංරචකය යෙදීම

* යෝජනාව ඇතුළු කෙරිණි

Co-authored-by: Amumu <yoyo837@hotmail.com>

* නව ඇසුරුමට වෙනස් කළා

* ගොනුව යාවත්කාල කෙරිණි

Co-authored-by: Amumu <yoyo837@hotmail.com>
* refactor: Skeleton.Button square shape style

the Button's square shape style is same as Avator's that its width is equal to height,
and the old square shape become the default shape that its width is double size to height.

* fix: `ButtonShapeType` type annotation
chore: merge master into feature
* feat/Space-component-support-align-stretch: support align to stretch

Signed-off-by: Chang Wei <changwei1006@gmail.com>

* feat/Space-component-support-align-stretch: update document of zh-CN and en-US

Signed-off-by: Chang Wei <changwei1006@gmail.com>

* feat/Space-component-support-align-stretch: update demo

Signed-off-by: Chang Wei <changwei1006@gmail.com>

* feat/Space-component-support-align-stretch: update snapshot by command `npm test -- components/space -u`

Signed-off-by: Chang Wei <changwei1006@gmail.com>
chore: feature merge master
* feat: add useFormItemStatus

* chore: code clean

* docs: update example

* refactor: api change

* docs: fix typo

* docs: update docs

* docs: udpate

* chore: add warning

* test: add test case

* chore: update warning

* chore: code clean

* test: fix test case
chore: feature merge master
* refactor: move component out

* refactor: clean up code

* chore: stable it

* chore: back of container

* chore: adjust leave motion

* test: update snapshot

* chore: update motion logic

* fix: list start motion

* test: update snapshot

* test: update snapshot

* test: test for marginBottom
* feat: add tooltipProps

* feat: doc

* feat: props

* feat: props

* feat: props

* feat: docs

* feat: review

* feat: add tooltipProps

* feat: doc

* feat: props

* feat: props

* feat: props

* feat: docs

* feat: review
chore: Feature merge master
@github-actions
Copy link
Contributor

Hi @xrkffgg

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

@github-actions
Copy link
Contributor

github-actions bot commented Jul 25, 2022

@github-actions
Copy link
Contributor

Size Change: +2.38 kB (0%)

Total Size: 961 kB

Filename Size Change
./dist/antd-with-locales.min.js 373 kB +1.88 kB (+1%)
./dist/antd.compact.min.css 67.2 kB +21 B (0%)
./dist/antd.dark.min.css 68.7 kB +15 B (0%)
./dist/antd.min.css 67.1 kB +18 B (0%)
./dist/antd.min.js 317 kB +422 B (0%)
./dist/antd.variable.min.css 67.9 kB +29 B (0%)

compressed-size-action

@codecov
Copy link

codecov bot commented Jul 25, 2022

Codecov Report

Merging #36684 (6386431) into master (3675ad5) will increase coverage by 0.93%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master    #36684      +/-   ##
===========================================
+ Coverage   99.06%   100.00%   +0.93%     
===========================================
  Files         438       437       -1     
  Lines        8415      8102     -313     
  Branches     2589      2453     -136     
===========================================
- Hits         8336      8102     -234     
+ Misses         79         0      -79     
Impacted Files Coverage Δ
components/form/ErrorList.tsx 100.00% <ø> (+4.54%) ⬆️
components/skeleton/Element.tsx 100.00% <ø> (ø)
components/tooltip/index.tsx 100.00% <ø> (ø)
components/tree/Tree.tsx 100.00% <ø> (ø)
components/button/button.tsx 100.00% <100.00%> (ø)
components/date-picker/locale/si_LK.tsx 100.00% <100.00%> (ø)
components/form/FormItem/ItemHolder.tsx 100.00% <100.00%> (+7.14%) ⬆️
components/form/FormItem/index.tsx 100.00% <100.00%> (+12.50%) ⬆️
components/form/FormItemInput.tsx 100.00% <100.00%> (+3.33%) ⬆️
components/form/hooks/useFormItemStatus.ts 100.00% <100.00%> (+75.00%) ⬆️
... and 15 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 3675ad5...6386431. Read the comment docs.

@github-actions github-actions bot merged commit b5302f4 into master Jul 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.

9 participants