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 #45852

Merged
merged 15 commits into from
Nov 13, 2023
Merged

chore: merge master into feature #45852

merged 15 commits into from
Nov 13, 2023

Conversation

li-jia-nan
Copy link
Member

@li-jia-nan li-jia-nan commented Nov 13, 2023

[中文版模板 / 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
  • Workflow
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English chore: merge master into feature
🇨🇳 Chinese chore: merge master into feature

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • 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

🚀 Summary

🤖 Generated by Copilot at 4266517

This pull request updates the website header, the List, Menu, QRCode, Carousel, Radio and Switch components, the SSR documentation, the changelog, and the workflows. The changes mainly involve adding new features, fixing bugs, improving styles, enhancing performance, and increasing test coverage.

🔍 Walkthrough

🤖 Generated by Copilot at 4266517

  • Updated the website header with a new banner about the D2 terminal technology conference and adjusted the background color and tracking code accordingly (link, link, link)
  • Changed the workflow of handling PRs that mention issues that need to be confirmed with the designer or core team by removing the sentence about closing the PR and adding the reviewers property (link)
  • Documented the latest features, bug fixes and enhancements of the project in both English and Chinese (link, link, link)
  • Added the autoplaySpeed, fade, infinite and speed props to the Carousel component and documented them in both English and Chinese (link, link, link)
  • Added the popupBg and darkPopupBg tokens to the Menu component for customizing the background color of the overlay menu and demonstrated their usage in a code example (link, link, link, link, link, link, link, link, link, link, link, link)
  • Fixed the issue of the QRCode size being smaller than expected and overrode the default style of the QRCode library (link, link, link)
  • Added the __ANT_LIST, __ANT_RADIO and __ANT_SWITCH static properties to the List, Radio and Switch components for type detecting and added test cases for them (link, link, link, link, link)
  • Changed the default value of the size property of the QRCode component from 128 to 160 and corrected the documentation (link, link)
  • Improved the code quality and readability of the documentation for the server-side rendering feature and fixed the markdown syntax (link, link, link, link, link, link, link, link, link, link, link, link)

Zaynex and others added 15 commits November 10, 2023 09:53
* chore: header use d2tech

* chore: del img

* chore: use d2 head background

* Apply suggestions from code review

style: keep message unified style

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Vincent <Zaynex@126.com>

---------

Signed-off-by: Vincent <Zaynex@126.com>
Co-authored-by: xiwenzheng.xwz <xiwenzheng.xwz@antgroup.com>
Co-authored-by: afc163 <afc163@gmail.com>
* docs: Update CHANGELOG of 5.11.1

Signed-off-by: afc163 <afc163@gmail.com>

* Update CHANGELOG.en-US.md

Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: afc163 <afc163@gmail.com>
Signed-off-by: afc163 <afc163@gmail.com>
(cherry picked from commit b21741d)
Bumps [tsx](https://github.com/privatenumber/tsx) from 3.14.0 to 4.1.0.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs)
- [Commits](privatenumber/tsx@v3.14.0...v4.1.0)

---
updated-dependencies:
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs: update Next.js docs

* Update use-with-next.en-US.md

Signed-off-by: lijianan <574980606@qq.com>

* Update use-with-next.zh-CN.md

Signed-off-by: lijianan <574980606@qq.com>

---------

Signed-off-by: lijianan <574980606@qq.com>
Signed-off-by: afc163 <afc163@gmail.com>
* feat: support popupBg and darkPopupBg

* fix test
* fix: QRCode style.padding should work

* refactor qrcode padding and size

* chore: fix test cases

* refactor: revert qrcode size

* refactor: remove !important

* chore: fix test case
Co-authored-by: afc163 <afc163@users.noreply.github.com>
Copy link

stackblitz bot commented Nov 13, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link
Contributor

github-actions bot commented Nov 13, 2023

Preview Is ready

Copy link
Contributor

size-limit report 📦

Path Size
./dist/antd.min.js 405.34 KB (+39 B 🔺)
./dist/antd-with-locales.min.js 464.81 KB (+46 B 🔺)

Copy link

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 4266517:

Sandbox Source
antd reproduction template (forked) Configuration

Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
tsx 4.1.1 environment +0 387 kB hirokiosame

Copy link

argos-ci bot commented Nov 13, 2023

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) 👍 Changes approved 1 change Nov 13, 2023, 7:10 PM

Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c8637cf) 100.00% compared to head (4266517) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##           feature    #45852   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          706       706           
  Lines        12052     12052           
  Branches      3197      3197           
=========================================
  Hits         12052     12052           
Files Coverage Δ
components/carousel/style/index.ts 100.00% <ø> (ø)
components/list/index.tsx 100.00% <ø> (ø)
components/menu/style/theme.tsx 100.00% <ø> (ø)
components/qr-code/index.tsx 100.00% <ø> (ø)
components/qr-code/style/index.ts 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot merged commit 20cf0b6 into feature Nov 13, 2023
100 checks passed
@github-actions github-actions bot deleted the master-merge-feature branch November 13, 2023 19:23
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

6 participants