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

fix(material/badge): content incorrectly truncated in M3 #29854

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

crisbeto
Copy link
Member

Fixes that at some point the M3 badge regressed to where the content was always being truncated. The regression was likely, because the previous setup was very fragile and it was relying on some tokens never being emitted.

These changes remove the need to rely on fallbacks and resolve the issue by setting the correct token values.

Fixes #29788.

Fixes that at some point the M3 badge regressed to where the content was always being truncated. The regression was likely, because the previous setup was very fragile and it was relying on some tokens never being emitted.

These changes remove the need to rely on fallbacks and resolve the issue by setting the correct token values.

Fixes angular#29788.
@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Oct 10, 2024
@crisbeto crisbeto requested a review from a team as a code owner October 10, 2024 07:34
@crisbeto crisbeto requested review from amysorto and andrewseguin and removed request for a team October 10, 2024 07:34
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Oct 10, 2024
@crisbeto crisbeto removed the request for review from amysorto October 10, 2024 12:50
@crisbeto crisbeto merged commit cc0532b into angular:main Oct 10, 2024
23 of 25 checks passed
crisbeto added a commit that referenced this pull request Oct 10, 2024
Fixes that at some point the M3 badge regressed to where the content was always being truncated. The regression was likely, because the previous setup was very fragile and it was relying on some tokens never being emitted.

These changes remove the need to rely on fallbacks and resolve the issue by setting the correct token values.

Fixes #29788.

(cherry picked from commit cc0532b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(BADGE): Content truncated
2 participants