4.4 KiB
@backstage/plugin-app
0.1.1
Patch Changes
b36be7a: Added missing defaultSignInPageExtensionwhich by default uses guest auth, missingApiExtensionsforscmAuth- Updated dependencies
- @backstage/core-components@0.15.1
- @backstage/frontend-plugin-api@0.9.0
- @backstage/integration-react@1.2.0
- @backstage/core-plugin-api@1.10.0
- @backstage/plugin-permission-react@0.4.27
- @backstage/theme@0.6.0
0.1.1-next.2
Patch Changes
- Updated dependencies
- @backstage/theme@0.6.0-next.1
- @backstage/core-components@0.15.1-next.2
- @backstage/core-plugin-api@1.10.0-next.1
- @backstage/frontend-plugin-api@0.9.0-next.2
- @backstage/plugin-permission-react@0.4.27-next.1
0.1.1-next.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.15.1-next.1
- @backstage/frontend-plugin-api@0.9.0-next.1
- @backstage/core-plugin-api@1.10.0-next.1
- @backstage/plugin-permission-react@0.4.27-next.1
- @backstage/theme@0.5.8-next.0
0.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.0-next.0
- @backstage/core-components@0.15.1-next.0
- @backstage/core-plugin-api@1.10.0-next.0
- @backstage/theme@0.5.7
- @backstage/plugin-permission-react@0.4.27-next.0
0.1.0
Minor Changes
2bb9517: Introduce the@backstage/plugin-apppackage to hold all of the built-in extensions for easy consumption and overriding.
Patch Changes
-
52f9c5a: Deprecated thenamespaceoption forcreateExtensionBlueprintandcreateExtension, these are no longer required and will default to thepluginIdinstead.You can migrate some of your extensions that use
createExtensionOverridesto usingcreateFrontendModuleinstead and providing apluginIdthere.// Before createExtensionOverrides({ extensions: [ createExtension({ name: 'my-extension', namespace: 'my-namespace', kind: 'test', ... }) ], }); // After createFrontendModule({ pluginId: 'my-namespace', extensions: [ createExtension({ name: 'my-extension', kind: 'test', ... }) ], }); -
57bf6ae: Fix issue withAlertDisplayand other components defined withAppRootElementBlueprintnot being rendered when at theSignInWrapper -
836127c: Updated dependency@testing-library/reactto^16.0.0. -
Updated dependencies
- @backstage/core-components@0.15.0
- @backstage/frontend-plugin-api@0.8.0
- @backstage/core-plugin-api@1.9.4
- @backstage/theme@0.5.7
- @backstage/plugin-permission-react@0.4.26
0.1.0-next.2
Patch Changes
57bf6ae: Fix issue withAlertDisplayand other components defined withAppRootElementBlueprintnot being rendered when at theSignInWrapper836127c: Updated dependency@testing-library/reactto^16.0.0.- Updated dependencies
- @backstage/core-components@0.14.11-next.1
- @backstage/core-plugin-api@1.9.4-next.0
- @backstage/frontend-plugin-api@0.8.0-next.2
- @backstage/theme@0.5.7-next.0
- @backstage/plugin-permission-react@0.4.26-next.0
0.1.0-next.1
Patch Changes
-
52f9c5a: Deprecated thenamespaceoption forcreateExtensionBlueprintandcreateExtension, these are no longer required and will default to thepluginIdinstead.You can migrate some of your extensions that use
createExtensionOverridesto usingcreateFrontendModuleinstead and providing apluginIdthere.// Before createExtensionOverrides({ extensions: [ createExtension({ name: 'my-extension', namespace: 'my-namespace', kind: 'test', ... }) ], }); // After createFrontendModule({ pluginId: 'my-namespace', extensions: [ createExtension({ name: 'my-extension', kind: 'test', ... }) ], }); -
Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.1
- @backstage/core-components@0.14.11-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/plugin-permission-react@0.4.25
0.1.0-next.0
Minor Changes
2bb9517: Introduce the@backstage/plugin-apppackage to hold all of the built-in extensions for easy consumption and overriding.
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.8.0-next.0
- @backstage/core-components@0.14.10
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/plugin-permission-react@0.4.25