Skip to content

docs(tile-select): deprecate tile-select and provide migration info - #8165

Draft
nineteen88 wants to merge 1 commit into
masterfrom
FE-7671
Draft

docs(tile-select): deprecate tile-select and provide migration info#8165
nineteen88 wants to merge 1 commit into
masterfrom
FE-7671

Conversation

@nineteen88

Copy link
Copy Markdown
Contributor

Proposed behaviour

  • deprecate tile-select
  • provide migration information and reasoning

Current behaviour

  • tile-select is no longer recommended by the DS but it is still an active component within Carbon.

Checklist

  • Commits follow our style guide
  • Related issues linked in commit messages if required
  • Screenshots are included in the PR if useful
  • All themes are supported if required
  • Unit tests added or updated if required
  • Playwright automation tests added or updated if required
  • Storybook added or updated if required
  • Translations added or updated (including creating or amending translation keys table in storybook) if required
  • Typescript d.ts file added or updated if required
  • Related docs have been updated if required

QA

  • Tested in provided StackBlitz sandbox/Storybook
  • Add new Playwright test coverage if required
  • Carbon implementation matches Design System/designs
  • UI Tests GitHub check reviewed if required

Additional context

Testing instructions

@nineteen88 nineteen88 self-assigned this Sep 8, 2026
}

/**
* @deprecated `TileSelect` has low adoption and is a poor fit for its intended

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise: good shout adding the deprecation annotation to the components themselves and their respective interfaces 👍

- For `Hr`, [`Divider`](?path=/docs/divider--docs) is recommended as the preferred alternative.
- For `VerticalDivider`, [`Divider`](?path=/docs/divider--docs) is recommended as the preferred alternative.
- For `LoaderBar`, `LoaderStar` and `LoaderSpinner`: the new [`Loader`](?path=/docs/loader--docs) is recommended as the preferred alternative.
- For `TileSelect`, no like-for-like replacement has been validated. Do not reproduce its card-like selection treatment in new work; use the approved, product-specific Fusion pattern instead. Where the need is a conventional form choice, [`RadioButton`](?path=/docs/radio-button--docs) or [`Checkbox`](?path=/docs/checkbox--docs) may be appropriate, according to the selection semantics.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section doesn't read well, tone it down to more simplistic language

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants