Files
backstage/.changeset/chair-fairs-drive.md
T
blam 4a5ba19344 chore: removals
Signed-off-by: blam <ben@blam.sh>
2024-09-18 18:53:39 +02:00

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.