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
@@ -66,18 +66,34 @@ You will need to review your app's UI and manually patch fixes.
66
66
To prepare for Polaris version 12 make sure you're on the latest version 11.
67
67
It's quick to update from v10 to v11 with our [migrator tool](https://polaris.shopify.com/tools/polaris-migrator) and [migration guide](https://github.com/Shopify/polaris/blob/main/documentation/guides/migrating-from-v10-to-v11.md).
68
68
69
-
To install the v12 beta version run the following command:
69
+
To install the v12 beta version that **does not require migrations**run the following command:
70
70
71
71
```sh
72
-
npm install @shopify/polaris@beta
72
+
npm install @shopify/polaris@12.0.0-beta.0
73
73
```
74
74
75
75
Or, if you prefer yarn, use the following command instead:
76
76
77
77
```sh
78
-
yarn add @shopify/polaris@beta
78
+
yarn add @shopify/polaris@12.0.0-beta.0
79
79
```
80
80
81
+
To install the v12 beta version that **requires migrations** run the following command:
82
+
83
+
```sh
84
+
npm install @shopify/polaris@12.0.0-beta.2
85
+
```
86
+
87
+
Or, if you prefer yarn, use the following command instead:
88
+
89
+
```sh
90
+
yarn add @shopify/polaris@12.0.0-beta.2
91
+
```
92
+
93
+
The migration guidance for upgrading from Polaris version 11 to version 12 is not yet available on our website. However, you can refer to the migration guide available in our codebase for detailed instructions if you are using the `12.0.0-beta.2` release. You can access the migration guide [here](https://github.com/Shopify/polaris/blob/next/polaris.shopify.com/content/version-guides/migrating-from-v11-to-v12.md). It provides step-by-step guidance to help you smoothly transition your codebase for the `12.0.0-beta.2` release.
94
+
95
+
Please note that the migration guide specifically covers the upgrade process from Polaris version 11 to version 12 beta release. Keep in mind that the guidance on our website may be updated in the future, so it's a good idea to stay informed about any new announcements or documentation releases related to Polaris version 12.
96
+
81
97
To assist you, we have prepared a collection of tips, documentation, and our own experience to help you on this early journey.
0 commit comments