Skip to content

Commit c5d4b89

Browse files
chore(migration): added restricted max with on tooltips to migration docs of v8 - v9 (#6010)
## 📄 Description Added documentation for the breaking change in `post-tooltip` component where the maximum width is now restricted to 280px in v9, compared to taking full available width in v8. --- ## 📝 Checklist - ✅ My code follows the style guidelines of this project - 🛠️ I have performed a self-review of my own code - 📄 I have made corresponding changes to the documentation - ⚠️ My changes generate no new warnings or errors - 🧪 I have added tests that prove my fix is effective or that my feature works - ✔️ New and existing unit tests pass locally with my changes --------- Co-authored-by: Alizé Debray <[email protected]>
1 parent 2c56179 commit c5d4b89

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/documentation/src/stories/getting-started/migration-guide/migrationv8-9.component.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@ export class MigrationV89Component extends LitElement {
9393
<code>arrow="true"</code> property on the component.
9494
</p>
9595
</li>
96+
<li class="mb-16">
97+
<p>
98+
The <code>post-tooltip</code> component now has a restricted <code>maximum width</code> of
99+
<code>280px</code>, instead of taking the full available width.
100+
</p>
101+
<p class="info">
102+
If you want to accomodate more content, we recommend switching to the <code>post-popover</code> component.
103+
</p>
104+
</li>
96105
${this.angular
97106
? html`
98107
<li class="mb-16">

0 commit comments

Comments
 (0)