This repository was archived by the owner on Sep 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Migrate color
custom properties from Polaris v11 to v12
#10576
Merged
Merged
Conversation
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
color
custom propertiescolor
custom properties from Polaris v11 to v12
/snapit |
🫰✨ Thanks @aaronccasanova! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @shopify/polaris-migrator@0.0.0-snapshot-release-20230920231822 yarn add @shopify/polaris@0.0.0-snapshot-release-20230920231822 yarn add @shopify/polaris-tokens@0.0.0-snapshot-release-20230920231822 yarn add @shopify/stylelint-polaris@0.0.0-snapshot-release-20230920231822 |
lgriffee
approved these changes
Sep 22, 2023
chloerice
approved these changes
Sep 25, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌈 🚀
sarahill
approved these changes
Sep 25, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 🌈
sam-b-rose
approved these changes
Sep 25, 2023
0cc0cc5
to
9751c58
Compare
/snapit |
🫰✨ Thanks @aaronccasanova! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @shopify/polaris-migrator@0.0.0-snapshot-release-20230925232918 yarn add @shopify/polaris@0.0.0-snapshot-release-20230925232918 yarn add @shopify/polaris-tokens@0.0.0-snapshot-release-20230925232918 yarn add @shopify/stylelint-polaris@0.0.0-snapshot-release-20230925232918 |
7c09c05
to
27728d5
Compare
Merged
aaronccasanova
pushed a commit
that referenced
this pull request
Sep 27, 2023
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @shopify/polaris@11.24.0 ### Minor Changes - [#10576](#10576) [`30555a9f9`](30555a9) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Migrated `color` custom properties from Polaris v11 to v12 - [`b3bfdcfc0`](b3bfdcf) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - - Updated the `TextField` to automatically set password manager disable data attributes when `autoComplete` is set to "off" - Deprecated the `TextField` `disable1Password` prop ## polaris.shopify.com@0.58.3 ### Patch Changes - Updated dependencies \[[`30555a9f9`](30555a9), [`b3bfdcfc0`](b3bfdcf)]: - @shopify/polaris@11.24.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AnnaCheba
pushed a commit
to AnnaCheba/polaris
that referenced
this pull request
Apr 22, 2024
) ### WHY are these changes introduced? Part of Shopify#10528 ### WHAT is this pull request doing? Migrated CSS custom properties for `color` token groups. > See Shopify#10528 for detailed instructions on the migration process and replacement maps. Polaris migrator snapshot ran on this PR: ```sh cd polaris-react npx @shopify/polaris-migrator@0.0.0-snapshot-release-20230920224230 \ v12-styles-replace-custom-property-color \ 'src/**/*' ```
ascherkus
pushed a commit
to ascherkus/polaris
that referenced
this pull request
Feb 19, 2025
…ndefined" (Shopify#10734) Reverts Shopify#10711 Temporarily reverting this PR so the [color migration](Shopify#10576) can be on a dedicated release.
ascherkus
pushed a commit
to ascherkus/polaris
that referenced
this pull request
Feb 19, 2025
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @shopify/polaris@11.24.0 ### Minor Changes - [Shopify#10576](Shopify#10576) [`30555a9f9`](Shopify@4c2791d) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - Migrated `color` custom properties from Polaris v11 to v12 - [`b3bfdcfc0`](Shopify@0bf352b) Thanks [@aaronccasanova](https://github.com/aaronccasanova)! - - Updated the `TextField` to automatically set password manager disable data attributes when `autoComplete` is set to "off" - Deprecated the `TextField` `disable1Password` prop ## polaris.shopify.com@0.58.3 ### Patch Changes - Updated dependencies \[[`30555a9f9`](Shopify@4c2791d), [`b3bfdcfc0`](Shopify@0bf352b)]: - @shopify/polaris@11.24.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
WHY are these changes introduced?
Part of #10528
WHAT is this pull request doing?
Migrated CSS custom properties for
color
token groups.Polaris migrator snapshot ran on this PR: