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: sync master into feature #48828

Merged
merged 24 commits into from
May 8, 2024
Merged

chore: sync master into feature #48828

merged 24 commits into from
May 8, 2024

Conversation

afc163
Copy link
Member

@afc163 afc163 commented May 8, 2024

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

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

afc163 and others added 24 commits May 3, 2024 11:32
* site: update site scroll-bar style

* site: update site scroll-bar style
Bumps the dev-dependencies group with 1 update in the / directory: [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown).


Updates `eslint-plugin-markdown` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/eslint/eslint-plugin-markdown/releases)
- [Changelog](https://github.com/eslint/eslint-plugin-markdown/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint-plugin-markdown@v4.0.1...v5.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-markdown
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#33045

Signed-off-by: afc163 <afc163@gmail.com>
* chore: Update size-limit.yml

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

* Update size-limit.yml

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

---------

Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
…sWithChildren` (#48771)

* demo: update demo type React.ReactNode => React.PropsWithChildren

* fix: fix
…sWithChildren` (#48770)

* site: update site type React.ReactNode => React.PropsWithChildren

* fix: fix

* fix: fix
Signed-off-by: afc163 <afc163@gmail.com>
Signed-off-by: afc163 <afc163@gmail.com>
* fix: Fix fails when using small tabs minHeight inside the card

* test: del test case

* Update components/card/style/index.ts

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: Wanpan <wanpan96@163.com>

* fix: update style

---------

Signed-off-by: Wanpan <wanpan96@163.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
* chore(App): add edge usage warning

* test: add test

* docs(App): add FAQ
* chore: typo

Signed-off-by: Luna <105922175+ImLunaHey@users.noreply.github.com>

* chore: typo

Signed-off-by: Luna <105922175+ImLunaHey@users.noreply.github.com>

---------

Signed-off-by: Luna <105922175+ImLunaHey@users.noreply.github.com>
* site: fix home page horizontal scrollbar

* Update .dumi/theme/slots/Header/index.tsx

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
* docs: image component adding destroyOnClose

* docs: update demo
* fix: Button icon order and margin in rtl mode

* demo: default iconPosition should be end

* fix: test case
Copy link

stackblitz bot commented May 8, 2024

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

Copy link
Contributor

github-actions bot commented May 8, 2024

Preview is ready

Copy link
Contributor

github-actions bot commented May 8, 2024

👁 Visual Regression Report for PR #48828 Failed ❌

🎯 Target branch: feature (c54b9cd)
📖 View Full Report ↗︎

Expected (Branch feature) Actual (Current PR) Diff
button-icon-position.compact.png button-icon-position.compact.png button-icon-position.compact.png button-icon-position.compact.png
button-icon-position.compact.png button-icon-position.compact.png button-icon-position.compact.css-var.png button-icon-position.compact.css-var.png
button-icon-position.dark.png button-icon-position.dark.png button-icon-position.dark.png button-icon-position.dark.png
button-icon-position.dark.png button-icon-position.dark.png button-icon-position.dark.css-var.png button-icon-position.dark.css-var.png
button-icon-position.default.png button-icon-position.default.png button-icon-position.default.png button-icon-position.default.png
button-icon-position.default.png button-icon-position.default.png button-icon-position.default.css-var.png button-icon-position.default.css-var.png

Check Full Report for details

Copy link
Contributor

github-actions bot commented May 8, 2024

Hi @afc163

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

Copy link
Contributor

github-actions bot commented May 8, 2024

size-limit report 📦

Path Size
./dist/antd.min.js 337.64 KB (-180 B 🔽)
./dist/antd-with-locales.min.js 385.45 KB (-31 B 🔽)

Copy link

codesandbox-ci bot commented May 8, 2024

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.

@li-jia-nan li-jia-nan merged commit 00c7705 into feature May 8, 2024
167 of 168 checks passed
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