Release v1.11.0-next.1
@backstage/plugin-catalog@1.8.0-next.1
Minor Changes
- 0c1fc3986c: Added Markdown support in the
AboutCarddescription section - 0eaa579f89: The
CatalogSearchResultListItemcomponent is now a search result extension. This means that when rendered as a child of components that render search extensions, theresult,rank, andhighlightproperties are optional. See the documentation for more details.
Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.0
- @backstage/plugin-search-react@1.5.0-next.0
- @backstage/plugin-catalog-react@1.3.0-next.1
- @backstage/catalog-client@1.3.1-next.0
- @backstage/catalog-model@1.1.6-next.0
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/integration-react@1.1.10-next.0
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/plugin-catalog-common@1.0.11-next.0
- @backstage/plugin-search-common@1.2.1
@backstage/plugin-catalog-react@1.3.0-next.1
Minor Changes
- fab93c2fe8: Aligned buttons on "Unregister entity" dialog to keep them on the same line
Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.0
- @backstage/catalog-client@1.3.1-next.0
- @backstage/catalog-model@1.1.6-next.0
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
- @backstage/plugin-catalog-common@1.0.11-next.0
- @backstage/plugin-permission-common@0.7.3
- @backstage/plugin-permission-react@0.4.9
@backstage/plugin-explore@0.4.0-next.1
Minor Changes
- 0eaa579f89: The
ToolSearchResultListItemcomponent is now a search result extension. This means that when rendered as a child of components that render search extensions, theresult,rank, andhighlightproperties are optional. See the documentation for more details.
Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.0
- @backstage/plugin-search-react@1.5.0-next.0
- @backstage/plugin-catalog-react@1.3.0-next.1
- @backstage/catalog-model@1.1.6-next.0
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/plugin-explore-common@0.0.1
- @backstage/plugin-explore-react@0.0.25
- @backstage/plugin-search-common@1.2.1
@backstage/plugin-scaffolder-backend@1.11.0-next.1
Minor Changes
- 127154930f: Renamed the export
scaffolderCatalogModuletocatalogModuleTemplateKindin order to follow the new recommended naming patterns of backend system items. This is technically a breaking change but in an alpha export, so take care to change your imports if you have already migrated to the new backend system.
Patch Changes
- 66cf22fdc4: Updated dependency
esbuildto^0.17.0. - Updated dependencies
- @backstage/plugin-catalog-backend@1.7.2-next.1
- @backstage/backend-common@0.18.2-next.1
- @backstage/backend-plugin-api@0.3.2-next.1
- @backstage/backend-tasks@0.4.3-next.1
- @backstage/catalog-client@1.3.1-next.0
- @backstage/catalog-model@1.1.6-next.0
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/types@1.0.2
- @backstage/plugin-auth-node@0.2.11-next.1
- @backstage/plugin-catalog-node@1.3.3-next.1
- @backstage/plugin-scaffolder-common@1.2.5-next.0
- @backstage/plugin-scaffolder-node@0.1.0-next.1
@backstage/plugin-search@1.1.0-next.1
Minor Changes
- 0eaa579f89: Update
SearchModalcomponent to useSearchResultextensions.
Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.0
- @backstage/plugin-search-react@1.5.0-next.0
- @backstage/plugin-catalog-react@1.3.0-next.1
- @backstage/catalog-model@1.1.6-next.0
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
- @backstage/plugin-search-common@1.2.1
@backstage/plugin-search-react@1.5.0-next.0
Minor Changes
- 0eaa579f89: - Create the search results extensions, for more details see the documentation here;
- Update the
SearchResult,SearchResultListandSearchResultGroupcomponents to use extensions and default their props to optionally accept a query, when the query is not passed, the component tries to get it from the search context.
- Update the
Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.0
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
- @backstage/plugin-search-common@1.2.1
@backstage/plugin-tech-insights-node@0.4.0-next.1
Minor Changes
-
4024b37449: TechInsightsApi interface now has getFactSchemas() method. TechInsightsClient now implements method getFactSchemas().
BREAKING FactSchema type moved from @backstage/plugin-tech-insights-node into @backstage/plugin-tech-insights-common
These changes are required if you were importing this type directly.
- import { FactSchema } from '@backstage/plugin-tech-insights-node';
+ import { FactSchema } from '@backstage/plugin-tech-insights-common';
Patch Changes
- Updated dependencies
- @backstage/plugin-tech-insights-common@0.2.10-next.0
- @backstage/backend-common@0.18.2-next.1
- @backstage/backend-tasks@0.4.3-next.1
- @backstage/config@1.0.6
- @backstage/types@1.0.2
@backstage/plugin-techdocs@1.5.0-next.1
Minor Changes
- 20840b36b4: Update DocsTable and EntityListDocsTable to accept overrides for Material Table options.
- 0eaa579f89: The
TechDocsSearchResultListItemcomponent is now a search result extension. This means that when rendered as a child of components that render search extensions, theresult,rank, andhighlightproperties are optional. See the documentation for more details.
Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.0
- @backstage/plugin-search-react@1.5.0-next.0
- @backstage/plugin-catalog-react@1.3.0-next.1
- @backstage/catalog-model@1.1.6-next.0
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/integration-react@1.1.10-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-search-common@1.2.1
- @backstage/plugin-techdocs-react@1.1.3-next.1
@backstage/app-defaults@1.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.4.1-next.0
- @backstage/core-components@0.12.4-next.0
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
- @backstage/plugin-permission-react@0.4.9
@backstage/backend-app-api@0.3.2-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.1
- @backstage/backend-plugin-api@0.3.2-next.1
- @backstage/backend-tasks@0.4.3-next.1
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6
- @backstage/config-loader@1.1.8
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
- @backstage/plugin-auth-node@0.2.11-next.1
- @backstage/plugin-permission-node@0.7.5-next.1
@backstage/backend-common@0.18.2-next.1
Patch Changes
- 628e2bd89a: Updated dependency
@kubernetes/client-nodeto0.18.1. - Updated dependencies
- @backstage/backend-plugin-api@0.3.2-next.1
- @backstage/backend-app-api@0.3.2-next.1
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6
- @backstage/config-loader@1.1.8
- @backstage/errors@1.1.4
- @backstage/integration@1.4.2
- @backstage/types@1.0.2
@backstage/backend-defaults@0.1.7-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.3.2-next.1
- @backstage/backend-app-api@0.3.2-next.1
@backstage/backend-plugin-api@0.3.2-next.1
Patch Changes
- ae88f61e00: The
registermethods passed tocreateBackendPluginandcreateBackendModulenow have dedicatedBackendPluginRegistrationPointsandBackendModuleRegistrationPointsarguments, respectively. This lets us make it clear on a type level that it's not possible to pass in extension points as dependencies to plugins (should only ever be done for modules). This has no practical effect on code that was already well behaved. - Updated dependencies
- @backstage/backend-tasks@0.4.3-next.1
- @backstage/config@1.0.6
- @backstage/types@1.0.2
- @backstage/plugin-auth-node@0.2.11-next.1
- @backstage/plugin-permission-common@0.7.3
@backstage/backend-tasks@0.4.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.1
- @backstage/config@1.0.6
- @backstage/errors@1.1.4
- @backstage/types@1.0.2
@backstage/backend-test-utils@0.1.34-next.1
Patch Changes
- Updated dependencies
- @backstage/cli@0.22.2-next.0
- @backstage/backend-common@0.18.2-next.1
- @backstage/backend-plugin-api@0.3.2-next.1
- @backstage/backend-app-api@0.3.2-next.1
- @backstage/config@1.0.6
- @backstage/types@1.0.2
- @backstage/plugin-auth-node@0.2.11-next.1
@backstage/cli@0.22.2-next.0
Patch Changes
- 561df21ea3: The
backstage-cli repo testcommand now sets a default Jest--workerIdleMemoryLimitof 1GB. If needed to ensure that tests are not run in band,--maxWorkers=2is set as well. This is the recommended workaround for dealing with Jest workers leaking memory and eventually hitting the heap limit. - 2815981057: Show module name causing error during build
- 66cf22fdc4: Updated dependency
esbuildto^0.17.0. - 6d3abfded1: Switch to inline source maps for test transpilation, simplifying editor setups.
- Updated dependencies
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6
- @backstage/config-loader@1.1.8
- @backstage/errors@1.1.4
- @backstage/release-manifests@0.0.8
- @backstage/types@1.0.2
@backstage/core-app-api@1.4.1-next.0
Patch Changes
- dff4d8ddb1: Fixed an issue where an explicit port the frontend base URL could break the app.
- Updated dependencies
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
@backstage/core-components@0.12.4-next.0
Patch Changes
- 910015f5b7: The Button component has been deprecated in favor of the LinkButton component
- 20840b36b4: Adds new type, TableOptions, extending Material Table Options.
- 85b04f659a: Internal refactor to not use deprecated
substr - Updated dependencies
- @backstage/config@1.0.6
- @backstage/core-plugin-api@1.3.0
- @backstage/errors@1.1.4
- @backstage/theme@0.2.16
- @backstage/version-bridge@1.0.3
@backstage/create-app@0.4.37-next.1
Patch Changes
- 86a8dfd7b0: Added a check to ensure that Yarn v1 is used when creating new projects.
- 0eaa579f89: Update
SearchPagetemplate to useSearchResultextensions. - Updated dependencies
- @backstage/cli-common@0.1.11