Incorporated the feedback.
Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
@@ -10,6 +10,8 @@ component can reconfigure it if necessary.
|
||||
|
||||
## @backstage/app-defaults
|
||||
|
||||
---
|
||||
|
||||
Introduced an extra parameter in BackstagePlugin.
|
||||
This optional parameter is responsible for providing a type for input options for the plugin.
|
||||
|
||||
@@ -17,6 +19,8 @@ This optional parameter is responsible for providing a type for input options fo
|
||||
|
||||
## @backstage/core-app-api
|
||||
|
||||
---
|
||||
|
||||
Introduced an extra parameter in BackstagePlugin.
|
||||
This optional parameter is responsible for providing a type for input options for the plugin.
|
||||
|
||||
@@ -24,6 +28,8 @@ This optional parameter is responsible for providing a type for input options fo
|
||||
|
||||
## @backstage/core-plugin-api
|
||||
|
||||
---
|
||||
|
||||
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.
|
||||
@@ -39,6 +45,8 @@ myPlugin.__experimentalReconfigure({
|
||||
|
||||
## @backstage/plugin-catalog
|
||||
|
||||
---
|
||||
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user