1.8 KiB
1.8 KiB
@backstage/plugin-app-react
0.2.0
Minor Changes
a2133be: Added newNavContentNavItem,NavContentNavItems, andnavItemsprop toNavContentComponentPropsfor auto-discovering navigation items from page extensions. The newnavItemscollection supportstake(id)andrest()methods for placing specific items in custom sidebar positions, as well aswithComponent(Component)which returns aNavContentNavItemsWithComponentfor rendering items directly as elements. The existingitemsprop is now deprecated in favor ofnavItems.
Patch Changes
ef6916e: AddedIconElementtype as a replacement for the deprecatedIconComponent. TheIconsApinow has a newicon()method that returnsIconElement, while the existinggetIcon()method is deprecated. TheIconBundleBlueprintnow accepts bothIconComponentandIconElementvalues.409af72: Internal refactor to move implementation of blueprints from@backstage/frontend-plugin-apito this package.- Updated dependencies
0.1.1-next.0
Patch Changes
409af72: Internal refactor to move implementation of blueprints from@backstage/frontend-plugin-apito this package.- Updated dependencies
- @backstage/frontend-plugin-api@0.14.0-next.0
- @backstage/core-plugin-api@1.12.2-next.0
0.1.0
Minor Changes
9ccf84e: Initial release of this web library for@backstage/plugin-app.
Patch Changes
-
9ccf84e: Moved the following blueprints from@backstage/frontend-plugin-api:AppRootWrapperBlueprintIconBundleBlueprintNavContentBlueprintRouterBlueprintSignInPageBlueprintSwappableComponentBlueprintThemeBlueprintTranslationBlueprint
-
Updated dependencies