From f68f205d732d2cb87b82d282e8adb620120738d8 Mon Sep 17 00:00:00 2001 From: bnechyporenko Date: Fri, 8 Jul 2022 13:26:00 +0200 Subject: [PATCH] Incorporated the feedback. Signed-off-by: bnechyporenko --- .changeset/famous-bikes-brush.md | 8 ++++---- .changeset/few-berries-deny.md | 2 +- .changeset/gentle-games-count.md | 3 +-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.changeset/famous-bikes-brush.md b/.changeset/famous-bikes-brush.md index 0c4867d46a..0008a9145c 100644 --- a/.changeset/famous-bikes-brush.md +++ b/.changeset/famous-bikes-brush.md @@ -2,7 +2,7 @@ '@backstage/core-plugin-api': patch --- -Introduced plugin options for the components, to be able to customise existing components. -Those customizations are stored in React context of the plugin. -The configurable options could be defined during the creation of the plugin via `__experimentalConfigure` method. -And the user of the plugin can redefine it with. +Introduced a new experimental feature that allows you to declare plugin-wide options for your plugin by defining +`__experimentalConfigure` in your `createPlugin` options. See https://backstage.io/docs/plugins/customization.md for more information. + +This is an experimental feature and it will have breaking changes in the future. diff --git a/.changeset/few-berries-deny.md b/.changeset/few-berries-deny.md index 0cbed15f81..d5e14a807c 100644 --- a/.changeset/few-berries-deny.md +++ b/.changeset/few-berries-deny.md @@ -4,7 +4,7 @@ Plugin catalog has been modified to use an experimental feature where you can customize the title of the create button. -You can modify it by doing next: +You can modify it by doing: ```typescript jsx import { catalogPlugin } from '@backstage/plugin-catalog'; diff --git a/.changeset/gentle-games-count.md b/.changeset/gentle-games-count.md index fd7b586803..99f62a4506 100644 --- a/.changeset/gentle-games-count.md +++ b/.changeset/gentle-games-count.md @@ -2,8 +2,7 @@ '@backstage/app-defaults': patch --- -Introduced an extra parameter in BackstagePlugin. -This optional parameter is responsible for providing a type for input options for the plugin. +Updated usage of the `BackstagePlugin` type. ``` myPlugin.__experimentalReconfigure({