Files
backstage/packages/ui
Johan Persson c145031c74 fix(ui): correct Column sorting indicator direction
Fixed the Table Column sorting indicator to show an up arrow when
no sorting is active, correctly indicating that clicking will sort
ascending. Previously, the down arrow was shown by default, which
was misleading.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
2025-11-21 17:27:58 +01:00
..
2025-10-16 19:08:27 +01:00
2025-11-18 12:23:09 +00:00
2025-11-18 12:23:09 +00:00

@backstage/ui

Backstage UI is a component library for Backstage.

Installation

Install the package via Yarn:

cd <package-dir> # if within a monorepo
yarn add @backstage/ui

Documentation

Writing Changesets for Components

When creating changesets for component-specific changes, add component metadata to help maintain documentation:

---
'@backstage/ui': patch
---

Fixed size prop handling for Avatar component.

Affected components: Avatar

Guidelines:

  • Component names: Use PascalCase as they appear in imports (Avatar, ButtonIcon, SearchField)
  • Multiple components: Affected components: Button, ButtonLink, ButtonIcon
  • General changes: Omit the metadata line (build changes, package-level updates)
  • Placement: The line can appear anywhere in the description

The changelog sync tool will parse these tags and update the documentation site automatically.