Skip to content

Commit

Permalink
fixup! Feat(web-twig): Introduce new underlined prop to the Link comp…
Browse files Browse the repository at this point in the history
…onent
  • Loading branch information
pavelklibani committed Aug 13, 2024
1 parent 325f2b0 commit e8047fe
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions packages/web-twig/DEPRECATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- <Link isUnderlined … />
+ <Link underlined="always" … />
```

[readme-deprecations]: https://github.com/lmc-eu/spirit-design-system/blob/main/packages/web-twig/README.md#deprecations

0 comments on commit e8047fe

Please sign in to comment.