fix(material/schematics): add schematic to rename tokens#31051
Merged
andrewseguin merged 4 commits intoangular:mainfrom May 8, 2025
Merged
fix(material/schematics): add schematic to rename tokens#31051andrewseguin merged 4 commits intoangular:mainfrom
andrewseguin merged 4 commits intoangular:mainfrom
Conversation
cb033c6 to
b00eb3f
Compare
b00eb3f to
c9db72a
Compare
crisbeto
approved these changes
May 8, 2025
| {oldStr: '--mat-tab-header-with-background', newStr: '--mat-tab'}, | ||
| {oldStr: '--mat-tab-indicator', newStr: '--mat-tab'}, | ||
| {oldStr: '--mat-text-button', newStr: '--mat-button-text'}, | ||
| {oldStr: '--mat-tonal-button', newStr: '--mat-button-tonal'}, |
Member
There was a problem hiding this comment.
Not a bit deal, but I think we can skip the tonal button since it's new in v20.
Contributor
Author
There was a problem hiding this comment.
Ah true...Ill leave it just for completeness but I think youre right
Contributor
Author
|
The changes were merged into the following branches: main, 20.0.x |
andrewseguin
added a commit
that referenced
this pull request
May 8, 2025
* fix(material/schematics): add schematic to rename tokens * fix(material/schematics): add schematic to rename tokens * fix(material/schematics): fix rename tests * fix(material/schematic): rename variables --------- Co-authored-by: Andrew Seguin <andrewseguin@google.com> (cherry picked from commit 8af89be)
wildcardalice
pushed a commit
to wildcardalice/components
that referenced
this pull request
May 12, 2025
* fix(material/schematics): add schematic to rename tokens * fix(material/schematics): add schematic to rename tokens * fix(material/schematics): fix rename tests * fix(material/schematic): rename variables --------- Co-authored-by: Andrew Seguin <andrewseguin@google.com>
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a migration to rename tokens:
--mdc-prefixes to--mat---mat-tonal-button-to--mat-button-tonal(component goes first, then variant)text-fieldtoform-field