78 KiB
@backstage/frontend-app-api
0.16.4-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-defaults@0.5.3-next.0
0.16.3
Patch Changes
f79eaf2: Internal cleanup of routing utilities.b6ca666: Invalid feature flag declarations no longer crash the app during bootstrap. They are now reported through the error collector and skipped, letting the rest of the app load normally.- Updated dependencies
- @backstage/errors@1.3.1
- @backstage/frontend-defaults@0.5.2
- @backstage/frontend-plugin-api@0.17.0
- @backstage/core-plugin-api@1.12.6
- @backstage/filter-predicates@0.1.3
- @backstage/config@1.3.8
- @backstage/core-app-api@1.20.1
0.16.3-next.1
Patch Changes
b6ca666: Invalid feature flag declarations no longer crash the app during bootstrap. They are now reported through the error collector and skipped, letting the rest of the app load normally.- Updated dependencies
- @backstage/frontend-defaults@0.5.2-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
0.16.3-next.0
Patch Changes
f79eaf2: Internal cleanup of routing utilities.- Updated dependencies
- @backstage/errors@1.3.1-next.0
- @backstage/frontend-plugin-api@0.17.0-next.0
- @backstage/frontend-defaults@0.5.2-next.0
- @backstage/core-app-api@1.20.1-next.0
- @backstage/config@1.3.8-next.0
- @backstage/core-plugin-api@1.12.6-next.0
- @backstage/filter-predicates@0.1.3-next.0
- @backstage/types@1.2.2
- @backstage/version-bridge@1.0.12
0.16.2
Patch Changes
400aa23: Wrapped extension permission authorization in a try/catch to surface errors asForwardedErrorwith a clear message.364d4fe: AddedapistoBootstrapSpecializedAppandFinalizedSpecializedApptypes.- Updated dependencies
- @backstage/errors@1.3.0
- @backstage/core-app-api@1.20.0
- @backstage/frontend-plugin-api@0.16.0
- @backstage/filter-predicates@0.1.2
- @backstage/frontend-defaults@0.5.1
- @backstage/config@1.3.7
- @backstage/core-plugin-api@1.12.5
0.16.2-next.2
Patch Changes
- Updated dependencies
- @backstage/errors@1.3.0-next.0
- @backstage/core-app-api@1.20.0-next.2
- @backstage/config@1.3.7-next.0
- @backstage/core-plugin-api@1.12.5-next.2
- @backstage/filter-predicates@0.1.2-next.0
- @backstage/frontend-defaults@0.5.1-next.2
- @backstage/frontend-plugin-api@0.16.0-next.2
0.16.2-next.1
Patch Changes
400aa23: Wrapped extension permission authorization in a try/catch to surface errors asForwardedErrorwith a clear message.- Updated dependencies
- @backstage/core-app-api@1.20.0-next.1
- @backstage/frontend-plugin-api@0.16.0-next.1
- @backstage/core-plugin-api@1.12.5-next.1
- @backstage/frontend-defaults@0.5.1-next.1
0.16.2-next.0
Patch Changes
364d4fe: AddedapistoBootstrapSpecializedAppandFinalizedSpecializedApptypes.- Updated dependencies
- @backstage/frontend-plugin-api@0.15.2-next.0
- @backstage/core-app-api@1.19.7-next.0
- @backstage/frontend-defaults@0.5.1-next.0
- @backstage/core-plugin-api@1.12.5-next.0
- @backstage/config@1.3.6
- @backstage/errors@1.2.7
- @backstage/filter-predicates@0.1.1
- @backstage/types@1.2.2
- @backstage/version-bridge@1.0.12
0.16.0
Minor Changes
92af1ae: BREAKING: Removed theallowUnknownExtensionConfigoption fromcreateSpecializedApp. This flag had no effect and was a no-op, so no behavioral changes are expected.
Patch Changes
d911b72: Frontend apps now respect an explicitpluginIdonApiRefs when deciding which plugin owns an API factory.0452d02: Add optionaldescriptionfield to plugin-level feature flags.5fd78ba: Removed@backstage/core-plugin-apileakage from the public API surface. All types such asApiHolderandConfigApiare now imported from@backstage/frontend-plugin-api.dab6c46: Added theExtensionFactoryMiddlewaretype as a public export.3f36ce1: Clarified theIconElementsizing contract for the new frontend system and aligned legacy system icon rendering with the new icon API.5b160f9: AddedprepareSpecializedAppfor two-phase app wiring so apps can render a bootstrap tree before full app finalization. The bootstrap phase now supports deferredapp/root.elements, predicate-gated APIs, reusablesessionState, and warnings for bootstrap-visible predicates or bootstrap code that accessed APIs that only became available after finalization. Utility APIs that are materialized during bootstrap are also frozen for the lifetime of the app instance, causing deferred overrides of those APIs to be ignored and reported as app errors.a49a40d: Updated dependencyzodto^3.25.76 || ^4.0.0& migrated to/v3or/v4imports.- Updated dependencies
- @backstage/core-plugin-api@1.12.4
- @backstage/frontend-plugin-api@0.15.0
- @backstage/core-app-api@1.19.6
- @backstage/frontend-defaults@0.5.0
- @backstage/filter-predicates@0.1.1
0.16.0-next.1
Minor Changes
92af1ae: BREAKING: Removed theallowUnknownExtensionConfigoption fromcreateSpecializedApp. This flag had no effect and was a no-op, so no behavioral changes are expected.
Patch Changes
0452d02: Add optionaldescriptionfield to plugin-level feature flags.dab6c46: Added theExtensionFactoryMiddlewaretype as a public export.- Updated dependencies
- @backstage/core-app-api@1.19.6-next.1
- @backstage/frontend-plugin-api@0.15.0-next.1
- @backstage/core-plugin-api@1.12.4-next.1
- @backstage/frontend-defaults@0.5.0-next.1
0.15.1-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.14.2-next.0
- @backstage/config@1.3.6
- @backstage/core-app-api@1.19.6-next.0
- @backstage/core-plugin-api@1.12.4-next.0
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.4.1-next.0
- @backstage/types@1.2.2
- @backstage/version-bridge@1.0.12
0.15.0
Minor Changes
55b2ef6: BREAKING: Updated the behavior of the new API override logic to reject the override and block app startup instead of just logging a deprecation warning.
Patch Changes
-
7edb810: Implemented support for theinternalextension input option. -
492503a: Updated error reporting and app tree resolution logic to attribute errors to the correct extension and allow app startup to proceed more optimistically:- If an attachment fails to provide the required input data, the error is now attributed to the attachment rather than the parent extension.
- Singleton extension inputs will now only forward attachment errors if the input is required.
- Array extension inputs will now filter out failed attachments instead of failing the entire app tree resolution.
-
ef6916e: AddedIconElementtype as a replacement for the deprecatedIconComponent. TheIconsApinow has a newicon()method that returnsIconElement, while the existinggetIcon()method is deprecated. TheIconBundleBlueprintnow accepts bothIconComponentandIconElementvalues. -
122d39c: Completely removed support for the deprecatedapp.experimental.packagesconfiguration. Replace existing usage directly withapp.packages. -
9554c36: DEPRECATED: Deprecated support for multiple attachment points. -
53b6549: Plugins in the new frontend system now have apluginIdfield rather thanidto better align with naming conventions used throughout the frontend and backend systems. The old field is still present but marked as deprecated. All internal code has been updated to preferpluginIdwhile maintaining backward compatibility by falling back toidwhen needed. -
a7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings. -
09032d7: Internal update to simplify testing utility implementations. -
69d880e: Bump to latest zod to ensure it has the latest features -
Updated dependencies
- @backstage/frontend-defaults@0.4.0
- @backstage/core-app-api@1.19.5
- @backstage/frontend-plugin-api@0.14.0
- @backstage/core-plugin-api@1.12.3
- @backstage/version-bridge@1.0.12
0.15.0-next.2
Patch Changes
a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.- Updated dependencies
- @backstage/core-app-api@1.19.5-next.1
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/frontend-defaults@0.4.0-next.2
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/version-bridge@1.0.12-next.0
0.15.0-next.1
Minor Changes
55b2ef6: BREAKING: Updated the behavior of the new API override logic to reject the override and block app startup instead of just logging a deprecation warning.
Patch Changes
09032d7: Internal update to simplify testing utility implementations.- Updated dependencies
- @backstage/frontend-defaults@0.4.0-next.1
- @backstage/frontend-plugin-api@0.14.0-next.1
0.14.1-next.0
Patch Changes
-
17e0eb3: Updated the behavior of the new API override logic to log a deprecation warning instead of rejecting the override and blocking app startup, as was originally intended. -
7edb810: Implemented support for theinternalextension input option. -
492503a: Updated error reporting and app tree resolution logic to attribute errors to the correct extension and allow app startup to proceed more optimistically:- If an attachment fails to provide the required input data, the error is now attributed to the attachment rather than the parent extension.
- Singleton extension inputs will now only forward attachment errors if the input is required.
- Array extension inputs will now filter out failed attachments instead of failing the entire app tree resolution.
-
122d39c: Completely removed support for the deprecatedapp.experimental.packagesconfiguration. Replace existing usage directly withapp.packages. -
9554c36: DEPRECATED: Deprecated support for multiple attachment points. -
53b6549: Plugins in the new frontend system now have apluginIdfield rather thanidto better align with naming conventions used throughout the frontend and backend systems. The old field is still present but marked as deprecated. All internal code has been updated to preferpluginIdwhile maintaining backward compatibility by falling back toidwhen needed. -
69d880e: Bump to latest zod to ensure it has the latest features -
Updated dependencies
- @backstage/frontend-defaults@0.3.6-next.0
- @backstage/frontend-plugin-api@0.14.0-next.0
- @backstage/core-plugin-api@1.12.2-next.0
- @backstage/core-app-api@1.19.4-next.0
- @backstage/config@1.3.6
- @backstage/errors@1.2.7
- @backstage/types@1.2.2
- @backstage/version-bridge@1.0.11
0.14.0
Minor Changes
3bd2a1a: BREAKING: The ability for plugins to override APIs has been restricted to only allow overrides of APIs within the same plugin. For example, a plugin can no longer override any of the core APIs provided by theappplugin, this must be done with anappmodule instead.
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.13.3
- @backstage/frontend-defaults@0.3.5
0.13.4-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-defaults@0.3.5-next.0
- @backstage/frontend-plugin-api@0.13.2
0.13.3
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.19.3
- @backstage/frontend-plugin-api@0.13.2
- @backstage/core-plugin-api@1.12.1
- @backstage/frontend-defaults@0.3.4
0.13.3-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.13.2-next.0
- @backstage/core-app-api@1.19.3-next.0
- @backstage/core-plugin-api@1.12.1-next.0
- @backstage/frontend-defaults@0.3.4-next.0
- @backstage/config@1.3.6
- @backstage/errors@1.2.7
- @backstage/types@1.2.2
- @backstage/version-bridge@1.0.11
0.13.2
Patch Changes
4d03f08: Internal refactor of route reference implementations with minor updates to thetoStringimplementations.05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript'serasableSyntaxOnlysetting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.- Updated dependencies
- @backstage/frontend-plugin-api@0.13.0
- @backstage/core-plugin-api@1.12.0
- @backstage/core-app-api@1.19.2
- @backstage/config@1.3.6
- @backstage/frontend-defaults@0.3.3
0.13.2-next.0
Patch Changes
05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript'serasableSyntaxOnlysetting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.- Updated dependencies
- @backstage/core-app-api@1.19.2-next.0
- @backstage/core-plugin-api@1.11.2-next.0
- @backstage/config@1.3.6-next.0
- @backstage/frontend-plugin-api@0.12.2-next.0
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.3.3-next.0
- @backstage/types@1.2.2
- @backstage/version-bridge@1.0.11
0.13.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.12.1
- @backstage/config@1.3.5
- @backstage/core-app-api@1.19.1
- @backstage/core-plugin-api@1.11.1
- @backstage/frontend-defaults@0.3.2
0.13.1-next.1
Patch Changes
- Updated dependencies
- @backstage/config@1.3.4-next.0
- @backstage/core-app-api@1.19.1-next.0
- @backstage/core-plugin-api@1.11.1-next.0
- @backstage/frontend-defaults@0.3.2-next.1
- @backstage/frontend-plugin-api@0.12.1-next.1
0.13.1-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-defaults@0.3.2-next.0
- @backstage/frontend-plugin-api@0.12.1-next.0
- @backstage/config@1.3.3
- @backstage/core-app-api@1.19.0
- @backstage/core-plugin-api@1.11.0
- @backstage/errors@1.2.7
- @backstage/types@1.2.2
- @backstage/version-bridge@1.0.11
0.13.0
Minor Changes
6516c3d: ThecreateSpecializedAppno longer throws when encountering many common errors when starting up the app. It will instead return them through theerrorsproperty so that they can be handled more gracefully in the app.
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.12.0
- @backstage/core-plugin-api@1.11.0
- @backstage/types@1.2.2
- @backstage/frontend-defaults@0.3.1
- @backstage/core-app-api@1.19.0
0.12.1-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.11.1-next.0
- @backstage/frontend-defaults@0.3.1-next.0
0.12.0
Minor Changes
-
8e21c4d: Use an app plugin for built-in extension app node specs. -
df7bd3b: BREAKING: Removed the deprecatedFrontendFeaturetype, import it from@backstage/frontend-plugin-apiinstead. -
8e21c4d: TheAppNodeSpec.pluginproperty is now required. -
5e12252: BREAKING: Restructured some of option fields ofcreateAppandcreateSpecializedApp.- For
createApp, all option fields exceptfeaturesandbindRouteshave been moved into a newadvancedobject field. - For
createSpecializedApp, all option fields exceptfeatures,config, andbindRouteshave been moved into a newadvancedobject field.
This helps highlight that some options are meant to rarely be needed or used, and simplifies the usage of those options that are almost always required.
As an example, if you used to supply a custom config loader, you would update your code as follows:
createApp({ features: [...], - configLoader: new MyCustomLoader(), + advanced: { + configLoader: new MyCustomLoader(), + }, }) - For
Patch Changes
-
d9e00e3: Add support for a newaliasForoption forcreateRouteRef. This allows for the creation of a new route ref that acts as an alias for an existing route ref that is installed in the app. This is particularly useful when creating modules that override existing plugin pages, without referring to the existing plugin. For example:export default createFrontendModule({ pluginId: 'catalog', extensions: [ PageBlueprint.make({ params: { defaultPath: '/catalog', routeRef: createRouteRef({ aliasFor: 'catalog.catalogIndex' }), loader: () => import('./CustomCatalogIndexPage').then(m => ( <m.CustomCatalogIndexPage /> )), }, }), ], }); -
f2f133c: Internal update to use the new variant ofApiBlueprint. -
ef54427: Internal cleanup of routing system data. -
391f0ca: External route references are no longer required to be exported via a plugin instance to function. The default target will still be resolved even if the external route reference is not included inexternalRoutesof a plugin, but users of the plugin will not be able to configure the target of the route. This is particularly useful when building modules or overrides for existing plugins, allowing you add external routes both within and out from the plugin. -
f3f9d57: Renaming thegetNodesByRoutePathparameter fromsourcePathtoroutePath -
8b1bf6e: Deprecated new frontend system config settingapp.experimental.packagesto justapp.packages. The old config will continue working for the time being, but may be removed in a future release. -
fda1bbc: Added a default implementation of theSwappableComponentsApiand removing the legacyComponentsApiimplementation -
1c2cc37: Improved runtime error message clarity when extension factories don't return an iterable object. -
3d2499f: MovedcreateSpecializedAppoptions to a newCreateSpecializedAppOptionstype. -
Updated dependencies
- @backstage/frontend-defaults@0.3.0
- @backstage/frontend-plugin-api@0.11.0
0.12.0-next.3
Minor Changes
-
8e21c4d: Use an app plugin for built-in extension app node specs. -
8e21c4d: TheAppNodeSpec.pluginproperty is now required. -
5e12252: BREAKING: Restructured some of option fields ofcreateAppandcreateSpecializedApp.- For
createApp, all option fields exceptfeaturesandbindRouteshave been moved into a newadvancedobject field. - For
createSpecializedApp, all option fields exceptfeatures,config, andbindRouteshave been moved into a newadvancedobject field.
This helps highlight that some options are meant to rarely be needed or used, and simplifies the usage of those options that are almost always required.
As an example, if you used to supply a custom config loader, you would update your code as follows:
createApp({ features: [...], - configLoader: new MyCustomLoader(), + advanced: { + configLoader: new MyCustomLoader(), + }, }) - For
Patch Changes
f3f9d57: Renaming thegetNodesByRoutePathparameter fromsourcePathtoroutePath8b1bf6e: Deprecated new frontend system config settingapp.experimental.packagesto justapp.packages. The old config will continue working for the time being, but may be removed in a future release.fda1bbc: Added a default implementation of theSwappableComponentsApiand removing the legacyComponentsApiimplementation1c2cc37: Improved runtime error message clarity when extension factories don't return an iterable object.- Updated dependencies
- @backstage/frontend-plugin-api@0.11.0-next.2
- @backstage/frontend-defaults@0.3.0-next.3
0.12.0-next.2
Minor Changes
df7bd3b: BREAKING: Removed the deprecatedFrontendFeaturetype, import it from@backstage/frontend-plugin-apiinstead.
Patch Changes
-
d9e00e3: Add support for a newaliasForoption forcreateRouteRef. This allows for the creation of a new route ref that acts as an alias for an existing route ref that is installed in the app. This is particularly useful when creating modules that override existing plugin pages, without referring to the existing plugin. For example:export default createFrontendModule({ pluginId: 'catalog', extensions: [ PageBlueprint.make({ params: { defaultPath: '/catalog', routeRef: createRouteRef({ aliasFor: 'catalog.catalogIndex' }), loader: () => import('./CustomCatalogIndexPage').then(m => ( <m.CustomCatalogIndexPage /> )), }, }), ], }); -
3d2499f: MovedcreateSpecializedAppoptions to a newCreateSpecializedAppOptionstype. -
Updated dependencies
- @backstage/frontend-defaults@0.3.0-next.2
- @backstage/frontend-plugin-api@0.11.0-next.1
- @backstage/config@1.3.3
- @backstage/core-app-api@1.18.0
- @backstage/core-plugin-api@1.10.9
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.5-next.1
Patch Changes
f2f133c: Internal update to use the new variant ofApiBlueprint.- Updated dependencies
- @backstage/frontend-plugin-api@0.11.0-next.0
- @backstage/frontend-defaults@0.2.5-next.1
- @backstage/config@1.3.3
- @backstage/core-app-api@1.18.0
- @backstage/core-plugin-api@1.10.9
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.5-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-defaults@0.2.5-next.0
- @backstage/frontend-plugin-api@0.10.4
0.11.4
Patch Changes
3507fcd: Just some more circular dep cleanup- Updated dependencies
- @backstage/config@1.3.3
- @backstage/core-plugin-api@1.10.9
- @backstage/core-app-api@1.18.0
- @backstage/frontend-defaults@0.2.4
- @backstage/frontend-plugin-api@0.10.4
0.11.4-next.2
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-plugin-api@1.10.9-next.0
0.11.4-next.1
Patch Changes
3507fcd: Just some more circular dep cleanup- Updated dependencies
- @backstage/config@1.3.3-next.0
- @backstage/core-app-api@1.17.2-next.0
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/frontend-defaults@0.2.4-next.1
- @backstage/frontend-plugin-api@0.10.4-next.1
0.11.4-next.0
Patch Changes
- Updated dependencies
- @backstage/config@1.3.2
- @backstage/core-app-api@1.17.1
- @backstage/core-plugin-api@1.10.8
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.2.4-next.0
- @backstage/frontend-plugin-api@0.10.4-next.0
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.3
Patch Changes
0169b23: Internal tweak to avoid circular dependenciesc38c9e8: Implemented support for theplugin.info()method in specialized apps with a default resolved forpackage.jsonandcatalog-info.yaml. The default resolution logic can be overridden via thepluginInfoResolveroption tocreateSpecializedApp, and plugin-specific overrides can be applied via the newapp.pluginOverrideskey in static configuration.- Updated dependencies
- @backstage/core-plugin-api@1.10.8
- @backstage/frontend-plugin-api@0.10.3
- @backstage/frontend-defaults@0.2.3
- @backstage/config@1.3.2
- @backstage/core-app-api@1.17.1
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.3-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.10.3-next.1
- @backstage/config@1.3.2
- @backstage/core-app-api@1.17.0
- @backstage/core-plugin-api@1.10.7
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.2.3-next.1
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.3-next.0
Patch Changes
c38c9e8: Implemented support for theplugin.info()method in specialized apps with a default resolved forpackage.jsonandcatalog-info.yaml. The default resolution logic can be overridden via thepluginInfoResolveroption tocreateSpecializedApp, and plugin-specific overrides can be applied via the newapp.pluginOverrideskey in static configuration.- Updated dependencies
- @backstage/frontend-plugin-api@0.10.3-next.0
- @backstage/frontend-defaults@0.2.3-next.0
0.11.2
Patch Changes
173db8f: Updates to use the newpluginproperty ofAppNodeSpec.1f04491: Added the ability to ignore unknown extension config by passing{ flags: { allowUnknownExtensionConfig: true } }tocreateSpecializedApp.72d019d: Removed various typos- Updated dependencies
- @backstage/frontend-plugin-api@0.10.2
- @backstage/core-app-api@1.17.0
- @backstage/core-plugin-api@1.10.7
- @backstage/frontend-defaults@0.2.2
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.2-next.3
Patch Changes
1f04491: Added the ability to ignore unknown extension config by passing{ flags: { allowUnknownExtensionConfig: true } }tocreateSpecializedApp.- Updated dependencies
- @backstage/core-app-api@1.17.0-next.1
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.2.2-next.3
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.2-next.2
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.16.2-next.0
- @backstage/core-plugin-api@1.10.7-next.0
- @backstage/config@1.3.2
- @backstage/frontend-defaults@0.2.2-next.2
- @backstage/frontend-plugin-api@0.10.2-next.1
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.2-next.1
Patch Changes
72d019d: Removed various typos- Updated dependencies
- @backstage/frontend-plugin-api@0.10.2-next.0
- @backstage/frontend-defaults@0.2.2-next.1
- @backstage/config@1.3.2
- @backstage/core-app-api@1.16.1
- @backstage/core-plugin-api@1.10.6
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.2-next.0
Patch Changes
- Updated dependencies
- @backstage/config@1.3.2
- @backstage/core-app-api@1.16.1
- @backstage/core-plugin-api@1.10.6
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.2.2-next.0
- @backstage/frontend-plugin-api@0.10.1
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.1
Patch Changes
-
a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html
-
Updated dependencies
- @backstage/frontend-plugin-api@0.10.1
- @backstage/frontend-defaults@0.2.1
- @backstage/core-plugin-api@1.10.6
- @backstage/core-app-api@1.16.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.1-next.1
Patch Changes
-
a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html
-
Updated dependencies
- @backstage/frontend-plugin-api@0.10.1-next.1
- @backstage/frontend-defaults@0.2.1-next.1
- @backstage/core-plugin-api@1.10.6-next.0
- @backstage/core-app-api@1.16.1-next.0
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.1-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.10.1-next.0
- @backstage/frontend-defaults@0.2.1-next.0
- @backstage/config@1.3.2
- @backstage/core-app-api@1.16.0
- @backstage/core-plugin-api@1.10.5
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.0
Minor Changes
-
abcdf44: BREAKING: The returned object fromcreateSpecializedAppno longer contains acreateRoot()method, and it instead now containsapisandtree.You can replace existing usage of
app.createRoot()with the following:const root = tree.root.instance?.getData(coreExtensionData.reactElement); -
8250ffe: BREAKING: Dropped support for the removed opaque@backstage/ExtensionOverridesand@backstage/BackstagePlugintypes.
Patch Changes
4d18b55: It's now possible to provide a middleware that wraps all extension factories by passing anextensionFactoryMiddlewareto eithercreateApp()orcreateSpecializedApp().4823831: Introduced acreateFrontendFeatureLoader()function, as well as aFrontendFeatureLoaderinterface, to gather several frontend plugins, modules or feature loaders in a single exported entrypoint and load them, possibly asynchronously. This new feature, very similar to thecreateBackendFeatureLoader()already available on the backend, supersedes the previousCreateAppFeatureLoadertype which has been deprecated.- Updated dependencies
- @backstage/core-plugin-api@1.10.5
- @backstage/frontend-defaults@0.2.0
- @backstage/frontend-plugin-api@0.10.0
- @backstage/core-app-api@1.16.0
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.11.0-next.2
Minor Changes
-
abcdf44: BREAKING: The returned object fromcreateSpecializedAppno longer contains acreateRoot()method, and it instead now containsapisandtree.You can replace existing usage of
app.createRoot()with the following:const root = tree.root.instance?.getData(coreExtensionData.reactElement); -
8250ffe: BREAKING: Dropped support for the removed opaque@backstage/ExtensionOverridesand@backstage/BackstagePlugintypes.
Patch Changes
4d18b55: It's now possible to provide a middleware that wraps all extension factories by passing anextensionFactoryMiddlewareto eithercreateApp()orcreateSpecializedApp().- Updated dependencies
- @backstage/frontend-defaults@0.2.0-next.2
- @backstage/frontend-plugin-api@0.10.0-next.2
- @backstage/core-app-api@1.16.0-next.0
- @backstage/config@1.3.2
- @backstage/core-plugin-api@1.10.4
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.10.6-next.1
Patch Changes
- Updated dependencies
- @backstage/config@1.3.2
- @backstage/core-app-api@1.15.5
- @backstage/core-plugin-api@1.10.4
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.1.7-next.1
- @backstage/frontend-plugin-api@0.9.6-next.1
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
0.10.6-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.6-next.0
- @backstage/frontend-defaults@0.1.7-next.0
0.10.5
Patch Changes
3e21b8d: AddedgetNodesByRoutePathmethod to theAppTreeApi.f1efb47: Add support for defining multiple attachment points for extensions and blueprints.58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5
- @backstage/frontend-defaults@0.1.6
- @backstage/core-plugin-api@1.10.4
- @backstage/version-bridge@1.0.11
- @backstage/core-app-api@1.15.5
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
0.10.5-next.3
Patch Changes
f1efb47: Add support for defining multiple attachment points for extensions and blueprints.- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.3
- @backstage/config@1.3.2
- @backstage/core-app-api@1.15.5-next.0
- @backstage/core-plugin-api@1.10.4-next.0
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.1.6-next.3
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11-next.0
0.10.5-next.2
Patch Changes
- Updated dependencies
- @backstage/config@1.3.2
- @backstage/core-app-api@1.15.5-next.0
- @backstage/core-plugin-api@1.10.4-next.0
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.1.6-next.2
- @backstage/frontend-plugin-api@0.9.5-next.2
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11-next.0
0.10.5-next.1
Patch Changes
58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.1
- @backstage/frontend-defaults@0.1.6-next.1
- @backstage/core-plugin-api@1.10.4-next.0
- @backstage/version-bridge@1.0.11-next.0
- @backstage/core-app-api@1.15.5-next.0
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
0.10.5-next.0
Patch Changes
3e21b8d: AddedgetNodesByRoutePathmethod to theAppTreeApi.- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/config@1.3.2
- @backstage/core-app-api@1.15.4
- @backstage/core-plugin-api@1.10.3
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.1.6-next.0
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.10
0.10.4
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.4
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/config@1.3.2
- @backstage/core-app-api@1.15.4
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.1.5
- @backstage/version-bridge@1.0.10
0.10.4-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.4-next.0
- @backstage/core-plugin-api@1.10.3-next.0
- @backstage/types@1.2.1-next.0
- @backstage/frontend-defaults@0.1.5-next.0
- @backstage/core-app-api@1.15.4-next.0
- @backstage/config@1.3.2-next.0
- @backstage/errors@1.2.7-next.0
- @backstage/version-bridge@1.0.10
0.10.3
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.15.3
- @backstage/frontend-plugin-api@0.9.3
- @backstage/errors@1.2.6
- @backstage/config@1.3.1
- @backstage/core-plugin-api@1.10.2
- @backstage/frontend-defaults@0.1.4
- @backstage/types@1.2.0
- @backstage/version-bridge@1.0.10
0.10.3-next.2
Patch Changes
- Updated dependencies
- @backstage/errors@1.2.6-next.0
- @backstage/config@1.3.1-next.0
- @backstage/core-app-api@1.15.3-next.1
- @backstage/core-plugin-api@1.10.2-next.0
- @backstage/frontend-defaults@0.1.4-next.2
- @backstage/frontend-plugin-api@0.9.3-next.2
- @backstage/types@1.2.0
- @backstage/version-bridge@1.0.10
0.10.3-next.1
Patch Changes
- Updated dependencies
- @backstage/config@1.3.0
- @backstage/core-app-api@1.15.3-next.0
- @backstage/core-plugin-api@1.10.1
- @backstage/errors@1.2.5
- @backstage/frontend-defaults@0.1.4-next.1
- @backstage/frontend-plugin-api@0.9.3-next.1
- @backstage/types@1.2.0
- @backstage/version-bridge@1.0.10
0.10.3-next.0
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.15.3-next.0
- @backstage/frontend-plugin-api@0.9.3-next.0
- @backstage/config@1.3.0
- @backstage/core-plugin-api@1.10.1
- @backstage/errors@1.2.5
- @backstage/frontend-defaults@0.1.4-next.0
- @backstage/types@1.2.0
- @backstage/version-bridge@1.0.10
0.10.1
Patch Changes
- Updated dependencies
- @backstage/config@1.3.0
- @backstage/types@1.2.0
- @backstage/core-app-api@1.15.2
- @backstage/frontend-defaults@0.1.2
- @backstage/core-plugin-api@1.10.1
- @backstage/errors@1.2.5
- @backstage/frontend-plugin-api@0.9.1
- @backstage/version-bridge@1.0.10
0.10.1-next.2
Patch Changes
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-app-api@1.15.1
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/frontend-defaults@0.1.2-next.2
- @backstage/frontend-plugin-api@0.9.1-next.2
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.10
0.10.1-next.1
Patch Changes
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-app-api@1.15.1
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/frontend-defaults@0.1.2-next.1
- @backstage/frontend-plugin-api@0.9.1-next.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.10
0.10.1-next.0
Patch Changes
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-app-api@1.15.1
- @backstage/core-plugin-api@1.10.0
- @backstage/errors@1.2.4
- @backstage/frontend-defaults@0.1.2-next.0
- @backstage/frontend-plugin-api@0.9.1-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.10
0.10.0
Minor Changes
4a5ba19: Removed deprecatedcreateAppandCreateAppFeatureLoaderfrom@backstage/frontend-app-api, use the samecreateAppandCreateAppFeatureLoaderimport from@backstage/frontend-defaultsinstead.
Patch Changes
e969dc7: Move@types/reactto a peer dependency.- Updated dependencies
- @backstage/frontend-plugin-api@0.9.0
- @backstage/core-plugin-api@1.10.0
- @backstage/version-bridge@1.0.10
- @backstage/core-app-api@1.15.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/frontend-defaults@0.1.1
- @backstage/types@1.1.1
0.10.0-next.2
Patch Changes
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-app-api@1.15.1-next.1
- @backstage/core-plugin-api@1.10.0-next.1
- @backstage/errors@1.2.4
- @backstage/frontend-defaults@0.1.1-next.2
- @backstage/frontend-plugin-api@0.9.0-next.2
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.10-next.0
0.10.0-next.1
Patch Changes
e969dc7: Move@types/reactto a peer dependency.- Updated dependencies
- @backstage/frontend-plugin-api@0.9.0-next.1
- @backstage/core-plugin-api@1.10.0-next.1
- @backstage/version-bridge@1.0.10-next.0
- @backstage/core-app-api@1.15.1-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/frontend-defaults@0.1.1-next.1
- @backstage/types@1.1.1
0.10.0-next.0
Minor Changes
4a5ba19: Removed deprecatedcreateAppandCreateAppFeatureLoaderfrom@backstage/frontend-app-api, use the samecreateAppandCreateAppFeatureLoaderimport from@backstage/frontend-defaultsinstead.
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.0-next.0
- @backstage/core-plugin-api@1.10.0-next.0
- @backstage/frontend-defaults@0.1.1-next.0
- @backstage/config@1.2.0
- @backstage/core-app-api@1.15.1-next.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.9
0.9.0
Minor Changes
-
7c80650: BREAKING: ThecreateSpecializedAppfunction now creates a bare-bones app without any of the default app structure or APIs. To re-introduce this functionality if you need to usecreateSpecializedAppyou can install theappplugin from@backstage/plugin-app.In addition, the
createAppandCreateAppFeatureLoaderexports are now deprecated as they are being moved to@backstage/frontend-defaults, which should be used instead. -
62cce6c: Removed deprecatediconsproperty passing tocreateAppandcreateSpecializedApp. UseIconBundleBlueprint.maketo create extensions instead and include them in the app.
Patch Changes
-
fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints. -
2bb9517: Introduce the@backstage/plugin-apppackage to hold all of the built-in extensions for easy consumption and overriding. -
c816e2d: Added support for newFrontendPluginandFrontendModuletypes. -
f3a2b91: Moved several implementations of built-in APIs from being hardcoded in the app to instead be provided as API extensions. This moves all API-related inputs from theappextension to the respective API extensions. For example, extensions created withThemeBlueprintare now attached to thethemesinput ofapi:app-themerather than theappextension. -
0c70949: Reverse the order of API factory initialization in order to make sure that overrides from modules take priority -
836127c: Updated dependency@testing-library/reactto^16.0.0. -
5446061: Internal refactor following removal of v1 extension support. The app implementation itself still supports v1 extensions at runtime. -
948d431: Removing deprecatednamespaceparameter in favour ofpluginIdinstead -
ddbeace: Added the ability to explicitly disable routes through thebindRoutesoption by passingfalseas the route target. This also fixes a bug where route bindings in config were incorrectly prioritized above the ones in code in certain situations. -
98850de: Added support for definingreplacesincreateExtensionInputwhich will allow extensions to redirect missingattachTopoints to an input of the created extension.export const AppThemeApi = ApiBlueprint.makeWithOverrides({ name: 'app-theme', inputs: { themes: createExtensionInput([ThemeBlueprint.dataRefs.theme], { // attachTo: { id: 'app', input: 'themes'} will be redirected to this input instead replaces: [{ id: 'app', input: 'themes' }], }), }, factory: () { ... } }); -
4a66456: Added therootextension the replace theappextension as the root of the app. -
Updated dependencies
- @backstage/frontend-plugin-api@0.8.0
- @backstage/core-app-api@1.15.0
- @backstage/frontend-defaults@0.1.0
- @backstage/core-plugin-api@1.9.4
- @backstage/version-bridge@1.0.9
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
0.9.0-next.2
Patch Changes
836127c: Updated dependency@testing-library/reactto^16.0.0.- Updated dependencies
- @backstage/core-app-api@1.14.3-next.0
- @backstage/core-plugin-api@1.9.4-next.0
- @backstage/frontend-defaults@0.1.0-next.1
- @backstage/frontend-plugin-api@0.8.0-next.2
- @backstage/version-bridge@1.0.9-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
0.9.0-next.1
Minor Changes
-
7c80650: BREAKING: ThecreateSpecializedAppfunction now creates a bare-bones app without any of the default app structure or APIs. To re-introduce this functionality if you need to usecreateSpecializedAppyou can install theappplugin from@backstage/plugin-app.In addition, the
createAppandCreateAppFeatureLoaderexports are now deprecated as they are being moved to@backstage/frontend-defaults, which should be used instead.
Patch Changes
c816e2d: Added support for newFrontendPluginandFrontendModuletypes.948d431: Removing deprecatednamespaceparameter in favour ofpluginIdinstead- Updated dependencies
- @backstage/frontend-defaults@0.1.0-next.0
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/config@1.2.0
- @backstage/core-app-api@1.14.2
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.9.0-next.0
Minor Changes
62cce6c: Removed deprecatediconsproperty passing tocreateAppandcreateSpecializedApp. UseIconBundleBlueprint.maketo create extensions instead and include them in the app.
Patch Changes
-
fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints. -
2bb9517: Introduce the@backstage/plugin-apppackage to hold all of the built-in extensions for easy consumption and overriding. -
f3a2b91: Moved several implementations of built-in APIs from being hardcoded in the app to instead be provided as API extensions. This moves all API-related inputs from theappextension to the respective API extensions. For example, extensions created withThemeBlueprintare now attached to thethemesinput ofapi:app-themerather than theappextension. -
5446061: Internal refactor following removal of v1 extension support. The app implementation itself still supports v1 extensions at runtime. -
98850de: Added support for definingreplacesincreateExtensionInputwhich will allow extensions to redirect missingattachTopoints to an input of the created extension.export const AppThemeApi = ApiBlueprint.makeWithOverrides({ name: 'app-theme', inputs: { themes: createExtensionInput([ThemeBlueprint.dataRefs.theme], { // attachTo: { id: 'app', input: 'themes'} will be redirected to this input instead replaces: [{ id: 'app', input: 'themes' }], }), }, factory: () { ... } }); -
4a66456: Added therootextension the replace theappextension as the root of the app. -
Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.0
- @backstage/plugin-app@0.1.0-next.0
- @backstage/config@1.2.0
- @backstage/core-app-api@1.14.2
- @backstage/core-components@0.14.10
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.8.0
Minor Changes
fc24d9e: Stop using@backstage/backend-tasksas it will be deleted in near future.
Patch Changes
7777b5f: Support icon overriding with the newIconBundleBlueprintAPI.72754db: Updated usage ofuseRouteRef, which can now always returnundefined.3be9aeb: Added support for v2 extensions, which declare their inputs and outputs without using a data map.fe1fbb2: Migrating usages of the deprecatedcreateExtensionv1format to the newerv2format, and oldcreate*Extensionextension creators to blueprints.6349099: Added config input type to the extensions- Updated dependencies
- @backstage/frontend-plugin-api@0.7.0
- @backstage/core-components@0.14.10
- @backstage/core-app-api@1.14.2
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.7.5-next.3
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.7.0-next.3
- @backstage/config@1.2.0
- @backstage/core-app-api@1.14.2-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.7.5-next.2
Patch Changes
72754db: Updated usage ofuseRouteRef, which can now always returnundefined.- Updated dependencies
- @backstage/frontend-plugin-api@0.7.0-next.2
- @backstage/config@1.2.0
- @backstage/core-app-api@1.14.2-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.7.5-next.1
Patch Changes
3be9aeb: Added support for v2 extensions, which declare their inputs and outputs without using a data map.6349099: Added config input type to the extensions- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.1
- @backstage/config@1.2.0
- @backstage/core-app-api@1.14.2-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.7.4-next.0
Patch Changes
7777b5f: Support icon overriding with the newIconBundleBlueprintAPI.- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.7.3
Patch Changes
-
d3c39fc: Allow for the disabling of external routes through config, which was rendered impossible after the introduction of default targets.app: routes: bindings: # This has the effect of removing the button for registering new # catalog entities in the scaffolder template list view scaffolder.registerComponent: false -
Updated dependencies
- @backstage/core-components@0.14.9
- @backstage/core-app-api@1.14.0
- @backstage/frontend-plugin-api@0.6.7
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.7.3-next.2
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.9-next.1
- @backstage/frontend-plugin-api@0.6.7-next.1
0.7.3-next.1
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.13.1-next.1
- @backstage/core-components@0.14.9-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/frontend-plugin-api@0.6.7-next.0
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.7.2-next.0
Patch Changes
-
d3c39fc: Allow for the disabling of external routes through config, which was rendered impossible after the introduction of default targets.app: routes: bindings: # This has the effect of removing the button for registering new # catalog entities in the scaffolder template list view scaffolder.registerComponent: false -
Updated dependencies
- @backstage/core-components@0.14.9-next.0
- @backstage/core-app-api@1.13.0-next.0
- @backstage/frontend-plugin-api@0.6.7-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.7.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.8
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/core-app-api@1.12.6
- @backstage/frontend-plugin-api@0.6.6
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.7.1-next.2
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.8-next.2
- @backstage/frontend-plugin-api@0.6.6-next.2
- @backstage/config@1.2.0
- @backstage/core-app-api@1.12.6-next.0
- @backstage/core-plugin-api@1.9.3-next.0
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.7.1-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.8-next.1
- @backstage/core-plugin-api@1.9.3-next.0
- @backstage/core-app-api@1.12.6-next.0
- @backstage/frontend-plugin-api@0.6.6-next.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.7.1-next.0
Patch Changes
- Updated dependencies
- @backstage/theme@0.5.6-next.0
- @backstage/core-components@0.14.8-next.0
- @backstage/config@1.2.0
- @backstage/core-app-api@1.12.5
- @backstage/core-plugin-api@1.9.2
- @backstage/errors@1.2.4
- @backstage/frontend-plugin-api@0.6.6-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.7.0
Minor Changes
ddddecb: Extensions in app-config now always affect ordering. Previously, only when enabling disabled extensions did they rise to the top.
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/frontend-plugin-api@0.6.5
0.7.0-next.2
Minor Changes
ddddecb: Extensions in app-config now always affect ordering. Previously, only when enabling disabled extensions did they rise to the top.
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7-next.2
- @backstage/frontend-plugin-api@0.6.5-next.1
0.6.5-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.6-next.1
- @backstage/frontend-plugin-api@0.6.5-next.1
0.6.5-next.0
Patch Changes
- Updated dependencies
- @backstage/theme@0.5.4-next.0
- @backstage/core-components@0.14.5-next.0
- @backstage/config@1.2.0
- @backstage/core-app-api@1.12.4
- @backstage/core-plugin-api@1.9.2
- @backstage/errors@1.2.4
- @backstage/frontend-plugin-api@0.6.5-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
0.6.4
Patch Changes
83f24f6: add@backstage/no-top-level-material-ui-4-importslint rulec884b9a: The app is now aware of if it is being served from theapp-backendwith a separate public and protected bundles. When in protected mode the app will now continuously refresh the session cookie, as well as clear the cookie if the user signs out.7ef7cc8: Fix duplicated subpath on routes resolved by theuseRouteRefhook.abfbcfc: Updated dependency@testing-library/reactto^15.0.0.- Updated dependencies
- @backstage/core-components@0.14.4
- @backstage/core-app-api@1.12.4
- @backstage/core-plugin-api@1.9.2
- @backstage/frontend-plugin-api@0.6.4
- @backstage/theme@0.5.3
- @backstage/version-bridge@1.0.8
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
0.6.4-next.1
Patch Changes
c884b9a: The app is now aware of if it is being served from theapp-backendwith a separate public and protected bundles. When in protected mode the app will now continuously refresh the session cookie, as well as clear the cookie if the user signs out.- Updated dependencies
- @backstage/core-app-api@1.12.4-next.0
- @backstage/frontend-plugin-api@0.6.4-next.1
- @backstage/config@1.2.0
- @backstage/core-components@0.14.4-next.0
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/theme@0.5.2
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.6.4-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.4-next.0
- @backstage/config@1.2.0
- @backstage/core-app-api@1.12.3
- @backstage/core-plugin-api@1.9.1
- @backstage/errors@1.2.4
- @backstage/frontend-plugin-api@0.6.4-next.0
- @backstage/theme@0.5.2
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.6.3
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.3
- @backstage/core-app-api@1.12.3
- @backstage/frontend-plugin-api@0.6.3
- @backstage/core-plugin-api@1.9.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/theme@0.5.2
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.6.2
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.2
- @backstage/core-app-api@1.12.2
- @backstage/frontend-plugin-api@0.6.2
- @backstage/core-plugin-api@1.9.1
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/theme@0.5.2
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.6.1
Patch Changes
48d6628: AddloadingComponentparameter tocreateApp()- Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-components@0.14.1
- @backstage/errors@1.2.4
- @backstage/theme@0.5.2
- @backstage/core-app-api@1.12.1
- @backstage/core-plugin-api@1.9.1
- @backstage/frontend-plugin-api@0.6.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.6.1-next.2
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.1-next.2
- @backstage/frontend-plugin-api@0.6.1-next.2
- @backstage/config@1.2.0-next.1
- @backstage/core-app-api@1.12.1-next.1
- @backstage/core-plugin-api@1.9.1-next.1
- @backstage/errors@1.2.4-next.0
- @backstage/theme@0.5.2-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.6.1-next.1
Patch Changes
- Updated dependencies
- @backstage/config@1.2.0-next.1
- @backstage/core-components@0.14.1-next.1
- @backstage/core-app-api@1.12.1-next.1
- @backstage/core-plugin-api@1.9.1-next.1
- @backstage/frontend-plugin-api@0.6.1-next.1
- @backstage/errors@1.2.4-next.0
- @backstage/theme@0.5.2-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.6.1-next.0
Patch Changes
- Updated dependencies
- @backstage/errors@1.2.4-next.0
- @backstage/theme@0.5.2-next.0
- @backstage/core-components@0.14.1-next.0
- @backstage/config@1.1.2-next.0
- @backstage/core-plugin-api@1.9.1-next.0
- @backstage/frontend-plugin-api@0.6.1-next.0
- @backstage/core-app-api@1.12.1-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.6.0
Minor Changes
-
bdf4a8e: BREAKING: Removed the experimentalcreateExtensionTreeAPI. -
86346c2: BREAKING: Theapp.routes.bindingsapp-config mapping has been simplified. You now only need to specify the plugin ID and route ID on both sides of the mapping.Old form:
app: routes: bindings: plugin.catalog.externalRoutes.viewTechDoc: plugin.techdocs.routes.docRoot plugin.catalog.externalRoutes.createComponent: plugin.catalog-import.routes.importPageNew form:
app: routes: bindings: catalog.viewTechDoc: techdocs.docRoot catalog.createComponent: catalog-import.importPage
Patch Changes
42ebf27: AddedIconsApiimplementation and the ability to configure icons through theiconsoption forcreateAppandcreateSpecializedApp. This is not a long-term solution as icons should be installable via extensions instead. This is just a stop-gap to make sure there is feature parity with the existing frontend system.bc621aa: Updates to use the newRouteResolutionsApi.e586f79: Wrap the root element with the analytics context to ensure it always exists for all extensions.8fe56a8: Widen@types/reactdependency range to include version 18.8472188: Added or fixed therepositoryfield inpackage.json.e0a4dd1: Improved the error message when data input/output shapes do not matchfb9b5e7: The defaultComponentsApiimplementation now uses theComponentRefID as the component key, rather than the reference instance. This fixes a bug where duplicate installations of@backstage/frontend-plugin-apiwould break the app.46b63de: Allow external route refs in the new system to have adefaultTargetpointing to a route that it'll resolve to by default if no explicit bindings were made by the adopter.- Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-components@0.14.0
- @backstage/core-app-api@1.12.0
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.6.0-next.3
Patch Changes
8472188: Added or fixed therepositoryfield inpackage.json.- Updated dependencies
- @backstage/theme@0.5.1-next.1
- @backstage/core-components@0.14.0-next.2
- @backstage/config@1.1.1
- @backstage/core-app-api@1.12.0-next.1
- @backstage/core-plugin-api@1.9.0-next.1
- @backstage/errors@1.2.3
- @backstage/frontend-plugin-api@0.6.0-next.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.6.0-next.2
Patch Changes
8fe56a8: Widen@types/reactdependency range to include version 18.- Updated dependencies
- @backstage/core-components@0.14.0-next.1
- @backstage/core-app-api@1.12.0-next.1
- @backstage/core-plugin-api@1.9.0-next.1
- @backstage/frontend-plugin-api@0.6.0-next.2
- @backstage/theme@0.5.1-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.6.0-next.1
Minor Changes
bdf4a8e: BREAKING: Removed the experimentalcreateExtensionTreeAPI.
Patch Changes
bc621aa: Updates to use the newRouteResolutionsApi.e586f79: Wrap the root element with the analytics context to ensure it always exists for all extensions.fb9b5e7: The defaultComponentsApiimplementation now uses theComponentRefID as the component key, rather than the reference instance. This fixes a bug where duplicate installations of@backstage/frontend-plugin-apiwould break the app.46b63de: Allow external route refs in the new system to have adefaultTargetpointing to a route that it'll resolve to by default if no explicit bindings were made by the adopter.- Updated dependencies
- @backstage/frontend-plugin-api@0.6.0-next.1
- @backstage/core-components@0.14.0-next.0
- @backstage/core-plugin-api@1.8.3-next.0
- @backstage/core-app-api@1.11.4-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.6.0-next.0
Minor Changes
-
86346c2: BREAKING: Theapp.routes.bindingsapp-config mapping has been simplified. You now only need to specify the plugin ID and route ID on both sides of the mapping.Old form:
app: routes: bindings: plugin.catalog.externalRoutes.viewTechDoc: plugin.techdocs.routes.docRoot plugin.catalog.externalRoutes.createComponent: plugin.catalog-import.routes.importPageNew form:
app: routes: bindings: catalog.viewTechDoc: techdocs.docRoot catalog.createComponent: catalog-import.importPage
Patch Changes
42ebf27: AddedIconsApiimplementation and the ability to configure icons through theiconsoption forcreateAppandcreateSpecializedApp. This is not a long-term solution as icons should be installable via extensions instead. This is just a stop-gap to make sure there is feature parity with the existing frontend system.e0a4dd1: Improved the error message when data input/output shapes do not match- Updated dependencies
- @backstage/frontend-plugin-api@0.5.1-next.0
- @backstage/core-components@0.13.10
- @backstage/config@1.1.1
- @backstage/core-app-api@1.11.3
- @backstage/core-plugin-api@1.8.2
- @backstage/errors@1.2.3
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.5.0
Minor Changes
d4149bf: BREAKING: Renamed theapp/routerextension toapp/root.074dfe3: Attaching extensions to an input that does not exist is now a warning rather than an error.
Patch Changes
7d63b32: Accepts sub route refs on the newcreatePluginroutes map.516fd3e: Updated README to reflect release statusc97fa1c: Addedelements,wrappers, androuterinputs toapp/root, that let you add things to the root of the React tree above the layout. You can use thecreateAppRootElementExtension,createAppRootWrapperExtension, andcreateRouterExtensionextension creator, respectively, to conveniently create such extensions. These are all optional, and if you do not supply a router a default one will be used (BrowserRouterin regular runs,MemoryRouterin tests/CI).5fe6600: add oauth dialog and alert display to the root elements- Updated dependencies
- @backstage/frontend-plugin-api@0.5.0
- @backstage/core-components@0.13.10
- @backstage/core-plugin-api@1.8.2
- @backstage/config@1.1.1
- @backstage/core-app-api@1.11.3
- @backstage/errors@1.2.3
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.4.1-next.2
Patch Changes
516fd3e: Updated README to reflect release status- Updated dependencies
- @backstage/frontend-plugin-api@0.4.1-next.2
0.4.1-next.1
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.2-next.0
- @backstage/core-components@0.13.10-next.1
- @backstage/core-app-api@1.11.3-next.0
- @backstage/frontend-plugin-api@0.4.1-next.1
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.4.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.13.10-next.0
- @backstage/frontend-plugin-api@0.4.1-next.0
- @backstage/config@1.1.1
- @backstage/core-app-api@1.11.2
- @backstage/core-plugin-api@1.8.1
- @backstage/errors@1.2.3
- @backstage/theme@0.5.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.4.0
Minor Changes
e539735: Updated core extension structure to make space for the sign-in page by addingcore.router.44735df: RemovedfeatureLoaderfromcreateApp,featuresinstead accepts bothFrontendFeatureandCreateAppFeatureLoaderaf7bc3e: Switched all core extensions to instead use the namespace'app'.ea06590: The app no longer provides theAppContextfrom@backstage/core-plugin-api. Components that require this context to be available should use thecompatWrapperhelper from@backstage/core-compat-api.
Patch Changes
5eb6b8a: Added the nav logo extension for customization of sidebar logoaeb8008: Add support for translation extensions.1f12fb7: Create a core components extension that allows adopters to override core app components such asProgress,BootErrorPage,NotFoundErrorPageandErrorBoundaryFallback.a379243: Leverage the newFrontendFeaturetype to simplify interfaces60d6eb5: Removed@backstage/plugin-graphiqldependency.b7adf24: Use the new plugin type for error boundary components.5970928: Collect and register feature flags from plugins and extension overrides.9ad4039: Bringing over apis from core-plugin-api8f5d6c1: Updates to match the new extension input wrapping.c35036b: AconfigLoaderpassed tocreateAppnow returns an object, to make room for future expansionf27ee7d: Migrate analytics route tracker component.b8cb780: AddedcreateSpecializedApp, which is a synchronous version ofcreateAppwhere config and features already need to be loaded.c36e0b9: RenamedAppRouteBindertoCreateAppRouteBindercb4197a: Forwardnode`` instead ofextensionId` to resolved extension inputs.8837a96: Updates to match the introduction ofExtensionDefinitionand new extension ID naming patterns.a5a0473: Updates to providenodeto extension factories instead ofidandsource.5cdf2b3: Updated usage ofExtensionandExtensionDefinitionas they are now opaque.f9ef632: Updates to match the newcoreExtensionDatastructure.f1183b7: Renamed thecomponentoption ofcreateComponentExtensiontoloader.- Updated dependencies
- @backstage/core-plugin-api@1.8.1
- @backstage/frontend-plugin-api@0.4.0
- @backstage/core-components@0.13.9
- @backstage/theme@0.5.0
- @backstage/core-app-api@1.11.2
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.4.0-next.3
Patch Changes
- Updated dependencies
- @backstage/core-components@0.13.9-next.3
- @backstage/config@1.1.1
- @backstage/core-app-api@1.11.2-next.1
- @backstage/core-plugin-api@1.8.1-next.1
- @backstage/frontend-plugin-api@0.4.0-next.3
- @backstage/theme@0.5.0-next.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.4.0-next.2
Minor Changes
ea06590: The app no longer provides theAppContextfrom@backstage/core-plugin-api. Components that require this context to be available should use thecompatWrapperhelper from@backstage/core-compat-api.
Patch Changes
aeb8008: Add support for translation extensions.b7adf24: Use the new plugin type for error boundary components.8f5d6c1: Updates to match the new extension input wrapping.cb4197a: Forwardnode`` instead ofextensionId` to resolved extension inputs.8837a96: Updates to match the introduction ofExtensionDefinitionand new extension ID naming patterns.- Updated dependencies
- @backstage/frontend-plugin-api@0.4.0-next.2
- @backstage/theme@0.5.0-next.1
- @backstage/config@1.1.1
- @backstage/core-app-api@1.11.2-next.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
e539735435: Updated core extension structure to make space for the sign-in page by addingcore.router.
Patch Changes
5eb6b8a7bc: Added the nav logo extension for customization of sidebar logo1f12fb762c: Create a core components extension that allows adopters to override core app components such asProgress,BootErrorPage,NotFoundErrorPageandErrorBoundaryFallback.59709286b3: Collect and register feature flags from plugins and extension overrides.f27ee7d937: Migrate analytics route tracker component.a5a04739e1: Updates to providenodeto extension factories instead ofidandsource.- Updated dependencies
- @backstage/frontend-plugin-api@0.4.0-next.1
- @backstage/core-components@0.13.9-next.1
- @backstage/core-plugin-api@1.8.1-next.1
- @backstage/core-app-api@1.11.2-next.1
- @backstage/config@1.1.1
- @backstage/theme@0.5.0-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.3.1-next.0
Patch Changes
60d6eb544e: Removed@backstage/plugin-graphiqldependency.9ad4039efa: Bringing over apis from core-plugin-apib8cb7804c8: AddedcreateSpecializedApp, which is a synchronous version ofcreateAppwhere config and features already need to be loaded.- Updated dependencies
- @backstage/core-plugin-api@1.8.1-next.0
- @backstage/core-components@0.13.9-next.0
- @backstage/theme@0.5.0-next.0
- @backstage/frontend-plugin-api@0.3.1-next.0
- @backstage/core-app-api@1.11.2-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
0.3.0
Minor Changes
68fc9dc60e: Added the ability to configure bound routes throughapp.routes.bindings. The routing system used bycreateApphas been replaced by one that only supports route refs of the new format from@backstage/frontend-plugin-api. The requirement for route refs to have the same ID as their associated extension has been removed.
Patch Changes
e28d379e32: Refactor internal extension instance system into an app graph.fdc348d5d3: The options parameter ofcreateAppis now optional.6c2b872153: Add official support for React 18.dc613f9bcf: Updatedapp.extensionsconfiguration schema.733bd95746: Implement newAppTreeApi685a4c8901: Installed features are now deduplicated both by reference and ID when available. Features passed tocreateAppnow override both discovered and loaded features.fa28d4e6df: No longer throw error on invalid input if the child is disabled.bb98953cb9: Register default implementation for theTranslation APIon the newcreateApp.fe6d09953d: Fix for app node output IDs not being serialized correctly.77f009b35d: Internal updates to match changes in the experimental@backstage/frontend-plugin-api.4d6fa921db: Internal refactor to rename the app graph to app tree- Updated dependencies
- @backstage/core-components@0.13.8
- @backstage/frontend-plugin-api@0.3.0
- @backstage/plugin-graphiql@0.3.0
- @backstage/core-plugin-api@1.8.0
- @backstage/version-bridge@1.0.7
- @backstage/core-app-api@1.11.1
- @backstage/theme@0.4.4
- @backstage/config@1.1.1
- @backstage/types@1.1.1
0.3.0-next.2
Patch Changes
-
#20999
fdc348d5d3Thanks @Rugvip! - The options parameter ofcreateAppis now optional. -
#20888
733bd95746Thanks @Rugvip! - Implement newAppTreeApi -
#20999
fa28d4e6dfThanks @Rugvip! - No longer throw error on invalid input if the child is disabled. -
Updated dependencies
- @backstage/core-components@0.13.8-next.2
- @backstage/frontend-plugin-api@0.3.0-next.2
- @backstage/plugin-graphiql@0.3.0-next.2
0.3.0-next.1
Patch Changes
fe6d09953d: Fix for app node output IDs not being serialized correctly.77f009b35d: Internal updates to match changes in the experimental@backstage/frontend-plugin-api.4d6fa921db: Internal refactor to rename the app graph to app tree- Updated dependencies
- @backstage/frontend-plugin-api@0.3.0-next.1
- @backstage/plugin-graphiql@0.3.0-next.1
- @backstage/core-components@0.13.8-next.1
- @backstage/config@1.1.1
- @backstage/core-app-api@1.11.1-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7-next.0
0.3.0-next.0
Minor Changes
68fc9dc60e: Added the ability to configure bound routes throughapp.routes.bindings. The routing system used bycreateApphas been replaced by one that only supports route refs of the new format from@backstage/frontend-plugin-api. The requirement for route refs to have the same ID as their associated extension has been removed.
Patch Changes
e28d379e32: Refactor internal extension instance system into an app graph.6c2b872153: Add official support for React 18.dc613f9bcf: Updatedapp.extensionsconfiguration schema.685a4c8901: Installed features are now deduplicated both by reference and ID when available. Features passed tocreateAppnow override both discovered and loaded features.bb98953cb9: Register default implementation for theTranslation APIon the newcreateApp.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/plugin-graphiql@0.3.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/version-bridge@1.0.7-next.0
- @backstage/core-app-api@1.11.1-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
0.2.0
Minor Changes
4461d87d5a: Removed support for the newuseRouteRef.9d03dfe5e3: ThecreateAppconfig option has been replaced by a newconfigLoaderoption. There is now also apluginLoaderoption that can be used to dynamically load plugins into the app.d7c5d80c57: The hidden'root'extension has been removed and has instead been made an input of the'core'extension. The checks for rejecting configuration of the'root'extension to rejects configuration of the'core'extension instead.d920b8c343: Added support for installingExtensionOverridesviacreateAppoptions. As part of this change thepluginsoption has been renamed tofeatures, and thepluginLoaderhas been renamed tofeatureLoader.
Patch Changes
322bbcae24: Internal update for removal of experimental plugin configuration API.f78ac58f88: Filters for discovered packages are now also applied at runtime. This makes it possible to disable packages through theapp.experimental.packagesconfig at runtime.68ffb9e67d: The app will now reject any extensions that attach to nonexistent inputs.5072824817: ImplementtoString()andtoJSON()for extension instances.1e60a9c3a5: Fixed an issue preventing the routing system to match subroutes52366db5b3: Make themes configurable through extensions, and switched default themes to use extensions instead.2ecd33618a: Added thebindRoutesoption tocreateApp.e5a2956dd2: Register default api implementations when creating declarative integrated apps.9a1fce352e: Updated dependency@testing-library/jest-domto^6.0.0.06432f900c: Updates forat->attachTorefactor.1718ec75b7: Added support for the existing routing system.66d51a4827: Prevents root extension override and duplicated plugin extensions.- Updated dependencies
- @backstage/frontend-plugin-api@0.2.0
- @backstage/core-app-api@1.11.0
- @backstage/core-plugin-api@1.7.0
- @backstage/core-components@0.13.6
- @backstage/plugin-graphiql@0.2.55
- @backstage/version-bridge@1.0.6
- @backstage/theme@0.4.3
- @backstage/config@1.1.1
- @backstage/types@1.1.1
0.2.0-next.2
Minor Changes
4461d87d5a: Removed support for the newuseRouteRef.
Patch Changes
5072824817: ImplementtoString()andtoJSON()for extension instances.06432f900c: Updates forat->attachTorefactor.1718ec75b7: Added support for the existing routing system.- Updated dependencies
- @backstage/frontend-plugin-api@0.2.0-next.2
- @backstage/core-app-api@1.11.0-next.2
- @backstage/core-components@0.13.6-next.2
- @backstage/core-plugin-api@1.7.0-next.1
- @backstage/plugin-graphiql@0.2.55-next.2
- @backstage/theme@0.4.3-next.0
- @backstage/config@1.1.1-next.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.5
0.2.0-next.1
Patch Changes
52366db5b3: Make themes configurable through extensions, and switched default themes to use extensions instead.e5a2956dd2: Register default api implementations when creating declarative integrated apps.- Updated dependencies
- @backstage/frontend-plugin-api@0.1.1-next.1
- @backstage/core-components@0.13.6-next.1
- @backstage/core-app-api@1.10.1-next.1
- @backstage/plugin-graphiql@0.2.55-next.1
- @backstage/core-plugin-api@1.7.0-next.0
- @backstage/config@1.1.0
- @backstage/theme@0.4.2
- @backstage/types@1.1.1
0.2.0-next.0
Minor Changes
9d03dfe5e3: ThecreateAppconfig option has been replaced by a newconfigLoaderoption. There is now also apluginLoaderoption that can be used to dynamically load plugins into the app.
Patch Changes
322bbcae24: Internal update for removal of experimental plugin configuration API.66d51a4827: Prevents root extension override and duplicated plugin extensions.- Updated dependencies
- @backstage/core-plugin-api@1.7.0-next.0
- @backstage/core-components@0.13.6-next.0
- @backstage/frontend-plugin-api@0.1.1-next.0
- @backstage/config@1.1.0
- @backstage/core-app-api@1.10.1-next.0
- @backstage/plugin-graphiql@0.2.55-next.0
- @backstage/types@1.1.1
0.1.0
Minor Changes
628ca7e458: Initial release
Patch Changes
- Updated dependencies
- @backstage/plugin-graphiql@0.2.54
- @backstage/frontend-plugin-api@0.1.0
- @backstage/core-components@0.13.5
- @backstage/config@1.1.0
- @backstage/core-app-api@1.10.0
- @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/frontend-plugin-api@0.1.0-next.0
- @backstage/plugin-graphiql@0.2.54-next.3
- @backstage/config@1.1.0-next.2
- @backstage/core-app-api@1.10.0-next.3
- @backstage/core-components@0.13.5-next.3
- @backstage/core-plugin-api@1.6.0-next.3
- @backstage/types@1.1.1-next.0
0.0.1-next.1
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.6.0-next.2
- @backstage/plugin-graphiql@0.2.54-next.2
- @backstage/config@1.1.0-next.1
- @backstage/frontend-plugin-api@0.0.1-next.0
- @backstage/types@1.1.0
0.0.1-next.0
Patch Changes
- Updated dependencies
- @backstage/config@1.1.0-next.0
- @backstage/plugin-graphiql@0.2.54-next.1
- @backstage/frontend-plugin-api@0.0.0
- @backstage/types@1.1.0