.patches: clean up old stuff

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-03-20 16:02:44 +01:00
parent e2d9ae43e7
commit 18a9f286d1
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -1 +0,0 @@
Fixes the search component to register the first search that happens on initial navigation to the search page.
-1
View File
@@ -1 +0,0 @@
Fixes the `@mui/material/styles` shared dependency key by removing a trailing slash that caused module resolution failures with MUI package exports.
-1
View File
@@ -1 +0,0 @@
Fixes entity page tab groups not respecting the ordering from the groups configuration.
-1
View File
@@ -1 +0,0 @@
Added back `formFieldsApiRef` and `ScaffolderFormFieldsApi` alpha exports to `@backstage/plugin-scaffolder-react`. This change was incorrectly applied to `@backstage/plugin-scaffolder` in the 1.48.2 release, which is now gone. Note that the API signature of this API has still changed since the 1.47 release.
-1
View File
@@ -1 +0,0 @@
Fixed a type inference issue with the `apis` option of testing utilities in `@backstage/frontend-test-utils`.