From e8047fe77772eeb9b48083475ede9d62df323651 Mon Sep 17 00:00:00 2001 From: Pavel Klibani Date: Tue, 13 Aug 2024 11:10:35 +0200 Subject: [PATCH] fixup! Feat(web-twig): Introduce new underlined prop to the Link component --- packages/web-twig/DEPRECATIONS.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/web-twig/DEPRECATIONS.md b/packages/web-twig/DEPRECATIONS.md index 233069a4b4..be13f50ca4 100644 --- a/packages/web-twig/DEPRECATIONS.md +++ b/packages/web-twig/DEPRECATIONS.md @@ -6,8 +6,17 @@ This document lists all deprecations that will be removed in the next major vers ## Deprecations -Nothing here right now! 🎉 - 👉 [What are deprecations?][readme-deprecations] +### Link `isUnderlined` + +`isUnderlined` property will be replaced in the next major version. Please use `underlined` instead. + +#### Migration Guide + +```diff +- ++ +``` + [readme-deprecations]: https://github.com/lmc-eu/spirit-design-system/blob/main/packages/web-twig/README.md#deprecations