7.1 KiB
@backstage/frontend-plugin-api
0.4.0-next.3
Patch Changes
- Updated dependencies
- @backstage/core-components@0.13.9-next.3
- @backstage/config@1.1.1
- @backstage/core-plugin-api@1.8.1-next.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.4.0-next.2
Minor Changes
-
8f5d6c1: Extension inputs are now wrapped into an additional object when passed to the extension factory, with the previous values being available at theoutputproperty. TheExtensionInputValuestype has also been replaced byResolvedExtensionInputs. -
8837a96: BREAKING: This version changes how extensions are created and how their IDs are determined. ThecreateExtensionfunction now acceptskind,namespaceandnameinstead ofid. All of the new options are optional, and are used to construct the final extension ID. By convention extension creators should set thekindto match their own name, for examplecreateNavItemExtensionsets the kindnav-item.The
createExtensionfunction as well as all extension creators now also return anExtensionDefinitionrather than anExtension, which in turn needs to be passed tocreatePluginorcreateExtensionOverridesto be used.
Patch Changes
b7adf24: Update alpha component ref type to be more specific than any, delete boot page component and use new plugin type for error boundary component extensions.73246ec: Added translation APIs as well ascreateTranslationExtension.cb4197a: Forwardnode`` instead ofextensionId` to resolved extension inputs.- Updated dependencies
- @backstage/config@1.1.1
- @backstage/core-components@0.13.9-next.2
- @backstage/core-plugin-api@1.8.1-next.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.4.0-next.1
Minor Changes
a5a04739e1: The extensionfactoryfunction now longer receivesidorsource, but instead now provides the extension'sAppNodeasnode. TheExtensionBoundarycomponent has also been updated to receive anodeprop rather thanidandsource.
Patch Changes
5eb6b8a7bc: Added the nav logo extension for customization of sidebar logo1f12fb762c: Create factories for overriding default core components extensions.59709286b3: Add feature flags to plugins and extension overrides.e539735435: AddedcreateSignInPageExtension.f27ee7d937: Migrate analytics api and context files.- Updated dependencies
- @backstage/core-components@0.13.9-next.1
- @backstage/core-plugin-api@1.8.1-next.1
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.3.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.1-next.0
- @backstage/core-components@0.13.9-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.3.0
Minor Changes
68fc9dc60e: AddedRouteRef,SubRouteRef,ExternalRouteRef, and related types. All exports from this package that previously relied on the types with the same name from@backstage/core-plugin-apinow use the new types instead. To convert and existing legacy route ref to be compatible with the APIs from this package, use theconvertLegacyRouteRefutility from@backstage/core-plugin-api/alpha.77f009b35d: Extensions now return their output from the factory function rather than callingbind(...).
Patch Changes
6c2b872153: Add official support for React 18.733bd95746: Add newAppTreeApi.6af88a05ff: Improve the extension boundary component and create a default extension suspense component.- Updated dependencies
- @backstage/core-components@0.13.8
- @backstage/core-plugin-api@1.8.0
- @backstage/version-bridge@1.0.7
- @backstage/types@1.1.1
0.3.0-next.2
Patch Changes
-
#20888
733bd95746Thanks @Rugvip! - Add newAppTreeApi. -
Updated dependencies
- @backstage/core-components@0.13.8-next.2
0.3.0-next.1
Minor Changes
77f009b35d: Extensions now return their output from the factory function rather than callingbind(...).
Patch Changes
- Updated dependencies
- @backstage/core-components@0.13.8-next.1
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7-next.0
0.3.0-next.0
Minor Changes
68fc9dc60e: AddedRouteRef,SubRouteRef,ExternalRouteRef, and related types. All exports from this package that previously relied on the types with the same name from@backstage/core-plugin-apinow use the new types instead. To convert and existing legacy route ref to be compatible with the APIs from this package, use theconvertLegacyRouteRefutility from@backstage/core-plugin-api/alpha.
Patch Changes
6c2b872153: Add official support for React 18.6af88a05ff: Improve the extension boundary component and create a default extension suspense component.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/version-bridge@1.0.7-next.0
- @backstage/types@1.1.1
0.2.0
Minor Changes
06432f900c: Extension attachment point is now configured viaattachTo: { id, input }instead ofat: 'id/input'.4461d87d5a: Removed support for the newuseRouteRef.
Patch Changes
d3a37f55c0: Add support forSidebarGroupon the sidebar item extension.2ecd33618a: Plugins can now be assignedroutesandexternalRouteswhen created.9a1fce352e: Updated dependency@testing-library/jest-domto^6.0.0.c1e9ca6500: AddedcreateExtensionOverrideswhich can be used to install a collection of extensions in an app that will replace any existing ones.52366db5b3: AddedcreateThemeExtensionandcoreExtensionData.theme.- Updated dependencies
- @backstage/core-plugin-api@1.7.0
- @backstage/types@1.1.1
0.2.0-next.2
Minor Changes
06432f900c: Extension attachment point is now configured viaattachTo: { id, input }instead ofat: 'id/input'.4461d87d5a: Removed support for the newuseRouteRef.
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.7.0-next.1
- @backstage/types@1.1.1
0.1.1-next.1
Patch Changes
d3a37f55c0: Add support forSidebarGroupon the sidebar item extension.52366db5b3: AddedcreateThemeExtensionandcoreExtensionData.theme.- Updated dependencies
- @backstage/core-plugin-api@1.7.0-next.0
- @backstage/types@1.1.1
0.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.7.0-next.0
- @backstage/types@1.1.1
0.1.0
Minor Changes
628ca7e458: Initial release
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.6.0
- @backstage/types@1.1.1
0.1.0-next.0
Minor Changes
628ca7e458: Initial release
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.6.0-next.3
- @backstage/types@1.1.1-next.0
0.0.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.6.0-next.2
- @backstage/types@1.1.0