diff --git a/docs/migrations/web-twig/MIGRATION-v4.md b/docs/migrations/web-twig/MIGRATION-v4.md index b2eb2cce80..d0cced3146 100644 --- a/docs/migrations/web-twig/MIGRATION-v4.md +++ b/docs/migrations/web-twig/MIGRATION-v4.md @@ -10,14 +10,21 @@ Introducing version 4 of the _spirit-web-twig_ package. ## Overview - [Component Changes](#component-changes) - - [Button and ButtonLink: `isSquare` prop](#button-and-buttonlink-issquare-prop-renamed-to-issymmetrical) - - [Heading elementType prop is now mandatory](#heading-elementtype-prop-is-now-mandatory) - - [Link `hasVisitedStyleAllowed`](#link-hasvisitedstyleallowed) - - [Link `isUnderlined`](#link-isunderlined) + - [Button and ButtonLink: `isSquare` Prop Renamed to `isSymmetrical`](#button-and-buttonlink-issquare-prop-renamed-to-issymmetrical) + - [Button and ButtonLink: Removed `inverted` Variant](#button-and-buttonlink-removed-inverted-variant) + - [Header: Removed `inverted` Variant](#header-removed-inverted-variant) + - [Heading: `elementType` Prop is Now Mandatory](#heading-elementtype-prop-is-now-mandatory) + - [Link: Removed `isUnderlined` Prop](#link-removed-isunderlined-prop) + - [Link: Removed `inverted` Variant](#link-removed-inverted-variant) + - [Link: The`hasVisitedStyleAllowed` Props](#link-the-hasvisitedstyleallowed-prop) + - [Pill: Update Color Palette](#pill-update-color-palette) + - [ProductLogo: Removed `inverted` Variant](#productlogo-removed-inverted-variant) + - [Toast: Link `underlined` Prop](#toast-link-underlined-prop) + - [Toast: Renamed Color Variant `inverted` to `neutral` in `ToastBar`](#toast-renamed-color-variant-inverted-to-neutral-in-toastbar) ## Component Changes -### Button and ButtonLink: `isSquare` prop renamed to `isSymmetrical` +### Button and ButtonLink: `isSquare` Prop Renamed to `isSymmetrical` Button `isSquare` prop was renamed to `isSymmetrical`. @@ -26,7 +33,17 @@ Button `isSquare` prop was renamed to `isSymmetrical`. - `