diff --git a/docs/migrations/web-react/MIGRATION-v3.md b/docs/migrations/web-react/MIGRATION-v3.md index fb372805db..9ba5ab5bc0 100644 --- a/docs/migrations/web-react/MIGRATION-v3.md +++ b/docs/migrations/web-react/MIGRATION-v3.md @@ -64,6 +64,28 @@ Manually replace the props in your project. - `` → `` +### Link `isUnderlined` + +The `isUnderlined` property was removed, please use `underlined` instead. + +#### Migration Guide + +🪄 Use codemods to automatically update your codebase: + +```sh +npx @lmc-eu/spirit-codemods -p -t v3/web-react/link-underlined-prop +``` + +👉 See [Codemods documentation][readme-codemods] for more details. + +
+ 🔧 Manual Migration Steps + +Manually replace the props in your project. + +- `` → `` +
+ --- Please refer back to these instructions or reach out to our team if you encounter any issues during migration.