@backstage/cli@0.4.4
Patch Changes
- d45efbc: Fix typo in .app.listen.port config schema
@backstage/core@0.4.3
Patch Changes
- a08c32c: Add
FlatRoutes
component to replace the top-levelRoutes
component fromreact-router
within apps, removing the need for manually appending/*
to paths or sorting routes. - Updated dependencies [a08c32c]
- Updated dependencies [86c3c65]
- Updated dependencies [27f2af9]
- @backstage/core-api@0.2.8
@backstage/core-api@0.2.8
Patch Changes
- a08c32c: Add
FlatRoutes
component to replace the top-levelRoutes
component fromreact-router
within apps, removing the need for manually appending/*
to paths or sorting routes. - 86c3c65: Deprecate
RouteRef
path parameter and member, and remove deprecatedrouteRef.createSubRouteRef
. - 27f2af9: Delay auth loginPopup close to avoid race condition with callers of authFlowHelpers.
@backstage/create-app@0.3.1
Patch Changes
-
4e0e3b1: Add missing
yarn clean
for app.For users with existing Backstage installations, add the following under the
scripts
section inpackages/app/package.json
, after the "lint" entry:"clean": "backstage-cli clean",
This will add the missing
yarn clean
for the generated frontend. -
352a658: Added
"start-backend"
script to rootpackage.json
.To apply this change to an existing app, add the following script to the root
package.json
:"start-backend": "yarn workspace backend start"
@backstage/dev-utils@0.1.7
Patch Changes
- 696b8ce: Add new
addPage
method for use with extensions, as well as anEntityGridItem
to easily create different test cases for entity overview cards. - Updated dependencies [a08c32c]
- Updated dependencies [7e0b8ca]
- Updated dependencies [87c0c53]
- @backstage/core@0.4.3
- @backstage/plugin-catalog@0.2.9
@backstage/techdocs-common@0.3.1
Patch Changes
-
8804e89: Using @backstage/integration package for GitHub/GitLab/Azure tokens and request options.
Most probably you do not have to make any changes in the app because of this change.
However, if you are using theDirectoryPreparer
orCommonGitPreparer
exported by
@backstage/techdocs-common
package, you now need to add pass in aconfig
(from@backstage/config
)
instance as argument.<!-- Before --> const directoryPreparer = new DirectoryPreparer(logger); const commonGitPreparer = new CommonGitPreparer(logger); <!-- Now --> const directoryPreparer = new DirectoryPreparer(config, logger); const commonGitPreparer = new CommonGitPreparer(config, logger);
@backstage/plugin-api-docs@0.4.2
Patch Changes
- 9161531: Link register API to catalog-import plugin
- Updated dependencies [a08c32c]
- Updated dependencies [7e0b8ca]
- Updated dependencies [87c0c53]
- @backstage/core@0.4.3
- @backstage/plugin-catalog@0.2.9
@backstage/plugin-auth-backend@0.2.8
Patch Changes
- cc04668: fix bug in token expiration date
@backstage/plugin-catalog@0.2.9
Patch Changes
-
7e0b8ca: Add
CatalogIndexPage
andCatalogEntityPage
, two new extensions that replace the existingRouter
component.Add
EntityLayout
to replaceEntityPageLayout
, using children instead of an element property, and allowing for collection of allRouteRef
mount points used within tabs.Add
EntitySwitch
to be used to select components based on entity data, along with accompanyingisKind
,isNamespace
, andisComponentType
filters. -
87c0c53: Add new
EntityProvider
component, which can be used to provide an entity for theuseEntity
hook. -
Updated dependencies [a08c32c]
-
Updated dependencies [359f9d2]
- @backstage/core@0.4.3
- @backstage/plugin-techdocs@0.5.2
@backstage/plugin-cost-insights@0.5.4
Patch Changes
@backstage/plugin-fossa@0.1.1
Patch Changes
- 7afdfef: Bump dependency versions of @backstage/core, cli and test-utils
- Updated dependencies [a08c32c]
- @backstage/core@0.4.3
@backstage/plugin-register-component@0.2.6
Patch Changes
- 1517876: Register component plugin is deprecated in favor of @backstage/plugin-catalog-import
- Updated dependencies [a08c32c]
- Updated dependencies [7e0b8ca]
- Updated dependencies [87c0c53]
- @backstage/core@0.4.3
- @backstage/plugin-catalog@0.2.9
@backstage/plugin-techdocs@0.5.2
Patch Changes
- 359f9d2: Added configuration schema for the commonly used properties of techdocs and techdocs-backend plugins
- Updated dependencies [a08c32c]
- Updated dependencies [7e0b8ca]
- Updated dependencies [8804e89]
- Updated dependencies [87c0c53]
- Updated dependencies [86c3c65]
- Updated dependencies [27f2af9]
- @backstage/core-api@0.2.8
- @backstage/core@0.4.3
- @backstage/plugin-catalog@0.2.9
- @backstage/techdocs-common@0.3.1
@backstage/plugin-techdocs-backend@0.5.1
Patch Changes
-
8804e89: Using @backstage/integration package for GitHub/GitLab/Azure tokens and request options.
Most probably you do not have to make any changes in the app because of this change.
However, if you are using theDirectoryPreparer
orCommonGitPreparer
exported by
@backstage/techdocs-common
package, you now need to add pass in aconfig
(from@backstage/config
)
instance as argument.<!-- Before --> const directoryPreparer = new DirectoryPreparer(logger); const commonGitPreparer = new CommonGitPreparer(logger); <!-- Now --> const directoryPreparer = new DirectoryPreparer(config, logger); const commonGitPreparer = new CommonGitPreparer(config, logger);
-
359f9d2: Added configuration schema for the commonly used properties of techdocs and techdocs-backend plugins
-
Updated dependencies [8804e89]
- @backstage/techdocs-common@0.3.1