(Go: >> BACK << -|- >> HOME <<)

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: Mix style framework support #48229

Merged
merged 9 commits into from
Apr 3, 2024
Merged

feat: Mix style framework support #48229

merged 9 commits into from
Apr 3, 2024

Conversation

zombieJ
Copy link
Member
@zombieJ zombieJ commented Apr 2, 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

ref #47892

💡 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

Copy link
stackblitz bot commented Apr 2, 2024

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

Copy link
Contributor
github-actions bot commented Apr 2, 2024
  • 🚨 Please fill changelog in the PR

    • Write with a developer-oriented perspective and narrative method, without describing the details of the repair
    • Describing the problem and the impact on the developer
    • describing the user-first site problem, not your solution
    • Refer: https://ant.design/changelog#501
  • 🚨 请填写 PR 中的 changelog

    • 请用面向开发者的角度叙述方式撰写,不描述修复细节
    • 描述问题和对开发者的影响
    • 描述用户第一现场的问题,而非你的解决方式
    • 参考:https://ant.design/changelog-cn#501

Copy link
Contributor
github-actions bot commented Apr 2, 2024

Preview is ready

Copy link
Contributor
github-actions bot commented Apr 2, 2024

👁 Visual Regression Report for PR #48229 Passed ✅

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

🎊 Congrats! No visual-regression diff found.

Copy link
Contributor
github-actions bot commented Apr 2, 2024

size-limit report 📦

Path Size
./dist/antd.min.js 336.44 KB (+171 B 🔺)
./dist/antd-with-locales.min.js 383.59 KB (-52 B 🔽)

Copy link
codesandbox-ci bot commented Apr 2, 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.

Copy link
socket-security bot commented Apr 2, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

Copy link
codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (f5c00a8) to head (c512b69).

Additional details and impacted files
@@            Coverage Diff            @@
##           feature    #48229   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          743       743           
  Lines        12853     12853           
  Branches      3364      3364           
=========================================
  Hits         12853     12853           

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

@zombieJ
Copy link
Member Author
zombieJ commented Apr 2, 2024

@SocketSecurity ignore npm/fsevents@1.2.13
@SocketSecurity ignore npm/sharp@0.33.3
@SocketSecurity ignore npm/puppeteer@22.6.1

zombieJ and others added 3 commits April 3, 2024 11:07
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>
@zombieJ zombieJ marked this pull request as ready for review April 3, 2024 03:59
Copy link
socket-security bot commented Apr 3, 2024

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

Package New capabilities Transitives Size Publisher
npm/@ant-design/cssinjs@2.0.0-alpha.1 environment 0 224 kB madccc

🚮 Removed packages: npm/vanilla-jsoneditor@0.23.1, npm/vanilla-tilt@1.8.1, npm/webpack-bundle-analyzer@4.10.1, npm/webpack@5.91.0, npm/xhr-mock@2.5.1

View full report↗︎

@zombieJ zombieJ merged commit 9680481 into feature Apr 3, 2024
105 checks passed
@zombieJ zombieJ deleted the layer branch April 3, 2024 09:12
CooperHash pushed a commit to CooperHash/ant-design that referenced this pull request Apr 10, 2024
* chore: add layer mark

* docs: enable @layer for test

* docs: add doc of third part lib

* docs: update order

* Update docs/react/compatible-style.zh-CN.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>

* Update docs/react/compatible-style.en-US.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>

* docs: ssr or reset case

---------

Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
thinkasany pushed a commit to thinkasany/ant-design that referenced this pull request Apr 12, 2024
* chore: add layer mark

* docs: enable @layer for test

* docs: add doc of third part lib

* docs: update order

* Update docs/react/compatible-style.zh-CN.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>

* Update docs/react/compatible-style.en-US.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>

* docs: ssr or reset case

---------

Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
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.

None yet

2 participants