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
@@ -14,10 +15,35 @@ or the [changelog](?path=/docs/change-log--page)._
14
15
> This migration guide only covers breaking changes when updating from v1 to v2.
15
16
> For migration guides for older releases, please refer to our [Migration Guide Archive](https://github.com/SAP/ui5-webcomponents-react/blob/main/docs/MigrationGuide.archive.md).
16
17
17
-
<br />
18
-
19
18
<TableOfContentheadingSelector="h2, h3" />
20
19
20
+
## Codemod
21
+
22
+
To make the migration to UI5 Web Components (for React) v2 easier,
23
+
we provide a codemod which tries to transform most of the breaking changes.
24
+
25
+
<MessageStrip
26
+
hideCloseButton
27
+
design="Critical"
28
+
children={
29
+
<>
30
+
The codemod is a best efforts attempt to help you migrate the breaking change. Please review the generated code
31
+
thoroughly!
32
+
<br />
33
+
<strong>
34
+
Applying the codemod might break your code formatting, so please don't forget to run prettier and/or eslint
0 commit comments