-
-
Notifications
You must be signed in to change notification settings - Fork 51.4k
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
fix: fix style unit #52554
fix: fix style unit #52554
Conversation
|
👁 Visual Regression Report for PR #52554 Failed ❌
Warning There are more diffs not shown in the table. Please check the Full Report for details. Important There are 49 diffs found in this PR: 🔄
|
WalkthroughThis pull request addresses a bug fix related to style units in the Ant Design project. The changes involve updating the Changes
|
size-limit report 📦
|
More templates
commit: |
Bundle ReportChanges will increase total bundle size by 24 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Deploying ant-design with
|
Latest commit: |
d0b8839
|
Status: | ✅ Deploy successful! |
Preview URL: | https://e7e2d5be.ant-design.pages.dev |
Branch Preview URL: | https://fix-unit.ant-design.pages.dev |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature #52554 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 763 763
Lines 13802 13802
Branches 3611 3611
=========================================
Hits 13802 13802 ☔ View full report in Codecov by Sentry. |
* chore: update rc-tooltip version to 6.4.0 in package.json (#52293) * chore: update rc-tooltip version to 6.4.0 in package.json * chore: trigger CI build * test: update snapshot * chore: trigger CI build * feat: add label classname for Checkbox & Radio (#52322) Co-authored-by: thinkasany <480968828@qq.com> * feat(ConfigProvider): support Modal centered global config (#52343) * chore: update snapshot * chore: update snapshot * fix(locale): update filterCheckall to filterCheckAll (#52517) * feat(locale): update filterCheckall to filterCheckAll Co-authored-by: ytahirkose <ytahirkose@gmail.com> * fix --------- Co-authored-by: ytahirkose <ytahirkose@gmail.com> * add underlined variant (#52546) * feat: add variant underlined in Input&&InputNumber&&Mentions Signed-off-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com> * fix: fix eslint Signed-off-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com> * fix: remove commented code Signed-off-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com> * fix: update underlined style Signed-off-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com> * fix:fix eslint problem Signed-off-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com> * feat: add Select variant underlined to #51379 * feat: add underlined demo to #51379 * feat: update snapshots to #51379 * feat: update doc to #51379 --------- Signed-off-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com> Co-authored-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com> * demo: update variant demo (#52547) * refactor: hooks of context (#52550) * feat: TooltipRef export popup element (#49230) * fix: fix cssinjs unit (#52554) * refactor: hooks of context (#52564) * refactor: hooks of context (#52575) * refactor: useComponentConfig for batch component (#52586) * refactor: hooks of context * refactor: hooks of context * feat: orientation prop support start & end (#52567) * feat: orientation support start & end * docs: update api docs * fix: update docs * test: update snap * test: update snap * test: update snap * fix: fix * fix: fix style * feat(Input): deprecate Input.Group (#52571) * refactor(Input): make TextArea style tree shakeable (#52570) * refactor(AutoComplete): tree shakeable (#52574) * refactor(App): split files (#52573) * refactor: remove enum, try to reduce the bundle size (#52557) * feat: Progress/Step supports round/floor/ceil for the current step calculate logic (#52017) * Support round/floor/ceil for the current step calculate logic Always `round` is not really good. In my case, I really want step current to be 2 when percent is 34% with 3 steps. Signed-off-by: Đào Văn Hùng <memsenpai3@gmail.com> * Update Steps.tsx Signed-off-by: Đào Văn Hùng <memsenpai3@gmail.com> * Update docs and props * refactor(Steps): rename stepRound to rounding and update type to function * fix(Steps): update rounding prop type to specify argument type * fix(Steps): update rounding prop type to specify parameter name * docs(Progress): add rounding function description to props table * fix(Steps): update rounding prop to use custom default function and document default value * fix(Progress): update rounding prop type to specify parameter name in documentation * fix(Steps): remove extra comma in default rounding prop assignment * Update components/progress/index.en-US.md Signed-off-by: lijianan <574980606@qq.com> * Update components/progress/index.zh-CN.md Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: Đào Văn Hùng <memsenpai3@gmail.com> Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: lijianan <574980606@qq.com> * feat(Button): deprecate Button.Group, prefer Space.Compact (#52572) * feat(Button): deprecate Button.Group, prefer Space.Compact * test: update snap --------- Signed-off-by: afc163 <afc163@gmail.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: thinkasany <480968828@qq.com> * refactor: hooks of context (#52587) * fix: TextArea style missing (#52597) * fix: Textarea style missing * fix: Textarea style missing with context * perf: optimize internal input tree shaking (#52594) * refactor(ColorHexInput): optimize bundle size * refactor(FilterSearch): optimize bundle size * refactor(Transfer): optimize bundle size * feat: ConfigProvider support variant for Card (#52552) * feat: ConfigProvider support bordered for Card Co-authored-by: xiaobebe <wyy.xb@qq.com> * Revert "feat: ConfigProvider support bordered for Card" This reverts commit f84573c. * use useVariant * docs * update * fix * add warning * fix --------- Co-authored-by: xiaobebe <wyy.xb@qq.com> * refactor(Avatar): file name match component name (#52593) * feat: Segmented supports `shape="round"` (#52685) * feat: Segmented supports `shape="round"` * Update components/segmented/index.tsx Signed-off-by: afc163 <afc163@gmail.com> * Update index.zh-CN.md Signed-off-by: afc163 <afc163@gmail.com> * Update index.en-US.md Signed-off-by: afc163 <afc163@gmail.com> --------- Signed-off-by: afc163 <afc163@gmail.com> * feat(Descriptions): add labelColor token (#52700) * feat: input.otp add separator api (#52668) * feature(component): Input.OPT added separator api * test: add tests for OTP component separator rendering cases * refactor: apply code review suggestions * refactor: hooks of context (#52713) --------- Signed-off-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com> Signed-off-by: Đào Văn Hùng <memsenpai3@gmail.com> Signed-off-by: lijianan <574980606@qq.com> Signed-off-by: afc163 <afc163@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jony J <1844749591@qq.com> Co-authored-by: 栗嘉男 <574980606@qq.com> Co-authored-by: Guo Yunhe <guoyunhe.gyh@alibaba-inc.com> Co-authored-by: thinkasany <480968828@qq.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: ytahirkose <ytahirkose@gmail.com> Co-authored-by: ustcfury <94168407+ustcfury@users.noreply.github.com> Co-authored-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com> Co-authored-by: 二货爱吃白萝卜 <smith3816@gmail.com> Co-authored-by: nuintun <nuintun@gmail.com> Co-authored-by: Đào Văn Hùng <memsenpai3@gmail.com> Co-authored-by: Guo Yunhe <i@guoyunhe.me> Co-authored-by: xiaobebe <wyy.xb@qq.com> Co-authored-by: Haceral <48341368+HaceraI@users.noreply.github.com>
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
📝 Change Log