Merge pull request #32473 from backstage/freben/notes

fix links in release notes
This commit is contained in:
Fredrik Adelöw
2026-01-22 13:34:49 +01:00
committed by GitHub
+2 -2
View File
@@ -94,13 +94,13 @@ Contributed by [@imod](https://github.com/imod) in [#31410](https://github.com/b
Widget configuration changes are now only saved when the Save button is explicitly clicked. A new Cancel button has been added to enable users to discard unsaved changes
Contributed by [@kmikko](https://github.com/kmikko) in [#31198](https://github.com/pull/31198)
Contributed by [@kmikko](https://github.com/kmikko) in [#31198](https://github.com/backstage/backstage/pull/31198)
### Improved performance for `GithubOrgEntityProvider`
`GithubOrgEntityProvider` membership event handling and edit team has been improved. The provider now fetches only the specific user's teams instead of all organization users when processing membership events, and uses `addEntitiesOperation` instead of `replaceEntitiesOperation` to avoid unnecessary entity deletions.
Contributed by [@angeliski](https://github.com/angeliski) in [#32184](https://github.com/pull/32184)
Contributed by [@angeliski](https://github.com/angeliski) in [#32184](https://github.com/backstage/backstage/pull/32184)
### `Link` component now uses React Routers navigation system