You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove any polarisSummerEditions2023 flag in tsx files. Keep the code with the boolean set to true), remove the hook and hook import.
Make styles inside se23 & blocks in the scss files the mainline styles, delete any styles that were being overridden or are unused. Be careful about specificity and regressions.
Make sure to do steps 2-3 for any subcomponents, you can search within the component folder to make sure all se23 and polarisSummerEditions2023 are removed (be wary of flag renames/aliases)
Tophat on storybook that the styles look like the new language with the flag both on and off. You can also compare with the production storybook , set the breakpoint size, then compare the two tabs
Edit: with the flag turned off there may be some token related difference or imported polaris components that haven't been fixed yet. You can ignore those for now as they should be covered by different projects/issues
next
polarisSummerEditions2023
flag intsx
files. Keep the code with the boolean set totrue
), remove the hook and hook import.se23 &
blocks in thescss
files the mainline styles, delete any styles that were being overridden or are unused. Be careful about specificity and regressions.se23
andpolarisSummerEditions2023
are removed (be wary of flag renames/aliases)polarisSummerEditions2023 false
describe blocks and delete anypolarisSummerEditions2023: true
in the app mounts (more info here)7. Add the component you've cleaned up to the changelog list (https://github.com/Shopify/polaris/blob/next/.changeset/tall-chicken-repeat.md)tall-chickens-repeat
changelog with all the consolidated components #10035 for more info why)Tasks
The text was updated successfully, but these errors were encountered: