Files
backstage/.changeset
Patrik Oldsberg 004b5c1208 Move formFieldsApiRef and ScaffolderFormFieldsApi to scaffolder-react
The formFieldsApiRef and ScaffolderFormFieldsApi type are now defined and
exported from @backstage/plugin-scaffolder-react/alpha, and re-exported
from @backstage/plugin-scaffolder/alpha for backwards compatibility.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-02-26 18:06:57 +01:00
..
2026-02-24 03:20:29 -05:00
2026-02-12 15:10:30 +00:00
2026-02-20 11:18:57 +01:00
2026-02-25 17:01:55 +00:00
2026-02-24 19:24:06 +00:00
2026-01-23 15:10:25 +00:00
2026-02-21 14:34:56 +01:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation


Backstage UI Changesets

For @backstage/ui changesets, use this format:

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

Brief summary

Optional description with code examples.

**Migration:**

Migration instructions (breaking changes only).

**Affected components:** button, card

Required:

  • End with **Affected components:** + comma-separated component names
  • For breaking changes: Add **Migration:** section
  • No headings (##, ###) inside - use bold markers

Examples:

Fixed button hover state

**Affected components:** button
**BREAKING**: New Table API

**Migration:**

Update imports:

```diff
- import { Table } from '@backstage/ui';
+ import { Table, type ColumnConfig } from '@backstage/ui';
```

Affected components: table