4a5ba19344
Signed-off-by: blam <ben@blam.sh>
457 B
457 B
@backstage/frontend-plugin-api
| @backstage/frontend-plugin-api |
|---|
| minor |
Removed deprecated namespace option from createExtension and createExtensionBlueprint, including .make and .makeWithOverides, it's no longer necessary and will use the pluginId instead.
Removed deprecated createExtensionOverrides this should be replaced with createFrontendModule instead.
Removed deprecated BackstagePlugin type, use FrontendPlugin type instead from this same package.