Skip to content

Commit

Permalink
Remove EuiTextTruncate's beta status
Browse files Browse the repository at this point in the history
- fairly stable at this point, and several fixes/perf enhancements have been implemented
  • Loading branch information
cee-chen committed Apr 1, 2024
1 parent 49d13e4 commit 4e6a907
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src-docs/src/views/text_truncate/text_truncate_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ const multiLineSource = require('!!raw-loader!./multi_line');

export const TextTruncateExample = {
title: 'Text truncation',
isBeta: true,
notice: (
<EuiCallOut iconType="beta" title="Beta development" color="warning">
<strong>EuiTextTruncate</strong> is a beta component that is still
undergoing <Link to="#performance">performance investigation</Link>. We
would particularly caution in high-usage scenarios (e.g. over 500 usages
per page).
</EuiCallOut>
),
pages: [
{
title: 'Single line',
Expand Down

0 comments on commit 4e6a907

Please sign in to comment.