docs: add missing attributions to 1.18 release notes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-20 17:20:55 +02:00
parent 98a3055fa4
commit bdc9c9cfa3
+7 -1
View File
@@ -79,6 +79,8 @@ You can read more about these changes in the [`@backstage/plugin-auth-node` chan
A new set of experimental APIs have been added to the frontend system to support internationalization. This allows for both translations to other languages, as well as overriding default messages. Partial support has so far been added to the `@backstage/plugin-user-settings` and `@backstage/plugin-adr` plugins. See [the docs](https://backstage.io/docs/plugins/internationalization) for more details.
Contributed by [@mario-mui](https://github.com/mario-mui) in [#17436](https://github.com/backstage/backstage/pull/17436)
### Experimental Packages for Frontend Declarative Integration
Two new packages have been added to support the work towards frontend declarative integration: `@backstage/frontend-plugin-api` and `@backstage/frontend-app-api`. These packages are still highly experimental and should not be used.
@@ -91,9 +93,13 @@ The session expiration check has been improved for all auth providers. The expir
It is now possible to download the results of a dry-run as a zip archive from the template editor dry-run results view.
Contributed by [@fyyyyy](https://github.com/fyyyyy) in [#19388](https://github.com/backstage/backstage/pull/19388)
### Support for Multiple Azure DevOps Organizations
The integration for Azure DevOps now allows for configuration of separate credentials for different organizations. See the [documentation](https://backstage.io/docs/integrations/azure/locations/) for more information. Contributed by [@sanderaernouts](https://github.com/sanderaernouts) in [#18213](https://github.com/backstage/backstage/pull/18213)
The integration for Azure DevOps now allows for configuration of separate credentials for different organizations. See the [documentation](https://backstage.io/docs/integrations/azure/locations/) for more information.
Contributed by [@sanderaernouts](https://github.com/sanderaernouts) in [#18213](https://github.com/backstage/backstage/pull/18213)
### New package: `@backstage/plugin-catalog-backend-module-scaffolder-entity-model`