fix(deps): update backstage monorepo #21

Merged
kjuulh merged 1 commits from renovate/backstage-monorepo into main 2024-07-06 15:11:19 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@backstage/app-defaults (source) dependencies minor 1.0.10 -> 1.5.7
@backstage/backend-common (source) dependencies minor ^0.22.0 -> ^0.23.0
@backstage/backend-tasks (source) dependencies patch 0.5.21 -> 0.5.26
@backstage/catalog-client (source) dependencies minor 1.2.0 -> 1.6.5
@backstage/catalog-model (source) dependencies minor 1.1.4 -> 1.5.0
@backstage/cli (source) devDependencies patch 0.26.2 -> 0.26.10
@backstage/cli (source) dependencies patch 0.26.2 -> 0.26.10
@backstage/config (source) dependencies minor 1.0.5 -> 1.2.0
@backstage/core-app-api (source) devDependencies minor 1.3.0 -> 1.13.0
@backstage/core-app-api (source) dependencies minor 1.3.0 -> 1.13.0
@backstage/core-components (source) dependencies patch 0.14.3 -> 0.14.8
@backstage/core-plugin-api (source) dependencies minor 1.2.0 -> 1.9.3
@backstage/dev-utils (source) devDependencies patch 1.0.10 -> 1.0.34
@backstage/integration-react (source) dependencies patch 1.1.8 -> 1.1.28
@backstage/plugin-api-docs (source) dependencies patch 0.11.3 -> 0.11.6
@backstage/plugin-app-backend (source) dependencies patch 0.3.39 -> 0.3.70
@backstage/plugin-auth-backend (source) dependencies patch 0.22.3 -> 0.22.8
@backstage/plugin-catalog (source) dependencies minor 1.7.1 -> 1.21.0
@backstage/plugin-catalog-backend (source) dependencies minor 1.6.0 -> 1.23.2
@backstage/plugin-catalog-backend-module-github (source) dependencies patch 0.6.0 -> 0.6.4
@backstage/plugin-catalog-common (source) dependencies patch 1.0.9 -> 1.0.24
@backstage/plugin-catalog-graph (source) dependencies patch 0.4.3 -> 0.4.6
@backstage/plugin-catalog-import (source) dependencies minor ^0.11.0 -> ^0.12.0
@backstage/plugin-catalog-react (source) dependencies minor 1.2.3 -> 1.12.1
@backstage/plugin-github-actions (source) dependencies patch 0.6.14 -> 0.6.16
@backstage/plugin-org (source) dependencies patch 0.6.23 -> 0.6.26
@backstage/plugin-permission-common (source) dependencies patch 0.7.13 -> 0.7.14
@backstage/plugin-permission-node (source) dependencies patch 0.7.27 -> 0.7.32
@backstage/plugin-permission-react (source) dependencies patch 0.4.8 -> 0.4.23
@backstage/plugin-proxy-backend (source) dependencies minor ^0.4.0 -> ^0.5.0
@backstage/plugin-scaffolder (source) dependencies minor 1.9.1 -> 1.22.0
@backstage/plugin-scaffolder-backend (source) dependencies minor 1.9.0 -> 1.22.11
@backstage/plugin-search (source) dependencies patch 1.4.9 -> 1.4.13
@backstage/plugin-search-backend (source) dependencies patch 1.5.6 -> 1.5.13
@backstage/plugin-search-backend-module-pg (source) dependencies patch 0.5.25 -> 0.5.31
@backstage/plugin-search-backend-node (source) dependencies patch 1.2.20 -> 1.2.26
@backstage/plugin-search-react (source) dependencies patch 1.7.9 -> 1.7.12
@backstage/plugin-tech-radar (source) dependencies patch 0.7.2 -> 0.7.4
@backstage/plugin-techdocs (source) dependencies minor 1.4.2 -> 1.10.6
@backstage/plugin-techdocs-backend (source) dependencies minor 1.5.0 -> 1.10.8
@backstage/plugin-techdocs-module-addons-contrib (source) dependencies minor 1.0.8 -> 1.1.11
@backstage/plugin-techdocs-react (source) dependencies minor 1.1.1 -> 1.2.5
@backstage/plugin-user-settings (source) dependencies patch 0.8.4 -> 0.8.8
@backstage/test-utils (source) devDependencies minor 1.2.3 -> 1.5.7
@backstage/theme (source) dependencies patch 0.5.2 -> 0.5.6

Release Notes

backstage/backstage (@​backstage/app-defaults)

v1.5.7

Compare Source

Patch Changes

v1.5.6

Compare Source

Patch Changes

v1.5.5

Compare Source

Patch Changes

v1.5.4

Compare Source

Patch Changes

v1.5.3

Compare Source

Patch Changes

v1.5.2

Compare Source

Patch Changes

v1.5.1

Compare Source

Patch Changes

v1.5.0

Compare Source

Minor Changes
  • f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the
    @backstage/core-plugin-api and @backstage/frontend-plugin-api packages, the
    implementation is in @backstage/core-app-api and a factory has been added to
    @backstage/app-defaults.
  • 7f11009: Added stack trace display to ErrorPage and updated existing refs
Patch Changes

v1.4.7

Compare Source

Patch Changes

v1.4.6

Compare Source

Patch Changes

v1.4.5

Compare Source

Patch Changes

v1.4.4

Compare Source

Patch Changes

v1.4.3

Compare Source

Patch Changes

v1.4.2

Compare Source

Patch Changes

v1.4.1

Compare Source

Patch Changes

v1.4.0

Compare Source

Minor Changes
  • 1fd38bc: Material UI v5 Support: Adding platform-wide support for Material UI v5 allowing a transition phase for migrating central plugins & components over. We still support v4 instances & plugins by adding a

    To allow the future support of plugins & components using Material UI v5 you want to upgrade your AppTheme's to using the UnifiedThemeProvider

         Provider: ({ children }) => (
    -    <ThemeProvider theme={lightTheme}>
    -      <CssBaseline>{children}</CssBaseline>
    -    </ThemeProvider>
    +    <UnifiedThemeProvider theme={builtinThemes.light} children={children} />
         ),
    
Patch Changes

v1.3.1

Compare Source

Patch Changes

v1.3.0

Compare Source

Minor Changes
  • 7908d72: Introduce a new global config parameter, enableExperimentalRedirectFlow. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
Patch Changes

v1.2.1

Compare Source

Patch Changes

v1.2.0

Compare Source

Minor Changes
  • db10b6e: Added a Bitbucket Server Auth Provider and added its API to the app defaults
Patch Changes

v1.1.0

Compare Source

Minor Changes
Patch Changes
backstage/backstage (@​backstage/backend-common)

v0.23.2

Compare Source

Patch Changes

v0.23.1

Compare Source

v0.23.0

Compare Source

Minor Changes
  • 395b973: Implemented readTree for Harness provider to support TechDocs functionality
  • 02103be: Deprecated and moved over core services to @backstage/backend-defaults
Patch Changes
  • 9539a0b: Import utility functions from backend-defaults instead of backend-app-api
  • b2c4607: Removed accents on deprecation note
  • c6c0919: Updated configuration schema to include the useRedisSets cache config option.
  • ed3074e: The database types, helpers and implementations were moved to the package @backstage/backend-defaults and deprecated from the package @backstage/backend-commons.
  • 9cca724: The TokenManager has been deprecated in preparation for the stable release of the New Backend System. Please migrate to the new coreServices.auth, coreServices.httpAuth, and coreServices.userInfo services as needed instead.
  • 1779188: In preparation to the new backend system stable release, the isDatabaseConflictError helper have been moved to the @backstage/backend-plugin-api package and deprecated from @backstage/backend-common.
  • 78a0b08: Internal refactor to handle BackendFeature contract change.
  • e171620: Move cache implementation and types to the @backstage/backend-defaults package.
  • 1a6f38a: ContainerRunner, DockerContainerRunner and KubernetesContainerRunner are now deprecated
  • 8869b8e: We are deprecating the legacy createServiceBuilder factory, so if you are still using it, please checkout the migration guide and migrate your plugin to use the new backend system.
  • 0634fdc: Deprecated dropDatabase
  • b2ee7f3: Moved over all URL reader functionality from @backstage/backend-common to @backstage/backend-defaults/urlReader. Please update your imports.
  • d94a477: Removed the circular dependency on @backstage/backend-app-api
  • 3bd04bb: We are deprecating the legacy router handlers and contexts in preparation for the new backend system stable release.
  • 23ee9ab: Fix AWS CodeCommit integration by allowing to change the host
  • e9a03c9: Finalizes the deprecation of legacy backend utilities. Deprecated utilities include the ServiceBuilder type, notFoundHandler and redactWintonLogLine functions.
  • 6a576dc: Deprecate legacy service logger helpers and stop using getVoidLogger in tests.
  • 032a7a6: Deprecate the legacy error and request logging handler types, respectively: ErrorHandlerOptions and RequestLoggingHandlerFactory.
  • Updated dependencies
backstage/backstage (@​backstage/backend-tasks)

v0.5.26

Compare Source

Patch Changes

v0.5.25

Compare Source

v0.5.24

Compare Source

Patch Changes

v0.5.23

Compare Source

Patch Changes

v0.5.22

Compare Source

Patch Changes
backstage/backstage (@​backstage/catalog-client)

v1.6.5

Compare Source

Patch Changes

v1.6.4

Compare Source

Patch Changes

v1.6.3

Compare Source

Patch Changes

v1.6.2

Compare Source

Patch Changes

v1.6.1

Compare Source

Patch Changes

v1.6.0

Compare Source

Minor Changes
  • 43dad25: Add API to get location by entity
  • 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
Patch Changes

v1.5.2

Compare Source

Patch Changes

v1.5.1

Compare Source

Release v1.5.1

@​backstage/plugin-scaffolder-backend@​1.5.1

Patch Changes
  • Bump minimum required version for vm2. This is to mitigate a sandbox escape recently discovered in the vm2 library which provides the sandbox for the scaffolder and the templating functionality. Please make sure that the vm2 version in your Backstage instance is at least 3.9.11.

v1.5.0

Compare Source

Minor Changes
  • 3834067: The internals of CatalogClient are now auto-generated using the backstage-repo-tools schema openapi generate-client command.
Patch Changes

v1.4.6

Compare Source

Patch Changes

v1.4.5

Compare Source

Patch Changes

v1.4.4

Compare Source

Patch Changes

v1.4.3

Compare Source

Patch Changes

v1.4.2

Compare Source

Patch Changes

v1.4.1

Compare Source

Patch Changes

v1.4.0

Compare Source

Minor Changes
  • 8c030b1: Add queryEntities method to CatalogApi.
Patch Changes

v1.3.1

Compare Source

Patch Changes

v1.3.0

Compare Source

Minor Changes
  • f75bf76: Implemented support for the order directive on getEntities
Patch Changes
backstage/backstage (@​backstage/catalog-model)

v1.5.0

Compare Source

Minor Changes
  • 79025f3: Introduce a domain attribute to the domain entity to allow a hierarchy of domains to exist.

v1.4.5

Compare Source

Patch Changes

v1.4.4

Compare Source

Patch Changes

v1.4.3

Compare Source

Patch Changes

v1.4.2

Compare Source

Patch Changes

v1.4.1

Compare Source

Patch Changes

v1.4.0

Compare Source

Minor Changes
  • 33eae4b: Deprecate target field and make targetRef required in common.schema.json
Patch Changes

v1.3.0

Compare Source

Minor Changes
  • be9c422: Modified the regex for DNS label validation to support IDN domains
Patch Changes

v1.2.1

Compare Source

Patch Changes

v1.2.0

Compare Source

Minor Changes
  • d516688: Adds the tRPC API type to the catalog.
Patch Changes

v1.1.5

Compare Source

Patch Changes
backstage/backstage (@​backstage/cli)

v0.26.10

Compare Source

Patch Changes

v0.26.9

Compare Source

v0.26.8

Compare Source

v0.26.7

Compare Source

Patch Changes

v0.26.6

Compare Source

Patch Changes

v0.26.5

Compare Source

Patch Changes
  • b8f1fc2: The build-workspace command no longer manually runs yarn postpack, relying instead on the fact that running yarn pack will automatically invoke the postpack script. No action is necessary if you are running the latest version of yarn 1, 3, or 4.
  • fcd3462: Both the target and types library have been bumped from ES2021 to ES2022 in @backstage/cli/config/tsconfig.json.
  • 0cc5ed3: Add support for versions:migrate to do code changes. Can be skipped with --no-code-changes
  • f97ad04: Add preserveModules to rollup, which allows better async loading and tree-shaking in webpack
  • 2a6f10d: The versions:bump command will no longer exit with a non-zero status if the version bump fails due to forbidden duplicate package installations. It will now also provide more information about how to troubleshoot such an error. The set of forbidden duplicates has also been expanded to include all @backstage/*-app-api packages.
  • c5d7b40: Allow passing a --require argument through to the Node process during package start
  • cc3c518: Fixed an issue causing the repo fix command to set an incorrect workspace property using Windows
  • 812dff0: Add previously-missing semicolon in file templated by backstage-cli new --select plugin.
  • f185603: Fixed the dynamic import of vite.
  • Updated dependencies

v0.26.4

Compare Source

v0.26.3

Compare Source

Patch Changes
backstage/backstage (@​backstage/config)

v1.2.0

Compare Source

Minor Changes
  • 50cf9df: The ConfigReader now treats null values as present but explicitly undefined, meaning it will not fall back to the next level of configuration.
Patch Changes

v1.1.1

Compare Source

Patch Changes

v1.1.0

Compare Source

Minor Changes
  • 62f448e: Added a readDurationFromConfig function
Patch Changes

v1.0.8

Compare Source

Patch Changes

v1.0.7

Compare Source

Patch Changes

v1.0.6

Compare Source

Patch Changes
  • ba2d69e: Adds the ability to coerce values to their boolean representatives.
    Values such as "true" 1 on and y will become true when using getBoolean and the opposites false.
    This happens particularly when such parameters are used with environmental substitution as environment variables are always strings.
  • Updated dependencies
backstage/backstage (@​backstage/core-app-api)

v1.13.0

Compare Source

Minor 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
##### Patch Changes

- Updated dependencies
- @&#8203;backstage/core-plugin-api@1.9.3
- @&#8203;backstage/config@1.2.0
- @&#8203;backstage/types@1.1.1
- @&#8203;backstage/version-bridge@1.0.8

v1.12.6

Compare Source

Patch Changes
  • 35fbe09: Added support for configuration of route bindings through static configuration, and default targets for external route refs.

    In addition to configuring route bindings through code, it is now also possible to configure route bindings under the app.routes.bindings key, for example:

    app:
      routes:
        bindings:
          catalog.createComponent: catalog-import.importPage
    

    Each key in the route binding object is of the form <plugin-id>.<externalRouteName>, where the route name is key used in the externalRoutes object passed to createPlugin. The value is of the same form, but with the name taken from the plugin routes option instead.

    The equivalent of the above configuration in code is the following:

    const app = createApp({
      // ...
      bindRoutes({ bind }) {
        bind(catalogPlugin.externalRoutes, {
          createComponent: catalogImportPlugin.routes.importPage,
        });
      },
    });
    
  • Updated dependencies

v1.12.5

Compare Source

Patch Changes
  • 1bed9a3: The Backstage identity session expiration check will no longer fall back to using the provider expiration. This was introduced to smooth out the rollout of Backstage release 1.18, and is no longer needed.

v1.12.4

Compare Source

Patch Changes

v1.12.3

Compare Source

Patch Changes

v1.12.2

Compare Source

Patch Changes

v1.12.1

Compare Source

Patch Changes

v1.12.0

Compare Source

Minor Changes
  • f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the
    @backstage/core-plugin-api and @backstage/frontend-plugin-api packages, the
    implementation is in @backstage/core-app-api and a factory has been added to
    @backstage/app-defaults.
Patch Changes

v1.11.3

Compare Source

Patch Changes

v1.11.2

Compare Source

Patch Changes

v1.11.1

Compare Source

Patch Changes

v1.11.0

Compare Source

Minor Changes
  • c9d9bfe: URL encode some well known unsafe characters in RouteResolver (and therefore useRouteRef)
Patch Changes

v1.10.0

Compare Source

Minor Changes
  • 18619f7: Fixed two bugs in how the OAuth2Session type represents the underlying data. The expiresAt and backstageIdentity are now both optional, since that's what they are in practice. This is not considered a breaking change since it was effectively a bug in the modelling of the state that this type represents, and the type was not used in any other external contract.
  • 18619f7: The OAuth class which is used by all OAuth providers will now consider both the session expiration of both the Backstage identity as well as the upstream identity provider, and refresh the session with either of them is about to expire.
  • 6e30769: Introduced experimental support for internationalization.
Patch Changes

v1.9.1

Compare Source

Patch Changes

v1.9.0

Compare Source

Minor Changes
  • a77ddf7: add login in popup options to config popup width and height
Patch Changes

v1.8.1

Compare Source

Patch Changes

v1.8.0

Compare Source

Minor Changes
  • c89437d: The analytics' navigate event will now include the route parameters as attributes of the navigate event
Patch Changes

v1.7.0

Compare Source

Minor Changes
  • 7908d72: Introduce a new global config parameter, enableExperimentalRedirectFlow. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
  • c15e0ce: The AuthConnector interface now supports specifying a set of scopes when
    refreshing a session. The DefaultAuthConnector implementation passes the
    scope query parameter to the auth-backend plugin appropriately. The
    RefreshingAuthSessionManager passes any scopes in its GetSessionRequest
    appropriately.
Patch Changes

v1.6.0

Compare Source

Minor Changes
  • 456eaa8: OAuth2 now gets ID tokens from a session with the openid scope explicitly
    requested.

    This should not be considered a breaking change, because spec-compliant OIDC
    providers will already be returning ID tokens if and only if the openid scope
    is granted.

    This change makes the dependence explicit, and removes the burden on
    OAuth2-based providers which require an ID token (e.g. this is done by various
    default auth handlers) to add
    openid to their default scopes. That could carry another indirect benefit:
    by removing openid from the default scopes for a provider, grants for
    resource-specific access tokens can avoid requesting excess ID token-related
    scopes.

Patch Changes

v1.5.0

Compare Source

Minor Changes
  • db10b6e: Added a Bitbucket Server Auth Provider and added its API to the app defaults
Patch Changes

v1.4.0

Compare Source

Minor Changes
Patch Changes
backstage/backstage (@​backstage/core-components)

v0.14.8

Compare Source

Patch Changes

v0.14.7

Compare Source

Patch Changes
  • e42779e: Properly log the errorInfo in ErrorBoundary
  • 5223c4c: Fixed an internal circular import that broke Jest mocks.
  • 71e4229: Added optional initialShowDropDown prop to SidebarSubmenuItem to internally manage the initial display state of the dropdown items.
  • a2ee4df: Add alignGauge prop to the GaugeCard, and a small size version. When alignGauge is 'bottom' the gauge will vertically align the gauge in the cards, even when the card titles span across multiple lines.
    Add alignContent prop to the InfoCard, defaulting to 'normal' with the option of 'bottom' which vertically aligns the content to the bottom of the card.
  • 5b7b49b: The SignInPage guest provider will now fall back to legacy guest auth if the backend request fails, allowing guest auth without a running backend.
  • 359376a: Removing react-text-truncate with css styles.
  • Updated dependencies

v0.14.6

Compare Source

Patch Changes
  • 5223c4c: Fixed an internal circular import that broke Jest mocks.
  • 5b7b49b: The SignInPage guest provider will now fall back to legacy guest auth if the backend request fails, allowing guest auth without a running backend.

v0.14.5

Compare Source

Patch Changes

v0.14.4

Compare Source

Patch Changes
backstage/backstage (@​backstage/core-plugin-api)

v1.9.3

Compare Source

Patch Changes

v1.9.2

Compare Source

Patch Changes

v1.9.1

Compare Source

Patch Changes

v1.9.0

Compare Source

Minor Changes
  • f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the
    @backstage/core-plugin-api and @backstage/frontend-plugin-api packages, the
    implementation is in @backstage/core-app-api and a factory has been added to
    @backstage/app-defaults.
Patch Changes

v1.8.2

Compare Source

Patch Changes

v1.8.1

Compare Source

Patch Changes

v1.8.0

Compare Source

Minor Changes
  • 1e5b7d9: IconComponent can now have a fontSize of inherit, which is useful for in-line icons.
  • cb6db75: Introduced AnyRouteRefParams as a replacement for AnyParams, which is now deprecated.
Patch Changes

v1.7.0

Compare Source

Minor Changes
  • 322bbca: Removed the exprimental plugin configuration API. The __experimentalReconfigure() from the plugin options as well as the __experimentalConfigure() method on plugin instances have both been removed.
Patch Changes

v1.6.0

Compare Source

Minor Changes
  • 18619f7: Added the optional expiresAt field that may now be part of a BackstageIdentityResponse.
  • 6e30769: Introduced experimental support for internationalization.
Patch Changes

v1.5.3

Compare Source

Patch Changes

v1.5.2

Compare Source

Patch Changes
  • 12adfbc: Fixed a bug that prevented accurate plugin and route data from being applied to navigate analytics events when users visited pages constructed with <EntityLayout>, <TabbedLayout>, and similar components that are used to gather one or more routable extensions under a given path.
  • 74b216e: Add PropsWithChildren to usages of ComponentType, in preparation for React 18 where the children are no longer implicit.
  • Updated dependencies

v1.5.1

Compare Source

Patch Changes

v1.5.0

Compare Source

Minor Changes
  • ab750dd: The GitLab auth provider can now be used to get OpenID tokens.
Patch Changes

v1.4.0

Compare Source

Minor Changes
  • db10b6e: Added a Bitbucket Server Auth Provider and added its API to the app defaults
Patch Changes

v1.3.0

Compare Source

Minor Changes
Patch Changes
backstage/backstage (@​backstage/dev-utils)

v1.0.34

Compare Source

Patch Changes

v1.0.33

Compare Source

Patch Changes

v1.0.32

Compare Source

Patch Changes

v1.0.31

Compare Source

Patch Changes

v1.0.30

Compare Source

Patch Changes

v1.0.29

Compare Source

Patch Changes

v1.0.28

Compare Source

Patch Changes

v1.0.27

Compare Source

Patch Changes

v1.0.26

Compare Source

Patch Changes

v1.0.25

Compare Source

Patch Changes

v1.0.24

Compare Source

v1.0.23

Compare Source

Patch Changes

v1.0.22

Compare Source

Patch Changes

v1.0.21

Compare Source

Patch Changes

v1.0.20

Compare Source

Patch Changes

v1.0.19

Compare Source

v1.0.18

Compare Source

Patch Changes

v1.0.17

Compare Source

Patch Changes

v1.0.16

Compare Source

Patch Changes

v1.0.15

Compare Source

Patch Changes

v1.0.14

Compare Source

Patch Changes

v1.0.13

Compare Source

Patch Changes

v1.0.12

Compare Source

Patch Changes

v1.0.11

Compare Source

Patch Changes
backstage/backstage (@​backstage/integration-react)

v1.1.28

Compare Source

Patch Changes

v1.1.27

Compare Source

Patch Changes

v1.1.26

Compare Source

Patch Changes

v1.1.25

Compare Source

Patch Changes

v1.1.24

Compare Source

Patch Changes

v1.1.23

Compare Source

Patch Changes

v1.1.22

Compare Source

Patch Changes

v1.1.21

Compare Source

Patch Changes

v1.1.20

Compare Source

Patch Changes

v1.1.19

Compare Source

Patch Changes

v1.1.18

Compare Source

Patch Changes

v1.1.17

Compare Source

v1.1.16

Compare Source

Patch Changes

v1.1.15

Compare Source

Patch Changes

v1.1.14

Compare Source

Patch Changes

v1.1.13

Compare Source

Patch Changes

v1.1.12

Compare Source

Patch Changes

v1.1.11

Compare Source

Patch Changes

v1.1.10

Compare Source

Patch Changes

v1.1.9

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-api-docs)

v0.11.6

Compare Source

Patch Changes

v0.11.5

Compare Source

Patch Changes

v0.11.4

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-app-backend)

v0.3.70

Compare Source

Patch Changes

v0.3.69

Compare Source

v0.3.68

Compare Source

Patch Changes

v0.3.67

Compare Source

v0.3.66

Compare Source

Patch Changes

v0.3.65

Compare Source

Patch Changes

v0.3.64

Compare Source

Patch Changes

v0.3.63

Compare Source

Patch Changes

v0.3.62

Compare Source

Patch Changes

v0.3.61

Compare Source

Patch Changes

v0.3.60

Compare Source

v0.3.59

Compare Source

v0.3.58

Compare Source

Patch Changes

v0.3.57

Compare Source

Patch Changes

v0.3.56

Compare Source

Patch Changes

v0.3.55

Compare Source

Patch Changes

v0.3.54

Compare Source

Patch Changes

v0.3.53

Compare Source

Patch Changes

v0.3.52

Compare Source

v0.3.51

Compare Source

Patch Changes

v0.3.50

Compare Source

Patch Changes

v0.3.49

Compare Source

v0.3.48

Compare Source

Patch Changes

v0.3.47

Compare Source

Patch Changes

v0.3.46

Compare Source

Patch Changes

v0.3.45

Compare Source

Patch Changes

v0.3.44

Compare Source

Patch Changes

v0.3.43

Compare Source

Patch Changes

v0.3.42

Compare Source

Patch Changes

v0.3.41

Compare Source

v0.3.40

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-auth-backend)

v0.22.8

Compare Source

Patch Changes

v0.22.7

Compare Source

v0.22.6

Compare Source

Patch Changes
  • 3e823d3: Limited user tokens will no longer include the ent field in its payload. Ownership claims will now be fetched from the user info service.

    NOTE: Limited tokens issued prior to this change will no longer be valid. Users may have to clear their browser cookies in order to refresh their auth tokens.

  • 8869b8e: Updated local development setup.

  • 78a0b08: Internal refactor to handle BackendFeature contract change.

  • d44a20a: Added additional plugin metadata to package.json.

  • 3e1bb15: Updated to use the new @backstage/plugin-auth-backend-module-onelogin-provider implementation

  • Updated dependencies

v0.22.5

Compare Source

Patch Changes
  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • 4a0577e: fix: Move config declarations to appropriate auth backend modules
  • ea9262b: Allow overriding default ownership resolving with the new AuthOwnershipResolutionExtensionPoint
  • Updated dependencies

v0.22.4

Compare Source

Patch Changes
  • f02fe79: Refactored the azure-easyauth provider to use the implementation from @backstage/plugin-auth-backend-module-azure-easyauth-provider.
  • d62bc51: Added token type header parameter and user identity proof to issued user tokens.
  • ba763b6: Migrate the Bitbucket auth provider to the new @backstage/plugin-auth-backend-module-bitbucket-provider module package.
  • bf4d71a: Initial implementation of the /v1/userinfo endpoint, which is now able to parse and return the sub and ent claims from a Backstage user token.
  • c26218d: Deprecated some of the Cloudflare Access types and used the implementation from @backstage/plugin-auth-backend-module-cloudflare-access-provider
  • Updated dependencies
backstage/backstage (@​backstage/plugin-catalog)

v1.21.0

Compare Source

Minor Changes
  • 863a800: Added the following default targets for external routes:

    • createComponent binds to the Scaffolder page.
    • viewTechDoc binds to the TechDocs entity documentation page.
    • createFromTemplate binds to the Scaffolder selected template page.
Patch Changes

v1.20.0

Compare Source

Minor Changes
  • 8834daf: Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context.
Patch Changes

v1.19.0

Compare Source

Minor Changes
  • 18c7f12: Add isApiType() to EntitySwitch routing functions.
Patch Changes

v1.18.2

Compare Source

Patch Changes

v1.18.1

Compare Source

Patch Changes

v1.18.0

Compare Source

Minor Changes
  • 72b8827: Adds a title to the PaginatedCatalogTable for better visibility on what you're viewing.
Patch Changes

v1.17.0

Compare Source

Minor Changes
  • d208a93: Updated the paginated catalog table to support server side text filtering.
  • 1f8c2fa: Add entity warning components to the default entity overview page.
  • e541c0e: Exported CatalogTable.defaultColumnsFunc for defining the columns in <CatalogTable /> of some Kinds while using the default columns for the others.
Patch Changes

v1.16.1

Compare Source

Patch Changes

v1.16.0

Compare Source

Minor Changes
  • e223f22: Properly support both function- and string-form visibility filter expressions in the new extensions exported via /alpha.
  • b8e1eb2: The columns prop can be an array or a function that returns an array in order to override the default columns of the CatalogIndexPage.
Patch Changes

v1.15.1

Compare Source

v1.15.0

Compare Source

Minor Changes
  • 1e5b7d9: Added the DefaultEntityPresentationApi, which is an implementation of the
    EntityPresentationApi that @backstage/plugin-catalog-react exposes through
    its entityPresentationApiRef. This implementation is also by default made
    available automatically by the catalog plugin, unless you replace it with a
    custom one. It batch fetches and caches data from the catalog as needed for
    display, and is customizable by adopters to add their own rendering functions.
Patch Changes

v1.14.0

Compare Source

Minor Changes
  • 28f1ab2: The catalog plugin no longer implements the experimental reconfiguration API. The create button title can now instead be configured using the new experimental internationalization API, via the catalogTranslationRef exported at /alpha. For example:

    import { catalogTranslationRef } from '@&#8203;backstage/plugin-catalog/alpha';
    
    const app = createApp({
      __experimentalTranslations: {
        resources: [
          createTranslationMessages({
            ref: catalogTranslationRef,
            catalog_page_create_button_title: 'Create Software',
          }),
        ],
      },
    });
    
  • f3561a2: include owner chip in catalog search result item

Patch Changes

v1.13.0

Compare Source

Minor Changes
  • e44f45a: This change allows a new annotation of backstage.io/techdocs-entity this ref allows you to reference another entity for its TechDocs. This allows you have a single TechDoc for all items in a system, for example you might have a frontend and a backend in the same repo. This would allow you to have TechDocs build under a System entity while referencing the system e.g.: backstage.io/techdocs-entity: system:default/example that will show the systems docs in both the TechDocs button and the TechDocs tab without needing to do duplicate builds and filling the TechDocs page with garbage.
Patch Changes

v1.12.4

Compare Source

Patch Changes

v1.12.3

Compare Source

v1.12.2

Compare Source

v1.12.1

Compare Source

Patch Changes

v1.12.0

Compare Source

Minor Changes
  • eae0352: Tables which use EntityTableProps now have an additional tableOptions prop which can be used to provide additional table options to these components.
Patch Changes

v1.11.2

Compare Source

Patch Changes

v1.11.1

Compare Source

Patch Changes

v1.11.0

Compare Source

Minor Changes
  • 2258dca: Added an entity namespace filter and column on the default catalog page.

    If you have a custom version of the catalog page, you can add this filter in your CatalogPage code:

    <CatalogFilterLayout>
      <CatalogFilterLayout.Filters>
        <EntityTypePicker />
        <UserListPicker initialFilter={initiallySelectedFilter} />
        <EntityTagPicker />
        /* if you want namespace picker */
        <EntityNamespacePicker />
      </CatalogFilterLayout.Filters>
      <CatalogFilterLayout.Content>
        <CatalogTable columns={columns} actions={actions} />
      </CatalogFilterLayout.Content>
    </CatalogFilterLayout>
    

    The namespace column can be added using createNamespaceColumn();. This is only needed if you customized the columns for CatalogTable.

Patch Changes

v1.10.0

Compare Source

Minor Changes
  • 4dbf3d3: Added a new EntitySwitch isResourceType to allow different views depending on Resource type
  • fc6cab4: Added isEntityWith condition helper for EntitySwitch case statements.
Patch Changes

v1.9.0

Compare Source

Minor Changes
  • 23cc400: Allow EntitySwitch to render all cases that match the condition.

    This change introduces a new parameter for the EntitySwitch component
    renderMultipleMatches. In case the parameter value is all, the EntitySwitch
    will render all EntitySwitch.Case that contain if parameter, and it
    evaluates to true. In case none of the cases match, the default case will be
    rendered, if any.

    This means for example in the CI/CD page you can now do the following:

    <EntitySwitch renderMultipleMatches="all">
      <EntitySwitch.Case if={isJenkinsAvailable}>Jenkins</EntitySwitch.Case>
      <EntitySwitch.Case if={isCodebuildAvailable}>CodeBuild</EntitySwitch.Case>
      <EntitySwitch.Case>No CI/CD</EntitySwitch.Case>
    </EntitySwitch>
    

    This allows the component to have multiple CI/CD systems and all of those are
    rendered on the same page.

  • 3f75b76: Add ability to pass icon as function to have ability to customize it by search item

  • c9a9f3c: Add a columns prop to certain components that use the EntityTable for easier extensibility.

Patch Changes

v1.8.0

Compare Source

Minor Changes
  • 0c1fc39: Added Markdown support in the AboutCard description section
  • 0eaa579: The CatalogSearchResultListItem component is now a search result extension. This means that when rendered as a child of components that render search extensions, the result, rank, and highlight properties are optional. See the documentation for more details.
Patch Changes

v1.7.2

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-backend)

v1.23.2

Compare Source

Patch Changes

v1.23.1

Compare Source

This release fixes an issue with the @backstage/plugin-auth-backend package, in particular the providerInfo not being set properly for some proxy providers.

v1.23.0

Compare Source

Minor Changes
  • c7528b0: Pass through EventsService too in the new backend system
Patch Changes

v1.22.0

Compare Source

Minor Changes
  • f2a2a83: Deprecated the LocationAnalyzer type, which has been moved to @backstage/plugin-catalog-node.
  • f2a2a83: The /alpha plugin export has had its implementation of the catalogAnalysisExtensionPoint updated to reflect the new API.
  • 8d14475: Emit well known relationships for the Domain entity kind.
Patch Changes

v1.21.1

Compare Source

Patch Changes

v1.21.0

Compare Source

Minor Changes
  • f3e2e86: Added the ability to inject custom permissions from modules, on CatalogBuilder and CatalogPermissionExtensionPoint
Patch Changes

v1.20.0

Compare Source

Minor Changes
  • f3e2e86: Added the ability to inject custom permissions from modules, on CatalogBuilder and CatalogPermissionExtensionPoint
Patch Changes

v1.19.0

Compare Source

Minor Changes
  • 9c7fb30: Added the ability to inject custom permissions from modules, on CatalogBuilder and CatalogPermissionExtensionPoint
Patch Changes

v1.18.0

Compare Source

Minor Changes
  • df12231: Allow setting EntityDataParser using CatalogModelExtensionPoint
  • 15ba00f: Migrated to support new auth services. The CatalogBuilder.create method now accepts a discovery option, which is recommended to forward from the plugin environment, as it will otherwise fall back to use the HostDiscovery implementation.
Patch Changes

v1.17.3

Compare Source

This release provides further fixes for the Gitiles integration, and relaxes the validation of the encoding of all query parameters of the catalog backend as well as allowing limit=0 queries.

v1.17.2

Compare Source

This release fixes an issue where certain Gerrit integration setups were broken, and where it was not possible to query multiple facets from the catalog at the same time.

v1.17.1

Compare Source

This release fixes an issue where the EntitySwitch component from @backstage/plugin-catalog was preventing the display of entity errors. It also fixes the alpha catalogModuleTemplateKind export from @backstage/plugin-scaffolder-backend, which had incorrect plugin and module IDs.

v1.17.0

Compare Source

Minor Changes
  • 43dad25: Add API to get location by entity

  • 126c2f9: Updates the OpenAPI spec to use plugin as info.title instead of package name.

  • 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.

  • d8a54d0: Adds support for supplying field validators to the new backend's catalog plugin. If you're using entity policies, you should use the new transformLegacyPolicyToProcessor function to install them as processors instead.

    import {
      catalogProcessingExtensionPoint,
      catalogModelExtensionPoint,
    } from '@&#8203;backstage/plugin-catalog-node/alpha';
    import {myPolicy} from './my-policy';
    
    export const catalogModulePolicyProvider = createBackendModule({
      pluginId: 'catalog',
      moduleId: 'internal-policy-provider',
      register(reg) {
        reg.registerInit({
          deps: {
            modelExtensions: catalogModelExtensionPoint,
            processingExtensions: catalogProcessingExtensionPoint,
          },
          async init({ modelExtensions, processingExtensions }) {
            modelExtensions.setFieldValidators({
              ...
            });
            processingExtensions.addProcessors(transformLegacyPolicyToProcessor(myPolicy))
          },
        });
      },
    });
    
Patch Changes

v1.16.2

Compare Source

v1.16.1

Compare Source

Patch Changes

v1.16.0

Compare Source

Minor Changes
  • 7804597: Permission rules can now be added for the Catalog plugin through the CatalogPermissionExtensionPoint interface.
Patch Changes

v1.15.0

Compare Source

Minor Changes
  • e5bf374: Support adding location analyzers in new catalog analysis extension point and move AnalyzeOptions and ScmLocationAnalyzer types to @backstage/plugin-catalog-node

  • 8d75696: Introduce a new optional config parameter catalog.stitchingStrategy.mode,
    which can have the values 'immediate' (default) and 'deferred'. The default
    is for stitching to work as it did before this change, which means that it
    happens "in-band" (blocking) immediately when each processing task finishes.
    When set to 'deferred', stitching is instead deferred to happen on a separate
    asynchronous worker queue just like processing.

    Deferred stitching should make performance smoother when ingesting large amounts
    of entities, and reduce p99 processing times and repeated over-stitching of
    hot spot entities when fan-out/fan-in in terms of relations is very large. It
    does however also come with some performance cost due to the queuing with how
    much wall-clock time some types of task take.

Patch Changes

v1.14.0

Compare Source

Minor Changes
  • 78af943: Instrumenting some missing metrics with OpenTelemetry
Patch Changes

v1.13.3

Compare Source

v1.13.2

Compare Source

This release includes the missing @rjsf/* dependencies from @backstage/plugin-home which fixes issues like Cannot read properties of undefined (reading 'isMultiSelect')

v1.13.1

Compare Source

This release bumps the minimum required version of vm2 to 3.9.17

v1.13.0

Compare Source

Minor Changes
  • 62f448e: Allow configuring the processing interval in your app-config, under the catalog.processingInterval key.
  • 09cfc3c: set azure annotation dev.azure.com/project-repo in AnnotateScmSlugEntityProcessor to find the project and repo information for the repos that contains dev.azure.com in the url
Patch Changes

v1.12.4

Compare Source

v1.12.3

Compare Source

v1.12.2

Compare Source

Patch Changes

v1.12.1

Compare Source

This release fixes an issue where the backend start command would not work on Windows.

v1.12.0

Compare Source

Minor Changes
  • b8cccd8: Support configuring applicable kinds for AnnotateScmSlugEntityProcessor
  • f32252c: Added OpenTelemetry spans for catalog processing
  • ebeb775: Now performs request validation based on OpenAPI schema through @backstage/backend-openapi-utils. Error responses for invalid input, like "a" instead of a number, may have changed.
Patch Changes

v1.11.0

Compare Source

Minor Changes
  • f06f0e4: Support placeholder resolvers in the CatalogPlugin, also moves PlaceholderResolver and related types from @backstage/plugin-catalog-backend to @backstage/plugin-catalog-node.
Patch Changes

v1.10.0

Compare Source

Minor Changes
  • 44c7ad6: Adds an optional EventBroker that is used for sending an event when there are conflicts, with details of the conflict so that it can be handled elsewhere.
Patch Changes

v1.9.1

Compare Source

Patch Changes

v1.9.0

Compare Source

Minor Changes
  • 329b63f: The catalog now has a new, optional catalog.orphanStrategy app-config parameter, which can have the string values 'keep' (default) or 'delete'.

    If set to 'keep' or left unset, the old behavior is maintained of keeping orphaned entities around until manually deleted.

    If set to 'delete', the catalog will attempt to automatically clean out orphaned entities without manual intervention. Note that there are no guarantees that this process is instantaneous, so there may be some delay before orphaned items disappear.

    For context, the Life of an Entity article goes into some more details on how the nature of orphaning works.

    To enable the new behavior, you will need to pass the plugin task scheduler to your catalog backend builder. If your code already looks like this, you don't need to change it:

    // in packages/backend/src/plugins/catalog.ts
    export default async function createPlugin(
      env: PluginEnvironment,
    ): Promise<Router> {
      const builder = await CatalogBuilder.create(env);
    

    But if you pass things into the catalog builder one by one, you'll need to add the new field:

     // in packages/backend/src/plugins/catalog.ts
       const builder = await CatalogBuilder.create({
         // ... other dependencies
    +    scheduler: env.scheduler,
       });
    

    Finally adjust your app-config:

    catalog:
      orphanStrategy: delete
    
  • 92a4590: Add monorepo support to CodeOwnersProccesor.

Patch Changes

v1.8.0

Compare Source

Minor Changes
  • 7f4ea3d: Add /entities/by-query endpoint returning paginated entities.

    The endpoint supports cursor base pagination and server side sorting of the entities

Patch Changes

v1.7.2

Compare Source

Patch Changes

v1.7.1

Compare Source

This release fixes an issue where @backstage/create-app unintentionally required Git to be set up for it to be able to create a new project.

v1.7.0

Compare Source

Minor Changes
  • f75bf76: Implemented server side ordering in the entities endpoint
Patch Changes
backstage/backstage (@​backstage/plugin-catalog-backend-module-github)

v0.6.4

Compare Source

Patch Changes

v0.6.3

Compare Source

v0.6.2

Compare Source

Patch Changes

v0.6.1

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-common)

v1.0.24

Compare Source

Patch Changes

v1.0.23

Compare Source

Patch Changes

v1.0.22

Compare Source

Patch Changes

v1.0.21

Compare Source

Patch Changes

v1.0.20

Compare Source

Patch Changes

v1.0.19

Compare Source

Patch Changes

v1.0.18

Compare Source

Patch Changes

v1.0.17

Compare Source

Patch Changes

v1.0.16

Compare Source

Patch Changes

v1.0.15

Compare Source

Patch Changes

v1.0.14

Compare Source

Patch Changes

v1.0.13

Compare Source

Patch Changes

v1.0.12

Compare Source

Patch Changes

v1.0.11

Compare Source

Patch Changes

v1.0.10

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-graph)

v0.4.6

Compare Source

Patch Changes

v0.4.5

Compare Source

Patch Changes

v0.4.4

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-import)

v0.12.0

Compare Source

Minor Changes
  • 4f92394: Migrate from identityApi to fetchApi in frontend plugins.
Patch Changes
backstage/backstage (@​backstage/plugin-catalog-react)

v1.12.1

Compare Source

Patch Changes

v1.12.0

Compare Source

Minor Changes
  • 8834daf: Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context.
Patch Changes

v1.11.3

Compare Source

Patch Changes

v1.11.2

Compare Source

Patch Changes

v1.11.1

Compare Source

Patch Changes

v1.11.0

Compare Source

Minor Changes
  • 72b8827: Number of results is now directly added as the field totalItems on useEntityList.
Patch Changes

v1.10.0

Compare Source

Minor Changes
  • d208a93: Added support for server side text filtering to paginated entity requests.
  • 3dc64e9: Add support to configSchema option on the createEntityCardExtension factory function.
Patch Changes

v1.9.3

Compare Source

Patch Changes

v1.9.2

Compare Source

Patch Changes

v1.9.1

Compare Source

This release fixes an issue where we accidentally released a change for A11y that meant that some SidebarItems were being uppercased accidentally.

v1.9.0

Compare Source

Minor Changes
  • 1e5b7d9: Added an EntityPresentationApi and associated entityPresentationApiRef. This
    API lets you control how references to entities (e.g. in links, headings,
    iconography etc) are represented in the user interface.

    Usage of this API is initially added to the EntityRefLink and EntityRefLinks
    components, so that they can render richer, more correct representation of
    entity refs. There's also a new EntityDisplayName component, which works just like
    the EntityRefLink but without the link.

    Along with that change, the fetchEntities and getTitle props of
    EntityRefLinksProps are deprecated and no longer used, since the same need
    instead is fulfilled (and by default always enabled) by the
    entityPresentationApiRef.

  • 1fd53fa: The UserListPicker component has undergone improvements to enhance its performance.

    The previous implementation inferred the number of owned and starred entities based on the entities available in the EntityListContext. The updated version no longer relies on the EntityListContext for inference, allowing for better decoupling.

    The component now loads the entities' count asynchronously, resulting in improved performance and responsiveness. For this purpose, some of the exported filters such as EntityTagFilter, EntityOwnerFilter, EntityLifecycleFilter and EntityNamespaceFilter have now the getCatalogFilters method implemented.

Patch Changes

v1.8.5

Compare Source

Patch Changes

v1.8.4

Compare Source

Patch Changes

v1.8.3

Compare Source

Patch Changes

v1.8.2

Compare Source

This release fixes an issue where we inadvertently released a change to the ESLint configuration in the @backstage/cli that we did not intend to release.

v1.8.1

Compare Source

Patch Changes

v1.8.0

Compare Source

Minor Changes
  • eae0352: Tables which use EntityTableProps now have an additional tableOptions prop which can be used to provide additional table options to these components.
Patch Changes

v1.7.0

Compare Source

Minor Changes
  • cb4c159: The EntityOwnerPicker component has undergone improvements to enhance its performance.
    The previous implementation inferred users and groups displayed by the EntityOwnerPicker component based on the entities available in the EntityListContext. The updated version no longer relies on the EntityListContext for inference, allowing for better decoupling and improved performance.

    The component now loads entities asynchronously, resulting in improved performance and responsiveness. A new mode prop has been introduced which provides two different behaviours:

    • <EntityOwnerPicker mode="owners-only" />: loads the owners data asynchronously using the facets endpoint. The data is kept in memory and rendered asynchronously as the user scrolls. This is the default mode and is supposed to be retro-compatible with the previous implementation.

    • <EntityOwnerPicker mode="all" /> loads all users and groups present in the catalog asynchronously. The data is loaded in batches as the user scrolls. This is more efficient than owners-only, but has the drawback of displaying users and groups who aren't owner of any entity.

Patch Changes

v1.6.0

Compare Source

Minor Changes
  • 2258dca: Added an entity namespace filter and column on the default catalog page.

    If you have a custom version of the catalog page, you can add this filter in your CatalogPage code:

    <CatalogFilterLayout>
      <CatalogFilterLayout.Filters>
        <EntityTypePicker />
        <UserListPicker initialFilter={initiallySelectedFilter} />
        <EntityTagPicker />
        /* if you want namespace picker */
        <EntityNamespacePicker />
      </CatalogFilterLayout.Filters>
      <CatalogFilterLayout.Content>
        <CatalogTable columns={columns} actions={actions} />
      </CatalogFilterLayout.Content>
    </CatalogFilterLayout>
    

    The namespace column can be added using createNamespaceColumn();. This is only needed if you customized the columns for CatalogTable.

Patch Changes

v1.5.0

Compare Source

Minor Changes
  • a49fb39: Attempt to load entity owner names in the EntityOwnerPicker through the by-refs endpoint. If spec.profile.displayName or metadata.title are populated, we now attempt to show those before showing the humanizeEntityRef'd version.

    BREAKING: EntityOwnerFilter now uses the full entity ref instead of the humanizeEntityRef. If you rely on EntityOwnerFilter.values or the queryParameters.owners of useEntityList, you will need to adjust your code like the following.

    const { queryParameters: { owners } } = useEntityList();
    // or
    const { filter: { owners } } = useEntityList();
    
    // Instead of,
    if (owners.some(ref => ref === humanizeEntityRef(myEntity))) ...
    
    // You'll need to use,
    if (owners.some(ref => ref === stringifyEntityRef(myEntity))) ...
    
Patch Changes

v1.4.0

Compare Source

Minor Changes
  • 0a5b73b: Add possibility to re-use EntityPicker for filters with multiple select.
Patch Changes

v1.3.0

Compare Source

Minor Changes
  • 929e1af: Add initialFilter prop to EntityLifecyclePicker. This allows you to set an initial lifecycle for the catalog.
  • fab93c2: Aligned buttons on "Unregister entity" dialog to keep them on the same line
Patch Changes

v1.2.4

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-github-actions)

v0.6.16

Compare Source

v0.6.15

Compare Source

backstage/backstage (@​backstage/plugin-org)

v0.6.26

Compare Source

Patch Changes

v0.6.25

Compare Source

Patch Changes

v0.6.24

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-permission-common)

v0.7.14

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-permission-node)

v0.7.32

Compare Source

Patch Changes

v0.7.31

Compare Source

v0.7.30

Compare Source

Patch Changes

v0.7.29

Compare Source

Patch Changes

v0.7.28

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-permission-react)

v0.4.23

Compare Source

Patch Changes

v0.4.22

Compare Source

Patch Changes

v0.4.21

Compare Source

Patch Changes

v0.4.20

Compare Source

Patch Changes

v0.4.19

Compare Source

Patch Changes

v0.4.18

Compare Source

Patch Changes

v0.4.17

Compare Source

Patch Changes

v0.4.16

Compare Source

Patch Changes

v0.4.15

Compare Source

Patch Changes

v0.4.14

Compare Source

Patch Changes

v0.4.13

Compare Source

Patch Changes

v0.4.12

Compare Source

Patch Changes

v0.4.11

Compare Source

Patch Changes

v0.4.10

Compare Source

Patch Changes

v0.4.9

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-proxy-backend)

v0.5.2

Compare Source

Patch Changes

v0.5.1

Compare Source

v0.5.0

Compare Source

Minor Changes
  • 88480e4: BREAKING: The proxy backend plugin is now protected by Backstage auth, by
    default. Unless specifically configured (see below), all proxy endpoints will
    reject requests immediately unless a valid Backstage user or service token is
    passed along with the request. This aligns the proxy with how other Backstage
    backends behave out of the box, and serves to protect your upstreams from
    unauthorized access.

    A proxy configuration section can now look as follows:

    proxy:
      endpoints:
        '/pagerduty':
          target: https://api.pagerduty.com
          credentials: require # NEW!
          headers:
            Authorization: Token token=${PAGERDUTY_TOKEN}
    

    There are three possible credentials settings at this point:

    • require: Callers must provide Backstage user or service credentials with
      each request. The credentials are not forwarded to the proxy target.
    • forward: Callers must provide Backstage user or service credentials with
      each request, and those credentials are forwarded to the proxy target.
    • dangerously-allow-unauthenticated: No Backstage credentials are required to
      access this proxy target. The target can still apply its own credentials
      checks, but the proxy will not help block non-Backstage-blessed callers. If
      you also add allowedHeaders: ['Authorization'] to an endpoint configuration,
      then the Backstage token (if provided) WILL be forwarded.

    The value dangerously-allow-unauthenticated was the old default.

    The value require is the new default, so requests that were previously
    permitted may now start resulting in 401 Unauthorized responses. If you have
    backend.auth.dangerouslyDisableDefaultAuthPolicy set to true, this does not
    apply; the proxy will behave as if all endpoints were set to
    dangerously-allow-unauthenticated.

    If you have proxy endpoints that require unauthenticated access still, please
    add credentials: dangerously-allow-unauthenticated to their declarations in
    your app-config.

Patch Changes

v0.4.16

Compare Source

Patch Changes

v0.4.15

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-scaffolder)

v1.22.0

Compare Source

Minor Changes
  • 52b6db0: Use virtualization with EntityPicker as done earlier with MultiEntityPicker to fix performance issues with large data sets. VirtualizedListbox extracted into reusable component.
  • 3583ce5: Use virtualization with MultiEntityPicker. Fixes performance issues with large data sets.
  • b5deed0: Add support for bitbucketCloud autocomplete in RepoUrlPicker
Patch Changes

v1.21.0

Compare Source

Minor Changes
  • d57ebbc: Changed the way to display entities in EntityPicker to use entityPresentationApi instead of humanizeEntityRef

  • 62bd9eb: Replace ui:widget: password with the a warning message stating that it's not secure and to use the build in SecretField.

    You can do this by updating your template.yaml files that have the reference ui:widget: password to ui:field: Secret instead.

    apiVersion: backstage.io/v1alpha1
    kind: Template
    metadata:
      ...
    
    spec:
      parameters:
        - title: collect some information
          schema:
            type: object
            properties:
              password:
                title: Password
                type: string
    -            ui:widget: password
    +            ui:field: Secret
      steps:
        - id: collect-info
          name: Collect some information
          action: acme:do:something
          input:
    -        password: ${{ parameters.password }}
    +        password: ${{ secrets.password }}
    
  • 60085dd: Added the following default targets for external routes:

    • registerComponent binds to the catalog import page.
    • viewTechDoc binds to the TechDocs entity documentation page.
Patch Changes

v1.20.1

Compare Source

Patch Changes

v1.20.0

Compare Source

Minor Changes
  • 4268696: MultiEntityPicker uses EntityDisplayName instead of humanizeEntityRef to display entity.
Patch Changes

v1.19.3

Compare Source

Patch Changes

v1.19.2

Compare Source

Patch Changes

v1.19.1

Compare Source

Patch Changes

v1.19.0

Compare Source

Minor Changes
  • a3b4d90: Added a menu to the header of template page for direct access to editing the template
Patch Changes

v1.18.0

Compare Source

Minor Changes
  • c56f1a2: Remove the old legacy exports from /alpha
  • 9b9c05c: Updating the EntityPicker to only select kind metadata.name and metadata.namespace by default to improve performance on larger datasets.
  • a86920b: Introduced a new MultiEntityPicker field that supports selecting multiple Entities
  • 7f11009: Added stack trace display to ErrorPage and updated existing refs
Patch Changes

v1.17.1

Compare Source

Patch Changes

v1.17.0

Compare Source

Minor Changes
  • df88d09: Add a new git repository url picker for gitea. This GiteaRepoPicker can be used in a template to scaffold a project to be cloned using gitea.
  • 33edf50: Added support for dealing with user provided secrets using a new field extension ui:field: Secret
Patch Changes

v1.16.1

Compare Source

v1.16.0

Compare Source

Minor Changes
  • f28c117: Add a possibility to use a formatter on a warning panel. Applied it for a scaffolder template

  • 3fdffbb: Release design improvements for the Scaffolder plugin and support v5 of @rjsf/* libraries.

    This change should be non-breaking. If you're seeing typescript issues after migrating please open an issue

    The next versions like createNextFieldExtension and NextScaffolderPage have been promoted to the public interface under createScaffolderFieldExtension and ScaffolderPage, so any older imports which are no longer found will need updating from @backstage/plugin-scaffolder/alpha or @backstage/plugin-scaffolder-react/alpha will need to be imported from @backstage/plugin-scaffolder and @backstage/plugin-scaffolder-react respectively.

    The legacy versions are now available in /alpha under createLegacyFieldExtension and LegacyScaffolderPage if you're running into issues, but be aware that these will be removed in a next mainline release.

Patch Changes

v1.15.1

Compare Source

Patch Changes

v1.15.0

Compare Source

Minor Changes
  • 0119c32: adding a .zip download to dry run results page, including zip.js as dependency
Patch Changes

v1.14.4

Compare Source

Patch Changes

v1.14.3

Compare Source

v1.14.2

Compare Source

Patch Changes

v1.14.1

Compare Source

Patch Changes

v1.14.0

Compare Source

Minor Changes
  • 464125e: Added MyGroupsPicker field extension that will display a dropdown of groups a user is part of.
Patch Changes

v1.13.1

Compare Source

Patch Changes

v1.13.0

Compare Source

Minor Changes
  • b71f58d: Fixed bug in EntityPicker component that allowed for empty values when field is required. This bug occurs only after a user fills the EntityPicker field, clears it, and then continues to the next form step.
  • cdab34f: scaffolder/next: removing the routeRefs and exporting the originals on scaffolderPlugin.routes.x instead
  • e5ad1bd: Allow TemplateListPage and TemplateWizardPage to be passed in as props
  • 92cf86a: Added a templateFilter prop to the <Router/> component to allow for filtering of templates through a function.
  • cf18c32: The Installed Actions page now shows details for nested objects and arrays
  • 259d340: Move CategoryPicker from scaffolder into scaffolder-react
    Move ContextMenu into scaffolder-react and rename it to ScaffolderPageContextMenu
Patch Changes

v1.12.0

Compare Source

Minor Changes
  • 0d61fcc: Update EntityPicker to use the fully qualified entity ref instead of the humanized version.
  • 8f4d13f: Move useTaskStream, TaskBorder, TaskLogStream and TaskSteps into scaffolder-react.
Patch Changes

v1.11.0

Compare Source

Minor Changes
  • d6bb12a: - Deprecation - Deprecated the following exports, please import them directly from @backstage/plugin-scaffolder-react instead

    createScaffolderLayout
    ScaffolderLayouts
    LayoutOptions
    LayoutTemplate
    
  • a521379: Migrating the TemplateEditorPage to work with the new components from @backstage/plugin-scaffolder-react

  • 074f7e8: Added a missing validator check for items in an array

  • 8c29665: Embed scaffolder workflow in other components

Patch Changes

v1.10.1

Compare Source

  • Fixed an issue were the log redaction didn't properly escape RegExp characters.
  • Fixed an issue with the resolution of @rjsf/* libraries were incompatible

v1.10.0

Compare Source

Minor Changes
  • e4c0240: Added catalogFilter field to OwnerPicker and EntityPicker components to support filtering options by any field(s) of an entity.

    The allowedKinds field has been deprecated. Use catalogFilter instead. This field allows users to specify a filter on the shape of EntityFilterQuery, which can be passed into the CatalogClient. See examples below:

    • Get all entities of kind Group

      owner:
        title: Owner
        type: string
        description: Owner of the component
        ui:field: OwnerPicker
        ui:options:
          catalogFilter:
            - kind: Group
      
    • Get entities of kind Group and spec.type team

      owner:
        title: Owner
        type: string
        description: Owner of the component
        ui:field: OwnerPicker
        ui:options:
          catalogFilter:
            - kind: Group
              spec.type: team
      
  • b4955ed: - Deprecation - Deprecated the following exports, please import them directly from @backstage/plugin-scaffolder-react instead

    createScaffolderFieldExtension
    ScaffolderFieldExtensions
    useTemplateSecrets
    scaffolderApiRef
    ScaffolderApi
    ScaffolderUseTemplateSecrets
    TemplateParameterSchema
    CustomFieldExtensionSchema
    CustomFieldValidator
    FieldExtensionOptions
    FieldExtensionComponentProps
    FieldExtensionComponent
    ListActionsResponse
    LogEvent
    ScaffolderDryRunOptions
    ScaffolderDryRunResponse
    ScaffolderGetIntegrationsListOptions
    ScaffolderGetIntegrationsListResponse
    ScaffolderOutputlink
    ScaffolderScaffoldOptions
    ScaffolderScaffoldResponse
    ScaffolderStreamLogsOptions
    ScaffolderTask
    ScaffolderTaskOutput
    ScaffolderTaskStatus
    
    • Deprecation - Deprecated the rootRouteRef export, this should now be used from scaffolderPlugin.routes.root

    • The following /alpha types have removed from this package and moved to the @backstage/plugin-scaffolder-react/alpha package

      createNextScaffolderFieldExtension
      FormProps
      NextCustomFieldValidator
      NextFieldExtensionComponentProps
      NextFieldExtensionOptions
      
Patch Changes
backstage/backstage (@​backstage/plugin-scaffolder-backend)

v1.22.11

Compare Source

v1.22.10

Compare Source

v1.22.9

Compare Source

Patch Changes

v1.22.8

Compare Source

Patch Changes

v1.22.7

Compare Source

v1.22.6

Compare Source

Patch Changes

v1.22.5

Compare Source

Patch Changes

v1.22.4

Compare Source

Patch Changes

v1.22.3

Compare Source

Patch Changes

v1.22.2

Compare Source

Patch Changes

v1.22.1

Compare Source

Patch Changes

v1.22.0

Compare Source

Minor Changes
  • e9663a9: Move away from using ctx.logStream
  • aa543c9: Migrate plugin to use the new auth services, add an optional service discovery to the router options and change the permissions type to be PermissionsService.
  • e9663a9: Enable the redaction of secrets using the redacting logger and the secrets from the TaskSpec
  • c6b132e: Introducing checkpoints for scaffolder task action idempotency
Patch Changes

v1.21.3

Compare Source

v1.21.2

Compare Source

v1.21.1

Compare Source

This release fixes the below issues:

  • Added missing common resolvers to Okta auth
  • Fix a bug in getLocationByRef that led to invalid backend calls with the Catalog

v1.21.0

Compare Source

Minor Changes
  • 458bf21: Created a gitea module for the scaffolder. This module provides a new action "publish:gitea" able to create a gitea repository owned by an organization. See: https://gitea.com/api/swagger#/organization/createOrgRepo

  • 11b9a08: Introduced the first version of recoverable tasks.

  • 78c100b: Support providing an overriding token for fetch:template, fetch:plain and fetch:file when interacting with upstream integrations

  • e9a5228: The built-in module list has been trimmed down when using the new Backend System. Provider specific modules should now be installed with backend.add to provide additional actions to the scaffolder. These modules are as follows:

    • @backstage/plugin-scaffolder-backend-module-github
    • @backstage/plugin-scaffolder-backend-module-gitlab
    • @backstage/plugin-scaffolder-backend-module-bitbucket
    • @backstage/plugin-scaffolder-backend-module-gitea
    • @backstage/plugin-scaffolder-backend-module-gerrit
    • @backstage/plugin-scaffolder-backend-module-confluence-to-markdown
    • @backstage/plugin-scaffolder-backend-module-cookiecutter
    • @backstage/plugin-scaffolder-backend-module-rails
    • @backstage/plugin-scaffolder-backend-module-sentry
    • @backstage/plugin-scaffolder-backend-module-yeoman
Patch Changes

v1.20.0

Compare Source

Minor Changes
  • a694f71: The Scaffolder builtin actions now contains an action for running pipelines from Bitbucket Cloud Rest API
  • 7c522c5: Add gitlab:repo:push scaffolder action to push files to arbitrary branch without creating a Merge Request
Patch Changes

v1.19.2

Compare Source

Patch Changes

v1.19.1

Compare Source

This release fixes an issue where Microsoft auth would fail.

Contributed by @​TheGemmell in https://github.com/backstage/backstage/pull/20655

v1.19.0

Compare Source

Minor Changes
  • f3ab9cf: Made shut down stale tasks configurable.

    There are two properties exposed:

    • scaffolder.processingInterval - sets the processing interval for staled tasks.
    • scaffolder.taskTimeoutJanitorFrequency - sets the task's heartbeat timeout, when to consider a task to be staled.
  • 7d5a921: Allow using globby's negative matching with copyWithoutTemplating/copyWithoutRender. This allows including an entire subdirectory while excluding a single file so that it will still be templated instead of needing to list every other file and ensure the list is updated when new files are added.

  • 5e4127c: Allow setting update: true in publish:github:pull-request scaffolder action

Patch Changes

v1.18.1

Compare Source

This release fixes an issue in @backstage/backend-test-utils where some existing versions of Jest would cause a type error because MockInstance only accepts two type arguments.

v1.18.0

Compare Source

Minor Changes
  • dea0aaf: Updated publish:gitlab action properties to support additional Gitlab project settings:

    • general project settings provided by gitlab project create API (new settings property)
    • branch level settings to create additional branches and make them protected (new branches property)
    • project level environment variables settings (new projectVariables property)

    Marked existed properties repoVisibility and topics as deprecated, as they are covered by settings property.

  • f41099b: Display meaningful error to the output if Gitlab namespace not found inside publish:gitlab.

Patch Changes

v1.17.3

Compare Source

Patch Changes

v1.17.2

Compare Source

This release fixes an issue where certain Gerrit integration setups were broken, and where it was not possible to query multiple facets from the catalog at the same time.

v1.17.1

Compare Source

This release fixes an issue where the EntitySwitch component from @backstage/plugin-catalog was preventing the display of entity errors. It also fixes the alpha catalogModuleTemplateKind export from @backstage/plugin-scaffolder-backend, which had incorrect plugin and module IDs.

v1.17.0

Compare Source

Minor Changes
  • b5f239b: Improved the parseEntityRef Scaffolder filter by introducing the ability for users to provide default kind and/or namespace values. The filter now takes
    2 arguments, similarly to the original parseEntityRef.

  • d5313ed: DEPRECATION: Deprecated ScaffolderEntitiesProcessor, which should now instead be imported from @backstage/plugin-catalog-backend-module-scaffolder-entity-model.

    catalogModuleTemplateKind was also moved to that package and renamed to catalogModuleScaffolderEntityModel, without any deprecation since it was an alpha export.

Patch Changes

v1.16.5

Compare Source

v1.16.4

Compare Source

v1.16.3

Compare Source

Patch Changes

v1.16.2

Compare Source

v1.16.1

Compare Source

v1.16.0

Compare Source

Minor Changes
  • e514aac: Introduce each property on action steps, allowing them to be ran repeatedly.
Patch Changes

v1.15.1

Compare Source

Patch Changes

v1.15.0

Compare Source

Minor Changes
  • 84b0e47: Add TargetBranchName variable and output for the publish:gitlab:merge-request and publish:github:pull-request s'cascaffolder actions.

  • 6a694ce: Add a scaffolder action that pull-requests for bitbucket server

  • 1948845: Added github:deployKey:create and github:environment:create scaffolder actions. You will need to add read/write permissions to your GITHUB_TOKEN and/or Github Backstage App for Repository Administration (for deploy key functionality) and Environments (for Environment functionality)

  • df84117: Add support for Repository Variables and Secrets to the publish:github and github:repo:create scaffolder actions. You will need to add read/write permissions to your GITHUB_TOKEN and/or Github Backstage App for Repository Secrets and Variables

    Upgrade octokit introduces some breaking changes.

Patch Changes

v1.14.0

Compare Source

Minor Changes
  • 67115f5: Expose both types of scaffolder permissions and rules through the metadata endpoint.

    The metadata endpoint now correctly exposes both types of scaffolder permissions and rules (for both the template and action resource types) through the metadata endpoint.

  • a73b3c0: Add ability to use defaultNamespace and defaultKind for scaffolder action catalog:fetch

Patch Changes

v1.13.1

Compare Source

This release bumps the minimum required version of vm2 to 3.9.17

v1.13.0

Compare Source

Minor Changes
  • 2b15cb4: The non-PR/MR Git Actions now return the commit hash of the commit pushed as a new output called commitHash, isomorphic-git is now on version 1.23.0

  • 30ffdae: Added fetch:plain:file action to fetch a single file, this action is also added to the list of built-in actions.

  • 65e989f: Added the possibility to authorize parameters and steps of a template

    The scaffolder plugin is now integrated with the permission framework.
    It is possible to toggle parameters or actions within templates by marking each section with specific tags, inside a backstage:permissions property under each parameter or action. Each parameter or action can then be permissioned by using a conditional decision containing the scaffolderTemplateRules.hasTag rule.

  • 3b68b09: Renamed permissionApi router option to permissions

  • bcae5aa: Added the possibility to authorize actions

    It is now possible to decide who should be able to execute certain actions or who should be able to pass specific input to specified actions.

    Some of the existing utility functions for creating conditional decisions have been renamed:

    • createScaffolderConditionalDecision has been renamed to createScaffolderActionConditionalDecision
    • scaffolderConditions has been renamed to scaffolderTemplateConditions
  • d7c8c22: Allow for a commit message to differ from the PR title when publishing a GitHub pull request.

  • 95ea9f6: Provide some more default filters out of the box and refactoring how the filters are applied to the SecureTemplater.

    • parseEntityRef will take an string entity triplet and return a parsed object.
    • pick will allow you to reference a specific property in the piped object.

    So you can now combine things like this: ${{ parameters.entity | parseEntityRef | pick('name') }} to get the name of a specific entity, or ${{ parameters.repoUrl | parseRepoUrl | pick('owner') }} to get the owner of a repo.

Patch Changes

v1.12.0

Compare Source

Minor Changes
  • 7d724d8: Added the ability to be able to define an actions input and output schema using zod instead of hand writing types and jsonschema
Patch Changes

v1.11.0

Compare Source

Minor Changes
  • 0b2952e: Added the option to overwrite files in the targetPath of the template:fetch action
  • 1271549: Renamed the export scaffolderCatalogModule to catalogModuleTemplateKind in 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

v1.10.1

Compare Source

  • Fixed an issue were the log redaction didn't properly escape RegExp characters.
  • Fixed an issue with the resolution of @rjsf/* libraries were incompatible

v1.10.0

Compare Source

Minor Changes
  • a6808b6: Implement Required approving review count, Restrictions, and Required commit signing support for publish:github action

  • 04a2048: Allow custom repository roles to be configured on github repos

  • c0ad734: Add Scaffolder action catalog:fetch to get entity by entity reference from catalog

  • b44eb68: This change adds changes to provide examples alongside scaffolder task actions.

    The createTemplateAction function now takes a list of examples e.g.

    const actionExamples = [
      {
        description: 'Example 1',
        example: yaml.stringify({
          steps: [
            {
              action: 'test:action',
              id: 'test',
              input: {
                input1: 'value',
              },
            },
          ],
        }),
      },
    ];
    
    export function createTestAction() {
      return createTemplateAction({
          id: 'test:action',
          examples: [
              {
                  description: 'Example 1',
                  examples: actionExamples
              }
          ],
          ...,
      });
    

    These examples can be retrieved later from the api.

    curl http://localhost:7007/api/scaffolder/v2/actions
    
    [
      {
        "id": "test:action",
        "examples": [
          {
            "description": "Example 1",
            "example": "steps:\n  - action: test:action\n    id: test\n    input:\n      input1: value\n"
          }
        ],
        "schema": {
          "input": {
            "type": "object",
            "properties": {
              "input1": {
                "title": "Input 1",
                "type": "string"
              }
            }
          }
        }
      }
    ]
    
  • 72d6b9f: Added ability to override the commit message and author details for the publish:bitbucketServer action.

  • a69664f: Add Github repository support for squash merge commit title and message options

Patch Changes
backstage/backstage (@​backstage/plugin-search)

v1.4.13

Compare Source

Patch Changes

v1.4.12

Compare Source

Patch Changes

v1.4.11

Compare Source

Patch Changes

v1.4.10

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-search-backend)

v1.5.13

Compare Source

Patch Changes

v1.5.12

Compare Source

v1.5.11

Compare Source

v1.5.10

Compare Source

Patch Changes

v1.5.9

Compare Source

v1.5.8

Compare Source

Patch Changes

v1.5.7

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-search-backend-module-pg)

v0.5.31

Compare Source

Patch Changes

v0.5.30

Compare Source

v0.5.29

Compare Source

v0.5.28

Compare Source

Patch Changes

v0.5.27

Compare Source

Patch Changes

v0.5.26

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-search-backend-node)

v1.2.26

Compare Source

Patch Changes

v1.2.25

Compare Source

v1.2.24

Compare Source

Patch Changes

v1.2.23

Compare Source

v1.2.22

Compare Source

Patch Changes

v1.2.21

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-search-react)

v1.7.12

Compare Source

Patch Changes

v1.7.11

Compare Source

Patch Changes

v1.7.10

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-tech-radar)

v0.7.4

Compare Source

v0.7.3

Compare Source

backstage/backstage (@​backstage/plugin-techdocs)

v1.10.6

Compare Source

Patch Changes

v1.10.5

Compare Source

Patch Changes

v1.10.4

Compare Source

Patch Changes

v1.10.3

Compare Source

Patch Changes

v1.10.2

Compare Source

Patch Changes

v1.10.1

Compare Source

Patch Changes

v1.10.0

Compare Source

Minor Changes
  • af4d147: Updated the styling for <code> tags to avoid word break.
Patch Changes

v1.9.3

Compare Source

Patch Changes

v1.9.2

Compare Source

Patch Changes

v1.9.1

Compare Source

This release fixes an issue where we accidentally released a change for A11y that meant that some SidebarItems were being uppercased accidentally.

v1.9.0

Compare Source

Minor Changes
  • 17f93d5: A new analytics event not-found will be published when a user visits a documentation site that does not exist
Patch Changes

v1.8.0

Compare Source

Minor Changes
  • 27740ca: Added experimental support for declarative integration via the /alpha subpath.
Patch Changes

v1.7.0

Compare Source

Minor Changes
  • e44f45a: This change allows a new annotation of backstage.io/techdocs-entity this ref allows you to reference another entity for its TechDocs. This allows you have a single TechDoc for all items in a system, for example you might have a frontend and a backend in the same repo. This would allow you to have TechDocs build under a System entity while referencing the system e.g.: backstage.io/techdocs-entity: system:default/example that will show the systems docs in both the TechDocs button and the TechDocs tab without needing to do duplicate builds and filling the TechDocs page with garbage.
Patch Changes

v1.6.8

Compare Source

Patch Changes

v1.6.7

Compare Source

v1.6.6

Compare Source

Patch Changes

v1.6.5

Compare Source

Patch Changes

v1.6.4

Compare Source

Patch Changes

v1.6.3

Compare Source

Patch Changes

v1.6.2

Compare Source

Patch Changes

v1.6.1

Compare Source

Patch Changes

v1.6.0

Compare Source

Minor Changes
  • 3f75b76: Add ability to pass icon as function to have ability to customize it by search item
Patch Changes

v1.5.0

Compare Source

Minor Changes
  • 20840b3: Update DocsTable and EntityListDocsTable to accept overrides for Material Table options.
  • 0eaa579: The TechDocsSearchResultListItem component is now a search result extension. This means that when rendered as a child of components that render search extensions, the result, rank, and highlight properties are optional. See the documentation for more details.
Patch Changes

v1.4.3

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-techdocs-backend)

v1.10.8

Compare Source

Patch Changes

v1.10.7

Compare Source

v1.10.6

Compare Source

Patch Changes

v1.10.5

Compare Source

Patch Changes

v1.10.4

Compare Source

Patch Changes

v1.10.3

Compare Source

Patch Changes

v1.10.2

Compare Source

Patch Changes

v1.10.1

Compare Source

Patch Changes

v1.10.0

Compare Source

Minor Changes
  • 718b734: Create extension point TechdocsGeneratorExtensionPoint to allow adding a custom generator
Patch Changes

v1.9.6

Compare Source

Patch Changes

v1.9.5

Compare Source

v1.9.4

Compare Source

v1.9.3

Compare Source

Patch Changes

v1.9.2

Compare Source

Patch Changes

v1.9.1

Compare Source

Patch Changes

v1.9.0

Compare Source

Minor Changes
  • 67cff7b: Expose an extension point to set a custom build strategy. Also move DocsBuildStrategy type to @backstage/plugin-techdocs-node and deprecate ShouldBuildParameters type.
Patch Changes

v1.8.0

Compare Source

Minor Changes
  • 344cfbc: Allow prepared directory clean up for custom preparers

    When using custom preparer for TechDocs, the preparedDir might
    end up taking disk space. This requires all custom preparers to
    implement a new method shouldCleanPreparedDirectory which indicates
    whether the prepared directory should be cleaned after generation.

Patch Changes

v1.7.2

Compare Source

Patch Changes

v1.7.1

Compare Source

This release fixes an issue where @backstage/create-app unintentionally required Git to be set up for it to be able to create a new project.

v1.7.0

Compare Source

Minor Changes
  • 5985d45: Add a techdocs.publisher.azureBlobStorage.connectionString app-config setting, which can be leveraged for improved Azurite support.
  • 10a86bd: Add optional config and cli option for techdocs to specify default mkdocs plugins.
Patch Changes

v1.6.7

Compare Source

Patch Changes

v1.6.6

Compare Source

v1.6.5

Compare Source

Patch Changes

v1.6.4

Compare Source

Patch Changes

v1.6.3

Compare Source

Patch Changes

v1.6.2

Compare Source

Patch Changes

v1.6.1

Compare Source

Patch Changes

v1.6.0

Compare Source

Minor Changes
  • 92b4953: Introduced alpha export of the techdocsPlugin using the new backend system.
Patch Changes

v1.5.3

Compare Source

Patch Changes

v1.5.2

Compare Source

v1.5.1

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-techdocs-module-addons-contrib)

v1.1.11

Compare Source

Patch Changes

v1.1.10

Compare Source

Patch Changes

v1.1.9

Compare Source

Patch Changes

v1.1.8

Compare Source

Patch Changes

v1.1.7

Compare Source

Patch Changes

v1.1.6

Compare Source

Patch Changes

v1.1.5

Compare Source

Patch Changes

v1.1.4

Compare Source

Patch Changes

v1.1.3

Compare Source

Patch Changes

v1.1.2

Compare Source

Patch Changes

v1.1.1

Compare Source

Patch Changes

v1.1.0

Compare Source

Minor Changes
  • 86c1990: Enable zoom icon for techdocs images inside lightbox
Patch Changes

v1.0.18

Compare Source

Patch Changes

v1.0.17

Compare Source

v1.0.16

Compare Source

Patch Changes

v1.0.15

Compare Source

Patch Changes

v1.0.14

Compare Source

Patch Changes

v1.0.13

Compare Source

Patch Changes

v1.0.12

Compare Source

Patch Changes

v1.0.11

Compare Source

Patch Changes

v1.0.10

Compare Source

Patch Changes
  • d950d3e: Depend on @material-ui/core version ^4.12.2 like all other in-repo packages

  • 4660b63: Create a TechDocs <LightBox/> addon that allows users to open images in a light-box on documentation pages, they can navigate between images if there are several on one page.

    Here's an example on how to use it in a Backstage app:

    import {
      DefaultTechDocsHome,
      TechDocsIndexPage,
      TechDocsReaderPage,
    } from '@&#8203;backstage/plugin-techdocs';
    import { TechDocsAddons } from '@&#8203;backstage/plugin-techdocs-react/alpha';
    +import { LightBox } from '@&#8203;backstage/plugin-techdocs-module-addons-contrib';
    
    const AppRoutes = () => {
      <FlatRoutes>
        // other plugin routes
        <Route path="/docs" element={<TechDocsIndexPage />}>
          <DefaultTechDocsHome />
        </Route>
        <Route
          path="/docs/:namespace/:kind/:name/*"
          element={<TechDocsReaderPage />}
        >
          <TechDocsAddons>
    +       <LightBox />
          </TechDocsAddons>
        </Route>
      </FlatRoutes>;
    };
    
  • Updated dependencies

v1.0.9

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-techdocs-react)

v1.2.5

Compare Source

Patch Changes

v1.2.4

Compare Source

Patch Changes

v1.2.3

Compare Source

Patch Changes

v1.2.2

Compare Source

Patch Changes

v1.2.1

Compare Source

Patch Changes

v1.2.0

Compare Source

Minor Changes
  • 3f14e9f: Create a new api method for issuing user cookie.
Patch Changes

v1.1.16

Compare Source

Patch Changes

v1.1.15

Compare Source

Patch Changes

v1.1.14

Compare Source

Patch Changes

v1.1.13

Compare Source

Patch Changes

v1.1.12

Compare Source

Patch Changes

v1.1.11

Compare Source

Patch Changes

v1.1.10

Compare Source

Skipped due to publishing issues.

v1.1.9

Compare Source

Patch Changes

v1.1.8

Compare Source

Patch Changes

v1.1.7

Compare Source

Patch Changes

v1.1.6

Compare Source

Patch Changes

v1.1.5

Compare Source

Patch Changes

v1.1.4

Compare Source

Patch Changes

v1.1.3

Compare Source

Patch Changes

v1.1.2

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-user-settings)

v0.8.8

Compare Source

Patch Changes

v0.8.7

Compare Source

Patch Changes

v0.8.6

Compare Source

Patch Changes

v0.8.5

Compare Source

Patch Changes
backstage/backstage (@​backstage/test-utils)

v1.5.7

Compare Source

Patch Changes

v1.5.6

Compare Source

Patch Changes

v1.5.5

Compare Source

Patch Changes

v1.5.4

Compare Source

Patch Changes

v1.5.3

Compare Source

Patch Changes

v1.5.2

Compare Source

Patch Changes

v1.5.1

Compare Source

Patch Changes

v1.5.0

Compare Source

Minor Changes
  • bb40898: Added components option to TestAppOptions, which will be forwarded as the components option to createApp.
Patch Changes

v1.4.7

Compare Source

Patch Changes

v1.4.6

Compare Source

Patch Changes

v1.4.5

Compare Source

Patch Changes

v1.4.4

Compare Source

Patch Changes

v1.4.3

Compare Source

Patch Changes

v1.4.2

Compare Source

Patch Changes

v1.4.1

Compare Source

Patch Changes

v1.4.0

Compare Source

Minor Changes
  • 1fd38bc: Test App Wrapper is now using UnifiedThemeProvider for supporting Material UI v5 next to Material UI v4 in tests.
Patch Changes

v1.3.1

Compare Source

Patch Changes

v1.3.0

Compare Source

Minor Changes
  • 7908d72: Introduce a new global config parameter, enableExperimentalRedirectFlow. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
Patch Changes

v1.2.6

Compare Source

Patch Changes

v1.2.5

Compare Source

Patch Changes

v1.2.4

Compare Source

Patch Changes
backstage/backstage (@​backstage/theme)

v0.5.6

Compare Source

Patch Changes
  • 702fa7d: Internal refactor to fix an issue where the MUI 5 v5- class prefixing gets removed by tree shaking.

v0.5.5

Compare Source

v0.5.4

Compare Source

Patch Changes
  • f1462df: Fixed bug where scrollbars don't pick up the theme when in dark mode

v0.5.3

Compare Source

Patch Changes
  • abfbcfc: Updated dependency @testing-library/react to ^15.0.0.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@backstage/app-defaults](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/app-defaults)) | dependencies | minor | [`1.0.10` -> `1.5.7`](https://renovatebot.com/diffs/npm/@backstage%2fapp-defaults/1.0.10/1.5.7) | | [@backstage/backend-common](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common)) | dependencies | minor | [`^0.22.0` -> `^0.23.0`](https://renovatebot.com/diffs/npm/@backstage%2fbackend-common/0.22.0/0.23.2) | | [@backstage/backend-tasks](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/backend-tasks)) | dependencies | patch | [`0.5.21` -> `0.5.26`](https://renovatebot.com/diffs/npm/@backstage%2fbackend-tasks/0.5.21/0.5.26) | | [@backstage/catalog-client](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/catalog-client)) | dependencies | minor | [`1.2.0` -> `1.6.5`](https://renovatebot.com/diffs/npm/@backstage%2fcatalog-client/1.2.0/1.6.5) | | [@backstage/catalog-model](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/catalog-model)) | dependencies | minor | [`1.1.4` -> `1.5.0`](https://renovatebot.com/diffs/npm/@backstage%2fcatalog-model/1.1.4/1.5.0) | | [@backstage/cli](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/cli)) | devDependencies | patch | [`0.26.2` -> `0.26.10`](https://renovatebot.com/diffs/npm/@backstage%2fcli/0.26.2/0.26.10) | | [@backstage/cli](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/cli)) | dependencies | patch | [`0.26.2` -> `0.26.10`](https://renovatebot.com/diffs/npm/@backstage%2fcli/0.26.2/0.26.10) | | [@backstage/config](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/config)) | dependencies | minor | [`1.0.5` -> `1.2.0`](https://renovatebot.com/diffs/npm/@backstage%2fconfig/1.0.5/1.2.0) | | [@backstage/core-app-api](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api)) | devDependencies | minor | [`1.3.0` -> `1.13.0`](https://renovatebot.com/diffs/npm/@backstage%2fcore-app-api/1.3.0/1.13.0) | | [@backstage/core-app-api](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api)) | dependencies | minor | [`1.3.0` -> `1.13.0`](https://renovatebot.com/diffs/npm/@backstage%2fcore-app-api/1.3.0/1.13.0) | | [@backstage/core-components](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-components)) | dependencies | patch | [`0.14.3` -> `0.14.8`](https://renovatebot.com/diffs/npm/@backstage%2fcore-components/0.14.3/0.14.8) | | [@backstage/core-plugin-api](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-plugin-api)) | dependencies | minor | [`1.2.0` -> `1.9.3`](https://renovatebot.com/diffs/npm/@backstage%2fcore-plugin-api/1.2.0/1.9.3) | | [@backstage/dev-utils](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/dev-utils)) | devDependencies | patch | [`1.0.10` -> `1.0.34`](https://renovatebot.com/diffs/npm/@backstage%2fdev-utils/1.0.10/1.0.34) | | [@backstage/integration-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/integration-react)) | dependencies | patch | [`1.1.8` -> `1.1.28`](https://renovatebot.com/diffs/npm/@backstage%2fintegration-react/1.1.8/1.1.28) | | [@backstage/plugin-api-docs](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/api-docs)) | dependencies | patch | [`0.11.3` -> `0.11.6`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-api-docs/0.11.3/0.11.6) | | [@backstage/plugin-app-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/app-backend)) | dependencies | patch | [`0.3.39` -> `0.3.70`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-app-backend/0.3.39/0.3.70) | | [@backstage/plugin-auth-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend)) | dependencies | patch | [`0.22.3` -> `0.22.8`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-auth-backend/0.22.3/0.22.8) | | [@backstage/plugin-catalog](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog)) | dependencies | minor | [`1.7.1` -> `1.21.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog/1.7.1/1.21.0) | | [@backstage/plugin-catalog-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend)) | dependencies | minor | [`1.6.0` -> `1.23.2`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-backend/1.6.0/1.23.2) | | [@backstage/plugin-catalog-backend-module-github](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-github)) | dependencies | patch | [`0.6.0` -> `0.6.4`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-backend-module-github/0.6.0/0.6.4) | | [@backstage/plugin-catalog-common](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-common)) | dependencies | patch | [`1.0.9` -> `1.0.24`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-common/1.0.9/1.0.24) | | [@backstage/plugin-catalog-graph](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-graph)) | dependencies | patch | [`0.4.3` -> `0.4.6`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-graph/0.4.3/0.4.6) | | [@backstage/plugin-catalog-import](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-import)) | dependencies | minor | [`^0.11.0` -> `^0.12.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-import/0.11.0/0.12.0) | | [@backstage/plugin-catalog-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-react)) | dependencies | minor | [`1.2.3` -> `1.12.1`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-react/1.2.3/1.12.1) | | [@backstage/plugin-github-actions](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/github-actions)) | dependencies | patch | [`0.6.14` -> `0.6.16`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-github-actions/0.6.14/0.6.16) | | [@backstage/plugin-org](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/org)) | dependencies | patch | [`0.6.23` -> `0.6.26`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-org/0.6.23/0.6.26) | | [@backstage/plugin-permission-common](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-common)) | dependencies | patch | [`0.7.13` -> `0.7.14`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-permission-common/0.7.13/0.7.14) | | [@backstage/plugin-permission-node](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-node)) | dependencies | patch | [`0.7.27` -> `0.7.32`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-permission-node/0.7.27/0.7.32) | | [@backstage/plugin-permission-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-react)) | dependencies | patch | [`0.4.8` -> `0.4.23`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-permission-react/0.4.8/0.4.23) | | [@backstage/plugin-proxy-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/proxy-backend)) | dependencies | minor | [`^0.4.0` -> `^0.5.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-proxy-backend/0.4.14/0.5.2) | | [@backstage/plugin-scaffolder](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder)) | dependencies | minor | [`1.9.1` -> `1.22.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-scaffolder/1.9.1/1.22.0) | | [@backstage/plugin-scaffolder-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-backend)) | dependencies | minor | [`1.9.0` -> `1.22.11`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-scaffolder-backend/1.9.0/1.22.11) | | [@backstage/plugin-search](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search)) | dependencies | patch | [`1.4.9` -> `1.4.13`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search/1.4.9/1.4.13) | | [@backstage/plugin-search-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend)) | dependencies | patch | [`1.5.6` -> `1.5.13`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-backend/1.5.6/1.5.13) | | [@backstage/plugin-search-backend-module-pg](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-pg)) | dependencies | patch | [`0.5.25` -> `0.5.31`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-backend-module-pg/0.5.25/0.5.31) | | [@backstage/plugin-search-backend-node](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-node)) | dependencies | patch | [`1.2.20` -> `1.2.26`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-backend-node/1.2.20/1.2.26) | | [@backstage/plugin-search-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-react)) | dependencies | patch | [`1.7.9` -> `1.7.12`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-react/1.7.9/1.7.12) | | [@backstage/plugin-tech-radar](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/tech-radar)) | dependencies | patch | [`0.7.2` -> `0.7.4`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-tech-radar/0.7.2/0.7.4) | | [@backstage/plugin-techdocs](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs)) | dependencies | minor | [`1.4.2` -> `1.10.6`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs/1.4.2/1.10.6) | | [@backstage/plugin-techdocs-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-backend)) | dependencies | minor | [`1.5.0` -> `1.10.8`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs-backend/1.5.0/1.10.8) | | [@backstage/plugin-techdocs-module-addons-contrib](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-module-addons-contrib)) | dependencies | minor | [`1.0.8` -> `1.1.11`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs-module-addons-contrib/1.0.8/1.1.11) | | [@backstage/plugin-techdocs-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-react)) | dependencies | minor | [`1.1.1` -> `1.2.5`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs-react/1.1.1/1.2.5) | | [@backstage/plugin-user-settings](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/user-settings)) | dependencies | patch | [`0.8.4` -> `0.8.8`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-user-settings/0.8.4/0.8.8) | | [@backstage/test-utils](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils)) | devDependencies | minor | [`1.2.3` -> `1.5.7`](https://renovatebot.com/diffs/npm/@backstage%2ftest-utils/1.2.3/1.5.7) | | [@backstage/theme](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/theme)) | dependencies | patch | [`0.5.2` -> `0.5.6`](https://renovatebot.com/diffs/npm/@backstage%2ftheme/0.5.2/0.5.6) | --- ### Release Notes <details> <summary>backstage/backstage (@&#8203;backstage/app-defaults)</summary> ### [`v1.5.7`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#157-next0) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9-next.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).13.0-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.23 ### [`v1.5.6`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#156) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.23 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.6 ### [`v1.5.5`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#155) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.5 ### [`v1.5.4`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#154) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.22 ### [`v1.5.3`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#153) [Compare Source](https://github.com/backstage/backstage/compare/629612dd11636ff82cce943e727e608b8bd0d54a...48aa33cd4f4d2b588c8d15c519e3268789c5ebe7) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.3 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 ### [`v1.5.2`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#152) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.1...629612dd11636ff82cce943e727e608b8bd0d54a) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.2 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 ### [`v1.5.1`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#151) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.0...v1.5.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 ### [`v1.5.0`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#150) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...v1.5.0) ##### Minor Changes - [`f919be9`](https://github.com/backstage/backstage/commit/f919be9): Added a utility API for VMware Cloud auth; the API ref is available in the `@backstage/core-plugin-api` and `@backstage/frontend-plugin-api` packages, the implementation is in `@backstage/core-app-api` and a factory has been added to `@backstage/app-defaults`. - [`7f11009`](https://github.com/backstage/backstage/commit/7f11009): Added stack trace display to `ErrorPage` and updated existing refs ##### Patch Changes - [`f899eec`](https://github.com/backstage/backstage/commit/f899eec): Change default icon for `kind:resource` to the storage icon. - [`9aac2b0`](https://github.com/backstage/backstage/commit/9aac2b0): Use `--cwd` as the first `yarn` argument - [`7da67ce`](https://github.com/backstage/backstage/commit/7da67ce): Change `defaultScopes` for Bitbucket auth from invalid `team` to `account`. - [`214f2da`](https://github.com/backstage/backstage/commit/214f2da): Fix invalid HTTP status code 501 in Error Page - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.20 ### [`v1.4.7`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#147) [Compare Source](https://github.com/backstage/backstage/compare/81d6a2568434ae1a1e2784fbb6e9699f55968eac...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.10 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.19 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).11.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.0 ### [`v1.4.6`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#146) [Compare Source](https://github.com/backstage/backstage/compare/d9a16db9d2be79dd19634a1d816a1cb0ae89cafe...81d6a2568434ae1a1e2784fbb6e9699f55968eac) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.9 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).11.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.18 ### [`v1.4.5`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#145) [Compare Source](https://github.com/backstage/backstage/compare/f1dc76bd9ab62249aa04230881d1480c14763c64...d9a16db9d2be79dd19634a1d816a1cb0ae89cafe) ##### Patch Changes - [`6c2b872`](https://github.com/backstage/backstage/commit/6c2b872153): Add official support for React 18. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.8 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.17 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).11.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.4 ### [`v1.4.4`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#144) [Compare Source](https://github.com/backstage/backstage/compare/5bf8bc9c1466837f810ec000255f46100937fff5...f1dc76bd9ab62249aa04230881d1480c14763c64) ##### Patch Changes - [`1a0616f`](https://github.com/backstage/backstage/commit/1a0616fa10): Add missing resource and template app icons - [`9a1fce3`](https://github.com/backstage/backstage/commit/9a1fce352e): Updated dependency `@testing-library/jest-dom` to `^6.0.0`. - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.6 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.16 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.3 ### [`v1.4.3`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#143) [Compare Source](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...5bf8bc9c1466837f810ec000255f46100937fff5) ##### Patch Changes - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - [`8cec766`](https://github.com/backstage/backstage/commit/8cec7664e146): Removed `@types/node` dependency - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.15 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.2 ### [`v1.4.2`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#142) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...4dc21bf7f59c15965406061df431cb9a75f9d7bc) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.14 ### [`v1.4.1`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#141) [Compare Source](https://github.com/backstage/backstage/compare/v1.4.0...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.3 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.14 ### [`v1.4.0`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#140) [Compare Source](https://github.com/backstage/backstage/compare/v1.3.1...v1.4.0) ##### Minor Changes - [`1fd38bc`](https://github.com/backstage/backstage/commit/1fd38bc4141a): **Material UI v5 Support:** Adding platform-wide support for Material UI v5 allowing a transition phase for migrating central plugins & components over. We still support v4 instances & plugins by adding a To allow the future support of plugins & components using Material UI v5 you want to upgrade your `AppTheme`'s to using the `UnifiedThemeProvider` ```diff Provider: ({ children }) => ( - <ThemeProvider theme={lightTheme}> - <CssBaseline>{children}</CssBaseline> - </ThemeProvider> + <UnifiedThemeProvider theme={builtinThemes.light} children={children} /> ), ``` ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.2 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.13 ### [`v1.3.1`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#131) [Compare Source](https://github.com/backstage/backstage/compare/v1.3.0...v1.3.1) ##### Patch Changes - [`575d917`](https://github.com/backstage/backstage/commit/575d9178eff): Added a System Icon for resource entities. This can be obtained using: ```ts useApp().getSystemIcon('kind:resource'); ``` - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.12 ### [`v1.3.0`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#130) [Compare Source](https://github.com/backstage/backstage/compare/v1.2.1...v1.3.0) ##### Minor Changes - [`7908d72`](https://github.com/backstage/backstage/commit/7908d72e033): Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.19 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.12 ### [`v1.2.1`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#121) [Compare Source](https://github.com/backstage/backstage/compare/v1.2.0...v1.2.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.18 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.11 ### [`v1.2.0`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#120) [Compare Source](https://github.com/backstage/backstage/compare/v1.1.0...v1.2.0) ##### Minor Changes - [`db10b6e`](https://github.com/backstage/backstage/commit/db10b6ef65): Added a Bitbucket Server Auth Provider and added its API to the app defaults ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.17 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.10 ### [`v1.1.0`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#110) [Compare Source](https://github.com/backstage/backstage/compare/a3ea732bd5786481af7e5bd0abfcfe94526f7d0f...v1.1.0) ##### Minor Changes - [`bca8e8b`](https://github.com/backstage/backstage/commit/bca8e8b393): Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.9 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.16 </details> <details> <summary>backstage/backstage (@&#8203;backstage/backend-common)</summary> ### [`v0.23.2`](https://github.com/backstage/backstage/blob/HEAD/packages/backend-common/CHANGELOG.md#0232-next0) [Compare Source](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - [`8c09c97`](https://github.com/backstage/backstage/commit/8c09c97): Deprecate legacy status check factory, handler and types. - [`d228862`](https://github.com/backstage/backstage/commit/d228862): Update default backend plugin created by the cli to use non-deprecated error handling middleware - [`c964a3d`](https://github.com/backstage/backstage/commit/c964a3d): Add dependencies that are needed by cross-imports from backend-defaults - [`b60db08`](https://github.com/backstage/backstage/commit/b60db08): Fixing exporting of classes properly from new packages - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.21-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0-next.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.16-next.0 - [@&#8203;backstage/backend-dev-utils](https://github.com/backstage/backend-dev-utils)[@&#8203;0](https://github.com/0).1.4 - [@&#8203;backstage/cli-common](https://github.com/backstage/cli-common)[@&#8203;0](https://github.com/0).1.14 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration-aws-node](https://github.com/backstage/integration-aws-node)[@&#8203;0](https://github.com/0).1.12 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.23.1`](https://github.com/backstage/backstage/compare/v0.23.0...934359f16e711ff771e7add26ece744a4e6a65f3) [Compare Source](https://github.com/backstage/backstage/compare/v0.23.0...934359f16e711ff771e7add26ece744a4e6a65f3) ### [`v0.23.0`](https://github.com/backstage/backstage/blob/HEAD/packages/backend-common/CHANGELOG.md#0230) [Compare Source](https://github.com/backstage/backstage/compare/v0.22.0...v0.23.0) ##### Minor Changes - [`395b973`](https://github.com/backstage/backstage/commit/395b973): Implemented `readTree` for Harness provider to support TechDocs functionality - [`02103be`](https://github.com/backstage/backstage/commit/02103be): Deprecated and moved over core services to `@backstage/backend-defaults` ##### Patch Changes - [`9539a0b`](https://github.com/backstage/backstage/commit/9539a0b): Import utility functions from `backend-defaults` instead of `backend-app-api` - [`b2c4607`](https://github.com/backstage/backstage/commit/b2c4607): Removed accents on deprecation note - [`c6c0919`](https://github.com/backstage/backstage/commit/c6c0919): Updated configuration schema to include the `useRedisSets` cache config option. - [`ed3074e`](https://github.com/backstage/backstage/commit/ed3074e): The `database` types, helpers and implementations were moved to the package `@backstage/backend-defaults` and deprecated from the package `@backstage/backend-commons`. - [`9cca724`](https://github.com/backstage/backstage/commit/9cca724): The `TokenManager` has been deprecated in preparation for the [stable release of the New Backend System](https://github.com/backstage/backstage/issues/24493). Please [migrate](https://backstage.io/docs/tutorials/auth-service-migration) to the new `coreServices.auth`, `coreServices.httpAuth`, and `coreServices.userInfo` services as needed instead. - [`1779188`](https://github.com/backstage/backstage/commit/1779188): In preparation to the new backend system stable release, the `isDatabaseConflictError` helper have been moved to the `@backstage/backend-plugin-api` package and deprecated from `@backstage/backend-common`. - [`78a0b08`](https://github.com/backstage/backstage/commit/78a0b08): Internal refactor to handle `BackendFeature` contract change. - [`e171620`](https://github.com/backstage/backstage/commit/e171620): Move `cache` implementation and types to the `@backstage/backend-defaults` package. - [`1a6f38a`](https://github.com/backstage/backstage/commit/1a6f38a): `ContainerRunner`, `DockerContainerRunner` and `KubernetesContainerRunner` are now deprecated - [`8869b8e`](https://github.com/backstage/backstage/commit/8869b8e): We are deprecating the legacy `createServiceBuilder` factory, so if you are still using it, please checkout the migration guide and [migrate](https://backstage.io/docs/backend-system/building-plugins-and-modules/migrating) your plugin to use the new backend system. - [`0634fdc`](https://github.com/backstage/backstage/commit/0634fdc): Deprecated `dropDatabase` - [`b2ee7f3`](https://github.com/backstage/backstage/commit/b2ee7f3): Moved over all URL reader functionality from `@backstage/backend-common` to `@backstage/backend-defaults/urlReader`. Please update your imports. - [`d94a477`](https://github.com/backstage/backstage/commit/d94a477): Removed the circular dependency on `@backstage/backend-app-api` - [`3bd04bb`](https://github.com/backstage/backstage/commit/3bd04bb): We are deprecating the legacy router handlers and contexts in preparation for the new backend system stable release. - [`23ee9ab`](https://github.com/backstage/backstage/commit/23ee9ab): Fix AWS CodeCommit integration by allowing to change the host - [`e9a03c9`](https://github.com/backstage/backstage/commit/e9a03c9): Finalizes the deprecation of legacy backend utilities. Deprecated utilities include the `ServiceBuilder` type, `notFoundHandler` and `redactWintonLogLine` functions. - [`6a576dc`](https://github.com/backstage/backstage/commit/6a576dc): Deprecate legacy service logger helpers and stop using `getVoidLogger` in tests. - [`032a7a6`](https://github.com/backstage/backstage/commit/032a7a6): Deprecate the legacy error and request logging handler types, respectively: `ErrorHandlerOptions` and `RequestLoggingHandlerFactory`. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.14 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/cli-common](https://github.com/backstage/cli-common)[@&#8203;0](https://github.com/0).1.14 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/backend-dev-utils](https://github.com/backstage/backend-dev-utils)[@&#8203;0](https://github.com/0).1.4 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration-aws-node](https://github.com/backstage/integration-aws-node)[@&#8203;0](https://github.com/0).1.12 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/backend-tasks)</summary> ### [`v0.5.26`](https://github.com/backstage/backstage/blob/HEAD/packages/backend-tasks/CHANGELOG.md#0526-next0) [Compare Source](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - [`083eaf9`](https://github.com/backstage/backstage/commit/083eaf9): Fix bug where ISO durations could no longer be used for schedules - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.21-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.2-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.5.25`](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) ### [`v0.5.24`](https://github.com/backstage/backstage/blob/HEAD/packages/backend-tasks/CHANGELOG.md#0524) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`736bc3c`](https://github.com/backstage/backstage/commit/736bc3c): Marked all exports as deprecated and pointed at `@backstage/backend-plugin-api` and `@backstage/backend-defaults` - [`ed473cd`](https://github.com/backstage/backstage/commit/ed473cd): Updated the `TaskScheduleDefinitionConfig` deprecated comment to point to `SchedulerServiceTaskScheduleDefinitionConfig` - [`6a576dc`](https://github.com/backstage/backstage/commit/6a576dc): Deprecate the legacy `TaskScheduler.fromConfig` method and stop using the `getVoidlogger` in tests files to reduce the dependency on the soon-to-deprecate `backstage-common` package. - [`1897169`](https://github.com/backstage/backstage/commit/1897169): More detailed deprecation messages - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.5.23`](https://github.com/backstage/backstage/blob/HEAD/packages/backend-tasks/CHANGELOG.md#0523) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`d229dc4`](https://github.com/backstage/backstage/commit/d229dc4): Move path utilities from `backend-common` to the `backend-plugin-api` package. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).22.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18 ### [`v0.5.22`](https://github.com/backstage/backstage/blob/HEAD/packages/backend-tasks/CHANGELOG.md#0522) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`d5a1fe1`](https://github.com/backstage/backstage/commit/d5a1fe1): Replaced winston logger with `LoggerService` - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.7 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.17 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/catalog-client)</summary> ### [`v1.6.5`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#165) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 ### [`v1.6.4`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#164) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`dad7505`](https://github.com/backstage/backstage/commit/dad7505): Fix the `CatalogClient::getEntities` method to only sort the resulting entities in case no `order`-parameter is provided. - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 ### [`v1.6.3`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#163) [Compare Source](https://github.com/backstage/backstage/compare/629612dd11636ff82cce943e727e608b8bd0d54a...48aa33cd4f4d2b588c8d15c519e3268789c5ebe7) ##### Patch Changes - [`7e8a7c8`](https://github.com/backstage/backstage/commit/7e8a7c8): Added missing commas to the example of `queryEntities` - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 ### [`v1.6.2`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#162) [Compare Source](https://github.com/backstage/backstage/compare/7825762f90f59c0903758aeaebd0bbf6f33dc087...629612dd11636ff82cce943e727e608b8bd0d54a) ##### Patch Changes - [`7e8a7c8`](https://github.com/backstage/backstage/commit/7e8a7c8): Added missing commas to the example of `queryEntities` - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 ### [`v1.6.1`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#161) [Compare Source](https://github.com/backstage/backstage/compare/v1.6.0...7825762f90f59c0903758aeaebd0bbf6f33dc087) ##### Patch Changes - [`6f830bb`](https://github.com/backstage/backstage/commit/6f830bb): Allow passing optional filter to `getEntitiesByRefs` - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 ### [`v1.6.0`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#160) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...v1.6.0) ##### Minor Changes - [`43dad25`](https://github.com/backstage/backstage/commit/43dad25): Add API to get location by entity - [`04907c3`](https://github.com/backstage/backstage/commit/04907c3): Updates the OpenAPI specification title to plugin ID instead of package name. ##### Patch Changes - [`c04c42b`](https://github.com/backstage/backstage/commit/c04c42b): Internal updates to auto-generated files. - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 ### [`v1.5.2`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#152) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.1...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - [`883782e`](https://github.com/backstage/backstage/commit/883782e): Fix a bug in `getLocationByRef` that led to invalid backend calls - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 ### [`v1.5.1`](https://github.com/backstage/backstage/releases/tag/v1.5.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.0...v1.5.1) ### Release v1.5.1 #### [@&#8203;backstage/plugin-scaffolder-backend](https://github.com/backstage/plugin-scaffolder-backend)[@&#8203;1](https://github.com/1).5.1 ##### Patch Changes - Bump minimum required version for `vm2`. This is to mitigate a sandbox escape recently discovered in the `vm2` library which provides the sandbox for the scaffolder and the templating functionality. Please make sure that the `vm2` version in your Backstage instance is at least 3.9.11. ### [`v1.5.0`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#150) [Compare Source](https://github.com/backstage/backstage/compare/d9a16db9d2be79dd19634a1d816a1cb0ae89cafe...v1.5.0) ##### Minor Changes - [`3834067`](https://github.com/backstage/backstage/commit/3834067): The internals of `CatalogClient` are now auto-generated using the `backstage-repo-tools schema openapi generate-client` command. ##### Patch Changes - [`82fa88b`](https://github.com/backstage/backstage/commit/82fa88b): Fixes a bug where some query parameters were double URL encoded. - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 ### [`v1.4.6`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#146) [Compare Source](https://github.com/backstage/backstage/compare/f1dc76bd9ab62249aa04230881d1480c14763c64...d9a16db9d2be79dd19634a1d816a1cb0ae89cafe) ##### Patch Changes - [`4aa43f6`](https://github.com/backstage/backstage/commit/4aa43f62aa): Updated dependency `cross-fetch` to `^4.0.0`. - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 ### [`v1.4.5`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#145) [Compare Source](https://github.com/backstage/backstage/compare/5bf8bc9c1466837f810ec000255f46100937fff5...f1dc76bd9ab62249aa04230881d1480c14763c64) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 ### [`v1.4.4`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#144) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...5bf8bc9c1466837f810ec000255f46100937fff5) ##### Patch Changes - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.2 ### [`v1.4.3`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#143) [Compare Source](https://github.com/backstage/backstage/compare/07e8526b304368b31280f5fc486f783b61c78e38...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 ### [`v1.4.2`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#142) [Compare Source](https://github.com/backstage/backstage/compare/990fa3f86f233f1e0b20923abe43a240736ccc32...07e8526b304368b31280f5fc486f783b61c78e38) ##### Patch Changes - [`cc936b5`](https://github.com/backstage/backstage/commit/cc936b529676): Updated API docs - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.0 ### [`v1.4.1`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#141) [Compare Source](https://github.com/backstage/backstage/compare/v1.4.0...990fa3f86f233f1e0b20923abe43a240736ccc32) ##### Patch Changes - [`c1c4e08`](https://github.com/backstage/backstage/commit/c1c4e080b79): Fixed bug in `queryEntities` of `CatalogClient` where the `sortField` is supposed to be changed to `orderField`. - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 ### [`v1.4.0`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#140) [Compare Source](https://github.com/backstage/backstage/compare/v1.3.1...v1.4.0) ##### Minor Changes - [`8c030b1`](https://github.com/backstage/backstage/commit/8c030b1826c): Add `queryEntities` method to `CatalogApi`. ##### Patch Changes - [`52b0022`](https://github.com/backstage/backstage/commit/52b0022dab7): Updated dependency `msw` to `^1.0.0`. - [`c630360`](https://github.com/backstage/backstage/commit/c630360631f): Ensure that `getEntitiesByRefs` returns `undefined` instead of `null` for missing items - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.1 ### [`v1.3.1`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#131) [Compare Source](https://github.com/backstage/backstage/compare/v1.3.0...v1.3.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 ### [`v1.3.0`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#130) [Compare Source](https://github.com/backstage/backstage/compare/v1.2.0...v1.3.0) ##### Minor Changes - [`f75bf76`](https://github.com/backstage/backstage/commit/f75bf76330): Implemented support for the `order` directive on `getEntities` ##### Patch Changes - [`e23f13a`](https://github.com/backstage/backstage/commit/e23f13a573): Enable the `by-refs` endpoint to receive `fields` through the POST body as well as through query parameters. - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 </details> <details> <summary>backstage/backstage (@&#8203;backstage/catalog-model)</summary> ### [`v1.5.0`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-model/CHANGELOG.md#150) [Compare Source](https://github.com/backstage/backstage/compare/7825762f90f59c0903758aeaebd0bbf6f33dc087...v1.5.0) ##### Minor Changes - [`79025f3`](https://github.com/backstage/backstage/commit/79025f3): Introduce a domain attribute to the domain entity to allow a hierarchy of domains to exist. ### [`v1.4.5`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-model/CHANGELOG.md#145) [Compare Source](https://github.com/backstage/backstage/compare/dde9d0ae753cf1894bd80c48c3001860319255fd...7825762f90f59c0903758aeaebd0bbf6f33dc087) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.4.4`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-model/CHANGELOG.md#144) [Compare Source](https://github.com/backstage/backstage/compare/f1dc76bd9ab62249aa04230881d1480c14763c64...dde9d0ae753cf1894bd80c48c3001860319255fd) ##### Patch Changes - [`07e7d12`](https://github.com/backstage/backstage/commit/07e7d12): Fix wording in API reference - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.4.3`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-model/CHANGELOG.md#143) [Compare Source](https://github.com/backstage/backstage/compare/5bf8bc9c1466837f810ec000255f46100937fff5...f1dc76bd9ab62249aa04230881d1480c14763c64) ##### Patch Changes - [`0b55f77`](https://github.com/backstage/backstage/commit/0b55f773a7): Removed some unused dependencies - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.4.2`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-model/CHANGELOG.md#142) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...5bf8bc9c1466837f810ec000255f46100937fff5) ##### Patch Changes - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.4.1`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-model/CHANGELOG.md#141) [Compare Source](https://github.com/backstage/backstage/compare/v1.4.0...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 ### [`v1.4.0`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-model/CHANGELOG.md#140) [Compare Source](https://github.com/backstage/backstage/compare/v1.3.0...v1.4.0) ##### Minor Changes - [`33eae4b`](https://github.com/backstage/backstage/commit/33eae4b39a95): Deprecate target field and make targetRef required in common.schema.json ##### Patch Changes - [`af748a1`](https://github.com/backstage/backstage/commit/af748a148d52): Add OpenAPI Specification (OAS) v3.1.0 examples. - [`1df5fc9`](https://github.com/backstage/backstage/commit/1df5fc954798): Remove requirement for 'target' property of EntityRelation - Updated dependencies - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 ### [`v1.3.0`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-model/CHANGELOG.md#130) [Compare Source](https://github.com/backstage/backstage/compare/v1.2.1...v1.3.0) ##### Minor Changes - [`be9c422`](https://github.com/backstage/backstage/commit/be9c4228073): Modified the regex for DNS label validation to support IDN domains ##### Patch Changes - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 ### [`v1.2.1`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-model/CHANGELOG.md#121) [Compare Source](https://github.com/backstage/backstage/compare/v1.2.0...v1.2.1) ##### Patch Changes - [`928a12a`](https://github.com/backstage/backstage/commit/928a12a9b3e): Internal refactor of `/alpha` exports. - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 ### [`v1.2.0`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-model/CHANGELOG.md#120) [Compare Source](https://github.com/backstage/backstage/compare/5235df9b8d6ecef8eefe6933935575b5975a8df4...v1.2.0) ##### Minor Changes - [`d516688`](https://github.com/backstage/backstage/commit/d51668882d): Adds the tRPC API type to the catalog. ##### Patch Changes - [`aece6c5`](https://github.com/backstage/backstage/commit/aece6c57d2): Add additional validation for location references. - [`2518ef5`](https://github.com/backstage/backstage/commit/2518ef5b8a): Add deprecation tag to kubernetes constants in catalog, constants are now defined in plugin-kubernetes-common - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 ### [`v1.1.5`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-model/CHANGELOG.md#115) [Compare Source](https://github.com/backstage/backstage/compare/edfc373b9bf3538c4068be898cfdcfcc9758ec8b...5235df9b8d6ecef8eefe6933935575b5975a8df4) ##### Patch Changes - [`011bd51`](https://github.com/backstage/backstage/commit/011bd518b7): Fixed spelling mistakes in documentation. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 </details> <details> <summary>backstage/backstage (@&#8203;backstage/cli)</summary> ### [`v0.26.10`](https://github.com/backstage/backstage/blob/HEAD/packages/cli/CHANGELOG.md#02610-next0) [Compare Source](https://github.com/backstage/backstage/compare/b9909b2931cdd93231b2d989a3fe7f8acd798e6d...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - [`e2e320c`](https://github.com/backstage/backstage/commit/e2e320c): - remove unused dependencies `winston` and `yn` from the template of backend plugins; - update `msw` to version `2.3.1` in the template of backend plugins; starting with v1 and switching later to v2 is tedious and not straight forward; it's easier to start with v2; - [`0540c5a`](https://github.com/backstage/backstage/commit/0540c5a): Updated the scaffolding output message for `plugin-common` in `backstage-cli`. Now, when executing `backstage-cli new` to create a new `plugin-common` package, the output message accurately reflects the action by displaying `Creating common plugin package...` instead of the previous, less accurate `Creating backend plugin...`. - [`7652db4`](https://github.com/backstage/backstage/commit/7652db4): Only bootstrap global-agent if it's actually being used - [`f0c0039`](https://github.com/backstage/backstage/commit/f0c0039): Fix issue with CLI that was preventing upgrading from 1.28 - [`d228862`](https://github.com/backstage/backstage/commit/d228862): Update default backend plugin created by the cli to use non-deprecated error handling middleware - [`da90cce`](https://github.com/backstage/backstage/commit/da90cce): Updated dependency `esbuild` to `^0.21.0`. - [`a60d73b`](https://github.com/backstage/backstage/commit/a60d73b): Fix a few minor issues with the backend template that were causing failing linting checks in the main repo. - [`0510d98`](https://github.com/backstage/backstage/commit/0510d98): Subpath export `package.json` should be of a unique name to avoid typescript resolution issues - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0-next.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/cli-common](https://github.com/backstage/cli-common)[@&#8203;0](https://github.com/0).1.14 - [@&#8203;backstage/cli-node](https://github.com/backstage/cli-node)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/eslint-plugin](https://github.com/backstage/eslint-plugin)[@&#8203;0](https://github.com/0).1.8 - [@&#8203;backstage/release-manifests](https://github.com/backstage/release-manifests)[@&#8203;0](https://github.com/0).0.11 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.26.9`](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...b9909b2931cdd93231b2d989a3fe7f8acd798e6d) [Compare Source](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...b9909b2931cdd93231b2d989a3fe7f8acd798e6d) ### [`v0.26.8`](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) ### [`v0.26.7`](https://github.com/backstage/backstage/blob/HEAD/packages/cli/CHANGELOG.md#0267) [Compare Source](https://github.com/backstage/backstage/compare/013a0802d88bd2022a064b606c04b76b3af22375...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`788eca7`](https://github.com/backstage/backstage/commit/788eca7): Fix readme for new plugins created using cli - [`90c5268`](https://github.com/backstage/backstage/commit/90c5268): Add `peerDependencies` to `devDependencies` in `package.json.hbs` templates. - [`c00f7ee`](https://github.com/backstage/backstage/commit/c00f7ee): Fix issue with `esm` loaded dependencies being different from the `cjs` import for Vite dependencies - [`b0f66e9`](https://github.com/backstage/backstage/commit/b0f66e9): Updated dependency `vite-plugin-node-polyfills` to `^0.22.0`. - [`c328131`](https://github.com/backstage/backstage/commit/c328131): Added a new `--publish` flag to the `repo fix` command. This command will validate and if possible generate the metadata required for publishing packages with the Backstage CLI. In addition, a check has been added that the `backstage.pluginId` and `backstage.pluginPackage(s)` fields are present when packing a package for publishing. - [`5afbe1d`](https://github.com/backstage/backstage/commit/5afbe1d): Export default module for `scaffolder-action` cli template - [`009da47`](https://github.com/backstage/backstage/commit/009da47): Fix `versions:check --fix` when `yarn.lock` has multiple joint versions in the same section - [`9ee948a`](https://github.com/backstage/backstage/commit/9ee948a): Bump `esbuild` target for package builds to `ES2022`. - Updated dependencies - [@&#8203;backstage/cli-node](https://github.com/backstage/cli-node)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/cli-common](https://github.com/backstage/cli-common)[@&#8203;0](https://github.com/0).1.14 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/eslint-plugin](https://github.com/backstage/eslint-plugin)[@&#8203;0](https://github.com/0).1.8 - [@&#8203;backstage/release-manifests](https://github.com/backstage/release-manifests)[@&#8203;0](https://github.com/0).0.11 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.26.6`](https://github.com/backstage/backstage/blob/HEAD/packages/cli/CHANGELOG.md#0266-next0) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...013a0802d88bd2022a064b606c04b76b3af22375) ##### Patch Changes - [`009da47`](https://github.com/backstage/backstage/commit/009da47): Fix `versions:check --fix` when `yarn.lock` has multiple joint versions in the same section - [`9ee948a`](https://github.com/backstage/backstage/commit/9ee948a): Bump `esbuild` target for package builds to `ES2022`. - Updated dependencies - [@&#8203;backstage/cli-node](https://github.com/backstage/cli-node)[@&#8203;0](https://github.com/0).2.6-next.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/cli-common](https://github.com/backstage/cli-common)[@&#8203;0](https://github.com/0).1.13 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/eslint-plugin](https://github.com/backstage/eslint-plugin)[@&#8203;0](https://github.com/0).1.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/release-manifests](https://github.com/backstage/release-manifests)[@&#8203;0](https://github.com/0).0.11 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.26.5`](https://github.com/backstage/backstage/blob/HEAD/packages/cli/CHANGELOG.md#0265) [Compare Source](https://github.com/backstage/backstage/compare/e2b8c9e2ff2b9046d1bc27ed1281af946755097c...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`b8f1fc2`](https://github.com/backstage/backstage/commit/b8f1fc2): The `build-workspace` command no longer manually runs `yarn postpack`, relying instead on the fact that running `yarn pack` will automatically invoke the `postpack` script. No action is necessary if you are running the latest version of yarn 1, 3, or 4. - [`fcd3462`](https://github.com/backstage/backstage/commit/fcd3462): Both the target and types library have been bumped from ES2021 to ES2022 in `@backstage/cli/config/tsconfig.json`. - [`0cc5ed3`](https://github.com/backstage/backstage/commit/0cc5ed3): Add support for `versions:migrate` to do code changes. Can be skipped with `--no-code-changes` - [`f97ad04`](https://github.com/backstage/backstage/commit/f97ad04): Add preserveModules to rollup, which allows better async loading and tree-shaking in webpack - [`2a6f10d`](https://github.com/backstage/backstage/commit/2a6f10d): The `versions:bump` command will no longer exit with a non-zero status if the version bump fails due to forbidden duplicate package installations. It will now also provide more information about how to troubleshoot such an error. The set of forbidden duplicates has also been expanded to include all `@backstage/*-app-api` packages. - [`c5d7b40`](https://github.com/backstage/backstage/commit/c5d7b40): Allow passing a `--require` argument through to the Node process during `package start` - [`cc3c518`](https://github.com/backstage/backstage/commit/cc3c518): Fixed an issue causing the `repo fix` command to set an incorrect `workspace` property using Windows - [`812dff0`](https://github.com/backstage/backstage/commit/812dff0): Add previously-missing semicolon in file templated by `backstage-cli new --select plugin`. - [`f185603`](https://github.com/backstage/backstage/commit/f185603): Fixed the dynamic import of vite. - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/eslint-plugin](https://github.com/backstage/eslint-plugin)[@&#8203;0](https://github.com/0).1.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).11.0 ### [`v0.26.4`](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...e2b8c9e2ff2b9046d1bc27ed1281af946755097c) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...e2b8c9e2ff2b9046d1bc27ed1281af946755097c) ### [`v0.26.3`](https://github.com/backstage/backstage/blob/HEAD/packages/cli/CHANGELOG.md#0263) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`c884b9a`](https://github.com/backstage/backstage/commit/c884b9a): Fix the bundle public subpath configuration. - [`e3c213e`](https://github.com/backstage/backstage/commit/e3c213e): Add the deprecation plugin to the default linter setup, switched off. This allows to disable deprecation warnings for `backstage-cli repo list-deprecations` with inline comments. - [`4946f03`](https://github.com/backstage/backstage/commit/4946f03): Updated dependency `webpack-dev-server` to `^5.0.0`. - [`6b5ddbe`](https://github.com/backstage/backstage/commit/6b5ddbe): Fix the backend plugin to use correct plugin id - [`4fecffc`](https://github.com/backstage/backstage/commit/4fecffc): When building the frontend app public assets are now also copied to the public dist directory when in use. - [`ed9260f`](https://github.com/backstage/backstage/commit/ed9260f): Added `versions:migrate` command to help move packages to the new `@backstage-community` namespace - Updated dependencies - [@&#8203;backstage/eslint-plugin](https://github.com/backstage/eslint-plugin)[@&#8203;0](https://github.com/0).1.7 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/cli-node](https://github.com/backstage/cli-node)[@&#8203;0](https://github.com/0).2.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/cli-common](https://github.com/backstage/cli-common)[@&#8203;0](https://github.com/0).1.13 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/release-manifests](https://github.com/backstage/release-manifests)[@&#8203;0](https://github.com/0).0.11 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/config)</summary> ### [`v1.2.0`](https://github.com/backstage/backstage/blob/HEAD/packages/config/CHANGELOG.md#120) [Compare Source](https://github.com/backstage/backstage/compare/v1.1.1...v1.2.0) ##### Minor Changes - [`50cf9df`](https://github.com/backstage/backstage/commit/50cf9df): The `ConfigReader` now treats `null` values as present but explicitly undefined, meaning it will not fall back to the next level of configuration. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.1.1`](https://github.com/backstage/backstage/blob/HEAD/packages/config/CHANGELOG.md#111) [Compare Source](https://github.com/backstage/backstage/compare/v1.1.0...v1.1.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.1.0`](https://github.com/backstage/backstage/blob/HEAD/packages/config/CHANGELOG.md#110) [Compare Source](https://github.com/backstage/backstage/compare/07e8526b304368b31280f5fc486f783b61c78e38...v1.1.0) ##### Minor Changes - [`62f448e`](https://github.com/backstage/backstage/commit/62f448edb0b5): Added a `readDurationFromConfig` function ##### Patch Changes - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - [`8cec766`](https://github.com/backstage/backstage/commit/8cec7664e146): Removed `@types/node` dependency - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.0.8`](https://github.com/backstage/backstage/blob/HEAD/packages/config/CHANGELOG.md#108) [Compare Source](https://github.com/backstage/backstage/compare/f00e03c38f0de6487af990e0410f4219eb1a8e28...07e8526b304368b31280f5fc486f783b61c78e38) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 ### [`v1.0.7`](https://github.com/backstage/backstage/blob/HEAD/packages/config/CHANGELOG.md#107) [Compare Source](https://github.com/backstage/backstage/compare/5235df9b8d6ecef8eefe6933935575b5975a8df4...f00e03c38f0de6487af990e0410f4219eb1a8e28) ##### Patch Changes - [`482dae5`](https://github.com/backstage/backstage/commit/482dae5de1c): Updated link to docs. - Updated dependencies - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 ### [`v1.0.6`](https://github.com/backstage/backstage/blob/HEAD/packages/config/CHANGELOG.md#106) [Compare Source](https://github.com/backstage/backstage/compare/edfc373b9bf3538c4068be898cfdcfcc9758ec8b...5235df9b8d6ecef8eefe6933935575b5975a8df4) ##### Patch Changes - [`ba2d69e`](https://github.com/backstage/backstage/commit/ba2d69ee17): Adds the ability to coerce values to their boolean representatives. Values such as `"true"` `1` `on` and `y` will become `true` when using `getBoolean` and the opposites `false`. This happens particularly when such parameters are used with environmental substitution as environment variables are always strings. - Updated dependencies - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 </details> <details> <summary>backstage/backstage (@&#8203;backstage/core-app-api)</summary> ### [`v1.13.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1130-next0) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...v1.13.0) ##### Minor Changes - [`d3c39fc`](https://github.com/backstage/backstage/commit/d3c39fc): Allow for the disabling of external routes through config, which was rendered impossible after the introduction of default targets. ```yaml 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 <!----> ##### Patch Changes - Updated dependencies - @&#8203;backstage/core-plugin-api@1.9.3 - @&#8203;backstage/config@1.2.0 - @&#8203;backstage/types@1.1.1 - @&#8203;backstage/version-bridge@1.0.8 ### [`v1.12.6`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1126) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`35fbe09`](https://github.com/backstage/backstage/commit/35fbe09): Added support for configuration of route bindings through static configuration, and default targets for external route refs. In addition to configuring route bindings through code, it is now also possible to configure route bindings under the `app.routes.bindings` key, for example: ```yaml app: routes: bindings: catalog.createComponent: catalog-import.importPage ``` Each key in the route binding object is of the form `<plugin-id>.<externalRouteName>`, where the route name is key used in the `externalRoutes` object passed to `createPlugin`. The value is of the same form, but with the name taken from the plugin `routes` option instead. The equivalent of the above configuration in code is the following: ```ts const app = createApp({ // ... bindRoutes({ bind }) { bind(catalogPlugin.externalRoutes, { createComponent: catalogImportPlugin.routes.importPage, }); }, }); ``` - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v1.12.5`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1125) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`1bed9a3`](https://github.com/backstage/backstage/commit/1bed9a3): The Backstage identity session expiration check will no longer fall back to using the provider expiration. This was introduced to smooth out the rollout of Backstage release 1.18, and is no longer needed. ### [`v1.12.4`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1124) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`c884b9a`](https://github.com/backstage/backstage/commit/c884b9a): The app is now aware of if it is being served from the `app-backend` with 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. - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.12.3`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1123) [Compare Source](https://github.com/backstage/backstage/compare/629612dd11636ff82cce943e727e608b8bd0d54a...48aa33cd4f4d2b588c8d15c519e3268789c5ebe7) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.12.2`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1122) [Compare Source](https://github.com/backstage/backstage/compare/v1.12.1...629612dd11636ff82cce943e727e608b8bd0d54a) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.12.1`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1121) [Compare Source](https://github.com/backstage/backstage/compare/v1.12.0...v1.12.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.12.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1120) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...v1.12.0) ##### Minor Changes - [`f919be9`](https://github.com/backstage/backstage/commit/f919be9): Added a utility API for VMware Cloud auth; the API ref is available in the `@backstage/core-plugin-api` and `@backstage/frontend-plugin-api` packages, the implementation is in `@backstage/core-app-api` and a factory has been added to `@backstage/app-defaults`. ##### Patch Changes - [`9aac2b0`](https://github.com/backstage/backstage/commit/9aac2b0): Use `--cwd` as the first `yarn` argument - [`8fe56a8`](https://github.com/backstage/backstage/commit/8fe56a8): Widen `@types/react` dependency range to include version 18. - [`7da67ce`](https://github.com/backstage/backstage/commit/7da67ce): Change `defaultScopes` for Bitbucket auth from invalid `team` to `account`. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.11.3`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1113) [Compare Source](https://github.com/backstage/backstage/compare/81d6a2568434ae1a1e2784fbb6e9699f55968eac...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.11.2`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1112) [Compare Source](https://github.com/backstage/backstage/compare/v1.11.1...81d6a2568434ae1a1e2784fbb6e9699f55968eac) ##### Patch Changes - [`3e358b0`](https://github.com/backstage/backstage/commit/3e358b0): Added deprecation warning for React Router v6 beta, please make sure you have migrated your apps to use React Router v6 stable as support for the beta version will be removed. See the [migration tutorial](https://backstage.io/docs/tutorials/react-router-stable-migration) for more information. - [`0cbb03b`](https://github.com/backstage/backstage/commit/0cbb03b): Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617 - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.11.1`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1111) [Compare Source](https://github.com/backstage/backstage/compare/v1.11.0...v1.11.1) ##### Patch Changes - [`6c2b872`](https://github.com/backstage/backstage/commit/6c2b872153): Add official support for React 18. - [`89d13e5`](https://github.com/backstage/backstage/commit/89d13e5618): Add current and default scopes when refreshing session - [`9ab0572`](https://github.com/backstage/backstage/commit/9ab0572217): Add component data `core.type` marker for `AppRouter` and `FlatRoutes`. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.11.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1110) [Compare Source](https://github.com/backstage/backstage/compare/v1.10.0...v1.11.0) ##### Minor Changes - [`c9d9bfe`](https://github.com/backstage/backstage/commit/c9d9bfeca2): URL encode some well known unsafe characters in `RouteResolver` (and therefore `useRouteRef`) ##### Patch Changes - [`29e4d8b`](https://github.com/backstage/backstage/commit/29e4d8b76b): Fixed bug in `AppRouter` to determine the correct `signOutTargetUrl` if `app.baseUrl` contains a `basePath` - [`acca17e`](https://github.com/backstage/backstage/commit/acca17e91a): Wrap entire app in `<Suspense>`, enabling support for using translations outside plugins. - [`1a0616f`](https://github.com/backstage/backstage/commit/1a0616fa10): Add missing resource and template app icons - [`9a1fce3`](https://github.com/backstage/backstage/commit/9a1fce352e): Updated dependency `@testing-library/jest-dom` to `^6.0.0`. - [`f95af4e`](https://github.com/backstage/backstage/commit/f95af4e540): Updated dependency `@testing-library/dom` to `^9.0.0`. - [`f1b349c`](https://github.com/backstage/backstage/commit/f1b349cfba): Fixed a bug in `TranslationApi` implementation where in some cases it wouldn't notify subscribers of language changes. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.10.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1100) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.1...v1.10.0) ##### Minor Changes - [`18619f7`](https://github.com/backstage/backstage/commit/18619f793c94): Fixed two bugs in how the `OAuth2Session` type represents the underlying data. The `expiresAt` and `backstageIdentity` are now both optional, since that's what they are in practice. This is not considered a breaking change since it was effectively a bug in the modelling of the state that this type represents, and the type was not used in any other external contract. - [`18619f7`](https://github.com/backstage/backstage/commit/18619f793c94): The `OAuth` class which is used by all OAuth providers will now consider both the session expiration of both the Backstage identity as well as the upstream identity provider, and refresh the session with either of them is about to expire. - [`6e30769`](https://github.com/backstage/backstage/commit/6e30769cc627): Introduced experimental support for internationalization. ##### Patch Changes - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - [`9fe827b`](https://github.com/backstage/backstage/commit/9fe827b380e1): Internal refactor - [`8cec766`](https://github.com/backstage/backstage/commit/8cec7664e146): Removed `@types/node` dependency - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.5 ### [`v1.9.1`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#191) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.0...v1.9.1) ##### Patch Changes - [`9ae4e7e`](https://github.com/backstage/backstage/commit/9ae4e7e63836): Fixed a bug that could cause `navigate` analytics events to be misattributed to the plugin mounted on the root route (e.g. the `home` plugin at `/`) when the route that was navigated to wasn't associated with a routable extension. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 ### [`v1.9.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#190) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.1...v1.9.0) ##### Minor Changes - [`a77ddf7`](https://github.com/backstage/backstage/commit/a77ddf7ccd71): add login in popup options to config popup width and height ##### Patch Changes - [`8174cf4`](https://github.com/backstage/backstage/commit/8174cf4c0edf): Fixing MUI / Material UI references - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 ### [`v1.8.1`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#181) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.0...v1.8.1) ##### Patch Changes - [`12adfbc`](https://github.com/backstage/backstage/commit/12adfbc8fe2d): Fixed a bug that prevented accurate plugin and route data from being applied to `navigate` analytics events when users visited pages constructed with `<EntityLayout>`, `<TabbedLayout>`, and similar components that are used to gather one or more routable extensions under a given path. - [`ac677bc`](https://github.com/backstage/backstage/commit/ac677bc30ae0): Expose discovery.endpoints configuration to use FrontendHostDiscovery - [`74b216e`](https://github.com/backstage/backstage/commit/74b216ee4e50): Add `PropsWithChildren` to usages of `ComponentType`, in preparation for React 18 where the children are no longer implicit. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 ### [`v1.8.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#180) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.0...v1.8.0) ##### Minor Changes - [`c89437d`](https://github.com/backstage/backstage/commit/c89437db899): The analytics' `navigate` event will now include the route parameters as attributes of the navigate event ##### Patch Changes - [`b645d70`](https://github.com/backstage/backstage/commit/b645d70034a): Fixed a bug in the Azure auth provider which prevented getting access tokens with multiple scopes for one resource - [`42d817e`](https://github.com/backstage/backstage/commit/42d817e76ab): Added `FrontendHostDiscovery` for config driven discovery implementation - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 ### [`v1.7.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#170) [Compare Source](https://github.com/backstage/backstage/compare/v1.6.0...v1.7.0) ##### Minor Changes - [`7908d72`](https://github.com/backstage/backstage/commit/7908d72e033): Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window. - [`c15e0ce`](https://github.com/backstage/backstage/commit/c15e0cedbe1): The `AuthConnector` interface now supports specifying a set of scopes when refreshing a session. The `DefaultAuthConnector` implementation passes the `scope` query parameter to the auth-backend plugin appropriately. The `RefreshingAuthSessionManager` passes any scopes in its `GetSessionRequest` appropriately. ##### Patch Changes - [`1e4f5e9`](https://github.com/backstage/backstage/commit/1e4f5e91b8e): Bump `zod` and `zod-to-json-schema` dependencies. - [`e0c6e8b`](https://github.com/backstage/backstage/commit/e0c6e8b9c3c): Update peer dependencies - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 ### [`v1.6.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#160) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.0...v1.6.0) ##### Minor Changes - [`456eaa8`](https://github.com/backstage/backstage/commit/456eaa8cf83): `OAuth2` now gets ID tokens from a session with the `openid` scope explicitly requested. This should not be considered a breaking change, because spec-compliant OIDC providers will already be returning ID tokens if and only if the `openid` scope is granted. This change makes the dependence explicit, and removes the burden on OAuth2-based providers which require an ID token (e.g. this is done by various default [auth handlers](https://backstage.io/docs/auth/identity-resolver/#authhandler)) to add `openid` to their default scopes. *That* could carry another indirect benefit: by removing `openid` from the default scopes for a provider, grants for resource-specific access tokens can avoid requesting excess ID token-related scopes. ##### Patch Changes - [`52b0022`](https://github.com/backstage/backstage/commit/52b0022dab7): Updated dependency `msw` to `^1.0.0`. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.3 ### [`v1.5.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#150) [Compare Source](https://github.com/backstage/backstage/compare/v1.4.0...v1.5.0) ##### Minor Changes - [`db10b6e`](https://github.com/backstage/backstage/commit/db10b6ef65): Added a Bitbucket Server Auth Provider and added its API to the app defaults ##### Patch Changes - [`dff4d8d`](https://github.com/backstage/backstage/commit/dff4d8ddb1): Fixed an issue where an explicit port the frontend base URL could break the app. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.3 ### [`v1.4.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#140) [Compare Source](https://github.com/backstage/backstage/compare/v1.3.0...v1.4.0) ##### Minor Changes - [`bca8e8b`](https://github.com/backstage/backstage/commit/bca8e8b393): Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/core-components)</summary> ### [`v0.14.8`](https://github.com/backstage/backstage/blob/HEAD/packages/core-components/CHANGELOG.md#0148) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`a0b46f6`](https://github.com/backstage/backstage/commit/a0b46f6): Having tooltip inherit font size for consistency in catalog table columns - [`59cee81`](https://github.com/backstage/backstage/commit/59cee81): Use `inherit` variant on OverflowTooltip underlying Typography component. - [`eae0e4d`](https://github.com/backstage/backstage/commit/eae0e4d): Fixed an issue causing `SidebarSubmenu` text to not follow the theme color - [`e4811ec`](https://github.com/backstage/backstage/commit/e4811ec): Make number of decimal digits in Gauge configurable via the `decimalDigits` property - [`83c4251`](https://github.com/backstage/backstage/commit/83c4251): Adds icons to status component - [`3e175c8`](https://github.com/backstage/backstage/commit/3e175c8): Removed max width from `Select` component. - [`57d7582`](https://github.com/backstage/backstage/commit/57d7582): Fixed a bug in `SupportButton` where the title was rendered with the characteristics of a button. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v0.14.7`](https://github.com/backstage/backstage/blob/HEAD/packages/core-components/CHANGELOG.md#0147) [Compare Source](https://github.com/backstage/backstage/compare/7d371920e7a23fd451f4ba87a7f3284807fe9a53...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`e42779e`](https://github.com/backstage/backstage/commit/e42779e): Properly log the `errorInfo` in `ErrorBoundary` - [`5223c4c`](https://github.com/backstage/backstage/commit/5223c4c): Fixed an internal circular import that broke Jest mocks. - [`71e4229`](https://github.com/backstage/backstage/commit/71e4229): Added optional `initialShowDropDown` prop to `SidebarSubmenuItem` to internally manage the initial display state of the dropdown items. - [`a2ee4df`](https://github.com/backstage/backstage/commit/a2ee4df): Add `alignGauge` prop to the `GaugeCard`, and a small size version. When `alignGauge` is `'bottom'` the gauge will vertically align the gauge in the cards, even when the card titles span across multiple lines. Add `alignContent` prop to the `InfoCard`, defaulting to `'normal'` with the option of `'bottom'` which vertically aligns the content to the bottom of the card. - [`5b7b49b`](https://github.com/backstage/backstage/commit/5b7b49b): The `SignInPage` guest provider will now fall back to legacy guest auth if the backend request fails, allowing guest auth without a running backend. - [`359376a`](https://github.com/backstage/backstage/commit/359376a): Removing react-text-truncate with css styles. - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.4 ### [`v0.14.6`](https://github.com/backstage/backstage/blob/HEAD/packages/core-components/CHANGELOG.md#0146-next1) [Compare Source](https://github.com/backstage/backstage/compare/b603501bd2dbfb15c312d95677fb8101ebb24543...7d371920e7a23fd451f4ba87a7f3284807fe9a53) ##### Patch Changes - [`5223c4c`](https://github.com/backstage/backstage/commit/5223c4c): Fixed an internal circular import that broke Jest mocks. - [`5b7b49b`](https://github.com/backstage/backstage/commit/5b7b49b): The `SignInPage` guest provider will now fall back to legacy guest auth if the backend request fails, allowing guest auth without a running backend. ### [`v0.14.5`](https://github.com/backstage/backstage/blob/HEAD/packages/core-components/CHANGELOG.md#0145-next0) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...b603501bd2dbfb15c312d95677fb8101ebb24543) ##### Patch Changes - [`71e4229`](https://github.com/backstage/backstage/commit/71e4229): Added optional `initialShowDropDown` prop to `SidebarSubmenuItem` to internally manage the initial display state of the dropdown items. - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.4-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v0.14.4`](https://github.com/backstage/backstage/blob/HEAD/packages/core-components/CHANGELOG.md#0144) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`ed5c901`](https://github.com/backstage/backstage/commit/ed5c901): No `undefined` class name used at `MarkdownContent` if no custom class name was provided. - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - [`f546e38`](https://github.com/backstage/backstage/commit/f546e38): Added Link component in `TabUI` providing functionality like copy link or open in new tab. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 </details> <details> <summary>backstage/backstage (@&#8203;backstage/core-plugin-api)</summary> ### [`v1.9.3`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#193) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`35fbe09`](https://github.com/backstage/backstage/commit/35fbe09): A new `defaultTarget` option has been added to `createExternalRouteRef`. This allows one to specify a default target of the route by name, for example `'catalog.catalogIndex'`, which will be used if the target route is present in the app and there is no explicit route binding. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v1.9.2`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#192) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.1...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - Updated dependencies - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.9.1`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#191) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.0...v1.9.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.9.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#190) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.2...v1.9.0) ##### Minor Changes - [`f919be9`](https://github.com/backstage/backstage/commit/f919be9): Added a utility API for VMware Cloud auth; the API ref is available in the `@backstage/core-plugin-api` and `@backstage/frontend-plugin-api` packages, the implementation is in `@backstage/core-app-api` and a factory has been added to `@backstage/app-defaults`. ##### Patch Changes - [`8fe56a8`](https://github.com/backstage/backstage/commit/8fe56a8): Widen `@types/react` dependency range to include version 18. - [`e586f79`](https://github.com/backstage/backstage/commit/e586f79): Throw a more specific exception `NotImplementedError` when an API implementation cannot be found. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.8.2`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#182) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.1...v1.8.2) ##### Patch Changes - [`6878b1d`](https://github.com/backstage/backstage/commit/6878b1d): Removed unnecessary `i18next` dependency. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.8.1`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#181) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.0...v1.8.1) ##### Patch Changes - [`03d0b6d`](https://github.com/backstage/backstage/commit/03d0b6d): Removed the alpha `convertLegacyRouteRef` utility, which as been moved to `@backstage/core-compat-api` - [`0c93dc3`](https://github.com/backstage/backstage/commit/0c93dc3): The `createTranslationRef` function from the `/alpha` subpath can now also accept a nested object structure of default translation messages, which will be flatted using `.` separators. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.8.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#180) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.0...v1.8.0) ##### Minor Changes - [`1e5b7d9`](https://github.com/backstage/backstage/commit/1e5b7d993a): `IconComponent` can now have a `fontSize` of `inherit`, which is useful for in-line icons. - [`cb6db75`](https://github.com/backstage/backstage/commit/cb6db75bc2): Introduced `AnyRouteRefParams` as a replacement for `AnyParams`, which is now deprecated. ##### Patch Changes - [`6c2b872`](https://github.com/backstage/backstage/commit/6c2b872153): Add official support for React 18. - [`cb6db75`](https://github.com/backstage/backstage/commit/cb6db75bc2): Deprecated several types related to the routing system that are scheduled to be removed, as well as several fields on the route ref types themselves. - [`68fc9dc`](https://github.com/backstage/backstage/commit/68fc9dc60e): Added a new `/alpha` export `convertLegacyRouteRef`, which is a temporary utility to allow existing route refs to be used with the new experimental packages. - Updated dependencies - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.7.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#170) [Compare Source](https://github.com/backstage/backstage/compare/v1.6.0...v1.7.0) ##### Minor Changes - [`322bbca`](https://github.com/backstage/backstage/commit/322bbcae24): Removed the exprimental plugin configuration API. The `__experimentalReconfigure()` from the plugin options as well as the `__experimentalConfigure()` method on plugin instances have both been removed. ##### Patch Changes - [`0b55f77`](https://github.com/backstage/backstage/commit/0b55f773a7): Removed some unused dependencies - [`9a1fce3`](https://github.com/backstage/backstage/commit/9a1fce352e): Updated dependency `@testing-library/jest-dom` to `^6.0.0`. - [`f95af4e`](https://github.com/backstage/backstage/commit/f95af4e540): Updated dependency `@testing-library/dom` to `^9.0.0`. - Updated dependencies - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.6.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#160) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...v1.6.0) ##### Minor Changes - [`18619f7`](https://github.com/backstage/backstage/commit/18619f793c94): Added the optional `expiresAt` field that may now be part of a `BackstageIdentityResponse`. - [`6e30769`](https://github.com/backstage/backstage/commit/6e30769cc627): Introduced experimental support for internationalization. ##### Patch Changes - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - [`8cec766`](https://github.com/backstage/backstage/commit/8cec7664e146): Removed `@types/node` dependency - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.5 ### [`v1.5.3`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#153) [Compare Source](https://github.com/backstage/backstage/compare/07e8526b304368b31280f5fc486f783b61c78e38...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - [`8174cf4`](https://github.com/backstage/backstage/commit/8174cf4c0edf): Fixing MUI / Material UI references - [`13426eb`](https://github.com/backstage/backstage/commit/13426ebd1235): Change `IconComponent` type to be compatible with Material UI v5 icons. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 ### [`v1.5.2`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#152) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.1...07e8526b304368b31280f5fc486f783b61c78e38) ##### Patch Changes - [`12adfbc`](https://github.com/backstage/backstage/commit/12adfbc8fe2d): Fixed a bug that prevented accurate plugin and route data from being applied to `navigate` analytics events when users visited pages constructed with `<EntityLayout>`, `<TabbedLayout>`, and similar components that are used to gather one or more routable extensions under a given path. - [`74b216e`](https://github.com/backstage/backstage/commit/74b216ee4e50): Add `PropsWithChildren` to usages of `ComponentType`, in preparation for React 18 where the children are no longer implicit. - Updated dependencies - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 ### [`v1.5.1`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#151) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.0...v1.5.1) ##### Patch Changes - [`760f521`](https://github.com/backstage/backstage/commit/760f521b979): Add component name as data attribute for all components - [`2898b6c`](https://github.com/backstage/backstage/commit/2898b6c8d52): Minor type tweaks for TypeScript 5.0 - [`e0c6e8b`](https://github.com/backstage/backstage/commit/e0c6e8b9c3c): Update peer dependencies - Updated dependencies - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 ### [`v1.5.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#150) [Compare Source](https://github.com/backstage/backstage/compare/v1.4.0...v1.5.0) ##### Minor Changes - [`ab750dd`](https://github.com/backstage/backstage/commit/ab750ddc4f2): The GitLab auth provider can now be used to get OpenID tokens. ##### Patch Changes - [`928a12a`](https://github.com/backstage/backstage/commit/928a12a9b3e): Internal refactor of `/alpha` exports. - [`52b0022`](https://github.com/backstage/backstage/commit/52b0022dab7): Updated dependency `msw` to `^1.0.0`. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.3 ### [`v1.4.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#140) [Compare Source](https://github.com/backstage/backstage/compare/v1.3.0...v1.4.0) ##### Minor Changes - [`db10b6e`](https://github.com/backstage/backstage/commit/db10b6ef65): Added a Bitbucket Server Auth Provider and added its API to the app defaults ##### Patch Changes - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.3 ### [`v1.3.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#130) [Compare Source](https://github.com/backstage/backstage/compare/v1.2.0...v1.3.0) ##### Minor Changes - [`bca8e8b`](https://github.com/backstage/backstage/commit/bca8e8b393): Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/dev-utils)</summary> ### [`v1.0.34`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1034-next0) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9-next.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).13.0-next.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2-next.0 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).5.7-next.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.29-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 ### [`v1.0.33`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1033) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.6 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.28 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).5.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 ### [`v1.0.32`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1032) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.5 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).5.5 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.27 ### [`v1.0.31`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1031) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`9a41a7b`](https://github.com/backstage/backstage/commit/9a41a7b): Allow defining custom sidebar item for page and login for the development app - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - [`995f66b`](https://github.com/backstage/backstage/commit/995f66b): add [@&#8203;backstage/no-top-level-material-ui-4-imports](https://github.com/backstage/no-top-level-material-ui-4-imports) lint rule - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.4 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).5.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.26 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 ### [`v1.0.30`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1030) [Compare Source](https://github.com/backstage/backstage/compare/629612dd11636ff82cce943e727e608b8bd0d54a...48aa33cd4f4d2b588c8d15c519e3268789c5ebe7) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.3 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.2 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.2 ### [`v1.0.29`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1029) [Compare Source](https://github.com/backstage/backstage/compare/7825762f90f59c0903758aeaebd0bbf6f33dc087...629612dd11636ff82cce943e727e608b8bd0d54a) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.2 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.1 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.2 ### [`v1.0.28`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1028) [Compare Source](https://github.com/backstage/backstage/compare/dde9d0ae753cf1894bd80c48c3001860319255fd...7825762f90f59c0903758aeaebd0bbf6f33dc087) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 ### [`v1.0.27`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1027) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...dde9d0ae753cf1894bd80c48c3001860319255fd) ##### Patch Changes - [`8fe56a8`](https://github.com/backstage/backstage/commit/8fe56a8): Widen `@types/react` dependency range to include version 18. - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.24 ### [`v1.0.26`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1026) [Compare Source](https://github.com/backstage/backstage/compare/81d6a2568434ae1a1e2784fbb6e9699f55968eac...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.10 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.2 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).4.7 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.23 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).11.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.0 ### [`v1.0.25`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1025) [Compare Source](https://github.com/backstage/backstage/compare/1ce228633ec9303d6d2515e4e8552bbbf3f4f487...81d6a2568434ae1a1e2784fbb6e9699f55968eac) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.9 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).11.2 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).4.6 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.22 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 ### [`v1.0.24`](https://github.com/backstage/backstage/compare/d9a16db9d2be79dd19634a1d816a1cb0ae89cafe...1ce228633ec9303d6d2515e4e8552bbbf3f4f487) [Compare Source](https://github.com/backstage/backstage/compare/d9a16db9d2be79dd19634a1d816a1cb0ae89cafe...1ce228633ec9303d6d2515e4e8552bbbf3f4f487) ### [`v1.0.23`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1023) [Compare Source](https://github.com/backstage/backstage/compare/f1dc76bd9ab62249aa04230881d1480c14763c64...d9a16db9d2be79dd19634a1d816a1cb0ae89cafe) ##### Patch Changes - [`67cc85b`](https://github.com/backstage/backstage/commit/67cc85bb14): Switched the conditional `react-dom/client` import to use `import(...)` rather than `require(...)`. - [`38cda52`](https://github.com/backstage/backstage/commit/38cda52746): Added support for React 18. The new `createRoot` API from `react-dom/client` will now be used if present. - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.8 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.21 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).11.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 ### [`v1.0.22`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1022) [Compare Source](https://github.com/backstage/backstage/compare/5bf8bc9c1466837f810ec000255f46100937fff5...f1dc76bd9ab62249aa04230881d1480c14763c64) ##### Patch Changes - [`080d1be`](https://github.com/backstage/backstage/commit/080d1beb2a): Moving development `dependencies` to `devDependencies` - [`9a1fce3`](https://github.com/backstage/backstage/commit/9a1fce352e): Updated dependency `@testing-library/jest-dom` to `^6.0.0`. - [`f95af4e`](https://github.com/backstage/backstage/commit/f95af4e540): Updated dependency `@testing-library/dom` to `^9.0.0`. - [`9468a67`](https://github.com/backstage/backstage/commit/9468a67b92): Added support for React 18. The new `createRoot` API from `react-dom/client` will now be used if present. - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.5 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.6 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.20 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.3 ### [`v1.0.21`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1021) [Compare Source](https://github.com/backstage/backstage/compare/a81b7174bc0ebd8208544f0251b80992ab51715e...5bf8bc9c1466837f810ec000255f46100937fff5) ##### Patch Changes - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - [`8cec766`](https://github.com/backstage/backstage/commit/8cec7664e146): Removed `@types/node` dependency - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.19 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5 - [@&#8203;backstage/test-utils](https://github.com/backstage/test-utils)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.2 ### [`v1.0.20`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1020-next0) [Compare Source](https://github.com/backstage/backstage/compare/a3ea81e3fa062b8324c5873bfda976dd18394948...a81b7174bc0ebd8208544f0251b80992ab51715e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.18-next.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).10.0-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0-next.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5-next.0 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).4.3-next.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/test-utils](https://github.com/backstage/test-utils)[@&#8203;1](https://github.com/1).4.3-next.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.3-next.0 ### [`v1.0.19`](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...a3ea81e3fa062b8324c5873bfda976dd18394948) [Compare Source](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...a3ea81e3fa062b8324c5873bfda976dd18394948) ### [`v1.0.18`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1018) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...4dc21bf7f59c15965406061df431cb9a75f9d7bc) ##### Patch Changes - [`254ad46`](https://github.com/backstage/backstage/commit/254ad469f053): Removed deprecated calls to `app.getProvider()` and `app.getRouter()` in `DevAppBuilder` - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.16 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.4 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/test-utils](https://github.com/backstage/test-utils)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 ### [`v1.0.17`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1017) [Compare Source](https://github.com/backstage/backstage/compare/07e8526b304368b31280f5fc486f783b61c78e38...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.3 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/test-utils](https://github.com/backstage/test-utils)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.15 ### [`v1.0.16`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1016) [Compare Source](https://github.com/backstage/backstage/compare/72ee1d9fd98f51c2e1aca58fd69163ad96c41162...07e8526b304368b31280f5fc486f783b61c78e38) ##### Patch Changes - [`74b216e`](https://github.com/backstage/backstage/commit/74b216ee4e50): Add `PropsWithChildren` to usages of `ComponentType`, in preparation for React 18 where the children are no longer implicit. - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.2 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/test-utils](https://github.com/backstage/test-utils)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.14 ### [`v1.0.15`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1015) [Compare Source](https://github.com/backstage/backstage/compare/990fa3f86f233f1e0b20923abe43a240736ccc32...72ee1d9fd98f51c2e1aca58fd69163ad96c41162) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.13 - [@&#8203;backstage/test-utils](https://github.com/backstage/test-utils)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 ### [`v1.0.14`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1014) [Compare Source](https://github.com/backstage/backstage/compare/f00e03c38f0de6487af990e0410f4219eb1a8e28...990fa3f86f233f1e0b20923abe43a240736ccc32) ##### Patch Changes - [`e0c6e8b`](https://github.com/backstage/backstage/commit/e0c6e8b9c3c): Update peer dependencies - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/test-utils](https://github.com/backstage/test-utils)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.12 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.19 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 ### [`v1.0.13`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1013) [Compare Source](https://github.com/backstage/backstage/compare/5cc61c8577b5293c449a0c09bac3b0bcea1b4f48...f00e03c38f0de6487af990e0410f4219eb1a8e28) ##### Patch Changes - [`482dae5`](https://github.com/backstage/backstage/commit/482dae5de1c): Updated link to docs. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.5 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/test-utils](https://github.com/backstage/test-utils)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.11 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.18 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).2.1 ### [`v1.0.12`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1012) [Compare Source](https://github.com/backstage/backstage/compare/5235df9b8d6ecef8eefe6933935575b5975a8df4...5cc61c8577b5293c449a0c09bac3b0bcea1b4f48) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.17 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.10 - [@&#8203;backstage/test-utils](https://github.com/backstage/test-utils)[@&#8203;1](https://github.com/1).2.5 ### [`v1.0.11`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1011) [Compare Source](https://github.com/backstage/backstage/compare/a3ea732bd5786481af7e5bd0abfcfe94526f7d0f...5235df9b8d6ecef8eefe6933935575b5975a8df4) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.3 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.9 - [@&#8203;backstage/test-utils](https://github.com/backstage/test-utils)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.16 </details> <details> <summary>backstage/backstage (@&#8203;backstage/integration-react)</summary> ### [`v1.1.28`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1128) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`23ee9ab`](https://github.com/backstage/backstage/commit/23ee9ab): Fix AWS CodeCommit integration by allowing to change the host - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 ### [`v1.1.27`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1127) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).11.0 ### [`v1.1.26`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1126) [Compare Source](https://github.com/backstage/backstage/compare/7825762f90f59c0903758aeaebd0bbf6f33dc087...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 ### [`v1.1.25`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1125) [Compare Source](https://github.com/backstage/backstage/compare/dde9d0ae753cf1894bd80c48c3001860319255fd...7825762f90f59c0903758aeaebd0bbf6f33dc087) ##### Patch Changes - [`b38dc55`](https://github.com/backstage/backstage/commit/b38dc55): Updated `microsoftAuthApi` scopes for Azure DevOps to be fully qualified. - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 ### [`v1.1.24`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1124) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...dde9d0ae753cf1894bd80c48c3001860319255fd) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 ### [`v1.1.23`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1123) [Compare Source](https://github.com/backstage/backstage/compare/81d6a2568434ae1a1e2784fbb6e9699f55968eac...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 ### [`v1.1.22`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1122) [Compare Source](https://github.com/backstage/backstage/compare/d9a16db9d2be79dd19634a1d816a1cb0ae89cafe...81d6a2568434ae1a1e2784fbb6e9699f55968eac) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 ### [`v1.1.21`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1121) [Compare Source](https://github.com/backstage/backstage/compare/f1dc76bd9ab62249aa04230881d1480c14763c64...d9a16db9d2be79dd19634a1d816a1cb0ae89cafe) ##### Patch Changes - [`6c2b872`](https://github.com/backstage/backstage/commit/6c2b872153): Add official support for React 18. - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 ### [`v1.1.20`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1120) [Compare Source](https://github.com/backstage/backstage/compare/5bf8bc9c1466837f810ec000255f46100937fff5...f1dc76bd9ab62249aa04230881d1480c14763c64) ##### Patch Changes - [`0b55f77`](https://github.com/backstage/backstage/commit/0b55f773a7): Removed some unused dependencies - [`9a1fce3`](https://github.com/backstage/backstage/commit/9a1fce352e): Updated dependency `@testing-library/jest-dom` to `^6.0.0`. - [`f95af4e`](https://github.com/backstage/backstage/commit/f95af4e540): Updated dependency `@testing-library/dom` to `^9.0.0`. - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 ### [`v1.1.19`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1119) [Compare Source](https://github.com/backstage/backstage/compare/a81b7174bc0ebd8208544f0251b80992ab51715e...5bf8bc9c1466837f810ec000255f46100937fff5) ##### Patch Changes - [`482bb5c`](https://github.com/backstage/backstage/commit/482bb5c0bbf8): Moved `@types/react` to be a regular dependency - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - [`8cec766`](https://github.com/backstage/backstage/commit/8cec7664e146): Removed `@types/node` dependency - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.2 ### [`v1.1.18`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1118-next0) [Compare Source](https://github.com/backstage/backstage/compare/a3ea81e3fa062b8324c5873bfda976dd18394948...a81b7174bc0ebd8208544f0251b80992ab51715e) ##### Patch Changes - [`482bb5c`](https://github.com/backstage/backstage/commit/482bb5c0bbf8): Moved `@types/react` to be a regular dependency - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0-next.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 ### [`v1.1.17`](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...a3ea81e3fa062b8324c5873bfda976dd18394948) [Compare Source](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...a3ea81e3fa062b8324c5873bfda976dd18394948) ### [`v1.1.16`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1116) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...4dc21bf7f59c15965406061df431cb9a75f9d7bc) ##### Patch Changes - [`12a8c94`](https://github.com/backstage/backstage/commit/12a8c94eda8d): Add package repository and homepage metadata - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 ### [`v1.1.15`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1115) [Compare Source](https://github.com/backstage/backstage/compare/07e8526b304368b31280f5fc486f783b61c78e38...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.1 ### [`v1.1.14`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1114) [Compare Source](https://github.com/backstage/backstage/compare/72ee1d9fd98f51c2e1aca58fd69163ad96c41162...07e8526b304368b31280f5fc486f783b61c78e38) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.2 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 ### [`v1.1.13`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1113) [Compare Source](https://github.com/backstage/backstage/compare/990fa3f86f233f1e0b20923abe43a240736ccc32...72ee1d9fd98f51c2e1aca58fd69163ad96c41162) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 ### [`v1.1.12`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1112) [Compare Source](https://github.com/backstage/backstage/compare/f00e03c38f0de6487af990e0410f4219eb1a8e28...990fa3f86f233f1e0b20923abe43a240736ccc32) ##### Patch Changes - [`29ba826`](https://github.com/backstage/backstage/commit/29ba8267d69): Updated dependency `@material-ui/lab` to `4.0.0-alpha.61`. - [`e0c6e8b`](https://github.com/backstage/backstage/commit/e0c6e8b9c3c): Update peer dependencies - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.19 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 ### [`v1.1.11`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1111) [Compare Source](https://github.com/backstage/backstage/compare/5cc61c8577b5293c449a0c09bac3b0bcea1b4f48...f00e03c38f0de6487af990e0410f4219eb1a8e28) ##### Patch Changes - [`52b0022`](https://github.com/backstage/backstage/commit/52b0022dab7): Updated dependency `msw` to `^1.0.0`. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.18 ### [`v1.1.10`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1110) [Compare Source](https://github.com/backstage/backstage/compare/5235df9b8d6ecef8eefe6933935575b5975a8df4...5cc61c8577b5293c449a0c09bac3b0bcea1b4f48) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.17 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 ### [`v1.1.9`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#119) [Compare Source](https://github.com/backstage/backstage/compare/a3ea732bd5786481af7e5bd0abfcfe94526f7d0f...5235df9b8d6ecef8eefe6933935575b5975a8df4) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.16 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-api-docs)</summary> ### [`v0.11.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/api-docs/CHANGELOG.md#0116) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`7f84039`](https://github.com/backstage/backstage/commit/7f84039): The `registerComponent` external route will now by default bind to the catalog import page if it is available. - [`9cdc651`](https://github.com/backstage/backstage/commit/9cdc651): Make sure that the toggle button state is properly reflected in API cards - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`96cd13e`](https://github.com/backstage/backstage/commit/96cd13e): `DefaultApiExplorerPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `<DefaultApiExplorerPage ownerPickerMode="all" />` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.23 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.24 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/plugin-catalog](https://github.com/backstage/plugin-catalog)[@&#8203;1](https://github.com/1).21.0 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 ### [`v0.11.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/api-docs/CHANGELOG.md#0115) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`5d99272`](https://github.com/backstage/backstage/commit/5d99272): Update local development dependencies. - [`725ff0b`](https://github.com/backstage/backstage/commit/725ff0b): Fix dark mode text color inside tables in `description:` from OpenAPI definitions - Updated dependencies - [@&#8203;backstage/plugin-catalog](https://github.com/backstage/plugin-catalog)[@&#8203;1](https://github.com/1).20.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.5 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.5 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.23 ### [`v0.11.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/api-docs/CHANGELOG.md#0114) [Compare Source](https://github.com/backstage/backstage/compare/v0.11.3...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - Updated dependencies - [@&#8203;backstage/plugin-catalog](https://github.com/backstage/plugin-catalog)[@&#8203;1](https://github.com/1).19.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.3 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.4 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.22 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-app-backend)</summary> ### [`v0.3.70`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0370-next0) [Compare Source](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.21-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.2-next.0 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.21-next.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.16-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.3.69`](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) ### [`v0.3.68`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0368) [Compare Source](https://github.com/backstage/backstage/compare/ca261a7cbad80a8e48a1b3982e99e22e90ba9111...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`8869b8e`](https://github.com/backstage/backstage/commit/8869b8e): Updated local development setup. - [`78a0b08`](https://github.com/backstage/backstage/commit/78a0b08): Internal refactor to handle `BackendFeature` contract change. - [`82c2b90`](https://github.com/backstage/backstage/commit/82c2b90): Restore the support of external config schema in the router of the `app-backend` plugin, which was broken in release `1.26.0`. This support is critical for dynamic frontend plugins to have access to their config values. - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.14 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.19 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.3.67`](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...ca261a7cbad80a8e48a1b3982e99e22e90ba9111) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...ca261a7cbad80a8e48a1b3982e99e22e90ba9111) ### [`v0.3.66`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0366) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`d229dc4`](https://github.com/backstage/backstage/commit/d229dc4): Move path utilities from `backend-common` to the `backend-plugin-api` package. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).22.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.13 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.18 ### [`v0.3.65`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0365) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`d5a1fe1`](https://github.com/backstage/backstage/commit/d5a1fe1): Replaced winston logger with `LoggerService` - [`c884b9a`](https://github.com/backstage/backstage/commit/c884b9a): Track assets namespace in the cache store, implement a cookie authentication for when the public entry is enabled and used with the new auth services. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.7 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.17 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.12 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.17 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.3.64`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0364) [Compare Source](https://github.com/backstage/backstage/compare/629612dd11636ff82cce943e727e608b8bd0d54a...48aa33cd4f4d2b588c8d15c519e3268789c5ebe7) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.6 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.16 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.16 ### [`v0.3.63`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0363) [Compare Source](https://github.com/backstage/backstage/compare/7825762f90f59c0903758aeaebd0bbf6f33dc087...629612dd11636ff82cce943e727e608b8bd0d54a) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.5 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.15 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.15 ### [`v0.3.62`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0362) [Compare Source](https://github.com/backstage/backstage/compare/25b8e7b2597e65fb033076188ce6a9d3dec3ec11...7825762f90f59c0903758aeaebd0bbf6f33dc087) ##### Patch Changes - [`52e43f2`](https://github.com/backstage/backstage/commit/52e43f2): Disable default auth policy, allowing unauthenticated access to app bundle. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.4 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.14 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.14 ### [`v0.3.61`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0361-next0) [Compare Source](https://github.com/backstage/backstage/compare/db57e6e7332a42d1630e511c64df1030aa53e048...25b8e7b2597e65fb033076188ce6a9d3dec3ec11) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.3-next.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.13-next.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).6.3-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.2-next.0 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.13-next.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.3.60`](https://github.com/backstage/backstage/compare/145d69360b247526cedbae12c61aac0f318a8e72...db57e6e7332a42d1630e511c64df1030aa53e048) [Compare Source](https://github.com/backstage/backstage/compare/145d69360b247526cedbae12c61aac0f318a8e72...db57e6e7332a42d1630e511c64df1030aa53e048) ### [`v0.3.59`](https://github.com/backstage/backstage/compare/dde9d0ae753cf1894bd80c48c3001860319255fd...145d69360b247526cedbae12c61aac0f318a8e72) [Compare Source](https://github.com/backstage/backstage/compare/dde9d0ae753cf1894bd80c48c3001860319255fd...145d69360b247526cedbae12c61aac0f318a8e72) ### [`v0.3.58`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0358) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...dde9d0ae753cf1894bd80c48c3001860319255fd) ##### Patch Changes - [`9aac2b0`](https://github.com/backstage/backstage/commit/9aac2b0): Use `--cwd` as the first `yarn` argument - [`998ccf6`](https://github.com/backstage/backstage/commit/998ccf6): Support injecting config multiple times in a single bundle - [`6bb6f3e`](https://github.com/backstage/backstage/commit/6bb6f3e): Updated dependency `fs-extra` to `^11.2.0`. Updated dependency `@types/fs-extra` to `^11.0.0`. - [`54ad8e1`](https://github.com/backstage/backstage/commit/54ad8e1): Allow the `app-backend` plugin to use a global configuration schema provided externally through an extension. - [`9dfd57d`](https://github.com/backstage/backstage/commit/9dfd57d): Do not force caching of the Javascript asset that contains the injected config. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.10 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).6.2 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.10 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.3.57`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0357) [Compare Source](https://github.com/backstage/backstage/compare/81d6a2568434ae1a1e2784fbb6e9699f55968eac...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - [`4016f21`](https://github.com/backstage/backstage/commit/4016f21): Remove some unused dependencies - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).20.1 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).6.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.9 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.9 ### [`v0.3.56`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0356) [Compare Source](https://github.com/backstage/backstage/compare/d9a16db9d2be79dd19634a1d816a1cb0ae89cafe...81d6a2568434ae1a1e2784fbb6e9699f55968eac) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).20.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.8 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.8 ### [`v0.3.55`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0355) [Compare Source](https://github.com/backstage/backstage/compare/f1dc76bd9ab62249aa04230881d1480c14763c64...d9a16db9d2be79dd19634a1d816a1cb0ae89cafe) ##### Patch Changes - [`013611b`](https://github.com/backstage/backstage/commit/013611b42e): `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support. - Updated dependencies - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.9 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.7 ### [`v0.3.54`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0354) [Compare Source](https://github.com/backstage/backstage/compare/fba638a903656e9effdfa97d619ab24f3b6b086f...f1dc76bd9ab62249aa04230881d1480c14763c64) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.8 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.6 ### [`v0.3.53`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0353-next1) [Compare Source](https://github.com/backstage/backstage/compare/96648d7f57cc51b899d55c42ae6d1484c505ee20...fba638a903656e9effdfa97d619ab24f3b6b086f) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.7-next.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.5-next.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).5.1-next.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.5-next.1 ### [`v0.3.52`](https://github.com/backstage/backstage/compare/5bf8bc9c1466837f810ec000255f46100937fff5...96648d7f57cc51b899d55c42ae6d1484c505ee20) [Compare Source](https://github.com/backstage/backstage/compare/5bf8bc9c1466837f810ec000255f46100937fff5...96648d7f57cc51b899d55c42ae6d1484c505ee20) ### [`v0.3.51`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0351) [Compare Source](https://github.com/backstage/backstage/compare/a81b7174bc0ebd8208544f0251b80992ab51715e...5bf8bc9c1466837f810ec000255f46100937fff5) ##### Patch Changes - [`71114ac`](https://github.com/backstage/backstage/commit/71114ac50e02): The export for the new backend system has been moved to be the `default` export. For example, if you are currently importing the plugin using the following pattern: ```ts import { examplePlugin } from '@&#8203;backstage/plugin-example-backend'; backend.add(examplePlugin); ``` It should be migrated to this: ```ts backend.add(import('@&#8203;backstage/plugin-example-backend')); ``` - [`cfc3ca6`](https://github.com/backstage/backstage/commit/cfc3ca6ce060): Changes needed to support MySQL - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.3 ### [`v0.3.50`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0350-next0) [Compare Source](https://github.com/backstage/backstage/compare/a3ea81e3fa062b8324c5873bfda976dd18394948...a81b7174bc0ebd8208544f0251b80992ab51715e) ##### Patch Changes - [`cfc3ca6`](https://github.com/backstage/backstage/commit/cfc3ca6ce060): Changes needed to support MySQL - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.4-next.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).5.0-next.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.2-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.2-next.0 ### [`v0.3.49`](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...a3ea81e3fa062b8324c5873bfda976dd18394948) [Compare Source](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...a3ea81e3fa062b8324c5873bfda976dd18394948) ### [`v0.3.48`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0348) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...4dc21bf7f59c15965406061df431cb9a75f9d7bc) ##### Patch Changes - [`629cbd1`](https://github.com/backstage/backstage/commit/629cbd194a87): Use `coreServices.rootConfig` instead of `coreService.config` - [`d564ad1`](https://github.com/backstage/backstage/commit/d564ad142b17): Migrated the alpha `appBackend` export to use static configuration and extension points rather than accepting options. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.2 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 ### [`v0.3.47`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0347) [Compare Source](https://github.com/backstage/backstage/compare/07e8526b304368b31280f5fc486f783b61c78e38...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).3.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 ### [`v0.3.46`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0346) [Compare Source](https://github.com/backstage/backstage/compare/72ee1d9fd98f51c2e1aca58fd69163ad96c41162...07e8526b304368b31280f5fc486f783b61c78e38) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 ### [`v0.3.45`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0345) [Compare Source](https://github.com/backstage/backstage/compare/990fa3f86f233f1e0b20923abe43a240736ccc32...72ee1d9fd98f51c2e1aca58fd69163ad96c41162) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.5 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 ### [`v0.3.44`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0344) [Compare Source](https://github.com/backstage/backstage/compare/f00e03c38f0de6487af990e0410f4219eb1a8e28...990fa3f86f233f1e0b20923abe43a240736ccc32) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.4 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 ### [`v0.3.43`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0343) [Compare Source](https://github.com/backstage/backstage/compare/5cc61c8577b5293c449a0c09bac3b0bcea1b4f48...f00e03c38f0de6487af990e0410f4219eb1a8e28) ##### Patch Changes - [`928a12a`](https://github.com/backstage/backstage/commit/928a12a9b3e): Internal refactor of `/alpha` exports. - [`52b0022`](https://github.com/backstage/backstage/commit/52b0022dab7): Updated dependency `msw` to `^1.0.0`. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.3 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).1.9 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 ### [`v0.3.42`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0342) [Compare Source](https://github.com/backstage/backstage/compare/c60f52da2ad4a941eeb1e26384a6da480202806e...5cc61c8577b5293c449a0c09bac3b0bcea1b4f48) ##### Patch Changes - [`0ff0331`](https://github.com/backstage/backstage/commit/0ff03319be): Updated usage of `createBackendPlugin`. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).1.8 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 ### [`v0.3.41`](https://github.com/backstage/backstage/compare/5235df9b8d6ecef8eefe6933935575b5975a8df4...c60f52da2ad4a941eeb1e26384a6da480202806e) [Compare Source](https://github.com/backstage/backstage/compare/5235df9b8d6ecef8eefe6933935575b5975a8df4...c60f52da2ad4a941eeb1e26384a6da480202806e) ### [`v0.3.40`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0340) [Compare Source](https://github.com/backstage/backstage/compare/edfc373b9bf3538c4068be898cfdcfcc9758ec8b...5235df9b8d6ecef8eefe6933935575b5975a8df4) ##### Patch Changes - [`b4ffa3b`](https://github.com/backstage/backstage/commit/b4ffa3bd91): The warning for missing app contents is now logged as an error instead, but only in production. - [`ecbec4e`](https://github.com/backstage/backstage/commit/ecbec4ec4c): Internal refactor to match new options pattern in the experimental backend system. - [`8e06f3c`](https://github.com/backstage/backstage/commit/8e06f3cf00): Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).1.8 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-auth-backend)</summary> ### [`v0.22.8`](https://github.com/backstage/backstage/blob/HEAD/plugins/auth-backend/CHANGELOG.md#0228-next0) [Compare Source](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.21-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.2-next.0 - @&#8203;backstage/plugin-auth-backend-module-atlassian-provider@0.2.2-next.0 - @&#8203;backstage/plugin-auth-backend-module-aws-alb-provider@0.1.13-next.0 - @&#8203;backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.4-next.0 - @&#8203;backstage/plugin-auth-backend-module-bitbucket-provider@0.1.4-next.0 - @&#8203;backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.4-next.0 - @&#8203;backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.16-next.0 - @&#8203;backstage/plugin-auth-backend-module-github-provider@0.1.18-next.0 - @&#8203;backstage/plugin-auth-backend-module-gitlab-provider@0.1.18-next.0 - @&#8203;backstage/plugin-auth-backend-module-google-provider@0.1.18-next.0 - @&#8203;backstage/plugin-auth-backend-module-microsoft-provider@0.1.16-next.0 - @&#8203;backstage/plugin-auth-backend-module-oauth2-provider@0.2.2-next.0 - [@&#8203;backstage/plugin-auth-backend-module-oauth2-proxy](https://github.com/backstage/plugin-auth-backend-module-oauth2-proxy)-provider@0.1.14-next.0 - @&#8203;backstage/plugin-auth-backend-module-oidc-provider@0.2.2-next.0 - @&#8203;backstage/plugin-auth-backend-module-okta-provider@0.0.14-next.0 - @&#8203;backstage/plugin-auth-backend-module-onelogin-provider@0.1.2-next.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.16-next.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.3-next.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.22.7`](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) ### [`v0.22.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/auth-backend/CHANGELOG.md#0226) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`3e823d3`](https://github.com/backstage/backstage/commit/3e823d3): Limited user tokens will no longer include the `ent` field in its payload. Ownership claims will now be fetched from the user info service. NOTE: Limited tokens issued prior to this change will no longer be valid. Users may have to clear their browser cookies in order to refresh their auth tokens. - [`8869b8e`](https://github.com/backstage/backstage/commit/8869b8e): Updated local development setup. - [`78a0b08`](https://github.com/backstage/backstage/commit/78a0b08): Internal refactor to handle `BackendFeature` contract change. - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`3e1bb15`](https://github.com/backstage/backstage/commit/3e1bb15): Updated to use the new `@backstage/plugin-auth-backend-module-onelogin-provider` implementation - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.0 - @&#8203;backstage/plugin-auth-backend-module-onelogin-provider@0.1.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.14 - @&#8203;backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.2 - @&#8203;backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.2 - [@&#8203;backstage/plugin-auth-backend-module-oauth2-proxy](https://github.com/backstage/plugin-auth-backend-module-oauth2-proxy)-provider@0.1.12 - @&#8203;backstage/plugin-auth-backend-module-atlassian-provider@0.2.0 - @&#8203;backstage/plugin-auth-backend-module-bitbucket-provider@0.1.2 - @&#8203;backstage/plugin-auth-backend-module-microsoft-provider@0.1.14 - @&#8203;backstage/plugin-auth-backend-module-aws-alb-provider@0.1.11 - @&#8203;backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.14 - @&#8203;backstage/plugin-auth-backend-module-github-provider@0.1.16 - @&#8203;backstage/plugin-auth-backend-module-gitlab-provider@0.1.16 - @&#8203;backstage/plugin-auth-backend-module-google-provider@0.1.16 - @&#8203;backstage/plugin-auth-backend-module-oauth2-provider@0.2.0 - @&#8203;backstage/plugin-auth-backend-module-oidc-provider@0.2.0 - @&#8203;backstage/plugin-auth-backend-module-okta-provider@0.0.12 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.22.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/auth-backend/CHANGELOG.md#0225) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`d229dc4`](https://github.com/backstage/backstage/commit/d229dc4): Move path utilities from `backend-common` to the `backend-plugin-api` package. - [`4a0577e`](https://github.com/backstage/backstage/commit/4a0577e): fix: Move config declarations to appropriate auth backend modules - [`ea9262b`](https://github.com/backstage/backstage/commit/ea9262b): Allow overriding default ownership resolving with the new `AuthOwnershipResolutionExtensionPoint` - Updated dependencies - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).22.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18 - @&#8203;backstage/plugin-auth-backend-module-aws-alb-provider@0.1.10 - @&#8203;backstage/plugin-auth-backend-module-github-provider@0.1.15 - @&#8203;backstage/plugin-auth-backend-module-oidc-provider@0.1.9 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.13 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - @&#8203;backstage/plugin-auth-backend-module-atlassian-provider@0.1.10 - @&#8203;backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.1 - @&#8203;backstage/plugin-auth-backend-module-bitbucket-provider@0.1.1 - @&#8203;backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.1 - @&#8203;backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.13 - @&#8203;backstage/plugin-auth-backend-module-gitlab-provider@0.1.15 - @&#8203;backstage/plugin-auth-backend-module-google-provider@0.1.15 - @&#8203;backstage/plugin-auth-backend-module-microsoft-provider@0.1.13 - @&#8203;backstage/plugin-auth-backend-module-oauth2-provider@0.1.15 - [@&#8203;backstage/plugin-auth-backend-module-oauth2-proxy](https://github.com/backstage/plugin-auth-backend-module-oauth2-proxy)-provider@0.1.11 - @&#8203;backstage/plugin-auth-backend-module-okta-provider@0.0.11 ### [`v0.22.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/auth-backend/CHANGELOG.md#0224) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`f02fe79`](https://github.com/backstage/backstage/commit/f02fe79): Refactored the `azure-easyauth` provider to use the implementation from `@backstage/plugin-auth-backend-module-azure-easyauth-provider`. - [`d62bc51`](https://github.com/backstage/backstage/commit/d62bc51): Added token type header parameter and user identity proof to issued user tokens. - [`ba763b6`](https://github.com/backstage/backstage/commit/ba763b6): Migrate the Bitbucket auth provider to the new `@backstage/plugin-auth-backend-module-bitbucket-provider` module package. - [`bf4d71a`](https://github.com/backstage/backstage/commit/bf4d71a): Initial implementation of the `/v1/userinfo` endpoint, which is now able to parse and return the `sub` and `ent` claims from a Backstage user token. - [`c26218d`](https://github.com/backstage/backstage/commit/c26218d): Deprecated some of the Cloudflare Access types and used the implementation from `@backstage/plugin-auth-backend-module-cloudflare-access-provider` - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.7 - @&#8203;backstage/plugin-auth-backend-module-atlassian-provider@0.1.9 - @&#8203;backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.17 - @&#8203;backstage/plugin-auth-backend-module-bitbucket-provider@0.1.0 - @&#8203;backstage/plugin-auth-backend-module-aws-alb-provider@0.1.9 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.12 - @&#8203;backstage/plugin-auth-backend-module-oidc-provider@0.1.8 - @&#8203;backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.12 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.4 - @&#8203;backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).11.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - @&#8203;backstage/plugin-auth-backend-module-github-provider@0.1.14 - @&#8203;backstage/plugin-auth-backend-module-gitlab-provider@0.1.14 - @&#8203;backstage/plugin-auth-backend-module-google-provider@0.1.14 - @&#8203;backstage/plugin-auth-backend-module-microsoft-provider@0.1.12 - @&#8203;backstage/plugin-auth-backend-module-oauth2-provider@0.1.14 - [@&#8203;backstage/plugin-auth-backend-module-oauth2-proxy](https://github.com/backstage/plugin-auth-backend-module-oauth2-proxy)-provider@0.1.10 - @&#8203;backstage/plugin-auth-backend-module-okta-provider@0.0.10 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog)</summary> ### [`v1.21.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1210) [Compare Source](https://github.com/backstage/backstage/compare/v1.20.0...v1.21.0) ##### Minor Changes - [`863a800`](https://github.com/backstage/backstage/commit/863a800): Added the following default targets for external routes: - `createComponent` binds to the Scaffolder page. - `viewTechDoc` binds to the TechDocs entity documentation page. - `createFromTemplate` binds to the Scaffolder selected template page. ##### Patch Changes - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`e04e57d`](https://github.com/backstage/backstage/commit/e04e57d): Fix bug with missing Actions column after adding "pagination" prop to catalog table - [`a2d2649`](https://github.com/backstage/backstage/commit/a2d2649): Export `catalogTranslationRef` under `/alpha` - [`bcec60f`](https://github.com/backstage/backstage/commit/bcec60f): updated the ContextMenu, ActionsPage, OngoingTask and TemplateCard frontend components to support the new scaffolder permissions: - `scaffolder.task.create` - `scaffolder.task.cancel` - `scaffolder.task.read` - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.23 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.24 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.12 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.12 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.28 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.20.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1200) [Compare Source](https://github.com/backstage/backstage/compare/v1.19.0...v1.20.0) ##### Minor Changes - [`8834daf`](https://github.com/backstage/backstage/commit/8834daf): Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context. ##### Patch Changes - [`131e5cb`](https://github.com/backstage/backstage/commit/131e5cb): Fix broken links in README. - [`5d99272`](https://github.com/backstage/backstage/commit/5d99272): Update local development dependencies. - [`4118530`](https://github.com/backstage/backstage/commit/4118530): Avoiding pre-loading display total count undefined for table counts - Updated dependencies - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.5 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.5 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.27 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.23 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.11 ### [`v1.19.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1190) [Compare Source](https://github.com/backstage/backstage/compare/v1.18.2...v1.19.0) ##### Minor Changes - [`18c7f12`](https://github.com/backstage/backstage/commit/18c7f12): Add `isApiType()` to EntitySwitch routing functions. ##### Patch Changes - [`bcb2674`](https://github.com/backstage/backstage/commit/bcb2674): Added a "create something similar" button to the `<AboutCard>` that is visible and links to the scaffolder template corresponding to the entity's `backstage.io/source-template` annotation, if present. - [`4ef0dcf`](https://github.com/backstage/backstage/commit/4ef0dcf): Fixed a bug that prevented the default `entityPresentationApi` from being set in apps using the new frontend system. - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - [`7495b36`](https://github.com/backstage/backstage/commit/7495b36): Fixed sorting of columns created with `CatalogTable.columns.createLabelColumn`. - Updated dependencies - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.10 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.3 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.4 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.22 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.26 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 ### [`v1.18.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1182) [Compare Source](https://github.com/backstage/backstage/compare/v1.18.1...v1.18.2) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - [`bbbd510`](https://github.com/backstage/backstage/commit/bbbd510): `CatalogIndexPage` now uses `EntitySearchBar` for text-based filtering of entities, saving the search text in the query parameters and debouncing the server requests. - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.3 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.2 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.9 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 ### [`v1.18.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1181) [Compare Source](https://github.com/backstage/backstage/compare/v1.18.0...v1.18.1) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.2 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.1 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.8 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 ### [`v1.18.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1180) [Compare Source](https://github.com/backstage/backstage/compare/v1.17.0...v1.18.0) ##### Minor Changes - [`72b8827`](https://github.com/backstage/backstage/commit/72b8827): Adds a title to the `PaginatedCatalogTable` for better visibility on what you're viewing. ##### Patch Changes - [`50b6687`](https://github.com/backstage/backstage/commit/50b6687): Resolved an issue where the `PaginatedCatalogTable` was not propagating table options to its child table. - [`9332425`](https://github.com/backstage/backstage/commit/9332425): The entity page extension provided by the `/alpha` plugin now correctly renders the entity 404 page. - [`1c0b179`](https://github.com/backstage/backstage/commit/1c0b179): Added the `no-top-level-material-ui-4-imports` ESLint rule to aid with the migration to Material UI v5 - [`2ac1630`](https://github.com/backstage/backstage/commit/2ac1630): Added support for passing in custom filters to `CatalogIndexPage` - [`298953b`](https://github.com/backstage/backstage/commit/298953b): Added support for providing an `initiallySelectedNamespaces` which accepts an array of Namespaces to have selected by default - [`6727665`](https://github.com/backstage/backstage/commit/6727665): Allow the `spec.target` field to be searchable in the catalog table for locations. Previously, only the `spec.targets` field was be searchable. This makes locations generated by providers such as the `GithubEntityProvider` searchable in the catalog table. [#&#8203;23098](https://github.com/backstage/backstage/issues/23098) - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.7 ### [`v1.17.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1170) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...v1.17.0) ##### Minor Changes - [`d208a93`](https://github.com/backstage/backstage/commit/d208a93): Updated the paginated catalog table to support server side text filtering. - [`1f8c2fa`](https://github.com/backstage/backstage/commit/1f8c2fa): Add entity warning components to the default entity overview page. - [`e541c0e`](https://github.com/backstage/backstage/commit/e541c0e): Exported `CatalogTable.defaultColumnsFunc` for defining the columns in `<CatalogTable />` of some Kinds while using the default columns for the others. ##### Patch Changes - [`916da47`](https://github.com/backstage/backstage/commit/916da47): Change default icon for unknown entities to nothing instead of the help icon. - [`f899eec`](https://github.com/backstage/backstage/commit/f899eec): Change default icon for `kind:resource` to the storage icon. - [`9aac2b0`](https://github.com/backstage/backstage/commit/9aac2b0): Use `--cwd` as the first `yarn` argument - [`912ca7b`](https://github.com/backstage/backstage/commit/912ca7b): Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin. - [`797a329`](https://github.com/backstage/backstage/commit/797a329): Fixed inconsistencies in icons used for System and Template - [`8fe56a8`](https://github.com/backstage/backstage/commit/8fe56a8): Widen `@types/react` dependency range to include version 18. - [`987f565`](https://github.com/backstage/backstage/commit/987f565): Add line clamping to `CatalogSearchResultListItem` - [`172a717`](https://github.com/backstage/backstage/commit/172a717): Fix entity content extension filtering. - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.20 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.6 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.24 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.21 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.10 ### [`v1.16.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1161) [Compare Source](https://github.com/backstage/backstage/compare/v1.16.0...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - [`4016f21`](https://github.com/backstage/backstage/commit/4016f21): Remove some unused dependencies - Updated dependencies - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).1.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.10 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.2 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.19 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.5 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.23 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.20 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.10 ### [`v1.16.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1160) [Compare Source](https://github.com/backstage/backstage/compare/1ce228633ec9303d6d2515e4e8552bbbf3f4f487...v1.16.0) ##### Minor Changes - [`e223f22`](https://github.com/backstage/backstage/commit/e223f22): Properly support both function- and string-form visibility filter expressions in the new extensions exported via `/alpha`. - [`b8e1eb2`](https://github.com/backstage/backstage/commit/b8e1eb2): The `columns` prop can be an array or a function that returns an array in order to override the default columns of the `CatalogIndexPage`. ##### Patch Changes - [`bc7e6d3`](https://github.com/backstage/backstage/commit/bc7e6d3): Fix copy entity url function in http contexts. - [`5360097`](https://github.com/backstage/backstage/commit/5360097): Ensure that passed-in icons are taken advantage of in the presentation API - [`4785d05`](https://github.com/backstage/backstage/commit/4785d05): Add permission check to catalog create and refresh button - [`cd910c4`](https://github.com/backstage/backstage/commit/cd910c4): - Fixes bug where after unregistering an entity you are redirected to `/`. - Adds an optional external route `unregisterRedirect` to override this behaviour to another route. - [`03d0b6d`](https://github.com/backstage/backstage/commit/03d0b6d): The `convertLegacyRouteRef` utility used by the alpha exports is now imported from `@backstage/core-compat-api`. - [`2d708d8`](https://github.com/backstage/backstage/commit/2d708d8): Internal naming updates for `/alpha` exports. - [`a5a0473`](https://github.com/backstage/backstage/commit/a5a0473): Internal refactor of alpha exports due to a change in how extension factories are defined. - [`4d9e3b3`](https://github.com/backstage/backstage/commit/4d9e3b3): Register component overrides in the global `OverrideComponentNameToClassKeys` provided by `@backstage/theme`. This will in turn will provide component style override types for `createUnifiedTheme`. - [`a1227cc`](https://github.com/backstage/backstage/commit/a1227cc): Wrap `/alpha` export extension elements in backwards compatibility wrapper. - [`78a10bb`](https://github.com/backstage/backstage/commit/78a10bb): Adding in spec.type chip to search results for clarity - [`8f5d6c1`](https://github.com/backstage/backstage/commit/8f5d6c1): Updates to the `/alpha` exports to match the extension input wrapping change. - [`36c94b8`](https://github.com/backstage/backstage/commit/36c94b8): Refactor of the alpha exports due to API change in how extension IDs are constructed. - [`8587f06`](https://github.com/backstage/backstage/commit/8587f06): Added pagination support to `CatalogIndexPage` `CatalogIndexPage` now offers an optional pagination feature, designed to accommodate adopters managing extensive catalogs. This new capability allows for better handling of large amounts of data. To activate the pagination mode, simply update your `App.tsx` as follows: ```diff const routes = ( <FlatRoutes> ... - <Route path="/catalog" element={<CatalogIndexPage />} /> + <Route path="/catalog" element={<CatalogIndexPage pagination />} /> ... ``` In case you have a custom catalog page and you want to enable pagination, you need to pass the `pagination` prop to `EntityListProvider` instead. - [`fb8f3bd`](https://github.com/backstage/backstage/commit/fb8f3bd): Updated alpha translation message keys to use nested format and camel case. - [`531e1a2`](https://github.com/backstage/backstage/commit/531e1a2): Updated alpha plugin to include the `unregisterRedirect` external route. - Updated dependencies - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.9 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.22 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.18 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.19 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.9 ### [`v1.15.1`](https://github.com/backstage/backstage/compare/v1.15.0...1ce228633ec9303d6d2515e4e8552bbbf3f4f487) [Compare Source](https://github.com/backstage/backstage/compare/v1.15.0...1ce228633ec9303d6d2515e4e8552bbbf3f4f487) ### [`v1.15.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1150) [Compare Source](https://github.com/backstage/backstage/compare/v1.14.0...v1.15.0) ##### Minor Changes - [`1e5b7d9`](https://github.com/backstage/backstage/commit/1e5b7d993a): Added the `DefaultEntityPresentationApi`, which is an implementation of the `EntityPresentationApi` that `@backstage/plugin-catalog-react` exposes through its `entityPresentationApiRef`. This implementation is also by default made available automatically by the catalog plugin, unless you replace it with a custom one. It batch fetches and caches data from the catalog as needed for display, and is customizable by adopters to add their own rendering functions. ##### Patch Changes - [`eb817ee`](https://github.com/backstage/backstage/commit/eb817ee6d4): Fix spacing inconsistency with links and labels in headers - [`8a84456`](https://github.com/backstage/backstage/commit/8a8445663b): Migrate catalog entity cards to new frontend system extension format. - [`e964c17`](https://github.com/backstage/backstage/commit/e964c17db9): Use default extensions boundary and suspense on the alpha declarative `createCatalogFilterExtension` extension factory. - [`71c97e7`](https://github.com/backstage/backstage/commit/71c97e7d73): The \`spec.lifecycle' field in entities will now always be rendered as a string. - [`6c2b872`](https://github.com/backstage/backstage/commit/6c2b872153): Add official support for React 18. - [`0bf6ebd`](https://github.com/backstage/backstage/commit/0bf6ebda88): Initial entity page implementation for new frontend system at `/alpha`, with an overview page enabled by default and the about card available as an optional card. - [`bb98953`](https://github.com/backstage/backstage/commit/bb98953cb9): Create declarative extensions for the `Catalog` plugin; this initial plugin preset contains sidebar item, index page and filter extensions, all distributed via `/alpha` subpath. The `EntityPage` will be migrated in a follow-up patch. - [`7c265b9`](https://github.com/backstage/backstage/commit/7c265b9758): Fix type error on `CatalogTable` when using Material UI v5 - [`69c1490`](https://github.com/backstage/backstage/commit/69c14904b6): Use `EntityRefLinks` with `hideIcons` property to avoid double icons - [`62b5922`](https://github.com/backstage/backstage/commit/62b5922916): Internal theme type updates - [`77f009b`](https://github.com/backstage/backstage/commit/77f009b35d): Internal updates to match changes in the experimental `@backstage/frontend-plugin-api`. - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.8 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.21 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.18 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.8 ### [`v1.14.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1140) [Compare Source](https://github.com/backstage/backstage/compare/v1.13.0...v1.14.0) ##### Minor Changes - [`28f1ab2`](https://github.com/backstage/backstage/commit/28f1ab2e1a): The catalog plugin no longer implements the experimental reconfiguration API. The create button title can now instead be configured using the new experimental internationalization API, via the `catalogTranslationRef` exported at `/alpha`. For example: ```ts import { catalogTranslationRef } from '@&#8203;backstage/plugin-catalog/alpha'; const app = createApp({ __experimentalTranslations: { resources: [ createTranslationMessages({ ref: catalogTranslationRef, catalog_page_create_button_title: 'Create Software', }), ], }, }); ``` - [`f3561a2`](https://github.com/backstage/backstage/commit/f3561a2935): include owner chip in catalog search result item ##### Patch Changes - [`7c4a8e4`](https://github.com/backstage/backstage/commit/7c4a8e4d5f): Create an experimental `CatalogSearchResultItemExtension` for declarative integration with Backstage; it can be accessed via the `/alpha` import. - [`0296f27`](https://github.com/backstage/backstage/commit/0296f272b4): The \`spec.lifecycle' field in entities will now always be rendered as a string. - [`0b55f77`](https://github.com/backstage/backstage/commit/0b55f773a7): Removed some unused dependencies - [`9a1fce3`](https://github.com/backstage/backstage/commit/9a1fce352e): Updated dependency `@testing-library/jest-dom` to `^6.0.0`. - [`f95af4e`](https://github.com/backstage/backstage/commit/f95af4e540): Updated dependency `@testing-library/dom` to `^9.0.0`. - [`e5a2956`](https://github.com/backstage/backstage/commit/e5a2956dd2): Migrate catalog api to declarative integration system, it is exported from `/alpha` subpath. - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.5 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.6 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.20 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.3 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.17 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.7 ### [`v1.13.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1130) [Compare Source](https://github.com/backstage/backstage/compare/a81b7174bc0ebd8208544f0251b80992ab51715e...v1.13.0) ##### Minor Changes - [`e44f45a`](https://github.com/backstage/backstage/commit/e44f45ac4515): This change allows a new annotation of `backstage.io/techdocs-entity` this ref allows you to reference another entity for its TechDocs. This allows you have a single TechDoc for all items in a system, for example you might have a frontend and a backend in the same repo. This would allow you to have TechDocs build under a `System` entity while referencing the system e.g.: `backstage.io/techdocs-entity: system:default/example` that will show the systems docs in both the TechDocs button and the TechDocs tab without needing to do duplicate builds and filling the TechDocs page with garbage. ##### Patch Changes - [`832eef7`](https://github.com/backstage/backstage/commit/832eef72485b): Added title to props for `Has<kind>Cards`. - [`163a410`](https://github.com/backstage/backstage/commit/163a41035e42): Fixed an issue where `EntitySwitch` was preventing the display of entity errors. - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.19 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.16 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.12.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1124-next0) [Compare Source](https://github.com/backstage/backstage/compare/a3ea81e3fa062b8324c5873bfda976dd18394948...a81b7174bc0ebd8208544f0251b80992ab51715e) ##### Patch Changes - [`832eef7`](https://github.com/backstage/backstage/commit/832eef72485b): Added title to props for `Has<kind>Cards`. - [`163a410`](https://github.com/backstage/backstage/commit/163a41035e42): Fixed an issue where `EntitySwitch` was preventing the display of entity errors. - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.18-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0-next.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5-next.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.3-next.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.5 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).6.5-next.0 ### [`v1.12.3`](https://github.com/backstage/backstage/compare/17f87cc51fcdb74519d5242601b0ad8df306a4b6...a3ea81e3fa062b8324c5873bfda976dd18394948) [Compare Source](https://github.com/backstage/backstage/compare/17f87cc51fcdb74519d5242601b0ad8df306a4b6...a3ea81e3fa062b8324c5873bfda976dd18394948) ### [`v1.12.2`](https://github.com/backstage/backstage/compare/v1.12.1...17f87cc51fcdb74519d5242601b0ad8df306a4b6) [Compare Source](https://github.com/backstage/backstage/compare/v1.12.1...17f87cc51fcdb74519d5242601b0ad8df306a4b6) ### [`v1.12.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1121) [Compare Source](https://github.com/backstage/backstage/compare/v1.12.0...v1.12.1) ##### Patch Changes - [`3d86be9`](https://github.com/backstage/backstage/commit/3d86be999fdf): Prefer simple `theme.spacing` without string interpolation - [`136cea7`](https://github.com/backstage/backstage/commit/136cea792bd4): Fixed an issue causing `EntitySwitch` to unmount its children once entity refresh was invoked - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.16 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.4 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).6.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.5 ### [`v1.12.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1120) [Compare Source](https://github.com/backstage/backstage/compare/07e8526b304368b31280f5fc486f783b61c78e38...v1.12.0) ##### Minor Changes - [`eae0352`](https://github.com/backstage/backstage/commit/eae0352d3864): Tables which use `EntityTableProps` now have an additional `tableOptions` prop which can be used to provide additional table options to these components. ##### Patch Changes - [`294b162`](https://github.com/backstage/backstage/commit/294b1629de28): Display a warning alert if relations are defined, which don't exist in the catalog. - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.15 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).3.2 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.5 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).6.3 ### [`v1.11.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1112) [Compare Source](https://github.com/backstage/backstage/compare/v1.11.1...07e8526b304368b31280f5fc486f783b61c78e38) ##### Patch Changes - [`08f177b`](https://github.com/backstage/backstage/commit/08f177b91084): Add link from Template entity to the scaffolder launch page for the template in the AboutCard. - [`2e03636`](https://github.com/backstage/backstage/commit/2e036369d83b): Updated `alertApi` usages with severity of `info` or `success` to use `display: transient` - [`530b6f3`](https://github.com/backstage/backstage/commit/530b6f364c8c): Adding in type and kind entity details to catalog table title for user clarity - [`8860553`](https://github.com/backstage/backstage/commit/886055301abe): `CatalogIndexPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `<CatalogIndexPage ownerPickerMode="all" />` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog. - [`47b01e4`](https://github.com/backstage/backstage/commit/47b01e4c5315): Keyboard navigation to open EntityContextMenu now focus visible the first element. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).6.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.14 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.14 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.4 ### [`v1.11.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1111-next2) [Compare Source](https://github.com/backstage/backstage/compare/v1.11.0...v1.11.1) ##### Patch Changes - [`47b01e4`](https://github.com/backstage/backstage/commit/47b01e4c5315): Keyboard navigation to open EntityContextMenu now focus visible the first element. - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.0-next.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).7.0-next.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.2-next.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.14-next.2 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).6.1-next.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2-next.0 ### [`v1.11.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1110) [Compare Source](https://github.com/backstage/backstage/compare/v1.10.0...v1.11.0) ##### Minor Changes - [`2258dca`](https://github.com/backstage/backstage/commit/2258dcae970): Added an entity namespace filter and column on the default catalog page. If you have a custom version of the catalog page, you can add this filter in your CatalogPage code: ```ts <CatalogFilterLayout> <CatalogFilterLayout.Filters> <EntityTypePicker /> <UserListPicker initialFilter={initiallySelectedFilter} /> <EntityTagPicker /> /* if you want namespace picker */ <EntityNamespacePicker /> </CatalogFilterLayout.Filters> <CatalogFilterLayout.Content> <CatalogTable columns={columns} actions={actions} /> </CatalogFilterLayout.Content> </CatalogFilterLayout> ``` The namespace column can be added using `createNamespaceColumn();`. This is only needed if you customized the columns for CatalogTable. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.13 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.13 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.3 ### [`v1.10.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1100) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.0...v1.10.0) ##### Minor Changes - [`4dbf3d3`](https://github.com/backstage/backstage/commit/4dbf3d3e4da): Added a new EntitySwitch isResourceType to allow different views depending on Resource type - [`fc6cab4`](https://github.com/backstage/backstage/commit/fc6cab4eb48): Added `isEntityWith` condition helper for `EntitySwitch` case statements. ##### Patch Changes - [`8e00acb`](https://github.com/backstage/backstage/commit/8e00acb28db): Small tweaks to remove warnings in the console during development (mainly focusing on techdocs) - [`e0c6e8b`](https://github.com/backstage/backstage/commit/e0c6e8b9c3c): Update peer dependencies - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.12 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.19 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.13 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.3 ### [`v1.9.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#190) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.0...v1.9.0) ##### Minor Changes - [`23cc400`](https://github.com/backstage/backstage/commit/23cc40039c0): Allow `EntitySwitch` to render all cases that match the condition. This change introduces a new parameter for the `EntitySwitch` component `renderMultipleMatches`. In case the parameter value is `all`, the `EntitySwitch` will render all `EntitySwitch.Case` that contain `if` parameter, and it evaluates to true. In case none of the cases match, the default case will be rendered, if any. This means for example in the CI/CD page you can now do the following: ```tsx <EntitySwitch renderMultipleMatches="all"> <EntitySwitch.Case if={isJenkinsAvailable}>Jenkins</EntitySwitch.Case> <EntitySwitch.Case if={isCodebuildAvailable}>CodeBuild</EntitySwitch.Case> <EntitySwitch.Case>No CI/CD</EntitySwitch.Case> </EntitySwitch> ``` This allows the component to have multiple CI/CD systems and all of those are rendered on the same page. - [`3f75b76`](https://github.com/backstage/backstage/commit/3f75b7607ca): Add ability to pass icon as function to have ability to customize it by search item - [`c9a9f3c`](https://github.com/backstage/backstage/commit/c9a9f3c834f): Add a `columns` prop to certain components that use the `EntityTable` for easier extensibility. ##### Patch Changes - [`3fa4169`](https://github.com/backstage/backstage/commit/3fa41696820): Make the "Copied!" message disappear automatically after some time - [`7e8930a`](https://github.com/backstage/backstage/commit/7e8930ae1c6): Fix icon alignment in `CatalogSearchResultListItem` - [`dbbde6e`](https://github.com/backstage/backstage/commit/dbbde6ed353): fix entity switch rendering when there is no default case - [`cb8ec97`](https://github.com/backstage/backstage/commit/cb8ec97cdeb): Change black & white colors to be theme aware - [`928a12a`](https://github.com/backstage/backstage/commit/928a12a9b3e): Internal refactor of `/alpha` exports. - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.5 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.12 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.11 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.18 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.2 ### [`v1.8.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#180) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.2...v1.8.0) ##### Minor Changes - [`0c1fc39`](https://github.com/backstage/backstage/commit/0c1fc3986c): Added Markdown support in the `AboutCard` description section - [`0eaa579`](https://github.com/backstage/backstage/commit/0eaa579f89): The `CatalogSearchResultListItem` component is now a search result extension. This means that when rendered as a child of components that render search extensions, the `result`, `rank`, and `highlight` properties are optional. See the [documentation](https://backstage.io/docs/features/search/how-to-guides#how-to-render-search-results-using-extensions) for more details. ##### Patch Changes - [`d7f55f6`](https://github.com/backstage/backstage/commit/d7f55f6bd2): The list of entities takes into account the title when its different from the name to sort the entities. - [`66e2aab`](https://github.com/backstage/backstage/commit/66e2aab4c4): `ListItem` wrapper component moved to `SearchResultListItemExtension` for all `*SearchResultListItems` that are exported as extensions. This is to make sure the list only contains list elements. Note: If you have implemented a custom result list item, we recommend you to remove the list item wrapper to avoid nested `<li>` elements. - [`7d46ca2`](https://github.com/backstage/backstage/commit/7d46ca2f68): Make catalog search result list a bit more customizable - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.17 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.10 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.11 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.1 ### [`v1.7.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#172) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.1...v1.7.2) ##### Patch Changes - [`cebe24e`](https://github.com/backstage/backstage/commit/cebe24ef1d): Add `EntityLabelsCard` to show the labels for an entity. - [`5353b4d`](https://github.com/backstage/backstage/commit/5353b4df61): There is now tooltip in the entity context menu - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.3 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.9 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.16 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-backend)</summary> ### [`v1.23.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1232-next0) [Compare Source](https://github.com/backstage/backstage/compare/v1.23.1...v1.23.2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.21-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.2-next.0 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.26-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0-next.0 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.14-next.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.3-next.0 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.7-next.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.32-next.0 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.27-next.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.24 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 ### [`v1.23.1`](https://github.com/backstage/backstage/releases/tag/v1.23.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.23.0...v1.23.1) This release fixes an issue with the `@backstage/plugin-auth-backend` package, in particular the `providerInfo` not being set properly for some proxy providers. ### [`v1.23.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1230) [Compare Source](https://github.com/backstage/backstage/compare/v1.22.0...v1.23.0) ##### Minor Changes - [`c7528b0`](https://github.com/backstage/backstage/commit/c7528b0): Pass through `EventsService` too in the new backend system ##### Patch Changes - [`8869b8e`](https://github.com/backstage/backstage/commit/8869b8e): Updated local development setup. - [`78a0b08`](https://github.com/backstage/backstage/commit/78a0b08): Internal refactor to handle `BackendFeature` contract change. - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`d779e3b`](https://github.com/backstage/backstage/commit/d779e3b): Added a regex test to check commit hash. If url is from git commit branch ignore the edit url. - [`6c5cab1`](https://github.com/backstage/backstage/commit/6c5cab1): Fix bug in `getLocationByEntity` - [`0f55f5c`](https://github.com/backstage/backstage/commit/0f55f5c): Ensure name and title are both indexed by the DefaultCatalogCollator - [`1779188`](https://github.com/backstage/backstage/commit/1779188): Start using the `isDatabaseConflictError` helper from the `@backstage/backend-plugin-api` package in order to avoid dependency with the soon to deprecate `@backstage/backend-common` package. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.24 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.25 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.5 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.30 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.24 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.12 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.22.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1220) [Compare Source](https://github.com/backstage/backstage/compare/v1.21.1...v1.22.0) ##### Minor Changes - [`f2a2a83`](https://github.com/backstage/backstage/commit/f2a2a83): Deprecated the `LocationAnalyzer` type, which has been moved to `@backstage/plugin-catalog-node`. - [`f2a2a83`](https://github.com/backstage/backstage/commit/f2a2a83): The `/alpha` plugin export has had its implementation of the `catalogAnalysisExtensionPoint` updated to reflect the new API. - [`8d14475`](https://github.com/backstage/backstage/commit/8d14475): Emit well known relationships for the Domain entity kind. ##### Patch Changes - [`131e5cb`](https://github.com/backstage/backstage/commit/131e5cb): Fix broken links in README. - [`c6cb568`](https://github.com/backstage/backstage/commit/c6cb568): Add lifecycle monitoring for the catalog processing - [`d229dc4`](https://github.com/backstage/backstage/commit/d229dc4): Move path utilities from `backend-common` to the `backend-plugin-api` package. - [`8479a0b`](https://github.com/backstage/backstage/commit/8479a0b): Fixed bug in stitching queue gauge that included entities that are scheduled in the future. - Updated dependencies - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.24 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).22.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.23 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.11 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.23 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.29 ### [`v1.21.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1211) [Compare Source](https://github.com/backstage/backstage/compare/v1.21.0...v1.21.1) ##### Patch Changes - [`cfdc5e7`](https://github.com/backstage/backstage/commit/cfdc5e7): Fixes an issue where `/analyze-location` would incorrectly throw a 500 error on an invalid url. - [`d5a1fe1`](https://github.com/backstage/backstage/commit/d5a1fe1): Replaced winston logger with `LoggerService` - [`c52f7ac`](https://github.com/backstage/backstage/commit/c52f7ac): Make entity collection errors a little quieter in the logs. Instead of logging a warning line when an entity has an error during processing, it will now instead emit an event on the event broker. This only removes a single log line, however it is possible to add the log line back if it is required by subscribing to the `CATALOG_ERRORS_TOPIC` as shown below. ```typescript env.eventBroker.subscribe({ supportsEventTopics(): string[] { return [CATALOG_ERRORS_TOPIC]; }, async onEvent( params: EventParams<{ entity: string; location?: string; errors: Array<Error>; }>, ): Promise<void> { const { entity, location, errors } = params.eventPayload; for (const error of errors) { env.logger.warn(error.message, { entity, location, }); } }, }); ``` - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.7 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.28 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.17 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.22 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.3 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.22 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).11.1 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.10 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 ### [`v1.21.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1210) [Compare Source](https://github.com/backstage/backstage/compare/v1.20.0...v1.21.0) ##### Minor Changes - [`f3e2e86`](https://github.com/backstage/backstage/commit/f3e2e86): Added the ability to inject custom permissions from modules, on `CatalogBuilder` and `CatalogPermissionExtensionPoint` ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.3 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.6 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.21 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.16 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.27 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.21 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.2 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.9 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 ### [`v1.20.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1200) [Compare Source](https://github.com/backstage/backstage/compare/v1.19.0...v1.20.0) ##### Minor Changes - [`f3e2e86`](https://github.com/backstage/backstage/commit/f3e2e86): Added the ability to inject custom permissions from modules, on `CatalogBuilder` and `CatalogPermissionExtensionPoint` ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.2 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.5 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.20 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.20 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.1 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.26 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.8 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.15 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 ### [`v1.19.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1190) [Compare Source](https://github.com/backstage/backstage/compare/v1.18.0...v1.19.0) ##### Minor Changes - [`9c7fb30`](https://github.com/backstage/backstage/commit/9c7fb30): Added the ability to inject custom permissions from modules, on `CatalogBuilder` and `CatalogPermissionExtensionPoint` ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.19 ### [`v1.18.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1180) [Compare Source](https://github.com/backstage/backstage/compare/v1.17.3...v1.18.0) ##### Minor Changes - [`df12231`](https://github.com/backstage/backstage/commit/df12231): Allow setting EntityDataParser using CatalogModelExtensionPoint - [`15ba00f`](https://github.com/backstage/backstage/commit/15ba00f): Migrated to support new auth services. The `CatalogBuilder.create` method now accepts a `discovery` option, which is recommended to forward from the plugin environment, as it will otherwise fall back to use the `HostDiscovery` implementation. ##### Patch Changes - [`2bd1410`](https://github.com/backstage/backstage/commit/2bd1410): Removed unused dependencies - [`999224f`](https://github.com/backstage/backstage/commit/999224f): Bump dependency `minimatch` to v9 - [`6f830bb`](https://github.com/backstage/backstage/commit/6f830bb): Allow passing optional filter to `getEntitiesByRefs` - [`0fb419b`](https://github.com/backstage/backstage/commit/0fb419b): Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - [`b65788b`](https://github.com/backstage/backstage/commit/b65788b): Move [@&#8203;backstage/repo-tools](https://github.com/backstage/repo-tools) to dev dependencies - [`280edeb`](https://github.com/backstage/backstage/commit/280edeb): Add index for original value in search table for faster entity facet response - [`dad018f`](https://github.com/backstage/backstage/commit/dad018f): Do not fail on stitching when the entity contains `null` values associated to deeply nested or long keys. - Updated dependencies - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.14 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.18 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.1 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.7 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.19 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.25 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 ### [`v1.17.3`](https://github.com/backstage/backstage/releases/tag/v1.17.3) [Compare Source](https://github.com/backstage/backstage/compare/v1.17.2...v1.17.3) This release provides further fixes for the Gitiles integration, and relaxes the validation of the encoding of all query parameters of the catalog backend as well as allowing `limit=0` queries. ### [`v1.17.2`](https://github.com/backstage/backstage/releases/tag/v1.17.2) [Compare Source](https://github.com/backstage/backstage/compare/v1.17.1...v1.17.2) This release fixes an issue where certain Gerrit integration setups were broken, and where it was not possible to query multiple facets from the catalog at the same time. ### [`v1.17.1`](https://github.com/backstage/backstage/releases/tag/v1.17.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.17.0...v1.17.1) This release fixes an issue where the `EntitySwitch` component from `@backstage/plugin-catalog` was preventing the display of entity errors. It also fixes the alpha `catalogModuleTemplateKind` export from `@backstage/plugin-scaffolder-backend`, which had incorrect plugin and module IDs. ### [`v1.17.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1170) [Compare Source](https://github.com/backstage/backstage/compare/3ffb2d107e02a63c5a27fe0d775a04b928c0ffc9...v1.17.0) ##### Minor Changes - [`43dad25`](https://github.com/backstage/backstage/commit/43dad25): Add API to get location by entity - [`126c2f9`](https://github.com/backstage/backstage/commit/126c2f9): Updates the OpenAPI spec to use plugin as `info.title` instead of package name. - [`04907c3`](https://github.com/backstage/backstage/commit/04907c3): Updates the OpenAPI specification title to plugin ID instead of package name. - [`d8a54d0`](https://github.com/backstage/backstage/commit/d8a54d0): Adds support for supplying field validators to the new backend's catalog plugin. If you're using entity policies, you should use the new `transformLegacyPolicyToProcessor` function to install them as processors instead. ```ts import { catalogProcessingExtensionPoint, catalogModelExtensionPoint, } from '@&#8203;backstage/plugin-catalog-node/alpha'; import {myPolicy} from './my-policy'; export const catalogModulePolicyProvider = createBackendModule({ pluginId: 'catalog', moduleId: 'internal-policy-provider', register(reg) { reg.registerInit({ deps: { modelExtensions: catalogModelExtensionPoint, processingExtensions: catalogProcessingExtensionPoint, }, async init({ modelExtensions, processingExtensions }) { modelExtensions.setFieldValidators({ ... }); processingExtensions.addProcessors(transformLegacyPolicyToProcessor(myPolicy)) }, }); }, }); ``` ##### Patch Changes - [`9aac2b0`](https://github.com/backstage/backstage/commit/9aac2b0): Use `--cwd` as the first `yarn` argument - [`89b674c`](https://github.com/backstage/backstage/commit/89b674c): Minor performance improvement for `queryEntities` when the limit is 0. - [`81e19b1`](https://github.com/backstage/backstage/commit/81e19b1): Replace uses of deprecated types with replacements internally. - [`efa8160`](https://github.com/backstage/backstage/commit/efa8160): Rollback the change for wildcard discovery, this fixes a bug with the `AzureUrlReader` not working with wildcard paths - [`d208a93`](https://github.com/backstage/backstage/commit/d208a93): Fixed a bug where `fullTextFilter` wasn't preserved correctly in the cursor. - [`6bb6f3e`](https://github.com/backstage/backstage/commit/6bb6f3e): Updated dependency `fs-extra` to `^11.2.0`. Updated dependency `@types/fs-extra` to `^11.0.0`. - [`1cae748`](https://github.com/backstage/backstage/commit/1cae748): Updated dependency `git-url-parse` to `^14.0.0`. - [`0a395b3`](https://github.com/backstage/backstage/commit/0a395b3): Upgraded `prom-client` to version 15 - [`9b2eb3f`](https://github.com/backstage/backstage/commit/9b2eb3f): Add support for `onProcessingError` handler at the catalog plugin (new backend system). You can use `setOnProcessingErrorHandler` at the `catalogProcessingExtensionPoint` as replacement for ```ts catalogBuilder.subscribe({ onProcessingError: hander, }); ``` - Updated dependencies - [@&#8203;backstage/repo-tools](https://github.com/backstage/repo-tools)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.4 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.14 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.10 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.15 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.3 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.21 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.21 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).2.19 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 ### [`v1.16.2`](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...3ffb2d107e02a63c5a27fe0d775a04b928c0ffc9) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...3ffb2d107e02a63c5a27fe0d775a04b928c0ffc9) ### [`v1.16.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1161) [Compare Source](https://github.com/backstage/backstage/compare/v1.16.0...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - [`c3249d6`](https://github.com/backstage/backstage/commit/c3249d6): Parse the URL using a different method rather than `git-url-parse` to support wildcards for URLs which are not VCS providers - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).20.1 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.13 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.9 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.2 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).6.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.20 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.14 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.20 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).2.18 ### [`v1.16.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1160) [Compare Source](https://github.com/backstage/backstage/compare/v1.15.0...v1.16.0) ##### Minor Changes - [`7804597`](https://github.com/backstage/backstage/commit/7804597): Permission rules can now be added for the Catalog plugin through the `CatalogPermissionExtensionPoint` interface. ##### Patch Changes - [`3834067`](https://github.com/backstage/backstage/commit/3834067): Update the OpenAPI spec to support the use of `openapi-generator`. - [`50ee804`](https://github.com/backstage/backstage/commit/50ee804): Wrap single `pipelineLoop` of TaskPipeline in a span for better traces - [`7123c58`](https://github.com/backstage/backstage/commit/7123c58): Updated dependency `@types/glob` to `^8.0.0`. - [`0cbb03b`](https://github.com/backstage/backstage/commit/0cbb03b): Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617 - [`a168507`](https://github.com/backstage/backstage/commit/a168507): Deprecated `EntitiesSearchFilter` and `EntityFilter`, which can now be imported from `@backstage/plugin-catalog-node` instead - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).20.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.1 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.13 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.11 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.19 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.12 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.8 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.19 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).2.17 ### [`v1.15.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1150) [Compare Source](https://github.com/backstage/backstage/compare/v1.14.0...v1.15.0) ##### Minor Changes - [`e5bf374`](https://github.com/backstage/backstage/commit/e5bf3749ad): Support adding location analyzers in new catalog analysis extension point and move `AnalyzeOptions` and `ScmLocationAnalyzer` types to `@backstage/plugin-catalog-node` - [`8d75696`](https://github.com/backstage/backstage/commit/8d756968f9): Introduce a new optional config parameter `catalog.stitchingStrategy.mode`, which can have the values `'immediate'` (default) and `'deferred'`. The default is for stitching to work as it did before this change, which means that it happens "in-band" (blocking) immediately when each processing task finishes. When set to `'deferred'`, stitching is instead deferred to happen on a separate asynchronous worker queue just like processing. Deferred stitching should make performance smoother when ingesting large amounts of entities, and reduce p99 processing times and repeated over-stitching of hot spot entities when fan-out/fan-in in terms of relations is very large. It does however also come with some performance cost due to the queuing with how much wall-clock time some types of task take. ##### Patch Changes - [`6694b36`](https://github.com/backstage/backstage/commit/6694b369a3): Update the OpenAPI spec with more complete error responses and request bodies using Optic. Also, updates the test cases to use the new `supertest` pass through from `@backstage/backend-openapi-utils`. - [`013611b`](https://github.com/backstage/backstage/commit/013611b42e): `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support. - Updated dependencies - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.9 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.12 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.6 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.10 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.11 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.18 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).2.16 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.18 ### [`v1.14.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1140) [Compare Source](https://github.com/backstage/backstage/compare/fba638a903656e9effdfa97d619ab24f3b6b086f...v1.14.0) ##### Minor Changes - [`78af943`](https://github.com/backstage/backstage/commit/78af9433c8): Instrumenting some missing metrics with `OpenTelemetry` ##### Patch Changes - [`7a2e292`](https://github.com/backstage/backstage/commit/7a2e2924c7): Marked the `LocationEntityProcessor` as deprecated, as it is no longer used internally since way back and can even be harmful at this point. - [`0b55f77`](https://github.com/backstage/backstage/commit/0b55f773a7): Removed some unused dependencies - [`348e8c1`](https://github.com/backstage/backstage/commit/348e8c1cdb): Fixes a bug where eagerly deleted entities did not properly trigger re-stitching of entities that they had relations to. - [`b97e979`](https://github.com/backstage/backstage/commit/b97e9790f0): Internal refactors, laying the foundation for later introducing deferred stitching (see [#&#8203;18062](https://github.com/backstage/backstage/issues/18062)). - Updated dependencies - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.11 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).4.7 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).0.5 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.10 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.17 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.17 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).2.15 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.9 ### [`v1.13.3`](https://github.com/backstage/backstage/compare/v1.13.2...fba638a903656e9effdfa97d619ab24f3b6b086f) [Compare Source](https://github.com/backstage/backstage/compare/v1.13.2...fba638a903656e9effdfa97d619ab24f3b6b086f) ### [`v1.13.2`](https://github.com/backstage/backstage/releases/tag/v1.13.2) [Compare Source](https://github.com/backstage/backstage/compare/v1.13.1...v1.13.2) This release includes the missing `@rjsf/*` dependencies from `@backstage/plugin-home` which fixes issues like `Cannot read properties of undefined (reading 'isMultiSelect')` ### [`v1.13.1`](https://github.com/backstage/backstage/releases/tag/v1.13.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.13.0...v1.13.1) This release bumps the minimum required version of `vm2` to 3.9.17 ### [`v1.13.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1130) [Compare Source](https://github.com/backstage/backstage/compare/9a127504032f46cd948b0b587628ba629c91799e...v1.13.0) ##### Minor Changes - [`62f448e`](https://github.com/backstage/backstage/commit/62f448edb0b5): Allow configuring the processing interval in your app-config, under the `catalog.processingInterval` key. - [`09cfc3c`](https://github.com/backstage/backstage/commit/09cfc3cf467d): set azure annotation `dev.azure.com/project-repo` in `AnnotateScmSlugEntityProcessor` to find the project and repo information for the repos that contains `dev.azure.com` in the url ##### Patch Changes - [`149361e`](https://github.com/backstage/backstage/commit/149361e81622): Fix to the `limit` parameter on entity queries. - [`1fd2109`](https://github.com/backstage/backstage/commit/1fd2109739c1): Changed the processing loop task pipeline implementation from recursive to iterative - [`71114ac`](https://github.com/backstage/backstage/commit/71114ac50e02): The export for the new backend system has been moved to be the `default` export. For example, if you are currently importing the plugin using the following pattern: ```ts import { examplePlugin } from '@&#8203;backstage/plugin-example-backend'; backend.add(examplePlugin); ``` It should be migrated to this: ```ts backend.add(import('@&#8203;backstage/plugin-example-backend')); ``` - [`0f8a977`](https://github.com/backstage/backstage/commit/0f8a97777489): Update OpenAPI schema to relax the encoding validation of all request parameters. - [`0198aa5`](https://github.com/backstage/backstage/commit/0198aa596fd9): Fixed a link to the frontend Backstage plugin that had pointed to itself. - [`2d32d8a`](https://github.com/backstage/backstage/commit/2d32d8a611e3): Fixed validation of the `fullTextFilterFields` query parameter. - [`acffa17`](https://github.com/backstage/backstage/commit/acffa17027b6): Added some examples to the catalog OpenAPI definition - [`45947d3`](https://github.com/backstage/backstage/commit/45947d3b2759): Fixes an issue where `order` was not a recognized parameter for the `/entities` endpoint. - [`41d1b2d`](https://github.com/backstage/backstage/commit/41d1b2d628ea): Fix OpenAPI schema for the facets endpoint - [`618257f`](https://github.com/backstage/backstage/commit/618257f3e413): Fix issue with `catalogFileName` not being a required property for `/analyze-location` - [`cfc3ca6`](https://github.com/backstage/backstage/commit/cfc3ca6ce060): Changes needed to support MySQL - [`814feee`](https://github.com/backstage/backstage/commit/814feeed7343): Update to handle invalid luxon values - Updated dependencies - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.7 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.8 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.5 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.16 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.8 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).0.4 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).2.12 ### [`v1.12.4`](https://github.com/backstage/backstage/compare/a0f45ca1321a3d4277ff1258b48e86560f0028f4...9a127504032f46cd948b0b587628ba629c91799e) [Compare Source](https://github.com/backstage/backstage/compare/a0f45ca1321a3d4277ff1258b48e86560f0028f4...9a127504032f46cd948b0b587628ba629c91799e) ### [`v1.12.3`](https://github.com/backstage/backstage/compare/a81b7174bc0ebd8208544f0251b80992ab51715e...a0f45ca1321a3d4277ff1258b48e86560f0028f4) [Compare Source](https://github.com/backstage/backstage/compare/a81b7174bc0ebd8208544f0251b80992ab51715e...a0f45ca1321a3d4277ff1258b48e86560f0028f4) ### [`v1.12.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1122-next0) [Compare Source](https://github.com/backstage/backstage/compare/v1.12.1...a81b7174bc0ebd8208544f0251b80992ab51715e) ##### Patch Changes - [`149361e`](https://github.com/backstage/backstage/commit/149361e81622): Fix to the `limit` parameter on entity queries. - [`0198aa5`](https://github.com/backstage/backstage/commit/0198aa596fd9): Fixed a link to the frontend Backstage plugin that had pointed to itself. - [`41d1b2d`](https://github.com/backstage/backstage/commit/41d1b2d628ea): Fix OpenAPI schema for the facets endpoint - [`cfc3ca6`](https://github.com/backstage/backstage/commit/cfc3ca6ce060): Changes needed to support MySQL - Updated dependencies - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).3.0-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.4-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0-next.0 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.7-next.0 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).0.3 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.2-next.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).4.3-next.0 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).2.11-next.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.13-next.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.6-next.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.5 ### [`v1.12.1`](https://github.com/backstage/backstage/releases/tag/v1.12.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.12.0...v1.12.1) This release fixes an issue where the backend start command would not work on Windows. ### [`v1.12.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1120) [Compare Source](https://github.com/backstage/backstage/compare/v1.11.0...v1.12.0) ##### Minor Changes - [`b8cccd8`](https://github.com/backstage/backstage/commit/b8cccd8ee858): Support configuring applicable kinds for `AnnotateScmSlugEntityProcessor` - [`f32252c`](https://github.com/backstage/backstage/commit/f32252cdf631): Added OpenTelemetry spans for catalog processing - [`ebeb775`](https://github.com/backstage/backstage/commit/ebeb77586975): Now performs request validation based on OpenAPI schema through `@backstage/backend-openapi-utils`. Error responses for invalid input, like `"a"` instead of a number, may have changed. ##### Patch Changes - [`629cbd1`](https://github.com/backstage/backstage/commit/629cbd194a87): Use `coreServices.rootConfig` instead of `coreService.config` - [`b8d6b22`](https://github.com/backstage/backstage/commit/b8d6b22acd57): Internal refactor for load test - Updated dependencies - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.4 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.2 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).0.3 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).2.9 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).2.17 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.5 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.11 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.5 ### [`v1.11.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1110) [Compare Source](https://github.com/backstage/backstage/compare/v1.10.0...v1.11.0) ##### Minor Changes - [`f06f0e4`](https://github.com/backstage/backstage/commit/f06f0e46ba88): Support placeholder resolvers in the CatalogPlugin, also moves `PlaceholderResolver` and related types from `@backstage/plugin-catalog-backend` to `@backstage/plugin-catalog-node`. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.1 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).2.16 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).2.8 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.10 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).3.2 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.5 ### [`v1.10.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1100) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.1...v1.10.0) ##### Minor Changes - [`44c7ad6`](https://github.com/backstage/backstage/commit/44c7ad6b8e11): Adds an optional `EventBroker` that is used for sending an event when there are conflicts, with details of the conflict so that it can be handled elsewhere. ##### Patch Changes - [`77e04a2`](https://github.com/backstage/backstage/commit/77e04a2d55be): Replace getBearerToken with library function of same - [`ee411e7`](https://github.com/backstage/backstage/commit/ee411e7c2623): Update OpenAPI specs to be in line with linting standards. - [`b8374d5`](https://github.com/backstage/backstage/commit/b8374d5d93b6): Add a base plate for performance testing of the catalog - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).2.15 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).3.7 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.9 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.14 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).2.7 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.6 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.4 ### [`v1.9.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#191) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.0...v1.9.1) ##### Patch Changes - [`ce8d203`](https://github.com/backstage/backstage/commit/ce8d203235b): Ensure that entity cache state is only written to the database when actually changed - [`485a6c5`](https://github.com/backstage/backstage/commit/485a6c5f7b5): Internal refactoring for performance in the service handlers - [`3587a96`](https://github.com/backstage/backstage/commit/3587a968dcd): Fixed a bug in the `queryEntities` endpoint that was causing filtered entities to be included in cursor requests. - [`ce335df`](https://github.com/backstage/backstage/commit/ce335df9d1c): Improve the query for orphan pruning - [`27956d7`](https://github.com/backstage/backstage/commit/27956d78671): Adjusted the OpenAPI schema file name according to the new structure - [`51064e6`](https://github.com/backstage/backstage/commit/51064e6e5ee): Change orphan cleanup task to only log a message if it deleted entities. - [`12a3453`](https://github.com/backstage/backstage/commit/12a345317ab): Remove unnecessary join in the entity facets endpoint, exclude nulls - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.5 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.8 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).3.6 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.13 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.5 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.3 ### [`v1.9.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#190) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.0...v1.9.0) ##### Minor Changes - [`329b63f`](https://github.com/backstage/backstage/commit/329b63f4dab): The catalog now has a new, optional `catalog.orphanStrategy` app-config parameter, which can have the string values `'keep'` (default) or `'delete'`. If set to `'keep'` or left unset, the old behavior is maintained of keeping orphaned entities around until manually deleted. If set to `'delete'`, the catalog will attempt to automatically clean out orphaned entities without manual intervention. Note that there are no guarantees that this process is instantaneous, so there may be some delay before orphaned items disappear. For context, the [Life of an Entity](https://backstage.io/docs/features/software-catalog/life-of-an-entity/#orphaning) article goes into some more details on how the nature of orphaning works. To enable the new behavior, you will need to pass the plugin task scheduler to your catalog backend builder. If your code already looks like this, you don't need to change it: ```ts // in packages/backend/src/plugins/catalog.ts export default async function createPlugin( env: PluginEnvironment, ): Promise<Router> { const builder = await CatalogBuilder.create(env); ``` But if you pass things into the catalog builder one by one, you'll need to add the new field: ```diff // in packages/backend/src/plugins/catalog.ts const builder = await CatalogBuilder.create({ // ... other dependencies + scheduler: env.scheduler, }); ``` Finally adjust your app-config: ```yaml catalog: orphanStrategy: delete ``` - [`92a4590`](https://github.com/backstage/backstage/commit/92a4590fc3a): Add monorepo support to CodeOwnersProccesor. ##### Patch Changes - [`62a725e`](https://github.com/backstage/backstage/commit/62a725e3a94): Use the `LocationSpec` type from the `catalog-common` package in place of the deprecated `LocationSpec` from the `catalog-node` package. - [`be5aca5`](https://github.com/backstage/backstage/commit/be5aca50114): Updates and moves OpenAPI spec to `src/schema/openapi.yaml` and uses `ApiRouter` type from `@backstage/backend-openapi-utils` to handle automatic types from the OpenAPI spec file. - [`c9a0fdc`](https://github.com/backstage/backstage/commit/c9a0fdcd2c8): Fix deprecated types. - [`899ebfd`](https://github.com/backstage/backstage/commit/899ebfd8e02): Add full text search support to the `by-query` endpoint. - [`1e4f5e9`](https://github.com/backstage/backstage/commit/1e4f5e91b8e): Bump `zod` and `zod-to-json-schema` dependencies. - [`c4b8463`](https://github.com/backstage/backstage/commit/c4b846359c0): Allow replacement of the BuiltinKindsEntityProcessor which enables customization of schema validation and connections emitted. - [`c36b89f`](https://github.com/backstage/backstage/commit/c36b89f2af3): Fixed bug in the `DefaultCatalogProcessingEngine` where entities that contained multiple different types of relations for the same source entity would not properly trigger stitching for that source entity. - [`01ae205`](https://github.com/backstage/backstage/commit/01ae205352e): Collator factories instantiated in new backend system modules and now marked as deprecated. Will be continued to be exported publicly until the new backend system is fully rolled out. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.4 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).2.7 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.5 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).3.5 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.13 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.3 ### [`v1.8.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#180) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.2...v1.8.0) ##### Minor Changes - [`7f4ea3d`](https://github.com/backstage/backstage/commit/7f4ea3d3602): Add /entities/by-query endpoint returning paginated entities. The endpoint supports cursor base pagination and server side sorting of the entities ##### Patch Changes - [`e675f90`](https://github.com/backstage/backstage/commit/e675f902980): Add deprecations for symbols that were moved to `@backstage/plugin-catalog-node` a long time ago: - `CatalogProcessor` - `CatalogProcessorCache` - `CatalogProcessorEmit` - `CatalogProcessorEntityResult` - `CatalogProcessorErrorResult` - `CatalogProcessorLocationResult` - `CatalogProcessorParser` - `CatalogProcessorRefreshKeysResult` - `CatalogProcessorRelationResult` - `CatalogProcessorResult` - `DeferredEntity` - `EntityProvider` - `EntityProviderConnection` - `EntityProviderMutation` - `EntityRelationSpec` - `processingResult` Also moved over and deprecated the following symbols: - `locationSpecToLocationEntity` - `locationSpecToMetadataName` - [`ac8929f`](https://github.com/backstage/backstage/commit/ac8929f2f31): Fix export of `defaultCatalogCollatorEntityTransformer`. - [`928a12a`](https://github.com/backstage/backstage/commit/928a12a9b3e): Internal refactor of `/alpha` exports. - [`52b0022`](https://github.com/backstage/backstage/commit/52b0022dab7): Updated dependency `msw` to `^1.0.0`. - [`f093ce8`](https://github.com/backstage/backstage/commit/f093ce83d58): Fix a bug where the batch fetch by ref endpoint did not work in conjunction with filtering (e.g. if authorization was enabled). - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.6 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).3.4 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.12 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.4 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.2 ### [`v1.7.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#172) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.1...v1.7.2) ##### Patch Changes - [`071354e`](https://github.com/backstage/backstage/commit/071354eb7d): Add additional validation as security precations for output entities. - [`b977c2e`](https://github.com/backstage/backstage/commit/b977c2e69f): Minor improvements to the descriptions provided with permission rules schemas - [`2380506`](https://github.com/backstage/backstage/commit/2380506364): The process of adding or modifying fields in the software-catalog search index has been simplified. For more details, see [how to customize fields in the Software Catalog index](https://backstage.io/docs/features/search/how-to-guides#how-to-customize-fields-in-the-software-catalog-index). - [`9573651`](https://github.com/backstage/backstage/commit/9573651919): The previous migration that adds the `search.original_value` column may leave some of the entities not updated. Add a migration script to trigger a reprocessing of the entities. - [`9f71a2f`](https://github.com/backstage/backstage/commit/9f71a2fd20): Location rule target patterns now also match hidden files, i.e. path components with a leading dot. - [`e716946`](https://github.com/backstage/backstage/commit/e716946103): Updated usage of the lifecycle service. - [`1aec041`](https://github.com/backstage/backstage/commit/1aec041c34): Fixed an issue where entities sometimes were not properly deleted during a full mutation. - [`0ff0331`](https://github.com/backstage/backstage/commit/0ff03319be): Updated usage of `createBackendPlugin`. - [`fc73f6a`](https://github.com/backstage/backstage/commit/fc73f6aae5): Switched the order of reprocessing statements retroactively in migrations. This only improves the experience for those who at a later time perform a large upgrade of an old Backstage installation. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.2 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).3.3 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.11 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.3 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.5 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).2.5 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.1 ### [`v1.7.1`](https://github.com/backstage/backstage/releases/tag/v1.7.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.0...v1.7.1) This release fixes an issue where `@backstage/create-app` unintentionally required Git to be set up for it to be able to create a new project. ### [`v1.7.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#170) [Compare Source](https://github.com/backstage/backstage/compare/v1.6.0...v1.7.0) ##### Minor Changes - [`f75bf76`](https://github.com/backstage/backstage/commit/f75bf76330): Implemented server side ordering in the entities endpoint ##### Patch Changes - [`e23f13a`](https://github.com/backstage/backstage/commit/e23f13a573): Enable the `by-refs` endpoint to receive `fields` through the POST body as well as through query parameters. - [`f23eef3`](https://github.com/backstage/backstage/commit/f23eef3aa2): Updated dependency `better-sqlite3` to `^8.0.0`. - [`d136793`](https://github.com/backstage/backstage/commit/d136793ff0): Fixed an issue where internal references in the catalog would stick around for longer than expected, causing entities to not be deleted or orphaned as expected. - [`8e06f3c`](https://github.com/backstage/backstage/commit/8e06f3cf00): Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.3 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-backend-module-github)</summary> ### [`v0.6.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend-module-github/CHANGELOG.md#064-next0) [Compare Source](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.21-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.2-next.0 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.26-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0-next.0 - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).23.2-next.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.3-next.0 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.7-next.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.24 ### [`v0.6.3`](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) ### [`v0.6.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend-module-github/CHANGELOG.md#062) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`78a0b08`](https://github.com/backstage/backstage/commit/78a0b08): Internal refactor to handle `BackendFeature` contract change. - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`67d0530`](https://github.com/backstage/backstage/commit/67d0530): Fix bug in root repo import where catalog-info.yaml.hcl file is found by search and breaks the import - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.24 - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).23.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.5 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.24 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 ### [`v0.6.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend-module-github/CHANGELOG.md#061) [Compare Source](https://github.com/backstage/backstage/compare/v0.6.0...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`0b50143`](https://github.com/backstage/backstage/commit/0b50143): GitHub push events now schedule a refresh on entities that have a `refresh_key` matching the `catalogPath` config itself. This allows to support a `catalogPath` configuration that uses glob patterns. - [`f2a2a83`](https://github.com/backstage/backstage/commit/f2a2a83): Updated to use the new `catalogAnalysisExtensionPoint` API. - [`5bdeaa7`](https://github.com/backstage/backstage/commit/5bdeaa7): Added `alwaysUseDefaultNamespace` option to `GithubMultiOrgEntityProvider`. If set to true, the provider will use `default` as the namespace for all group entities. Groups with the same name across different orgs will be considered the same group. - Updated dependencies - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).22.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).22.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.23 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.23 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-common)</summary> ### [`v1.0.24`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1024) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.12 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 ### [`v1.0.23`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1023) [Compare Source](https://github.com/backstage/backstage/compare/7825762f90f59c0903758aeaebd0bbf6f33dc087...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 ### [`v1.0.22`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1022) [Compare Source](https://github.com/backstage/backstage/compare/dde9d0ae753cf1894bd80c48c3001860319255fd...7825762f90f59c0903758aeaebd0bbf6f33dc087) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 ### [`v1.0.21`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1021) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...dde9d0ae753cf1894bd80c48c3001860319255fd) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.10 ### [`v1.0.20`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1020) [Compare Source](https://github.com/backstage/backstage/compare/81d6a2568434ae1a1e2784fbb6e9699f55968eac...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.10 ### [`v1.0.19`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1019) [Compare Source](https://github.com/backstage/backstage/compare/d9a16db9d2be79dd19634a1d816a1cb0ae89cafe...81d6a2568434ae1a1e2784fbb6e9699f55968eac) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.11 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.9 ### [`v1.0.18`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1018) [Compare Source](https://github.com/backstage/backstage/compare/f1dc76bd9ab62249aa04230881d1480c14763c64...d9a16db9d2be79dd19634a1d816a1cb0ae89cafe) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.10 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.8 ### [`v1.0.17`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1017) [Compare Source](https://github.com/backstage/backstage/compare/5bf8bc9c1466837f810ec000255f46100937fff5...f1dc76bd9ab62249aa04230881d1480c14763c64) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.9 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.7 ### [`v1.0.16`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1016) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...5bf8bc9c1466837f810ec000255f46100937fff5) ##### Patch Changes - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.8 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.6 ### [`v1.0.15`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1015) [Compare Source](https://github.com/backstage/backstage/compare/07e8526b304368b31280f5fc486f783b61c78e38...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.5 ### [`v1.0.14`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1014) [Compare Source](https://github.com/backstage/backstage/compare/990fa3f86f233f1e0b20923abe43a240736ccc32...07e8526b304368b31280f5fc486f783b61c78e38) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.6 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.4 ### [`v1.0.13`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1013) [Compare Source](https://github.com/backstage/backstage/compare/f00e03c38f0de6487af990e0410f4219eb1a8e28...990fa3f86f233f1e0b20923abe43a240736ccc32) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.3 ### [`v1.0.12`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1012) [Compare Source](https://github.com/backstage/backstage/compare/5cc61c8577b5293c449a0c09bac3b0bcea1b4f48...f00e03c38f0de6487af990e0410f4219eb1a8e28) ##### Patch Changes - [`928a12a`](https://github.com/backstage/backstage/commit/928a12a9b3e): Internal refactor of `/alpha` exports. - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.4 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.2 ### [`v1.0.11`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1011) [Compare Source](https://github.com/backstage/backstage/compare/5235df9b8d6ecef8eefe6933935575b5975a8df4...5cc61c8577b5293c449a0c09bac3b0bcea1b4f48) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.1 ### [`v1.0.10`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1010) [Compare Source](https://github.com/backstage/backstage/compare/edfc373b9bf3538c4068be898cfdcfcc9758ec8b...5235df9b8d6ecef8eefe6933935575b5975a8df4) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-graph)</summary> ### [`v0.4.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-graph/CHANGELOG.md#046) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`8d474d3`](https://github.com/backstage/backstage/commit/8d474d3): Add function to `EntityRelationsGraph` filter that excludes entities from graph - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`cd6aeea`](https://github.com/backstage/backstage/commit/cd6aeea): The `catalogEntity` external route will now by default bind to the catalog entity page if it is available. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.4.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-graph/CHANGELOG.md#045) [Compare Source](https://github.com/backstage/backstage/compare/v0.4.4...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`39564b3`](https://github.com/backstage/backstage/commit/39564b3): Allow multiple edges with different type (e.g. `ownedBy` and `applicationOwnerBy`) to have the same source and target node. - Updated dependencies - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.5 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.5 ### [`v0.4.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-graph/CHANGELOG.md#044) [Compare Source](https://github.com/backstage/backstage/compare/v0.4.3...v0.4.4) ##### Patch Changes - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.3 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-import)</summary> ### [`v0.12.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-import/CHANGELOG.md#0120) [Compare Source](https://github.com/backstage/backstage/compare/v0.11.0...v0.12.0) ##### Minor Changes - [`4f92394`](https://github.com/backstage/backstage/commit/4f92394): Migrate from identityApi to fetchApi in frontend plugins. ##### Patch Changes - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`3daad61`](https://github.com/backstage/backstage/commit/3daad61): Integrated Azure DevOps as a catalog import source. This enables Backstage to create Pull Requests to Azure DevOps repositories as it does with GitHub repositories - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.24 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.28 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-react)</summary> ### [`v1.12.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#1121) [Compare Source](https://github.com/backstage/backstage/compare/v1.12.0...v1.12.1) ##### Patch Changes - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`fa8560e`](https://github.com/backstage/backstage/commit/fa8560e): Prevents Autocomplete dropdown from overlapping sidebar on hovering it - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.23 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.24 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.28 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v1.12.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#1120) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...v1.12.0) ##### Minor Changes - [`8834daf`](https://github.com/backstage/backstage/commit/8834daf): Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.5 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.27 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.23 ### [`v1.11.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#1113) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`47dec6f`](https://github.com/backstage/backstage/commit/47dec6f): Added the `no-top-level-material-ui-4-imports` ESLint rule to aid with the migration to Material UI v5 - [`b863830`](https://github.com/backstage/backstage/commit/b863830): Change behavior in EntityAutoCompletePicker to only hide filter if there are no available options. Previously the filter was hidden if there were <= 1 available options. - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.4 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.22 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.26 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 ### [`v1.11.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#1112) [Compare Source](https://github.com/backstage/backstage/compare/v1.11.1...48aa33cd4f4d2b588c8d15c519e3268789c5ebe7) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - [`b5cbbb6`](https://github.com/backstage/backstage/commit/b5cbbb6): `EntitySearchBar` and `EntityTextFilter` have been updated accordingly to persist the status as query params, following the same pattern as the other server side - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.3 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 ### [`v1.11.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#1111) [Compare Source](https://github.com/backstage/backstage/compare/v1.11.0...v1.11.1) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 ### [`v1.11.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#1110) [Compare Source](https://github.com/backstage/backstage/compare/v1.10.0...v1.11.0) ##### Minor Changes - [`72b8827`](https://github.com/backstage/backstage/commit/72b8827): Number of results is now directly added as the field `totalItems` on `useEntityList`. ##### Patch Changes - [`930b5c1`](https://github.com/backstage/backstage/commit/930b5c1): Added 'root' and 'label' class keys for EntityAutocompletePicker, EntityOwnerPicker and EntityProcessingStatusPicker - [`b2a9926`](https://github.com/backstage/backstage/commit/b2a9926): Adds an argument for which filters should be applied when fetching/counting available values - [`a6e237f`](https://github.com/backstage/backstage/commit/a6e237f): Added `DefaultFilters` component - [`298953b`](https://github.com/backstage/backstage/commit/298953b): Added support for providing an `initiallySelectedNamespaces` which accepts an array of Namespaces to have selected by default - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 ### [`v1.10.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#1100) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...v1.10.0) ##### Minor Changes - [`d208a93`](https://github.com/backstage/backstage/commit/d208a93): Added support for server side text filtering to paginated entity requests. - [`3dc64e9`](https://github.com/backstage/backstage/commit/3dc64e9): Add support to `configSchema` option on the `createEntityCardExtension` factory function. ##### Patch Changes - [`916da47`](https://github.com/backstage/backstage/commit/916da47): Change default icon for unknown entities to nothing instead of the help icon. - [`71c6d7a`](https://github.com/backstage/backstage/commit/71c6d7a): Overflowing labels in OwnerPicker (Catalog) are now truncated. Hovering over them shows the full label - [`8fe56a8`](https://github.com/backstage/backstage/commit/8fe56a8): Widen `@types/react` dependency range to include version 18. - [`09cedb9`](https://github.com/backstage/backstage/commit/09cedb9): Updated dependency `@react-hookz/web` to `^24.0.0`. - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.20 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.24 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.21 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 ### [`v1.9.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#193) [Compare Source](https://github.com/backstage/backstage/compare/81d6a2568434ae1a1e2784fbb6e9699f55968eac...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - [`4016f21`](https://github.com/backstage/backstage/commit/4016f21): Remove some unused dependencies - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.10 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.2 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.19 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.23 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.20 ### [`v1.9.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#192) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.1...81d6a2568434ae1a1e2784fbb6e9699f55968eac) ##### Patch Changes - [`8587f06`](https://github.com/backstage/backstage/commit/8587f06): Added pagination support to `EntityListProvider`. - [`5360097`](https://github.com/backstage/backstage/commit/5360097): Ensure that passed-in icons are taken advantage of in the presentation API - [`fd9863c`](https://github.com/backstage/backstage/commit/fd9863c): Grouped all `/alpha` extension data reference exports under `catalogExtensionData`. - [`08d9e67`](https://github.com/backstage/backstage/commit/08d9e67): Add default icon for kind resource. - [`aaa6fb3`](https://github.com/backstage/backstage/commit/aaa6fb3): Minor updates for TypeScript 5.2.2+ compatibility - [`a5a0473`](https://github.com/backstage/backstage/commit/a5a0473): Internal refactor of alpha exports due to a change in how extension factories are defined. - [`4d9e3b3`](https://github.com/backstage/backstage/commit/4d9e3b3): Register component overrides in the global `OverrideComponentNameToClassKeys` provided by `@backstage/theme`. This will in turn will provide component style override types for `createUnifiedTheme`. - [`8f5d6c1`](https://github.com/backstage/backstage/commit/8f5d6c1): Updates to the `/alpha` exports to match the extension input wrapping change. - [`36c94b8`](https://github.com/backstage/backstage/commit/36c94b8): Refactor of the alpha exports due to API change in how extension IDs are constructed. - [`e223f22`](https://github.com/backstage/backstage/commit/e223f22): Breaking alpha-API change to entity visibility filter functions to accept a bare entity as their first argument, instead of an object with an entity property. Functions that accept such filters now also support the string expression form of filters. - [`eee0ff2`](https://github.com/backstage/backstage/commit/eee0ff2): Fixed a issue where `CatalogPage` wasn't using the chosen `initiallySelectedFilter` as intended. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.9 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.11 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.22 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.18 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.19 ### [`v1.9.1`](https://github.com/backstage/backstage/releases/tag/v1.9.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.0...v1.9.1) This release fixes an issue where we accidentally released a change for `A11y` that meant that some `SidebarItems` were being uppercased accidentally. ### [`v1.9.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#190) [Compare Source](https://github.com/backstage/backstage/compare/f1dc76bd9ab62249aa04230881d1480c14763c64...v1.9.0) ##### Minor Changes - [`1e5b7d9`](https://github.com/backstage/backstage/commit/1e5b7d993a): Added an `EntityPresentationApi` and associated `entityPresentationApiRef`. This API lets you control how references to entities (e.g. in links, headings, iconography etc) are represented in the user interface. Usage of this API is initially added to the `EntityRefLink` and `EntityRefLinks` components, so that they can render richer, more correct representation of entity refs. There's also a new `EntityDisplayName` component, which works just like the `EntityRefLink` but without the link. Along with that change, the `fetchEntities` and `getTitle` props of `EntityRefLinksProps` are deprecated and no longer used, since the same need instead is fulfilled (and by default always enabled) by the `entityPresentationApiRef`. - [`1fd53fa`](https://github.com/backstage/backstage/commit/1fd53fa0c6): The `UserListPicker` component has undergone improvements to enhance its performance. The previous implementation inferred the number of owned and starred entities based on the entities available in the `EntityListContext`. The updated version no longer relies on the `EntityListContext` for inference, allowing for better decoupling. The component now loads the entities' count asynchronously, resulting in improved performance and responsiveness. For this purpose, some of the exported filters such as `EntityTagFilter`, `EntityOwnerFilter`, `EntityLifecycleFilter` and `EntityNamespaceFilter` have now the `getCatalogFilters` method implemented. ##### Patch Changes - [`2ad1bac`](https://github.com/backstage/backstage/commit/2ad1bacef7): Add EntityRef to Entity Inspector UI - [`6c2b872`](https://github.com/backstage/backstage/commit/6c2b872153): Add official support for React 18. - [`69ee8d7`](https://github.com/backstage/backstage/commit/69ee8d75f4): Remove `button` prop from used MaterialUI `MenuItem` component fixing incompatibility with MaterialUI v5. - [`0bf6ebd`](https://github.com/backstage/backstage/commit/0bf6ebda88): Added new APIs at the `/alpha` subpath for creating entity page cards and content for the new frontend system. - [`77f009b`](https://github.com/backstage/backstage/commit/77f009b35d): Internal updates to match changes in the experimental `@backstage/frontend-plugin-api`. - [`71c97e7`](https://github.com/backstage/backstage/commit/71c97e7d73): The `spec.type` field in entities will now always be rendered as a string. - [`69c1490`](https://github.com/backstage/backstage/commit/69c14904b6): Move the `EntityRefLink` icon to the left hand side as per Material-UI guidelines - [`000dcd0`](https://github.com/backstage/backstage/commit/000dcd01af): Removed unnecessary `@backstage/integration` dependency, replaced by `@backstage/integration-react`. - [`6c35718`](https://github.com/backstage/backstage/commit/6c357184e2): Export `MissingAnnotationEmptyState` from `@backstage/plugin-catalog-react` - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.8 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.21 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.17 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.6 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.10 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.18 ### [`v1.8.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#185) [Compare Source](https://github.com/backstage/backstage/compare/5bf8bc9c1466837f810ec000255f46100937fff5...f1dc76bd9ab62249aa04230881d1480c14763c64) ##### Patch Changes - [`a402e1d`](https://github.com/backstage/backstage/commit/a402e1dfb9): Fixed an issue causing `EntityPage` to show an error for entities containing special characters - [`0b55f77`](https://github.com/backstage/backstage/commit/0b55f773a7): Removed some unused dependencies - [`9a1fce3`](https://github.com/backstage/backstage/commit/9a1fce352e): Updated dependency `@testing-library/jest-dom` to `^6.0.0`. - [`f95af4e`](https://github.com/backstage/backstage/commit/f95af4e540): Updated dependency `@testing-library/dom` to `^9.0.0`. - [`0296f27`](https://github.com/backstage/backstage/commit/0296f272b4): The `spec.type` field in entities will now always be rendered as a string. - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.16 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.3 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.17 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.9 ### [`v1.8.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#184) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.3...5bf8bc9c1466837f810ec000255f46100937fff5) ##### Patch Changes - [`bd81720`](https://github.com/backstage/backstage/commit/bd817209ddd7): Export the `EntityAutocompletePicker` component. - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - [`7029ba1`](https://github.com/backstage/backstage/commit/7029ba1ce0af): Added delete alert popup when user delete the entity - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.16 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.8 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.15 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.5 ### [`v1.8.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#183-next0) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.2...v1.8.3) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0-next.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5-next.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.15-next.0 ### [`v1.8.2`](https://github.com/backstage/backstage/releases/tag/v1.8.2) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.1...v1.8.2) This release fixes an issue where we inadvertently released a change to the ESLint configuration in the `@backstage/cli` that we did not intend to release. ### [`v1.8.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#181) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.0...v1.8.1) ##### Patch Changes - [`aa3feed`](https://github.com/backstage/backstage/commit/aa3feedce10a): Allow specifying screen size when catalog filters are hidden in drawer - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.14 ### [`v1.8.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#180) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.0...v1.8.0) ##### Minor Changes - [`eae0352`](https://github.com/backstage/backstage/commit/eae0352d3864): Tables which use `EntityTableProps` now have an additional `tableOptions` prop which can be used to provide additional table options to these components. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.14 ### [`v1.7.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#170) [Compare Source](https://github.com/backstage/backstage/compare/v1.6.0...v1.7.0) ##### Minor Changes - [`cb4c159`](https://github.com/backstage/backstage/commit/cb4c15989b6b): The `EntityOwnerPicker` component has undergone improvements to enhance its performance. The previous implementation inferred users and groups displayed by the `EntityOwnerPicker` component based on the entities available in the `EntityListContext`. The updated version no longer relies on the `EntityListContext` for inference, allowing for better decoupling and improved performance. The component now loads entities asynchronously, resulting in improved performance and responsiveness. A new `mode` prop has been introduced which provides two different behaviours: - `<EntityOwnerPicker mode="owners-only" />`: loads the owners data asynchronously using the facets endpoint. The data is kept in memory and rendered asynchronously as the user scrolls. This is the default mode and is supposed to be retro-compatible with the previous implementation. - `<EntityOwnerPicker mode="all" />` loads all users and groups present in the catalog asynchronously. The data is loaded in batches as the user scrolls. This is more efficient than `owners-only`, but has the drawback of displaying users and groups who aren't owner of any entity. ##### Patch Changes - [`d68692a`](https://github.com/backstage/backstage/commit/d68692aee97e): Make `useRelatedEntities` use `getEntitiesByRefs` under the hood - [`429319d`](https://github.com/backstage/backstage/commit/429319d080cd): `EntityAutocompletePicker` add `initialSelectedOptions` prop - [`429319d`](https://github.com/backstage/backstage/commit/429319d080cd): `EntityLifecycleFilter` loads data using the facets endpoint - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.13 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.14 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.6 ### [`v1.6.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#160) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.0...v1.6.0) ##### Minor Changes - [`2258dca`](https://github.com/backstage/backstage/commit/2258dcae970): Added an entity namespace filter and column on the default catalog page. If you have a custom version of the catalog page, you can add this filter in your CatalogPage code: ```ts <CatalogFilterLayout> <CatalogFilterLayout.Filters> <EntityTypePicker /> <UserListPicker initialFilter={initiallySelectedFilter} /> <EntityTagPicker /> /* if you want namespace picker */ <EntityNamespacePicker /> </CatalogFilterLayout.Filters> <CatalogFilterLayout.Content> <CatalogTable columns={columns} actions={actions} /> </CatalogFilterLayout.Content> </CatalogFilterLayout> ``` The namespace column can be added using `createNamespaceColumn();`. This is only needed if you customized the columns for CatalogTable. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.1 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.13 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.5 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.12 ### [`v1.5.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#150) [Compare Source](https://github.com/backstage/backstage/compare/v1.4.0...v1.5.0) ##### Minor Changes - [`a49fb39`](https://github.com/backstage/backstage/commit/a49fb39df5a): Attempt to load entity owner names in the EntityOwnerPicker through the `by-refs` endpoint. If `spec.profile.displayName` or `metadata.title` are populated, we now attempt to show those before showing the `humanizeEntityRef`'d version. **BREAKING**: `EntityOwnerFilter` now uses the full entity ref instead of the `humanizeEntityRef`. If you rely on `EntityOwnerFilter.values` or the `queryParameters.owners` of `useEntityList`, you will need to adjust your code like the following. ```tsx const { queryParameters: { owners } } = useEntityList(); // or const { filter: { owners } } = useEntityList(); // Instead of, if (owners.some(ref => ref === humanizeEntityRef(myEntity))) ... // You'll need to use, if (owners.some(ref => ref === stringifyEntityRef(myEntity))) ... ``` ##### Patch Changes - [`81bee24`](https://github.com/backstage/backstage/commit/81bee24c5de): Fixed bug in catalog filters where you could not click on the text to select a value. - [`8e00acb`](https://github.com/backstage/backstage/commit/8e00acb28db): Small tweaks to remove warnings in the console during development (mainly focusing on techdocs) - [`d1f5324`](https://github.com/backstage/backstage/commit/d1f5324dff7): Reverted the check if the selected options list is different than the query parameters list before invoking `setSelectedOptions` method. This was preventing updating list items when a query string was already present in the URL when loading the page. - [`2898b6c`](https://github.com/backstage/backstage/commit/2898b6c8d52): Minor type tweaks for TypeScript 5.0 - [`e0c6e8b`](https://github.com/backstage/backstage/commit/e0c6e8b9c3c): Update peer dependencies - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.5 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.19 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.12 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.13 ### [`v1.4.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#140) [Compare Source](https://github.com/backstage/backstage/compare/v1.3.0...v1.4.0) ##### Minor Changes - [`0a5b73b`](https://github.com/backstage/backstage/commit/0a5b73b2926): Add possibility to re-use EntityPicker for filters with multiple select. ##### Patch Changes - [`6545487`](https://github.com/backstage/backstage/commit/65454876fb2): Minor API report tweaks - [`928a12a`](https://github.com/backstage/backstage/commit/928a12a9b3e): Internal refactor of `/alpha` exports. - [`24916d2`](https://github.com/backstage/backstage/commit/24916d23494): Do not close `Autocomplete` powered multiple-selection filters when checking boxes - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.12 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.18 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.3 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.11 ### [`v1.3.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#130) [Compare Source](https://github.com/backstage/backstage/compare/5235df9b8d6ecef8eefe6933935575b5975a8df4...v1.3.0) ##### Minor Changes - [`929e1af`](https://github.com/backstage/backstage/commit/929e1afe1b): Add `initialFilter` prop to EntityLifecyclePicker. This allows you to set an initial lifecycle for the catalog. - [`fab93c2`](https://github.com/backstage/backstage/commit/fab93c2fe8): Aligned buttons on "Unregister entity" dialog to keep them on the same line ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.17 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.3 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.11 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.3 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.10 ### [`v1.2.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#124) [Compare Source](https://github.com/backstage/backstage/compare/a3ea732bd5786481af7e5bd0abfcfe94526f7d0f...5235df9b8d6ecef8eefe6933935575b5975a8df4) ##### Patch Changes - [`37426f6`](https://github.com/backstage/backstage/commit/37426f6f5e): Fixed bug in `EntityTagPicker` that filtered on unavailable tags for the selected kind. - [`516b203`](https://github.com/backstage/backstage/commit/516b2039b6): Add a reusable pop over `EntityPeekAheadPopover` component. It shows more details about the associated entity. See the playbook here https://backstage.io/storybook/?path=/story/catalog-entitypeekaheadpopover--default - [`0e33627`](https://github.com/backstage/backstage/commit/0e33627996): Remove usage of raw span - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.9 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.16 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.3 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-github-actions)</summary> ### [`v0.6.16`](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...e2b8c9e2ff2b9046d1bc27ed1281af946755097c) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...e2b8c9e2ff2b9046d1bc27ed1281af946755097c) ### [`v0.6.15`](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-org)</summary> ### [`v0.6.26`](https://github.com/backstage/backstage/blob/HEAD/plugins/org/CHANGELOG.md#0626) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`d8e2f53`](https://github.com/backstage/backstage/commit/d8e2f53): The `catalogIndex` external route is now optional and will by default bind to the catalog index page if it is available. - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.24 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 ### [`v0.6.25`](https://github.com/backstage/backstage/blob/HEAD/plugins/org/CHANGELOG.md#0625) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`99e6105`](https://github.com/backstage/backstage/commit/99e6105): Fix ownership card sometimes locking up for complex org structures - Updated dependencies - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.5 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.5 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.23 ### [`v0.6.24`](https://github.com/backstage/backstage/blob/HEAD/plugins/org/CHANGELOG.md#0624) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.3 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-permission-common)</summary> ### [`v0.7.14`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-common/CHANGELOG.md#0714) [Compare Source](https://github.com/backstage/backstage/compare/7825762f90f59c0903758aeaebd0bbf6f33dc087...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-permission-node)</summary> ### [`v0.7.32`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-node/CHANGELOG.md#0732-next0) [Compare Source](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.21-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.2-next.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.16-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 ### [`v0.7.31`](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) ### [`v0.7.30`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-node/CHANGELOG.md#0730) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`9e63318`](https://github.com/backstage/backstage/commit/9e63318): Ensure that service token access restrictions, when present, are taken into account - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`c7b0dd1`](https://github.com/backstage/backstage/commit/c7b0dd1): Import `tokenManager` definition from `@backstage/backend-plugin-api` - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.14 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 ### [`v0.7.29`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-node/CHANGELOG.md#0729) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).22.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.13 ### [`v0.7.28`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-node/CHANGELOG.md#0728) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`29fa05b`](https://github.com/backstage/backstage/commit/29fa05b): Fixed an issue causing `ServerPermissionClient` to generate an invalid token for authorizing permissions against the permission backend. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.7 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.17 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.12 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-permission-react)</summary> ### [`v0.4.23`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0423) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 ### [`v0.4.22`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0422) [Compare Source](https://github.com/backstage/backstage/compare/7825762f90f59c0903758aeaebd0bbf6f33dc087...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 ### [`v0.4.21`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0421) [Compare Source](https://github.com/backstage/backstage/compare/dde9d0ae753cf1894bd80c48c3001860319255fd...7825762f90f59c0903758aeaebd0bbf6f33dc087) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 ### [`v0.4.20`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0420) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...dde9d0ae753cf1894bd80c48c3001860319255fd) ##### Patch Changes - [`8fe56a8`](https://github.com/backstage/backstage/commit/8fe56a8): Widen `@types/react` dependency range to include version 18. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 ### [`v0.4.19`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0419) [Compare Source](https://github.com/backstage/backstage/compare/81d6a2568434ae1a1e2784fbb6e9699f55968eac...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - [`4016f21`](https://github.com/backstage/backstage/commit/4016f21): Remove some unused dependencies - [`b1acd9b`](https://github.com/backstage/backstage/commit/b1acd9b): Updated README - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 ### [`v0.4.18`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0418) [Compare Source](https://github.com/backstage/backstage/compare/d9a16db9d2be79dd19634a1d816a1cb0ae89cafe...81d6a2568434ae1a1e2784fbb6e9699f55968eac) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.11 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 ### [`v0.4.17`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0417) [Compare Source](https://github.com/backstage/backstage/compare/f1dc76bd9ab62249aa04230881d1480c14763c64...d9a16db9d2be79dd19634a1d816a1cb0ae89cafe) ##### Patch Changes - [`6c2b872`](https://github.com/backstage/backstage/commit/6c2b872153): Add official support for React 18. - [`4aa43f6`](https://github.com/backstage/backstage/commit/4aa43f62aa): Updated dependency `cross-fetch` to `^4.0.0`. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.10 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 ### [`v0.4.16`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0416) [Compare Source](https://github.com/backstage/backstage/compare/5bf8bc9c1466837f810ec000255f46100937fff5...f1dc76bd9ab62249aa04230881d1480c14763c64) ##### Patch Changes - [`9a1fce3`](https://github.com/backstage/backstage/commit/9a1fce352e): Updated dependency `@testing-library/jest-dom` to `^6.0.0`. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.9 ### [`v0.4.15`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0415) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...5bf8bc9c1466837f810ec000255f46100937fff5) ##### Patch Changes - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.8 ### [`v0.4.14`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0414) [Compare Source](https://github.com/backstage/backstage/compare/07e8526b304368b31280f5fc486f783b61c78e38...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 ### [`v0.4.13`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0413) [Compare Source](https://github.com/backstage/backstage/compare/990fa3f86f233f1e0b20923abe43a240736ccc32...07e8526b304368b31280f5fc486f783b61c78e38) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.6 ### [`v0.4.12`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0412) [Compare Source](https://github.com/backstage/backstage/compare/f00e03c38f0de6487af990e0410f4219eb1a8e28...990fa3f86f233f1e0b20923abe43a240736ccc32) ##### Patch Changes - [`e0c6e8b`](https://github.com/backstage/backstage/commit/e0c6e8b9c3c): Update peer dependencies - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 ### [`v0.4.11`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0411) [Compare Source](https://github.com/backstage/backstage/compare/5cc61c8577b5293c449a0c09bac3b0bcea1b4f48...f00e03c38f0de6487af990e0410f4219eb1a8e28) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.4 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 ### [`v0.4.10`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0410) [Compare Source](https://github.com/backstage/backstage/compare/5235df9b8d6ecef8eefe6933935575b5975a8df4...5cc61c8577b5293c449a0c09bac3b0bcea1b4f48) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.3 ### [`v0.4.9`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#049) [Compare Source](https://github.com/backstage/backstage/compare/edfc373b9bf3538c4068be898cfdcfcc9758ec8b...5235df9b8d6ecef8eefe6933935575b5975a8df4) ##### Patch Changes - [`1a53a73`](https://github.com/backstage/backstage/commit/1a53a735b7): Updated dependency `swr` to `^2.0.0`. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-proxy-backend)</summary> ### [`v0.5.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/proxy-backend/CHANGELOG.md#052-next0) [Compare Source](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.21-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.2-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.5.1`](https://github.com/backstage/backstage/compare/v0.5.0...934359f16e711ff771e7add26ece744a4e6a65f3) [Compare Source](https://github.com/backstage/backstage/compare/v0.5.0...934359f16e711ff771e7add26ece744a4e6a65f3) ### [`v0.5.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/proxy-backend/CHANGELOG.md#050) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...v0.5.0) ##### Minor Changes - [`88480e4`](https://github.com/backstage/backstage/commit/88480e4): **BREAKING**: The proxy backend plugin is now protected by Backstage auth, by default. Unless specifically configured (see below), all proxy endpoints will reject requests immediately unless a valid Backstage user or service token is passed along with the request. This aligns the proxy with how other Backstage backends behave out of the box, and serves to protect your upstreams from unauthorized access. A proxy configuration section can now look as follows: ```yaml proxy: endpoints: '/pagerduty': target: https://api.pagerduty.com credentials: require # NEW! headers: Authorization: Token token=${PAGERDUTY_TOKEN} ``` There are three possible `credentials` settings at this point: - `require`: Callers must provide Backstage user or service credentials with each request. The credentials are not forwarded to the proxy target. - `forward`: Callers must provide Backstage user or service credentials with each request, and those credentials are forwarded to the proxy target. - `dangerously-allow-unauthenticated`: No Backstage credentials are required to access this proxy target. The target can still apply its own credentials checks, but the proxy will not help block non-Backstage-blessed callers. If you also add `allowedHeaders: ['Authorization']` to an endpoint configuration, then the Backstage token (if provided) WILL be forwarded. The value `dangerously-allow-unauthenticated` was the old default. The value `require` is the new default, so requests that were previously permitted may now start resulting in `401 Unauthorized` responses. If you have `backend.auth.dangerouslyDisableDefaultAuthPolicy` set to `true`, this does not apply; the proxy will behave as if all endpoints were set to `dangerously-allow-unauthenticated`. If you have proxy endpoints that require unauthenticated access still, please add `credentials: dangerously-allow-unauthenticated` to their declarations in your app-config. ##### Patch Changes - [`8869b8e`](https://github.com/backstage/backstage/commit/8869b8e): Updated local development setup. - [`78a0b08`](https://github.com/backstage/backstage/commit/78a0b08): Internal refactor to handle `BackendFeature` contract change. - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.4.16`](https://github.com/backstage/backstage/blob/HEAD/plugins/proxy-backend/CHANGELOG.md#0416) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).22.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18 ### [`v0.4.15`](https://github.com/backstage/backstage/blob/HEAD/plugins/proxy-backend/CHANGELOG.md#0415) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`e5a2ccc`](https://github.com/backstage/backstage/commit/e5a2ccc): Updated dependency `@types/http-proxy-middleware` to `^1.0.0`. - [`43ca784`](https://github.com/backstage/backstage/commit/43ca784): Updated dependency `@types/yup` to `^0.32.0`. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.7 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.17 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-scaffolder)</summary> ### [`v1.22.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1220-next0) [Compare Source](https://github.com/backstage/backstage/compare/v1.21.0...v1.22.0) ##### Minor Changes - [`52b6db0`](https://github.com/backstage/backstage/commit/52b6db0): Use virtualization with `EntityPicker` as done earlier with `MultiEntityPicker` to fix performance issues with large data sets. `VirtualizedListbox` extracted into reusable component. - [`3583ce5`](https://github.com/backstage/backstage/commit/3583ce5): Use virtualization with `MultiEntityPicker`. Fixes performance issues with large data sets. - [`b5deed0`](https://github.com/backstage/backstage/commit/b5deed0): Add support for `bitbucketCloud` autocomplete in `RepoUrlPicker` ##### Patch Changes - [`661b354`](https://github.com/backstage/backstage/commit/661b354): Fixed a bug where the `RepoUrlPicker` would still require the `owner` field for `azure` - [`89c44b3`](https://github.com/backstage/backstage/commit/89c44b3): Support `catalogFilter` array on `OwnedEntityPicker` - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0-next.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2-next.0 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).10.0-next.0 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7-next.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.29-next.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.7-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.24 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.23 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.3 ### [`v1.21.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1210) [Compare Source](https://github.com/backstage/backstage/compare/v1.20.1...v1.21.0) ##### Minor Changes - [`d57ebbc`](https://github.com/backstage/backstage/commit/d57ebbc): Changed the way to display entities in EntityPicker to use entityPresentationApi instead of humanizeEntityRef - [`62bd9eb`](https://github.com/backstage/backstage/commit/62bd9eb): Replace `ui:widget: password` with the a warning message stating that it's not secure and to use the build in `SecretField`. You can do this by updating your `template.yaml` files that have the reference `ui:widget: password` to `ui:field: Secret` instead. ```diff apiVersion: backstage.io/v1alpha1 kind: Template metadata: ... spec: parameters: - title: collect some information schema: type: object properties: password: title: Password type: string - ui:widget: password + ui:field: Secret steps: - id: collect-info name: Collect some information action: acme:do:something input: - password: ${{ parameters.password }} + password: ${{ secrets.password }} ``` - [`60085dd`](https://github.com/backstage/backstage/commit/60085dd): Added the following default targets for external routes: - `registerComponent` binds to the catalog import page. - `viewTechDoc` binds to the TechDocs entity documentation page. ##### Patch Changes - [`cbebad1`](https://github.com/backstage/backstage/commit/cbebad1): Internal updates to allow reusing Backstage's `fetchApi` implementation for event source requests. This allows you to for example, override the `Authorization` header. - [`1ea7679`](https://github.com/backstage/backstage/commit/1ea7679): Removed waiting for the workspace and repository fields to be filled in before requesting user credentials - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`6cb4886`](https://github.com/backstage/backstage/commit/6cb4886): Updated dependency `@rjsf/utils` to `5.18.4`. Updated dependency `@rjsf/core` to `5.18.4`. Updated dependency `@rjsf/material-ui` to `5.18.4`. Updated dependency `@rjsf/validator-ajv8` to `5.18.4`. - [`75dcd7e`](https://github.com/backstage/backstage/commit/75dcd7e): Fixing bug in `formData` type as it should be `optional` as it's possibly undefined - [`bcec60f`](https://github.com/backstage/backstage/commit/bcec60f): updated the ContextMenu, ActionsPage, OngoingTask and TemplateCard frontend components to support the new scaffolder permissions: - `scaffolder.task.create` - `scaffolder.task.cancel` - `scaffolder.task.read` - [`612a453`](https://github.com/backstage/backstage/commit/612a453): Change owner to project for azure host - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.23 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.24 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.28 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.20.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1201-next0) [Compare Source](https://github.com/backstage/backstage/compare/v1.20.0...v1.20.1) ##### Patch Changes - [`612a453`](https://github.com/backstage/backstage/commit/612a453): Change owner to project for azure host - Updated dependencies - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).8.6-next.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8-next.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.6-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.6-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.27 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.23 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.1-next.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.22 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.2 ### [`v1.20.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1200) [Compare Source](https://github.com/backstage/backstage/compare/v1.19.3...v1.20.0) ##### Minor Changes - [`4268696`](https://github.com/backstage/backstage/commit/4268696): `MultiEntityPicker` uses `EntityDisplayName` instead of `humanizeEntityRef` to display entity. ##### Patch Changes - [`9156654`](https://github.com/backstage/backstage/commit/9156654): Capturing more event clicks for scaffolder - [`131e5cb`](https://github.com/backstage/backstage/commit/131e5cb): Fix broken links in README. - [`0040ec2`](https://github.com/backstage/backstage/commit/0040ec2): Updated dependency `@rjsf/utils` to `5.18.2`. Updated dependency `@rjsf/core` to `5.18.2`. Updated dependency `@rjsf/material-ui` to `5.18.2`. Updated dependency `@rjsf/validator-ajv8` to `5.18.2`. - [`762141c`](https://github.com/backstage/backstage/commit/762141c): Fixed a bug where the `MultiEntityPicker` was not able to be set as required - Updated dependencies - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).8.5 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.5 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.5 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.27 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.23 ### [`v1.19.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1193) [Compare Source](https://github.com/backstage/backstage/compare/v1.19.2...v1.19.3) ##### Patch Changes - [`4f1f6ca`](https://github.com/backstage/backstage/commit/4f1f6ca): Use default value for `MyGroupsPicker` if provided - [`605c971`](https://github.com/backstage/backstage/commit/605c971): Allow the task list search to work on the Scaffolder template title. - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`87d2eb8`](https://github.com/backstage/backstage/commit/87d2eb8): Updated dependency `json-schema-library` to `^9.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - [`419e948`](https://github.com/backstage/backstage/commit/419e948): Don't show login prompt if token is set in the state - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.3 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.4 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.22 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).8.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.26 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.1 ### [`v1.19.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1192) [Compare Source](https://github.com/backstage/backstage/compare/v1.19.1...v1.19.2) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.3 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).8.3 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.1 ### [`v1.19.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1191) [Compare Source](https://github.com/backstage/backstage/compare/v1.19.0...v1.19.1) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.2 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).8.2 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.1 ### [`v1.19.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1190) [Compare Source](https://github.com/backstage/backstage/compare/v1.18.0...v1.19.0) ##### Minor Changes - [`a3b4d90`](https://github.com/backstage/backstage/commit/a3b4d90): Added a menu to the header of template page for direct access to editing the template ##### Patch Changes - [`0cecb09`](https://github.com/backstage/backstage/commit/0cecb09): Updated dependency `@rjsf/utils` to `5.17.1`. Updated dependency `@rjsf/core` to `5.17.1`. Updated dependency `@rjsf/material-ui` to `5.17.1`. Updated dependency `@rjsf/validator-ajv8` to `5.17.1`. - [`a7e6fb3`](https://github.com/backstage/backstage/commit/a7e6fb3): Added the `no-top-level-material-ui-4-imports` ESLint rule to aid with the migration to Material UI v5 - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.1 ### [`v1.18.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1180) [Compare Source](https://github.com/backstage/backstage/compare/v1.17.1...v1.18.0) ##### Minor Changes - [`c56f1a2`](https://github.com/backstage/backstage/commit/c56f1a2): Remove the old legacy exports from `/alpha` - [`9b9c05c`](https://github.com/backstage/backstage/commit/9b9c05c): Updating the `EntityPicker` to only select `kind` `metadata.name` and `metadata.namespace` by default to improve performance on larger datasets. - [`a86920b`](https://github.com/backstage/backstage/commit/a86920b): Introduced a new `MultiEntityPicker` field that supports selecting multiple Entities - [`7f11009`](https://github.com/backstage/backstage/commit/7f11009): Added stack trace display to `ErrorPage` and updated existing refs ##### Patch Changes - [`b0d1d80`](https://github.com/backstage/backstage/commit/b0d1d80): Added basic support for the new frontend system, exported from the `/alpha` subpath. - [`9aac2b0`](https://github.com/backstage/backstage/commit/9aac2b0): Use `--cwd` as the first `yarn` argument - [`912ca7b`](https://github.com/backstage/backstage/commit/912ca7b): Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin. - [`da059d7`](https://github.com/backstage/backstage/commit/da059d7): Removed alpha symbol from Task List header - [`8fe56a8`](https://github.com/backstage/backstage/commit/8fe56a8): Widen `@types/react` dependency range to include version 18. - [`31f0a0a`](https://github.com/backstage/backstage/commit/31f0a0a): Added `ScaffolderPageContextMenu` to `ActionsPage`, `ListTaskPage`, and `TemplateEditorPage` so that you can more easily navigate between these pages - [`09cedb9`](https://github.com/backstage/backstage/commit/09cedb9): Updated dependency `@react-hookz/web` to `^24.0.0`. - [`e6f0831`](https://github.com/backstage/backstage/commit/e6f0831): Updated dependency `@rjsf/utils` to `5.17.0`. Updated dependency `@rjsf/core` to `5.17.0`. Updated dependency `@rjsf/material-ui` to `5.17.0`. Updated dependency `@rjsf/validator-ajv8` to `5.17.0`. - [`6a74ffd`](https://github.com/backstage/backstage/commit/6a74ffd): Updated dependency `@rjsf/utils` to `5.16.1`. Updated dependency `@rjsf/core` to `5.16.1`. Updated dependency `@rjsf/material-ui` to `5.16.1`. Updated dependency `@rjsf/validator-ajv8` to `5.16.1`. - [`1cae748`](https://github.com/backstage/backstage/commit/1cae748): Updated dependency `git-url-parse` to `^14.0.0`. - [`11b9a08`](https://github.com/backstage/backstage/commit/11b9a08): Introduced the first version of recoverable tasks. - [`3dff4b0`](https://github.com/backstage/backstage/commit/3dff4b0): Remove unused deps - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.20 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.24 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.21 ### [`v1.17.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1171) [Compare Source](https://github.com/backstage/backstage/compare/v1.17.0...v1.17.1) ##### Patch Changes - [`98ac5ab`](https://github.com/backstage/backstage/commit/98ac5ab): Updated dependency `@rjsf/utils` to `5.15.1`. Updated dependency `@rjsf/core` to `5.15.1`. Updated dependency `@rjsf/material-ui` to `5.15.1`. Updated dependency `@rjsf/validator-ajv8` to `5.15.1`. - [`4016f21`](https://github.com/backstage/backstage/commit/4016f21): Remove some unused dependencies - [`df4bc9d`](https://github.com/backstage/backstage/commit/df4bc9d): Minor internal refactor - Updated dependencies - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.10 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.2 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.19 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.23 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.20 ### [`v1.17.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1170) [Compare Source](https://github.com/backstage/backstage/compare/1ce228633ec9303d6d2515e4e8552bbbf3f4f487...v1.17.0) ##### Minor Changes - [`df88d09`](https://github.com/backstage/backstage/commit/df88d09): Add a new git repository url picker for `gitea`. This `GiteaRepoPicker` can be used in a template to scaffold a project to be cloned using gitea. - [`33edf50`](https://github.com/backstage/backstage/commit/33edf50): Added support for dealing with user provided secrets using a new field extension `ui:field: Secret` ##### Patch Changes - [`6806d10`](https://github.com/backstage/backstage/commit/6806d10): Added `headerOptions` to `TemplateListPage` to optionally override default values. Changed `themeId` of TemplateListPage from `website` to `home`. - [`aaa6fb3`](https://github.com/backstage/backstage/commit/aaa6fb3): Minor updates for TypeScript 5.2.2+ compatibility - [`2b72591`](https://github.com/backstage/backstage/commit/2b72591): Updated dependency `@rjsf/utils` to `5.14.3`. Updated dependency `@rjsf/core` to `5.14.3`. Updated dependency `@rjsf/material-ui` to `5.14.3`. Updated dependency `@rjsf/validator-ajv8` to `5.14.3`. - [`6cd12f2`](https://github.com/backstage/backstage/commit/6cd12f2): Updated dependency `@rjsf/utils` to `5.14.1`. Updated dependency `@rjsf/core` to `5.14.1`. Updated dependency `@rjsf/material-ui` to `5.14.1`. Updated dependency `@rjsf/validator-ajv8` to `5.14.1`. - [`a518c5a`](https://github.com/backstage/backstage/commit/a518c5a): Updated dependency `@react-hookz/web` to `^23.0.0`. - [`64301d3`](https://github.com/backstage/backstage/commit/64301d3): Updated dependency `@rjsf/utils` to `5.15.0`. Updated dependency `@rjsf/core` to `5.15.0`. Updated dependency `@rjsf/material-ui` to `5.15.0`. Updated dependency `@rjsf/validator-ajv8` to `5.15.0`. - [`63c494e`](https://github.com/backstage/backstage/commit/63c494e): Updated dependency `@rjsf/utils` to `5.14.2`. Updated dependency `@rjsf/core` to `5.14.2`. Updated dependency `@rjsf/material-ui` to `5.14.2`. Updated dependency `@rjsf/validator-ajv8` to `5.14.2`. - [`b5fa691`](https://github.com/backstage/backstage/commit/b5fa691): Fixing `headerOptions` not being passed through the `TemplatePage` component - [`c8908d4`](https://github.com/backstage/backstage/commit/c8908d4): Use new option from RJSF 5.15 - [`0cbb03b`](https://github.com/backstage/backstage/commit/0cbb03b): Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617 - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.9 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.22 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.18 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.19 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.4 ### [`v1.16.1`](https://github.com/backstage/backstage/compare/v1.16.0...1ce228633ec9303d6d2515e4e8552bbbf3f4f487) [Compare Source](https://github.com/backstage/backstage/compare/v1.16.0...1ce228633ec9303d6d2515e4e8552bbbf3f4f487) ### [`v1.16.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1160) [Compare Source](https://github.com/backstage/backstage/compare/f1dc76bd9ab62249aa04230881d1480c14763c64...v1.16.0) ##### Minor Changes - [`f28c117`](https://github.com/backstage/backstage/commit/f28c11743a): Add a possibility to use a formatter on a warning panel. Applied it for a scaffolder template - [`3fdffbb`](https://github.com/backstage/backstage/commit/3fdffbb699): Release design improvements for the `Scaffolder` plugin and support v5 of `@rjsf/*` libraries. This change should be non-breaking. If you're seeing typescript issues after migrating please [open an issue](https://github.com/backstage/backstage/issues/new/choose) The `next` versions like `createNextFieldExtension` and `NextScaffolderPage` have been promoted to the public interface under `createScaffolderFieldExtension` and `ScaffolderPage`, so any older imports which are no longer found will need updating from `@backstage/plugin-scaffolder/alpha` or `@backstage/plugin-scaffolder-react/alpha` will need to be imported from `@backstage/plugin-scaffolder` and `@backstage/plugin-scaffolder-react` respectively. The legacy versions are now available in `/alpha` under `createLegacyFieldExtension` and `LegacyScaffolderPage` if you're running into issues, but be aware that these will be removed in a next mainline release. ##### Patch Changes - [`6c2b872`](https://github.com/backstage/backstage/commit/6c2b872153): Add official support for React 18. - [`69ee8d7`](https://github.com/backstage/backstage/commit/69ee8d75f4): Remove `button` prop from used MaterialUI `MenuItem` component fixing incompatibility with MaterialUI v5. - [`c838da0`](https://github.com/backstage/backstage/commit/c838da0edd): Updated dependency `@rjsf/utils` to `5.13.6`. Updated dependency `@rjsf/core` to `5.13.6`. Updated dependency `@rjsf/material-ui` to `5.13.6`. Updated dependency `@rjsf/validator-ajv8` to `5.13.6`. - [`26e4d91`](https://github.com/backstage/backstage/commit/26e4d916d5): Title and description in RepoUrlPicker are now correctly displayed. - [`69c1490`](https://github.com/backstage/backstage/commit/69c14904b6): Use `EntityRefLinks` with `hideIcons` property to avoid double icons - [`62b5922`](https://github.com/backstage/backstage/commit/62b5922916): Internal theme type updates - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.8 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.21 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.17 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.18 ### [`v1.15.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1151) [Compare Source](https://github.com/backstage/backstage/compare/v1.15.0...f1dc76bd9ab62249aa04230881d1480c14763c64) ##### Patch Changes - [`b337d78`](https://github.com/backstage/backstage/commit/b337d78c3b): fixed issue related template editor fails with multiple templates per file. - [`ff2ab02`](https://github.com/backstage/backstage/commit/ff2ab02690): Make entity picker more reliable with only one available entity - [`83e4a42`](https://github.com/backstage/backstage/commit/83e4a42ccd): Display log visibility button on the template panel - [`9a1fce3`](https://github.com/backstage/backstage/commit/9a1fce352e): Updated dependency `@testing-library/jest-dom` to `^6.0.0`. - [`f95af4e`](https://github.com/backstage/backstage/commit/f95af4e540): Updated dependency `@testing-library/dom` to `^9.0.0`. - [`4c70fe4`](https://github.com/backstage/backstage/commit/4c70fe497d): `RepoUrlPickerRepoName` now correctly handles value changes in allowed repos. - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.6 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.20 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.16 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).5.6 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.3 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.17 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.2 ### [`v1.15.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1150) [Compare Source](https://github.com/backstage/backstage/compare/a81b7174bc0ebd8208544f0251b80992ab51715e...v1.15.0) ##### Minor Changes - [`0119c32`](https://github.com/backstage/backstage/commit/0119c326394a): adding a .zip download to dry run results page, including zip.js as dependency ##### Patch Changes - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - [`6e69c11`](https://github.com/backstage/backstage/commit/6e69c11a3535): Restored functionality to `OwnedEntityPicker` by converting deprecated `ui:options` input to `catalogFilter`. - [`8cec766`](https://github.com/backstage/backstage/commit/8cec7664e146): Removed `@types/node` dependency - [`b16c341`](https://github.com/backstage/backstage/commit/b16c341ced45): Updated dependency `@rjsf/utils` to `5.13.0`. Updated dependency `@rjsf/core-v5` to `npm:@&#8203;rjsf/core@5.13.0`. Updated dependency `@rjsf/material-ui-v5` to `npm:@&#8203;rjsf/material-ui@5.13.0`. Updated dependency `@rjsf/validator-ajv8` to `5.13.0`. - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.19 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.16 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.15 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).5.5 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.14.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1144-next0) [Compare Source](https://github.com/backstage/backstage/compare/a3ea81e3fa062b8324c5873bfda976dd18394948...a81b7174bc0ebd8208544f0251b80992ab51715e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.18-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0-next.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5-next.0 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).5.4-next.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.3-next.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.15-next.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.0 ### [`v1.14.3`](https://github.com/backstage/backstage/compare/v1.14.2...a3ea81e3fa062b8324c5873bfda976dd18394948) [Compare Source](https://github.com/backstage/backstage/compare/v1.14.2...a3ea81e3fa062b8324c5873bfda976dd18394948) ### [`v1.14.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1142) [Compare Source](https://github.com/backstage/backstage/compare/v1.14.1...v1.14.2) ##### Patch Changes - [`8a0490f`](https://github.com/backstage/backstage/commit/8a0490fb669e): Fix the get entities query in the `MyGroupsPicker` to query the `kind=Group` entities. - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.16 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.4 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.14 ### [`v1.14.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1141) [Compare Source](https://github.com/backstage/backstage/compare/v1.14.0...v1.14.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.15 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.14 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).3.2 ### [`v1.14.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1140) [Compare Source](https://github.com/backstage/backstage/compare/v1.13.1...v1.14.0) ##### Minor Changes - [`464125e`](https://github.com/backstage/backstage/commit/464125e9b1ba): Added `MyGroupsPicker` field extension that will display a dropdown of groups a user is part of. ##### Patch Changes - [`cda753a`](https://github.com/backstage/backstage/commit/cda753a797b5): Forward `Authorization` header for `EventSource` when credentials are available. - [`2ff94da`](https://github.com/backstage/backstage/commit/2ff94da135a4): bump `rjsf` dependencies to 5.7.3 - [`74b216e`](https://github.com/backstage/backstage/commit/74b216ee4e50): Add `PropsWithChildren` to usages of `ComponentType`, in preparation for React 18 where the children are no longer implicit. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.14 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.13 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.14 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).3.1 ### [`v1.13.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1131) [Compare Source](https://github.com/backstage/backstage/compare/v1.13.0...v1.13.1) ##### Patch Changes - [`d560d45`](https://github.com/backstage/backstage/commit/d560d457c98): Fix case GitLab workspace is a nested subgroup - [`ad1a142`](https://github.com/backstage/backstage/commit/ad1a1429de4): Improvements to the `scaffolder/next` buttons UX: - Added padding around the "Create" button in the `Stepper` component - Added a button bar that includes the "Cancel" and "Start Over" buttons to the `OngoingTask` component. The state of these buttons match their existing counter parts in the Context Menu - Added a "Show Button Bar"/"Hide Button Bar" item to the `ContextMenu` component - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.13 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.13 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.12 ### [`v1.13.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1130) [Compare Source](https://github.com/backstage/backstage/compare/v1.12.0...v1.13.0) ##### Minor Changes - [`b71f58d`](https://github.com/backstage/backstage/commit/b71f58d7d8f): Fixed bug in EntityPicker component that allowed for empty values when field is required. This bug occurs only after a user fills the EntityPicker field, clears it, and then continues to the next form step. - [`cdab34f`](https://github.com/backstage/backstage/commit/cdab34fd9a2): scaffolder/next: removing the `routeRefs` and exporting the originals on `scaffolderPlugin.routes.x` instead - [`e5ad1bd`](https://github.com/backstage/backstage/commit/e5ad1bd61ec): Allow `TemplateListPage` and `TemplateWizardPage` to be passed in as props - [`92cf86a`](https://github.com/backstage/backstage/commit/92cf86a4b5d): Added a `templateFilter` prop to the `<Router/>` component to allow for filtering of templates through a function. - [`cf18c32`](https://github.com/backstage/backstage/commit/cf18c32934a): The Installed Actions page now shows details for nested objects and arrays - [`259d340`](https://github.com/backstage/backstage/commit/259d3407b9b): Move `CategoryPicker` from `scaffolder` into `scaffolder-react` Move `ContextMenu` into `scaffolder-react` and rename it to `ScaffolderPageContextMenu` ##### Patch Changes - [`7e1d900`](https://github.com/backstage/backstage/commit/7e1d900413a): `scaffolder/next`: Bump `@rjsf/*` dependencies to 5.5.2 - [`e27ddc3`](https://github.com/backstage/backstage/commit/e27ddc36dad): Added a possibility to cancel the running task (executing of a scaffolder template) - [`57c1b47`](https://github.com/backstage/backstage/commit/57c1b4752fa): Allow use of `{ exists: true }` value inside filters to filter entities that has that key. this example will filter all entities that has the annotation `someAnnotation` set to any value. ```yaml ui:options: catalogFilter: kind: Group metadata.annotations.someAnnotation: { exists: true } ``` - [`7917cfc`](https://github.com/backstage/backstage/commit/7917cfccfc7): Fix some hard-coded white font colors in scaffolder - [`0435174`](https://github.com/backstage/backstage/commit/0435174b06f): Accessibility issues identified using lighthouse fixed. - [`7a6b16c`](https://github.com/backstage/backstage/commit/7a6b16cc506): `scaffolder/next`: Bump `@rjsf/*` deps to 5.3.1 - [`90dda42`](https://github.com/backstage/backstage/commit/90dda42cfd2): bug: Invert `templateFilter` predicate to align with `Array.filter` - [`1e4f5e9`](https://github.com/backstage/backstage/commit/1e4f5e91b8e): Bump `zod` and `zod-to-json-schema` dependencies. - [`f84fc7f`](https://github.com/backstage/backstage/commit/f84fc7fd040): Updated dependency `@rjsf/validator-ajv8` to `5.3.0`. - [`8e00acb`](https://github.com/backstage/backstage/commit/8e00acb28db): Small tweaks to remove warnings in the console during development (mainly focusing on techdocs) - [`34dab7e`](https://github.com/backstage/backstage/commit/34dab7ee7f8): `scaffolder/next`: bump `rjsf` dependencies to `5.5.0` - [`e0c6e8b`](https://github.com/backstage/backstage/commit/e0c6e8b9c3c): Update peer dependencies - [`cf71c37`](https://github.com/backstage/backstage/commit/cf71c3744a5): scaffolder/next: Bump `@rjsf/*` dependencies to 5.6.0 - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).2.7 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.12 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.19 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.12 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.13 ### [`v1.12.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1120) [Compare Source](https://github.com/backstage/backstage/compare/v1.11.0...v1.12.0) ##### Minor Changes - [`0d61fcc`](https://github.com/backstage/backstage/commit/0d61fcca9c3): Update `EntityPicker` to use the fully qualified entity ref instead of the humanized version. - [`8f4d13f`](https://github.com/backstage/backstage/commit/8f4d13f21cf): Move `useTaskStream`, `TaskBorder`, `TaskLogStream` and `TaskSteps` into `scaffolder-react`. ##### Patch Changes - [`6545487`](https://github.com/backstage/backstage/commit/65454876fb2): Minor API report tweaks - [`3c96e77`](https://github.com/backstage/backstage/commit/3c96e77b513): Make scaffolder adhere to page themes by using page `fontColor` consistently. If your theme overwrites template list or card headers, review those styles. - [`be3cdda`](https://github.com/backstage/backstage/commit/be3cddaab5f): Getting credentials in the RepoUrlPicker now also works for targets without owner (e.g. Bitbucket Server). - [`cb8ec97`](https://github.com/backstage/backstage/commit/cb8ec97cdeb): Change black & white colors to be theme aware - [`eb877ba`](https://github.com/backstage/backstage/commit/eb877bad736): Create an "Other Templates" group when groups are given to scaffolder/next. - [`c10384a`](https://github.com/backstage/backstage/commit/c10384a9235): Switch to using `LinkButton` instead of the deprecated `Button` - [`928a12a`](https://github.com/backstage/backstage/commit/928a12a9b3e): Internal refactor of `/alpha` exports. - [`52b0022`](https://github.com/backstage/backstage/commit/52b0022dab7): Updated dependency `msw` to `^1.0.0`. - [`0aae459`](https://github.com/backstage/backstage/commit/0aae4596296): Fix the scaffolder validator for arrays when the item is a field in the object - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.5 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.12 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.11 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.18 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.11 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).2.6 ### [`v1.11.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1110) [Compare Source](https://github.com/backstage/backstage/compare/v1.10.1...v1.11.0) ##### Minor Changes - [`d6bb12a`](https://github.com/backstage/backstage/commit/d6bb12a2e7): - **Deprecation** - Deprecated the following exports, please import them directly from `@backstage/plugin-scaffolder-react` instead createScaffolderLayout ScaffolderLayouts LayoutOptions LayoutTemplate - [`a521379`](https://github.com/backstage/backstage/commit/a521379688): Migrating the `TemplateEditorPage` to work with the new components from `@backstage/plugin-scaffolder-react` - [`074f7e8`](https://github.com/backstage/backstage/commit/074f7e81b5): Added a missing validator check for items in an array - [`8c29665`](https://github.com/backstage/backstage/commit/8c2966536b): Embed scaffolder workflow in other components ##### Patch Changes - [`04f717a`](https://github.com/backstage/backstage/commit/04f717a8e1): `scaffolder/next`: bump `react-jsonschema-form` libraries to `v5-stable` - [`b46f385`](https://github.com/backstage/backstage/commit/b46f385eff): scaffolder/next: Implementing a simple `OngoingTask` page - [`cbab8ac`](https://github.com/backstage/backstage/commit/cbab8ac107): lock versions of `@rjsf/*-beta` packages - [`346d6b6`](https://github.com/backstage/backstage/commit/346d6b6630): Upgrade `@rjsf` version 5 dependencies to `beta.18` - [`ccbf910`](https://github.com/backstage/backstage/commit/ccbf91051b): bump `@rjsf` `v5` dependencies to 5.1.0 - [`d2ddde2`](https://github.com/backstage/backstage/commit/d2ddde2108): Add `ScaffolderLayouts` to `NextScaffolderPage` - [`0f0da2f`](https://github.com/backstage/backstage/commit/0f0da2f256): Prefer schema ordering of template properties during review content generation. - [`38992bd`](https://github.com/backstage/backstage/commit/38992bdbaf): Fixed bug in review step refactor that caused schema-based display settings for individual property values to be discarded. - Updated dependencies - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.17 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.10 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.11 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.10 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).2.5 ### [`v1.10.1`](https://github.com/backstage/backstage/releases/tag/v1.10.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.10.0...v1.10.1) - Fixed an issue were the log redaction didn't properly escape RegExp characters. - Fixed an issue with the resolution of `@rjsf/*` libraries were incompatible ### [`v1.10.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1100) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.1...v1.10.0) ##### Minor Changes - [`e4c0240`](https://github.com/backstage/backstage/commit/e4c0240445): Added `catalogFilter` field to OwnerPicker and EntityPicker components to support filtering options by any field(s) of an entity. The `allowedKinds` field has been deprecated. Use `catalogFilter` instead. This field allows users to specify a filter on the shape of [EntityFilterQuery](https://github.com/backstage/backstage/blob/774c42003782121d3d6b2aa5f2865d53370c160e/packages/catalog-client/src/types/api.ts#L74), which can be passed into the CatalogClient. See examples below: - Get all entities of kind `Group` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group ``` - Get entities of kind `Group` and spec.type `team` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group spec.type: team ``` - [`b4955ed`](https://github.com/backstage/backstage/commit/b4955ed7b9): - **Deprecation** - Deprecated the following exports, please import them directly from `@backstage/plugin-scaffolder-react` instead createScaffolderFieldExtension ScaffolderFieldExtensions useTemplateSecrets scaffolderApiRef ScaffolderApi ScaffolderUseTemplateSecrets TemplateParameterSchema CustomFieldExtensionSchema CustomFieldValidator FieldExtensionOptions FieldExtensionComponentProps FieldExtensionComponent ListActionsResponse LogEvent ScaffolderDryRunOptions ScaffolderDryRunResponse ScaffolderGetIntegrationsListOptions ScaffolderGetIntegrationsListResponse ScaffolderOutputlink ScaffolderScaffoldOptions ScaffolderScaffoldResponse ScaffolderStreamLogsOptions ScaffolderTask ScaffolderTaskOutput ScaffolderTaskStatus - **Deprecation** - Deprecated the `rootRouteRef` export, this should now be used from `scaffolderPlugin.routes.root` - The following `/alpha` types have removed from this package and moved to the `@backstage/plugin-scaffolder-react/alpha` package createNextScaffolderFieldExtension FormProps NextCustomFieldValidator NextFieldExtensionComponentProps NextFieldExtensionOptions ##### Patch Changes - [`3c112f6`](https://github.com/backstage/backstage/commit/3c112f6967): rollback `@rjsf/validator-ajv8` to `@rjsf/validator-v6` - [`2fadff2`](https://github.com/backstage/backstage/commit/2fadff2a25): Render the scaffolder action description using the `MarkdownContent` component. This will allow the page to show richer content to describe scaffolder actions. - [`27a5e90`](https://github.com/backstage/backstage/commit/27a5e90e97): Small updates to some paragraph components to ensure theme typography properties are inherited correctly. - [`223e2c5`](https://github.com/backstage/backstage/commit/223e2c5f03): add `onChange` handler to`Stepper` component - [`659c92a`](https://github.com/backstage/backstage/commit/659c92a1dc): Updated dependency `use-immer` to `^0.8.0`. - [`489935d`](https://github.com/backstage/backstage/commit/489935d625): Show action example yaml on the scaffolder actions documentation page. - [`b8269de`](https://github.com/backstage/backstage/commit/b8269de9f1): Explicitly declaring children as optional props to facilitate react 18 changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.3 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).0.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.9 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.9 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.16 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.10 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-scaffolder-backend)</summary> ### [`v1.22.11`](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) [Compare Source](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ### [`v1.22.10`](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) ### [`v1.22.9`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1229) [Compare Source](https://github.com/backstage/backstage/compare/9b48dd58e17424899cc4b520b26d7ffe66edb564...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`78a0b08`](https://github.com/backstage/backstage/commit/78a0b08): Internal refactor to handle `BackendFeature` contract change. - [`5c65785`](https://github.com/backstage/backstage/commit/5c65785): Fixing issues with log redaction in the scaffolder logs - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`7d30d95`](https://github.com/backstage/backstage/commit/7d30d95): Fixing issue with log meta fields possibly being circular refs - [`d617103`](https://github.com/backstage/backstage/commit/d617103): Updating the logger redaction message to something less dramatic - [`f4c8486`](https://github.com/backstage/backstage/commit/f4c8486): Increase max wait time in debug:wait action to 10 minutes - [`bcec60f`](https://github.com/backstage/backstage/commit/bcec60f): added the following new permissions to the scaffolder backend endpoints: - `scaffolder.task.create` - `scaffolder.task.cancel` - `scaffolder.task.read` - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.24 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.14 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).12.0 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.17 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.2.9 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).1.11 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).1.11 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).1.9 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.30 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).4.5 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.22.8`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1228-next3) [Compare Source](https://github.com/backstage/backstage/compare/ca261a7cbad80a8e48a1b3982e99e22e90ba9111...9b48dd58e17424899cc4b520b26d7ffe66edb564) ##### Patch Changes - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`f4c8486`](https://github.com/backstage/backstage/commit/f4c8486): Increase max wait time in debug:wait action to 10 minutes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19-next.3 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.14-next.3 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).12.0-next.1 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.17-next.3 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9-next.2 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9-next.2 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.2.9-next.2 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).1.11-next.2 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).3.0-next.3 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).4.1-next.3 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).1.11-next.2 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).1.9-next.3 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14-next.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.3-next.1 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.30-next.3 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).4.5-next.3 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.1-next.2 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.24-next.3 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.0-next.3 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.22.7`](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...ca261a7cbad80a8e48a1b3982e99e22e90ba9111) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...ca261a7cbad80a8e48a1b3982e99e22e90ba9111) ### [`v1.22.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1226) [Compare Source](https://github.com/backstage/backstage/compare/7d371920e7a23fd451f4ba87a7f3284807fe9a53...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`131e5cb`](https://github.com/backstage/backstage/commit/131e5cb): Fix broken links in README. - [`025641b`](https://github.com/backstage/backstage/commit/025641b): Fix issue with the log format not being respected when logging from actions - [`d229dc4`](https://github.com/backstage/backstage/commit/d229dc4): Move path utilities from `backend-common` to the `backend-plugin-api` package. - [`e4b50ab`](https://github.com/backstage/backstage/commit/e4b50ab): Scaffolder workspace serialization - [`025641b`](https://github.com/backstage/backstage/commit/025641b): Redact `meta` fields too with the logger - Updated dependencies - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).2.8 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).1.8 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).22.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).4.4 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.23 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.13 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.29 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).1.10 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.2.8 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).1.10 ### [`v1.22.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1225-next1) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...7d371920e7a23fd451f4ba87a7f3284807fe9a53) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.2-next.1 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).22.0-next.1 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16-next.1 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).4.4-next.1 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.23-next.1 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.13-next.1 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.29-next.1 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).2.8-next.1 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).3.4-next.1 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).1.10-next.1 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.2.8-next.1 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8-next.1 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8-next.1 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).1.10-next.1 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).1.8-next.1 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).11.2-next.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18-next.1 ### [`v1.22.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1224) [Compare Source](https://github.com/backstage/backstage/compare/v1.22.3...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`f34a9b1`](https://github.com/backstage/backstage/commit/f34a9b1): The `catalog:write` action now automatically adds a `backstage.io/template-source` annotation, indicating which Scaffolder template was used to create the entity. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.7 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.28 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.7 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).3.3 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.7 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.17 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).2.7 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.22 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).1.9 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.12 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.4 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.2.7 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).1.9 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).1.7 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).4.3 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).11.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.15 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.1 ### [`v1.22.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1223) [Compare Source](https://github.com/backstage/backstage/compare/v1.22.2...v1.22.3) ##### Patch Changes - [`c74c2de`](https://github.com/backstage/backstage/commit/c74c2de): Fixed an issue causing actions to fail when retrieving auth credentials - Updated dependencies - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.3 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.11 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.6 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.14 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).3.2 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.16 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.27 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.21 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).4.2 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).1.8 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.2.6 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.6 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.6 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).1.8 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).1.6 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.1 ### [`v1.22.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1222) [Compare Source](https://github.com/backstage/backstage/compare/v1.22.1...v1.22.2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.2 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.5 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.13 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.10 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).3.1 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.20 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.26 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).2.5 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.15 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).1.7 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.2.5 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.5 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.5 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).1.7 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).1.5 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.1 ### [`v1.22.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1221) [Compare Source](https://github.com/backstage/backstage/compare/v1.22.0...v1.22.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).9.0 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.12 ### [`v1.22.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1220) [Compare Source](https://github.com/backstage/backstage/compare/25b8e7b2597e65fb033076188ce6a9d3dec3ec11...v1.22.0) ##### Minor Changes - [`e9663a9`](https://github.com/backstage/backstage/commit/e9663a9): Move away from using `ctx.logStream` - [`aa543c9`](https://github.com/backstage/backstage/commit/aa543c9): Migrate plugin to use the new auth services, add an optional service discovery to the router options and change the permissions type to be `PermissionsService`. - [`e9663a9`](https://github.com/backstage/backstage/commit/e9663a9): Enable the redaction of secrets using the redacting logger and the secrets from the `TaskSpec` - [`c6b132e`](https://github.com/backstage/backstage/commit/c6b132e): Introducing checkpoints for scaffolder task action idempotency ##### Patch Changes - [`984abfa`](https://github.com/backstage/backstage/commit/984abfa): Fixing the lost of the initial state after a task recovery. - [`703ebc9`](https://github.com/backstage/backstage/commit/703ebc9): Fix support for unauthenticated requests to create scaffolder tasks - [`f44589d`](https://github.com/backstage/backstage/commit/f44589d): Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - [`0fb419b`](https://github.com/backstage/backstage/commit/0fb419b): Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - [`bbd1fe1`](https://github.com/backstage/backstage/commit/bbd1fe1): Made "checkpoint" on scaffolder action context non-optional - Updated dependencies - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).1.6 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.4 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.4 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.2.4 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.9 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.14 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).1.6 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).2.4 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).1.4 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.1 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.19 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.25 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.11 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.1 ### [`v1.21.3`](https://github.com/backstage/backstage/compare/db57e6e7332a42d1630e511c64df1030aa53e048...25b8e7b2597e65fb033076188ce6a9d3dec3ec11) [Compare Source](https://github.com/backstage/backstage/compare/db57e6e7332a42d1630e511c64df1030aa53e048...25b8e7b2597e65fb033076188ce6a9d3dec3ec11) ### [`v1.21.2`](https://github.com/backstage/backstage/compare/v1.21.1...db57e6e7332a42d1630e511c64df1030aa53e048) [Compare Source](https://github.com/backstage/backstage/compare/v1.21.1...db57e6e7332a42d1630e511c64df1030aa53e048) ### [`v1.21.1`](https://github.com/backstage/backstage/releases/tag/v1.21.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.21.0...v1.21.1) This release fixes the below issues: - Added missing common resolvers to Okta auth - Fix a bug in `getLocationByRef` that led to invalid backend calls with the Catalog ### [`v1.21.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1210) [Compare Source](https://github.com/backstage/backstage/compare/v1.20.0...v1.21.0) ##### Minor Changes - [`458bf21`](https://github.com/backstage/backstage/commit/458bf21): Created a gitea module for the scaffolder. This module provides a new action "publish:gitea" able to create a gitea repository owned by an organization. See: https://gitea.com/api/swagger#/organization/createOrgRepo - [`11b9a08`](https://github.com/backstage/backstage/commit/11b9a08): Introduced the first version of recoverable tasks. - [`78c100b`](https://github.com/backstage/backstage/commit/78c100b): Support providing an overriding token for `fetch:template`, `fetch:plain` and `fetch:file` when interacting with upstream integrations - [`e9a5228`](https://github.com/backstage/backstage/commit/e9a5228): The built-in module list has been trimmed down when using the new Backend System. Provider specific modules should now be installed with `backend.add` to provide additional actions to the scaffolder. These modules are as follows: - `@backstage/plugin-scaffolder-backend-module-github` - `@backstage/plugin-scaffolder-backend-module-gitlab` - `@backstage/plugin-scaffolder-backend-module-bitbucket` - `@backstage/plugin-scaffolder-backend-module-gitea` - `@backstage/plugin-scaffolder-backend-module-gerrit` - `@backstage/plugin-scaffolder-backend-module-confluence-to-markdown` - `@backstage/plugin-scaffolder-backend-module-cookiecutter` - `@backstage/plugin-scaffolder-backend-module-rails` - `@backstage/plugin-scaffolder-backend-module-sentry` - `@backstage/plugin-scaffolder-backend-module-yeoman` ##### Patch Changes - [`5eb6882`](https://github.com/backstage/backstage/commit/5eb6882): New scaffolder module `@backstage/plugin-scaffolder-backend-module-bitbucket-server`. Extracted from `@backstage/plugin-scaffolder-backend-module-bitbucket` and replaces its actions related to Bitbucket Server. - `publish:bitbucketServer` - `publish:bitbucketServer:pull-request` - [`09f8b31`](https://github.com/backstage/backstage/commit/09f8b31): Simple typo fix in the fetch:template action example on the word 'skeleton'. - [`c25a500`](https://github.com/backstage/backstage/commit/c25a500): Fix some deprecations and misplaced `await` usage. - [`f6792c6`](https://github.com/backstage/backstage/commit/f6792c6): Move the `NODE_OPTIONS` messaging for `--no-node-snapshot` to the `SecureTemplater` in order to get better messaging at runtime - [`9aac2b0`](https://github.com/backstage/backstage/commit/9aac2b0): Use `--cwd` as the first `yarn` argument - [`6bb6f3e`](https://github.com/backstage/backstage/commit/6bb6f3e): Updated dependency `fs-extra` to `^11.2.0`. Updated dependency `@types/fs-extra` to `^11.0.0`. - [`52ae6b9`](https://github.com/backstage/backstage/commit/52ae6b9): Updated dependency `esbuild` to `^0.20.0`. - [`5eb6882`](https://github.com/backstage/backstage/commit/5eb6882): New scaffolder module `@backstage/plugin-scaffolder-backend-module-bitbucket-cloud`. Extracted from `@backstage/plugin-scaffolder-backend-module-bitbucket` and replaces its actions related to Bitbucket Cloud. - `publish:bitbucketCloud` - `bitbucket:pipelines:run` - [`0a395b3`](https://github.com/backstage/backstage/commit/0a395b3): Upgraded `prom-client` to version 15 - [`e1c479d`](https://github.com/backstage/backstage/commit/e1c479d): When using node 20+ the `scaffolder-backend` will now throw an error at startup if the `--no-node-snapshot` option was not provided to node. - [`e0e5afe`](https://github.com/backstage/backstage/commit/e0e5afe): Add option to configure nunjucks with the `trimBlocks` and `lstripBlocks` options in the fetch:template action - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).2.0 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.4 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.2.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).1.2 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).2.13 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).1.2 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.10 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.15 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).3.0 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.21 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 ### [`v1.20.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1200) [Compare Source](https://github.com/backstage/backstage/compare/v1.19.2...v1.20.0) ##### Minor Changes - [`a694f71`](https://github.com/backstage/backstage/commit/a694f71): The Scaffolder builtin actions now contains an action for running pipelines from Bitbucket Cloud Rest API - [`7c522c5`](https://github.com/backstage/backstage/commit/7c522c5): Add `gitlab:repo:push` scaffolder action to push files to arbitrary branch without creating a Merge Request ##### Patch Changes - [`e9ab1c4`](https://github.com/backstage/backstage/commit/e9ab1c4): Fixed an issue where not passing a `value` to any of the action's permission conditions caused an error. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).20.1 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).1.1 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).2.12 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.5 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.1.1 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.9 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).1.1 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.6 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).6.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.20 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.14 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.3 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).1.1 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).2.10 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.19.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1192) [Compare Source](https://github.com/backstage/backstage/compare/v1.19.1...v1.19.2) ##### Patch Changes - [`219d7f0`](https://github.com/backstage/backstage/commit/219d7f0): Refactor some methods to `-node` instead and use the new external modules - [`aff34fc`](https://github.com/backstage/backstage/commit/aff34fc): Fix issue with Circular JSON dependencies in templating - [`48667b4`](https://github.com/backstage/backstage/commit/48667b4): Fix creating env secret in github:environment:create action - [`0cbb03b`](https://github.com/backstage/backstage/commit/0cbb03b): Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617 - [`28949ea`](https://github.com/backstage/backstage/commit/28949ea): Add a new action for creating github-autolink references for a repository: `github:autolinks:create` - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).20.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).2.11 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).2.9 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.13 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.2 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.1.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.11 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.19 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.8 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.4 ### [`v1.19.1`](https://github.com/backstage/backstage/releases/tag/v1.19.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.19.0...v1.19.1) This release fixes an issue where Microsoft auth would fail. Contributed by [@&#8203;TheGemmell](https://github.com/TheGemmell) in https://github.com/backstage/backstage/pull/20655 ### [`v1.19.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1190) [Compare Source](https://github.com/backstage/backstage/compare/v1.18.1...v1.19.0) ##### Minor Changes - [`f3ab9cf`](https://github.com/backstage/backstage/commit/f3ab9cfcb7): Made shut down stale tasks configurable. There are two properties exposed: - `scaffolder.processingInterval` - sets the processing interval for staled tasks. - `scaffolder.taskTimeoutJanitorFrequency` - sets the task's heartbeat timeout, when to consider a task to be staled. - [`7d5a921`](https://github.com/backstage/backstage/commit/7d5a921114): Allow using `globby`'s negative matching with `copyWithoutTemplating`/`copyWithoutRender`. This allows including an entire subdirectory while excluding a single file so that it will still be templated instead of needing to list every other file and ensure the list is updated when new files are added. - [`5e4127c`](https://github.com/backstage/backstage/commit/5e4127c18e): Allow setting `update: true` in `publish:github:pull-request` scaffolder action ##### Patch Changes - [`0920fd0`](https://github.com/backstage/backstage/commit/0920fd02ac): Add examples for `github:environment:create` scaffolder action & improve related tests - [`ae30a9a`](https://github.com/backstage/backstage/commit/ae30a9ae8c): Added description for publish:gerrit scaffolder actions - [`013611b`](https://github.com/backstage/backstage/commit/013611b42e): `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support. - [`23f72b2`](https://github.com/backstage/backstage/commit/23f72b2cba): Refactoring the runner to generate minimally informative task log per iteration and properly validate iterated actions. - [`8613ba3`](https://github.com/backstage/backstage/commit/8613ba3928): Switched to using `"exports"` field for `/alpha` subpath export. - [`99d4936`](https://github.com/backstage/backstage/commit/99d4936f6c): Add examples for `github:webhook` scaffolder action & improve related tests - [`2be3922`](https://github.com/backstage/backstage/commit/2be3922eb8): Add examples for `github:deployKey:create` scaffolder action & improve related tests - [`76d07da`](https://github.com/backstage/backstage/commit/76d07da66a): Make it possible to define control buttons text (Back, Create, Review) per template - [`f8727ad`](https://github.com/backstage/backstage/commit/f8727ad228): Add examples for `publish:github:pull-request` scaffolder action & improve related tests - Updated dependencies - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.9 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.12 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.6 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.10 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).2.8 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.18 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.18 ### [`v1.18.1`](https://github.com/backstage/backstage/releases/tag/v1.18.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.18.0...v1.18.1) This release fixes an issue in `@backstage/backend-test-utils` where some existing versions of Jest would cause a type error because `MockInstance` only accepts two type arguments. ### [`v1.18.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1180) [Compare Source](https://github.com/backstage/backstage/compare/v1.17.3...v1.18.0) ##### Minor Changes - [`dea0aaf`](https://github.com/backstage/backstage/commit/dea0aafda7): Updated `publish:gitlab` action properties to support additional Gitlab project settings: - general project settings provided by gitlab project create API (new `settings` property) - branch level settings to create additional branches and make them protected (new `branches` property) - project level environment variables settings (new `projectVariables` property) Marked existed properties `repoVisibility` and `topics` as deprecated, as they are covered by `settings` property. - [`f41099b`](https://github.com/backstage/backstage/commit/f41099bb31): Display meaningful error to the output if Gitlab namespace not found inside `publish:gitlab`. ##### Patch Changes - [`7dd82cc`](https://github.com/backstage/backstage/commit/7dd82cc07e): Add examples for `github:issues:label` scaffolder action & improve related tests - [`733ddf7`](https://github.com/backstage/backstage/commit/733ddf7130): Add examples for `publish:Azure` scaffolder action. - Updated dependencies - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.11 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).4.7 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.3 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.17 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.17 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.9 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.2 ### [`v1.17.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1173-next0) [Compare Source](https://github.com/backstage/backstage/compare/v1.17.2...v1.17.3) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.1-next.0 - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).14.0-next.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).3.2-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.7-next.0 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).2.5-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.5-next.0 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.10-next.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.2-next.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.16 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).4.6-next.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.8 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.16-next.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.1 ### [`v1.17.2`](https://github.com/backstage/backstage/releases/tag/v1.17.2) [Compare Source](https://github.com/backstage/backstage/compare/v1.17.1...v1.17.2) This release fixes an issue where certain Gerrit integration setups were broken, and where it was not possible to query multiple facets from the catalog at the same time. ### [`v1.17.1`](https://github.com/backstage/backstage/releases/tag/v1.17.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.17.0...v1.17.1) This release fixes an issue where the `EntitySwitch` component from `@backstage/plugin-catalog` was preventing the display of entity errors. It also fixes the alpha `catalogModuleTemplateKind` export from `@backstage/plugin-scaffolder-backend`, which had incorrect plugin and module IDs. ### [`v1.17.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1170) [Compare Source](https://github.com/backstage/backstage/compare/9a127504032f46cd948b0b587628ba629c91799e...v1.17.0) ##### Minor Changes - [`b5f239b`](https://github.com/backstage/backstage/commit/b5f239b50bcf): Improved the `parseEntityRef` Scaffolder filter by introducing the ability for users to provide default kind and/or namespace values. The filter now takes 2 arguments, similarly to the original [parseEntityRef](https://github.com/backstage/backstage/blob/v1.17.2/packages/catalog-model/src/entity/ref.ts#L77). - [`d5313ed`](https://github.com/backstage/backstage/commit/d5313ede3529): **DEPRECATION**: Deprecated `ScaffolderEntitiesProcessor`, which should now instead be imported from `@backstage/plugin-catalog-backend-module-scaffolder-entity-model`. `catalogModuleTemplateKind` was also moved to that package and renamed to `catalogModuleScaffolderEntityModel`, without any deprecation since it was an alpha export. ##### Patch Changes - [`71114ac`](https://github.com/backstage/backstage/commit/71114ac50e02): The export for the new backend system has been moved to be the `default` export. For example, if you are currently importing the plugin using the following pattern: ```ts import { examplePlugin } from '@&#8203;backstage/plugin-example-backend'; backend.add(examplePlugin); ``` It should be migrated to this: ```ts backend.add(import('@&#8203;backstage/plugin-example-backend')); ``` - [`a498955`](https://github.com/backstage/backstage/commit/a4989552d828): Add examples for `publish:github` and `publish:gitlab` scaffolder actions. - [`ded27b8`](https://github.com/backstage/backstage/commit/ded27b83ead2): Add examples for `publish:bitbucket` scaffolder actions. - [`5f1a92b`](https://github.com/backstage/backstage/commit/5f1a92b9f19f): Use `DefaultAzureDevOpsCredentialsProvider` to retrieve credentials for Azure DevOps. - [`fb57a46`](https://github.com/backstage/backstage/commit/fb57a4694fc6): Fixed the plugin and module ID of the alpha `catalogModuleTemplateKind` export. - [`f3c0b95`](https://github.com/backstage/backstage/commit/f3c0b95e3ef1): Add examples for `github:actions:dispatch` scaffolder actions. - [`cfc3ca6`](https://github.com/backstage/backstage/commit/cfc3ca6ce060): Changes needed to support MySQL - [`814feee`](https://github.com/backstage/backstage/commit/814feeed7343): Update to handle invalid luxon values - Updated dependencies - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).13.0 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.8 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.5 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.16 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.8 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.3 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).2.3 ### [`v1.16.5`](https://github.com/backstage/backstage/compare/a0f45ca1321a3d4277ff1258b48e86560f0028f4...9a127504032f46cd948b0b587628ba629c91799e) [Compare Source](https://github.com/backstage/backstage/compare/a0f45ca1321a3d4277ff1258b48e86560f0028f4...9a127504032f46cd948b0b587628ba629c91799e) ### [`v1.16.4`](https://github.com/backstage/backstage/compare/a81b7174bc0ebd8208544f0251b80992ab51715e...a0f45ca1321a3d4277ff1258b48e86560f0028f4) [Compare Source](https://github.com/backstage/backstage/compare/a81b7174bc0ebd8208544f0251b80992ab51715e...a0f45ca1321a3d4277ff1258b48e86560f0028f4) ### [`v1.16.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1163-next0) [Compare Source](https://github.com/backstage/backstage/compare/a3ea81e3fa062b8324c5873bfda976dd18394948...a81b7174bc0ebd8208544f0251b80992ab51715e) ##### Patch Changes - [`a498955`](https://github.com/backstage/backstage/commit/a4989552d828): Add examples for `publish:github` and `publish:gitlab` scaffolder actions. - [`5f1a92b`](https://github.com/backstage/backstage/commit/5f1a92b9f19f): Use `DefaultAzureDevOpsCredentialsProvider` to retrieve credentials for Azure DevOps. - [`fb57a46`](https://github.com/backstage/backstage/commit/fb57a4694fc6): Fixed the plugin and module ID of the alpha `catalogModuleTemplateKind` export. - [`cfc3ca6`](https://github.com/backstage/backstage/commit/cfc3ca6ce060): Changes needed to support MySQL - Updated dependencies - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).12.2-next.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).3.0-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.4-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0-next.0 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.7-next.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.2-next.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).4.3-next.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.13-next.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).2.2-next.0 ### [`v1.16.2`](https://github.com/backstage/backstage/compare/17f87cc51fcdb74519d5242601b0ad8df306a4b6...a3ea81e3fa062b8324c5873bfda976dd18394948) [Compare Source](https://github.com/backstage/backstage/compare/17f87cc51fcdb74519d5242601b0ad8df306a4b6...a3ea81e3fa062b8324c5873bfda976dd18394948) ### [`v1.16.1`](https://github.com/backstage/backstage/compare/v1.16.0...17f87cc51fcdb74519d5242601b0ad8df306a4b6) [Compare Source](https://github.com/backstage/backstage/compare/v1.16.0...17f87cc51fcdb74519d5242601b0ad8df306a4b6) ### [`v1.16.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1160) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...v1.16.0) ##### Minor Changes - [`e514aac`](https://github.com/backstage/backstage/commit/e514aac3eac0): Introduce `each` property on action steps, allowing them to be ran repeatedly. ##### Patch Changes - [`629cbd1`](https://github.com/backstage/backstage/commit/629cbd194a87): Use `coreServices.rootConfig` instead of `coreService.config` - [`3496111`](https://github.com/backstage/backstage/commit/349611126ae2): Removed the options from the alpha `scaffolderPlugin` export. To extend the scaffolder plugin you instead now use the available extension points, `scaffolderActionsExtensionPoint`, `scaffolderTaskBrokerExtensionPoint`, and `scaffolderTemplatingExtensionPoint`. - [`33c76ca`](https://github.com/backstage/backstage/commit/33c76caef72a): Added examples for the `fs:delete` and `fs:rename` actions - [`e07a491`](https://github.com/backstage/backstage/commit/e07a4914f621): Deprecated the following type exports, which have been moved to `@backstage/plugin-scaffolder-node` instead: - `TemplateFilter` - `TemplateGlobal` - `TaskStatus` - `TaskCompletionState` - `SerializedTask` - `TaskEventType` - `SerializedTaskEvent` - `TaskBrokerDispatchResult` - `TaskBrokerDispatchOptions` - `TaskContext` - `TaskBroker` - [`0b1d775`](https://github.com/backstage/backstage/commit/0b1d775be05b): Adds examples to a few scaffolder actions. - [`88bc6e2`](https://github.com/backstage/backstage/commit/88bc6e27a213): The `concurrentTasksLimit` option can now be configured via static configuration as well. Setting it to 0 will now also disable the task worker. - [`0f87332`](https://github.com/backstage/backstage/commit/0f873325068d): Add examples for `github:repo:create` and `github:repo:push` scaffolder actions. - [`5c28ebc`](https://github.com/backstage/backstage/commit/5c28ebc79fd6): Updated dependency `esbuild` to `^0.19.0`. - [`d3b31a7`](https://github.com/backstage/backstage/commit/d3b31a791eb1): Deprecated `executeShellCommand`, `RunCommandOptions`, and `fetchContents` from `@backstage/plugin-scaffolder-backend`, since they are useful for Scaffolder modules (who should not be importing from the plugin package itself). You should now import these from `@backstage/plugin-scaffolder-backend-node` instead. `RunCommandOptions` was renamed in the Node package as `ExecuteShellCommandOptions`, for consistency. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.2 - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).2.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).2.17 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.5 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.11 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 ### [`v1.15.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1151) [Compare Source](https://github.com/backstage/backstage/compare/v1.15.0...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - [`600be80`](https://github.com/backstage/backstage/commit/600be804927d): Indicate the name of the option that is being deprecated in task deprecation warning. - [`ff45cb5`](https://github.com/backstage/backstage/commit/ff45cb559e49): Updated dependency `esbuild` to `^0.18.0`. - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.1 - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).2.16 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.10 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).3.2 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).1.5 ### [`v1.15.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1150) [Compare Source](https://github.com/backstage/backstage/compare/v1.14.0...v1.15.0) ##### Minor Changes - [`84b0e47`](https://github.com/backstage/backstage/commit/84b0e47373db): Add `TargetBranchName` variable and output for the `publish:gitlab:merge-request` and `publish:github:pull-request` s'cascaffolder actions. - [`6a694ce`](https://github.com/backstage/backstage/commit/6a694ce98e32): Add a scaffolder action that pull-requests for bitbucket server - [`1948845`](https://github.com/backstage/backstage/commit/1948845861b0): Added `github:deployKey:create` and `github:environment:create` scaffolder actions. You will need to add `read/write` permissions to your GITHUB_TOKEN and/or Github Backstage App for Repository `Administration` (for deploy key functionality) and `Environments` (for Environment functionality) - [`df84117`](https://github.com/backstage/backstage/commit/df8411779da1): Add support for Repository Variables and Secrets to the `publish:github` and `github:repo:create` scaffolder actions. You will need to add `read/write` permissions to your GITHUB_TOKEN and/or Github Backstage App for Repository `Secrets` and `Variables` Upgrade octokit introduces some breaking changes. ##### Patch Changes - [`cc936b5`](https://github.com/backstage/backstage/commit/cc936b529676): Fix handling of `optional` property in `catalog:register` scaffolder action - [`b269da3`](https://github.com/backstage/backstage/commit/b269da39ac2d): Clearer error messages for action `publish:gitlab:merge-request` - [`11e0f62`](https://github.com/backstage/backstage/commit/11e0f625583f): Fix wrong gitlabUrl format in repoUrl input description - [`a2c70cd`](https://github.com/backstage/backstage/commit/a2c70cdda202): Switch out the sandbox, from `vm2` to `isolated-vm`. This is a native dependency, which means that it will need to be compiled with the same version of node on the same OS. This could cause some issues when running in Docker for instance, as you will need to make sure that the dependency is installed and compiled inside the docker container that it will run on. This could mean adding in some dependencies to the container like `build-essential` to make sure that this compiles correctly. If you're having issues installing this dependency, there's some [install instructions](https://github.com/laverdet/isolated-vm#requirements) over on `isolated-vm`'s repo. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).2.15 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).3.7 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.9 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.14 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.6 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).1.4 ### [`v1.14.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1140) [Compare Source](https://github.com/backstage/backstage/compare/v1.13.1...v1.14.0) ##### Minor Changes - [`67115f5`](https://github.com/backstage/backstage/commit/67115f532b8): Expose both types of scaffolder permissions and rules through the metadata endpoint. The metadata endpoint now correctly exposes both types of scaffolder permissions and rules (for both the template and action resource types) through the metadata endpoint. - [`a73b3c0`](https://github.com/backstage/backstage/commit/a73b3c0b097): Add ability to use `defaultNamespace` and `defaultKind` for scaffolder action `catalog:fetch` ##### Patch Changes - [`1a48b84`](https://github.com/backstage/backstage/commit/1a48b84901c): Bump minimum required version of `vm2` to be 3.9.18 - [`d20c879`](https://github.com/backstage/backstage/commit/d20c87966a4): Bump minimum required version of `vm2` to be 3.9.17 - [`6d954de`](https://github.com/backstage/backstage/commit/6d954de4b06): Update typing for `RouterOptions::actions` and `ScaffolderActionsExtensionPoint::addActions` to allow any kind of action being assigned to it. - Updated dependencies - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.5 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.8 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).1.3 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).2.14 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).3.6 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.13 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.5 ### [`v1.13.1`](https://github.com/backstage/backstage/releases/tag/v1.13.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.13.0...v1.13.1) This release bumps the minimum required version of `vm2` to 3.9.17 ### [`v1.13.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1130) [Compare Source](https://github.com/backstage/backstage/compare/v1.12.0...v1.13.0) ##### Minor Changes - [`2b15cb4`](https://github.com/backstage/backstage/commit/2b15cb4aa0a): The non-PR/MR Git Actions now return the commit hash of the commit pushed as a new output called `commitHash`, isomorphic-git is now on version 1.23.0 - [`30ffdae`](https://github.com/backstage/backstage/commit/30ffdae70f9): Added `fetch:plain:file` action to fetch a single file, this action is also added to the list of built-in actions. - [`65e989f`](https://github.com/backstage/backstage/commit/65e989f4018): Added the possibility to authorize parameters and steps of a template The scaffolder plugin is now integrated with the permission framework. It is possible to toggle parameters or actions within templates by marking each section with specific `tags`, inside a `backstage:permissions` property under each parameter or action. Each parameter or action can then be permissioned by using a conditional decision containing the `scaffolderTemplateRules.hasTag` rule. - [`3b68b09`](https://github.com/backstage/backstage/commit/3b68b09fc2d): Renamed permissionApi router option to permissions - [`bcae5aa`](https://github.com/backstage/backstage/commit/bcae5aaf25c): Added the possibility to authorize actions It is now possible to decide who should be able to execute certain actions or who should be able to pass specific input to specified actions. Some of the existing utility functions for creating conditional decisions have been renamed: - `createScaffolderConditionalDecision` has been renamed to `createScaffolderActionConditionalDecision` - `scaffolderConditions` has been renamed to `scaffolderTemplateConditions` - [`d7c8c22`](https://github.com/backstage/backstage/commit/d7c8c222e25): Allow for a commit message to differ from the PR title when publishing a GitHub pull request. - [`95ea9f6`](https://github.com/backstage/backstage/commit/95ea9f69b6f): Provide some more default filters out of the box and refactoring how the filters are applied to the `SecureTemplater`. - `parseEntityRef` will take an string entity triplet and return a parsed object. - `pick` will allow you to reference a specific property in the piped object. So you can now combine things like this: `${{ parameters.entity | parseEntityRef | pick('name') }}` to get the name of a specific entity, or `${{ parameters.repoUrl | parseRepoUrl | pick('owner') }}` to get the owner of a repo. ##### Patch Changes - [`e23abb3`](https://github.com/backstage/backstage/commit/e23abb37ec1): Rename output parameter `mergeRequestURL` of `publish:gitlab:merge-request` action to `mergeRequestUrl`. - [`e27ddc3`](https://github.com/backstage/backstage/commit/e27ddc36dad): Added a possibility to cancel the running task (executing of a scaffolder template) - [`a7eb36c`](https://github.com/backstage/backstage/commit/a7eb36c6e38): Improve type-check for scaffolder output parameters - [`c9a0fdc`](https://github.com/backstage/backstage/commit/c9a0fdcd2c8): Fix deprecated types. - [`1e4f5e9`](https://github.com/backstage/backstage/commit/1e4f5e91b8e): Bump `zod` and `zod-to-json-schema` dependencies. - [`9c26e6d`](https://github.com/backstage/backstage/commit/9c26e6d8ed3): Updated the alpha `scaffolderPlugin` to not require options. - [`f37a95a`](https://github.com/backstage/backstage/commit/f37a95adcd8): Stripped entity types and namespace before passing to GitHub API - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.4 - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).2.7 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).1.2 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.5 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).2.13 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).3.5 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.13 ### [`v1.12.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1120) [Compare Source](https://github.com/backstage/backstage/compare/v1.11.0...v1.12.0) ##### Minor Changes - [`7d724d8`](https://github.com/backstage/backstage/commit/7d724d8ef56): Added the ability to be able to define an actions `input` and `output` schema using `zod` instead of hand writing types and `jsonschema` ##### Patch Changes - [`860de10`](https://github.com/backstage/backstage/commit/860de10fa67): Make identity valid if subject of token is a backstage server-2-server auth token - [`6545487`](https://github.com/backstage/backstage/commit/65454876fb2): Minor API report tweaks - [`c6c78b4`](https://github.com/backstage/backstage/commit/c6c78b4acbe): throw error from catalog:fetch scaffolder action when entity is null and optional is false - [`9968f45`](https://github.com/backstage/backstage/commit/9968f455921): catalog write action should allow any shape of object - [`928a12a`](https://github.com/backstage/backstage/commit/928a12a9b3e): Internal refactor of `/alpha` exports. - [`52b0022`](https://github.com/backstage/backstage/commit/52b0022dab7): Updated dependency `msw` to `^1.0.0`. - [`7af1285`](https://github.com/backstage/backstage/commit/7af12854970): Extended scaffolder action `catalog:fetch` to fetch multiple catalog entities by entity references. - Updated dependencies - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).2.12 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).3.4 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).1.1 ### [`v1.11.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1110) [Compare Source](https://github.com/backstage/backstage/compare/v1.10.1...v1.11.0) ##### Minor Changes - [`0b2952e`](https://github.com/backstage/backstage/commit/0b2952ee4b): Added the option to overwrite files in the `targetPath` of the `template:fetch` action - [`1271549`](https://github.com/backstage/backstage/commit/127154930f): Renamed the export `scaffolderCatalogModule` to `catalogModuleTemplateKind` in 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 - [`0ff0331`](https://github.com/backstage/backstage/commit/0ff03319be): Updated usage of `createBackendPlugin`. - [`ad3edc4`](https://github.com/backstage/backstage/commit/ad3edc402d): **Deprecations**: The following are deprecated and should instead be imported from the new package `@backstage/plugin-scaffolder-node`: - `ActionContext` - `createTemplateAction` - `TaskSecrets` - `TemplateAction` - [`6c70919`](https://github.com/backstage/backstage/commit/6c70919f1a): Provide better error messaging when GitHub fails due to missing team definitions - [`66cf22f`](https://github.com/backstage/backstage/commit/66cf22fdc4): Updated dependency `esbuild` to `^0.17.0`. - Updated dependencies - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.2 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).3.3 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).4.3 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).2.11 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).2.5 ### [`v1.10.1`](https://github.com/backstage/backstage/releases/tag/v1.10.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.10.0...v1.10.1) - Fixed an issue were the log redaction didn't properly escape RegExp characters. - Fixed an issue with the resolution of `@rjsf/*` libraries were incompatible ### [`v1.10.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1100) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.0...v1.10.0) ##### Minor Changes - [`a6808b6`](https://github.com/backstage/backstage/commit/a6808b67a7): Implement `Required approving review count`, `Restrictions`, and `Required commit signing` support for `publish:github` action - [`04a2048`](https://github.com/backstage/backstage/commit/04a2048fb8): Allow custom repository roles to be configured on github repos - [`c0ad734`](https://github.com/backstage/backstage/commit/c0ad7341f7): Add Scaffolder action `catalog:fetch` to get entity by entity reference from catalog - [`b44eb68`](https://github.com/backstage/backstage/commit/b44eb68bcb): This change adds changes to provide examples alongside scaffolder task actions. The `createTemplateAction` function now takes a list of examples e.g. ```typescript const actionExamples = [ { description: 'Example 1', example: yaml.stringify({ steps: [ { action: 'test:action', id: 'test', input: { input1: 'value', }, }, ], }), }, ]; export function createTestAction() { return createTemplateAction({ id: 'test:action', examples: [ { description: 'Example 1', examples: actionExamples } ], ..., }); ``` These examples can be retrieved later from the api. ```bash curl http://localhost:7007/api/scaffolder/v2/actions ``` ```json [ { "id": "test:action", "examples": [ { "description": "Example 1", "example": "steps:\n - action: test:action\n id: test\n input:\n input1: value\n" } ], "schema": { "input": { "type": "object", "properties": { "input1": { "title": "Input 1", "type": "string" } } } } } ] ``` - [`72d6b9f`](https://github.com/backstage/backstage/commit/72d6b9f4e2): Added ability to override the commit message and author details for the `publish:bitbucketServer` action. - [`a69664f`](https://github.com/backstage/backstage/commit/a69664faee): Add Github repository support for squash merge commit title and message options ##### Patch Changes - [`2fadff2`](https://github.com/backstage/backstage/commit/2fadff2a25): Change scaffolder task actions to include markdown to demonstrate the new `ActionsPage` markdown feature. - [`ecbec4e`](https://github.com/backstage/backstage/commit/ecbec4ec4c): Internal refactor to match new options pattern in the experimental backend system. - [`e4c0240`](https://github.com/backstage/backstage/commit/e4c0240445): Added `catalogFilter` field to OwnerPicker and EntityPicker components to support filtering options by any field(s) of an entity. The `allowedKinds` field has been deprecated. Use `catalogFilter` instead. This field allows users to specify a filter on the shape of [EntityFilterQuery](https://github.com/backstage/backstage/blob/774c42003782121d3d6b2aa5f2865d53370c160e/packages/catalog-client/src/types/api.ts#L74), which can be passed into the CatalogClient. See examples below: - Get all entities of kind `Group` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group ``` - Get entities of kind `Group` and spec.type `team` ```yaml owner: title: Owner type: string description: Owner of the component ui:field: OwnerPicker ui:options: catalogFilter: - kind: Group spec.type: team ``` - [`8e06f3c`](https://github.com/backstage/backstage/commit/8e06f3cf00): Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).2.9 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search)</summary> ### [`v1.4.13`](https://github.com/backstage/backstage/blob/HEAD/plugins/search/CHANGELOG.md#1413-next1) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...2a0bdac5ba623b9f5dbc037289e6703e0d5d0347) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2-next.1 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.7-next.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.13-next.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7-next.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.12 ### [`v1.4.12`](https://github.com/backstage/backstage/blob/HEAD/plugins/search/CHANGELOG.md#1412) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`4f92394`](https://github.com/backstage/backstage/commit/4f92394): Migrate from identityApi to fetchApi in frontend plugins. - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.12 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.12 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v1.4.11`](https://github.com/backstage/backstage/blob/HEAD/plugins/search/CHANGELOG.md#1411) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`0501243`](https://github.com/backstage/backstage/commit/0501243): Added `aria-label` attribute to DialogTitle element and set `aria-modal` attribute to `true` for improved accessibility in the search modal. - Updated dependencies - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.5 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.5 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.11 ### [`v1.4.10`](https://github.com/backstage/backstage/blob/HEAD/plugins/search/CHANGELOG.md#1410) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - Updated dependencies - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.10 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.3 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.4 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-backend)</summary> ### [`v1.5.13`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend/CHANGELOG.md#1513-next0) [Compare Source](https://github.com/backstage/backstage/compare/b9909b2931cdd93231b2d989a3fe7f8acd798e6d...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.21-next.0 - [@&#8203;backstage/backend-defaults](https://github.com/backstage/backend-defaults)[@&#8203;0](https://github.com/0).3.3-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.2-next.0 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.14-next.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.32-next.0 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).2.26-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.12 ### [`v1.5.12`](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...b9909b2931cdd93231b2d989a3fe7f8acd798e6d) [Compare Source](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...b9909b2931cdd93231b2d989a3fe7f8acd798e6d) ### [`v1.5.11`](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) ### [`v1.5.10`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend/CHANGELOG.md#1510) [Compare Source](https://github.com/backstage/backstage/compare/ca261a7cbad80a8e48a1b3982e99e22e90ba9111...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`8869b8e`](https://github.com/backstage/backstage/commit/8869b8e): Updated local development setup. - [`78a0b08`](https://github.com/backstage/backstage/commit/78a0b08): Internal refactor to handle `BackendFeature` contract change. - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`5b6f979`](https://github.com/backstage/backstage/commit/5b6f979): Split backend search plugin startup into "init" and "start" stages to ensure necessary initialization has happened before startup - [`34dc47d`](https://github.com/backstage/backstage/commit/34dc47d): Move [@&#8203;backstage/repo-tools](https://github.com/backstage/repo-tools) to devDependencies - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19 - [@&#8203;backstage/backend-defaults](https://github.com/backstage/backend-defaults)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).2.24 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.30 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.12 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.12 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.5.9`](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...ca261a7cbad80a8e48a1b3982e99e22e90ba9111) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...ca261a7cbad80a8e48a1b3982e99e22e90ba9111) ### [`v1.5.8`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend/CHANGELOG.md#158) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`c6cb568`](https://github.com/backstage/backstage/commit/c6cb568): Add lifecycle monitoring for the search index registry - Updated dependencies - [@&#8203;backstage/repo-tools](https://github.com/backstage/repo-tools)[@&#8203;0](https://github.com/0).9.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).22.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).2.22 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.11 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.29 ### [`v1.5.7`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend/CHANGELOG.md#157) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`2bd291e`](https://github.com/backstage/backstage/commit/2bd291e): Allow reserved characters in requests. - [`d5a1fe1`](https://github.com/backstage/backstage/commit/d5a1fe1): Replaced winston logger with `LoggerService` - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.7 - [@&#8203;backstage/repo-tools](https://github.com/backstage/repo-tools)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).7.28 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.17 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).2.21 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.10 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-backend-module-pg)</summary> ### [`v0.5.31`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-module-pg/CHANGELOG.md#0531-next0) [Compare Source](https://github.com/backstage/backstage/compare/b9909b2931cdd93231b2d989a3fe7f8acd798e6d...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.21-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.2-next.0 - [@&#8203;backstage/backend-app-api](https://github.com/backstage/backend-app-api)[@&#8203;0](https://github.com/0).7.9-next.0 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).2.26-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.12 ### [`v0.5.30`](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...b9909b2931cdd93231b2d989a3fe7f8acd798e6d) [Compare Source](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...b9909b2931cdd93231b2d989a3fe7f8acd798e6d) ### [`v0.5.29`](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) ### [`v0.5.28`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-module-pg/CHANGELOG.md#0528) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`78a0b08`](https://github.com/backstage/backstage/commit/78a0b08): Internal refactor to handle `BackendFeature` contract change. - [`6a576dc`](https://github.com/backstage/backstage/commit/6a576dc): Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package. - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - Updated dependencies - [@&#8203;backstage/backend-app-api](https://github.com/backstage/backend-app-api)[@&#8203;0](https://github.com/0).7.6 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).2.24 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.12 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 ### [`v0.5.27`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-module-pg/CHANGELOG.md#0527) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`d229dc4`](https://github.com/backstage/backstage/commit/d229dc4): Move path utilities from `backend-common` to the `backend-plugin-api` package. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).22.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).2.22 ### [`v0.5.26`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-module-pg/CHANGELOG.md#0526) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`cf163a5`](https://github.com/backstage/backstage/commit/cf163a5): Enable module only on supported databases Also pass logger to the service - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.7 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.17 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).2.21 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-backend-node)</summary> ### [`v1.2.26`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-node/CHANGELOG.md#1226-next0) [Compare Source](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.21-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.2-next.0 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.26-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.12 ### [`v1.2.25`](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) ### [`v1.2.24`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-node/CHANGELOG.md#1224) [Compare Source](https://github.com/backstage/backstage/compare/ca261a7cbad80a8e48a1b3982e99e22e90ba9111...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`6a576dc`](https://github.com/backstage/backstage/commit/6a576dc): Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package. - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`5b6f979`](https://github.com/backstage/backstage/commit/5b6f979): Split backend search plugin startup into "init" and "start" stages to ensure necessary initialization has happened before startup - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.24 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.12 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 ### [`v1.2.23`](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...ca261a7cbad80a8e48a1b3982e99e22e90ba9111) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...ca261a7cbad80a8e48a1b3982e99e22e90ba9111) ### [`v1.2.22`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-node/CHANGELOG.md#1222) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`c6cb568`](https://github.com/backstage/backstage/commit/c6cb568): Add lifecycle monitoring for the search index registry - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).22.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.23 ### [`v1.2.21`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-node/CHANGELOG.md#1221) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`d5a1fe1`](https://github.com/backstage/backstage/commit/d5a1fe1): Replaced winston logger with `LoggerService` - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.7 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.17 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.22 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-react)</summary> ### [`v1.7.12`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-react/CHANGELOG.md#1712) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.12 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v1.7.11`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-react/CHANGELOG.md#1711) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.5 ### [`v1.7.10`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-react/CHANGELOG.md#1710) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`8d50bd3`](https://github.com/backstage/backstage/commit/8d50bd3): add mui imports eslint rule - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-tech-radar)</summary> ### [`v0.7.4`](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...e2b8c9e2ff2b9046d1bc27ed1281af946755097c) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...e2b8c9e2ff2b9046d1bc27ed1281af946755097c) ### [`v0.7.3`](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs)</summary> ### [`v1.10.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#1106) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`654af4a`](https://github.com/backstage/backstage/commit/654af4a): mkdocs-material have updated their CSS variable template, and a few are unset in Backstage. This patch adds the missing variables to ensure coverage. - [`cbebad1`](https://github.com/backstage/backstage/commit/cbebad1): Internal updates to allow reusing Backstage's `fetchApi` implementation for event source requests. This allows you to for example, override the `Authorization` header. - [`96cd13e`](https://github.com/backstage/backstage/commit/96cd13e): `TechDocsIndexPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `<TechDocsIndexPage ownerPickerMode="all" />` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog. - [`e40bd9a`](https://github.com/backstage/backstage/commit/e40bd9a): Fixed bug in `CopyToClipboardButton` component where positioning of the "Copy to clipboard" button in techdocs code snippets was broken in some cases. - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`1256d88`](https://github.com/backstage/backstage/commit/1256d88): Fixed an issue preventing the `TechDocsSearchBar` component from opening when clicking on the arrow icon. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.5 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.12 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.12 - [@&#8203;backstage/plugin-auth-react](https://github.com/backstage/plugin-auth-react)[@&#8203;0](https://github.com/0).1.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.28 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 ### [`v1.10.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#1105) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`d2cc139`](https://github.com/backstage/backstage/commit/d2cc139): Update path in Readme for Plugin Techdocs to show the correct setup information. - [`5863cf7`](https://github.com/backstage/backstage/commit/5863cf7): The `techdocs.builder` config is now optional and it will default to `local`. - Updated dependencies - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.5 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-auth-react](https://github.com/backstage/plugin-auth-react)[@&#8203;0](https://github.com/0).1.2 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.5 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.27 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.11 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.4 ### [`v1.10.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#1104) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - Updated dependencies - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.10 - [@&#8203;backstage/plugin-auth-react](https://github.com/backstage/plugin-auth-react)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.3 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.26 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 ### [`v1.10.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#1103) [Compare Source](https://github.com/backstage/backstage/compare/629612dd11636ff82cce943e727e608b8bd0d54a...48aa33cd4f4d2b588c8d15c519e3268789c5ebe7) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.3 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.2 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.9 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/plugin-auth-react](https://github.com/backstage/plugin-auth-react)[@&#8203;0](https://github.com/0).0.3 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 ### [`v1.10.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#1102) [Compare Source](https://github.com/backstage/backstage/compare/v1.10.1...629612dd11636ff82cce943e727e608b8bd0d54a) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.2 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.1 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.8 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/plugin-auth-react](https://github.com/backstage/plugin-auth-react)[@&#8203;0](https://github.com/0).0.2 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 ### [`v1.10.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#1101) [Compare Source](https://github.com/backstage/backstage/compare/v1.10.0...v1.10.1) ##### Patch Changes - [`7c2d022`](https://github.com/backstage/backstage/commit/7c2d022): Fixed bug in TechDocs sidebar render that prevented scrollbar from being displayed - [`3f14e9f`](https://github.com/backstage/backstage/commit/3f14e9f): Implement a client cookie refresh mechanism. - [`62bcaf8`](https://github.com/backstage/backstage/commit/62bcaf8): Use the new generic refresh user cookie provider. - [`28f27f0`](https://github.com/backstage/backstage/commit/28f27f0): Added ESLint rule `no-top-level-material-ui-4-imports` to aid with the migration to Material UI v5. - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-auth-react](https://github.com/backstage/plugin-auth-react)[@&#8203;0](https://github.com/0).0.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.11 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.1 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.7 ### [`v1.10.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#1100) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...v1.10.0) ##### Minor Changes - [`af4d147`](https://github.com/backstage/backstage/commit/af4d147): Updated the styling for `<code>` tags to avoid word break. ##### Patch Changes - [`912ca7b`](https://github.com/backstage/backstage/commit/912ca7b): Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin. - [`8fe56a8`](https://github.com/backstage/backstage/commit/8fe56a8): Widen `@types/react` dependency range to include version 18. - [`3631fb4`](https://github.com/backstage/backstage/commit/3631fb4): Updated dependency `dompurify` to `^3.0.0`. Updated dependency `@types/dompurify` to `^3.0.0`. - [`1cae748`](https://github.com/backstage/backstage/commit/1cae748): Updated dependency `git-url-parse` to `^14.0.0`. - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.16 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.24 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.10 ### [`v1.9.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#193) [Compare Source](https://github.com/backstage/backstage/compare/81d6a2568434ae1a1e2784fbb6e9699f55968eac...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - [`4016f21`](https://github.com/backstage/backstage/commit/4016f21): Remove some unused dependencies - Updated dependencies - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).1.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.10 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.2 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.15 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.5 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.23 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.10 ### [`v1.9.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#192) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.1...81d6a2568434ae1a1e2784fbb6e9699f55968eac) ##### Patch Changes - [`03d0b6d`](https://github.com/backstage/backstage/commit/03d0b6d): The `convertLegacyRouteRef` utility used by the alpha exports is now imported from `@backstage/core-compat-api`. - [`a1227cc`](https://github.com/backstage/backstage/commit/a1227cc): Wrap `/alpha` export extension elements in backwards compatibility wrapper. - [`5814122`](https://github.com/backstage/backstage/commit/5814122): Updated `/alpha` exports to fit new naming patterns. - [`36c94b8`](https://github.com/backstage/backstage/commit/36c94b8): Refactor of the alpha exports due to API change in how extension IDs are constructed. - Updated dependencies - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.9 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.22 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.14 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.9 ### [`v1.9.1`](https://github.com/backstage/backstage/releases/tag/v1.9.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.0...v1.9.1) This release fixes an issue where we accidentally released a change for `A11y` that meant that some `SidebarItems` were being uppercased accidentally. ### [`v1.9.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#190) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.0...v1.9.0) ##### Minor Changes - [`17f93d5`](https://github.com/backstage/backstage/commit/17f93d5589): A new analytics event `not-found` will be published when a user visits a documentation site that does not exist ##### Patch Changes - [`4728b39`](https://github.com/backstage/backstage/commit/4728b3960d): Fixed navigation bug that caused users to not be scrolled to the top of a new page. Fixed navigation bug where using backwards and forwards browser navigation did not scroll users to the correct place on the TechDoc page. - [`a3add7a`](https://github.com/backstage/backstage/commit/a3add7a682): Export alpha routes and nav item extension, only available for applications that uses the new Frontend system. - [`71c97e7`](https://github.com/backstage/backstage/commit/71c97e7d73): The \`spec.lifecycle' field in entities will now always be rendered as a string. - [`68fc9dc`](https://github.com/backstage/backstage/commit/68fc9dc60e): Updated alpha exports according to routing changes in `@backstage/frontend-plugin-api`. - [`6c2b872`](https://github.com/backstage/backstage/commit/6c2b872153): Add official support for React 18. - [`0bf6ebd`](https://github.com/backstage/backstage/commit/0bf6ebda88): Added entity page content for the new plugin exported via `/alpha`. - [`67cc85b`](https://github.com/backstage/backstage/commit/67cc85bb14): Switched the conditional `react-dom/client` import to use `import(...)` rather than `require(...)`. - [`4aa43f6`](https://github.com/backstage/backstage/commit/4aa43f62aa): Updated dependency `cross-fetch` to `^4.0.0`. - [`38cda52`](https://github.com/backstage/backstage/commit/38cda52746): Added support for React 18. The new `createRoot` API from `react-dom/client` will now be used if present. - [`fdb5e23`](https://github.com/backstage/backstage/commit/fdb5e23602): Import `MissingAnnotationEmptyState` from `@backstage/plugin-catalog-react` to remove the cyclical dependency - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.8 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.21 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.13 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.8 ### [`v1.8.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#180) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.0...v1.8.0) ##### Minor Changes - [`27740ca`](https://github.com/backstage/backstage/commit/27740caa2d): Added experimental support for declarative integration via the `/alpha` subpath. ##### Patch Changes - [`4918f65`](https://github.com/backstage/backstage/commit/4918f65ab2): Create an experimental `TechDocsSearchResultItemExtension` for declarative integration with Backstage; it can be accessed via the `/alpha` import. - [`3605370`](https://github.com/backstage/backstage/commit/3605370af6): Improved `DocsTable` to display pagination controls dynamically, appearing only when needed. - [`0296f27`](https://github.com/backstage/backstage/commit/0296f272b4): The \`spec.lifecycle' field in entities will now always be rendered as a string. - [`9a1fce3`](https://github.com/backstage/backstage/commit/9a1fce352e): Updated dependency `@testing-library/jest-dom` to `^6.0.0`. - [`f95af4e`](https://github.com/backstage/backstage/commit/f95af4e540): Updated dependency `@testing-library/dom` to `^9.0.0`. - [`9468a67`](https://github.com/backstage/backstage/commit/9468a67b92): Added support for React 18. The new `createRoot` API from `react-dom/client` will now be used if present. - [`df449a7`](https://github.com/backstage/backstage/commit/df449a7a31): Add kind column by default to TechDocsTable - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.5 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.6 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.20 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.12 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.7 ### [`v1.7.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#170) [Compare Source](https://github.com/backstage/backstage/compare/a81b7174bc0ebd8208544f0251b80992ab51715e...v1.7.0) ##### Minor Changes - [`e44f45a`](https://github.com/backstage/backstage/commit/e44f45ac4515): This change allows a new annotation of `backstage.io/techdocs-entity` this ref allows you to reference another entity for its TechDocs. This allows you have a single TechDoc for all items in a system, for example you might have a frontend and a backend in the same repo. This would allow you to have TechDocs build under a `System` entity while referencing the system e.g.: `backstage.io/techdocs-entity: system:default/example` that will show the systems docs in both the TechDocs button and the TechDocs tab without needing to do duplicate builds and filling the TechDocs page with garbage. ##### Patch Changes - [`88c9525`](https://github.com/backstage/backstage/commit/88c9525a36f3): Fixed bug in styles that caused next and previous links in footer to overlap page content. - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - [`8cec766`](https://github.com/backstage/backstage/commit/8cec7664e146): Removed `@types/node` dependency - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.19 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.10 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.2 ### [`v1.6.8`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#168-next0) [Compare Source](https://github.com/backstage/backstage/compare/a3ea81e3fa062b8324c5873bfda976dd18394948...a81b7174bc0ebd8208544f0251b80992ab51715e) ##### Patch Changes - [`88c9525`](https://github.com/backstage/backstage/commit/88c9525a36f3): Fixed bug in styles that caused next and previous links in footer to overlap page content. - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.18-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0-next.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5-next.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.3-next.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.5 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).6.5-next.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.10-next.0 ### [`v1.6.7`](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...a3ea81e3fa062b8324c5873bfda976dd18394948) [Compare Source](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...a3ea81e3fa062b8324c5873bfda976dd18394948) ### [`v1.6.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#166) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...4dc21bf7f59c15965406061df431cb9a75f9d7bc) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.16 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.4 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).6.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.5 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.9 ### [`v1.6.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#165) [Compare Source](https://github.com/backstage/backstage/compare/07e8526b304368b31280f5fc486f783b61c78e38...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.15 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.5 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).6.3 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.8 ### [`v1.6.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#164) [Compare Source](https://github.com/backstage/backstage/compare/b9bff5c727be6301a7f722f198528a23b21ba960...07e8526b304368b31280f5fc486f783b61c78e38) ##### Patch Changes - [`2f660eb`](https://github.com/backstage/backstage/commit/2f660eb573cc): Fix SearchBar styles & update StoryBook stories for custom styles for `notchedOutline` class. - [`956d09e`](https://github.com/backstage/backstage/commit/956d09e8ea68): Change deprecated local references to import from shared `plugin-techdocs-react` plugin - [`e33beb1`](https://github.com/backstage/backstage/commit/e33beb1f2a8e): Make the documentation pages printable (also handy for exporting to PDF) - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).6.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.2 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.7 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.14 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.4 ### [`v1.6.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#163-next2) [Compare Source](https://github.com/backstage/backstage/compare/72ee1d9fd98f51c2e1aca58fd69163ad96c41162...b9bff5c727be6301a7f722f198528a23b21ba960) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.0-next.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).7.0-next.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.2-next.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.14-next.2 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).6.1-next.2 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.7-next.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2-next.0 ### [`v1.6.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#162) [Compare Source](https://github.com/backstage/backstage/compare/990fa3f86f233f1e0b20923abe43a240736ccc32...72ee1d9fd98f51c2e1aca58fd69163ad96c41162) ##### Patch Changes - [`863beb4`](https://github.com/backstage/backstage/commit/863beb49498): Re-add the possibility to have trailing slashes in Techdocs navigation. - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.13 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.3 ### [`v1.6.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#161) [Compare Source](https://github.com/backstage/backstage/compare/v1.6.0...990fa3f86f233f1e0b20923abe43a240736ccc32) ##### Patch Changes - [`6c809d1`](https://github.com/backstage/backstage/commit/6c809d1a41c): Minor visual tweaks to adapt to changes in mkdocs-material v9 - [`b2e182c`](https://github.com/backstage/backstage/commit/b2e182cdfa4): Fixes a UI bug in search result item which rendered the item text with incorrect font size and color - [`847a1ee`](https://github.com/backstage/backstage/commit/847a1eee3da): Change anchor links color in Techdocs content With the color (mkdocs supplied) used for anchor links the background and foreground colors do not have a sufficient contrast ratio. Using the link color from theme palette. - [`8e00acb`](https://github.com/backstage/backstage/commit/8e00acb28db): Small tweaks to remove warnings in the console during development (mainly focusing on techdocs) - [`2e49348`](https://github.com/backstage/backstage/commit/2e493480626): Fix a bug in sub-path navigation due to double addition of a sub-path if one was set up in `app.baseUrl`. - [`e0c6e8b`](https://github.com/backstage/backstage/commit/e0c6e8b9c3c): Update peer dependencies - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.12 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.19 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.3 ### [`v1.6.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#160) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.0...v1.6.0) ##### Minor Changes - [`3f75b76`](https://github.com/backstage/backstage/commit/3f75b7607ca): Add ability to pass icon as function to have ability to customize it by search item ##### Patch Changes - [`6545487`](https://github.com/backstage/backstage/commit/65454876fb2): Minor API report tweaks - [`54a1e13`](https://github.com/backstage/backstage/commit/54a1e133b56): Fix bug that caused next and previous links not to work with certain versions of mkdocs-material - [`f320c29`](https://github.com/backstage/backstage/commit/f320c299c67): The HTML tag attributes in the documentation content inserted to shadow DOM is preserved to improve accessibility - [`cb8ec97`](https://github.com/backstage/backstage/commit/cb8ec97cdeb): Change black & white colors to be theme aware - [`c10384a`](https://github.com/backstage/backstage/commit/c10384a9235): Switch to using `LinkButton` instead of the deprecated `Button` - [`8adfda6`](https://github.com/backstage/backstage/commit/8adfda60ae1): Updated dependency `jss` to `~10.10.0`. - [`52b0022`](https://github.com/backstage/backstage/commit/52b0022dab7): Updated dependency `msw` to `^1.0.0`. - [`238cf65`](https://github.com/backstage/backstage/commit/238cf657c09): Copy to clipboard now works in a not secure context. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.5 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.11 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.18 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.2 ### [`v1.5.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#150) [Compare Source](https://github.com/backstage/backstage/compare/5235df9b8d6ecef8eefe6933935575b5975a8df4...v1.5.0) ##### Minor Changes - [`20840b3`](https://github.com/backstage/backstage/commit/20840b36b4): Update DocsTable and EntityListDocsTable to accept overrides for Material Table options. - [`0eaa579`](https://github.com/backstage/backstage/commit/0eaa579f89): The `TechDocsSearchResultListItem` component is now a search result extension. This means that when rendered as a child of components that render search extensions, the `result`, `rank`, and `highlight` properties are optional. See the [documentation](https://backstage.io/docs/features/search/how-to-guides#how-to-render-search-results-using-extensions) for more details. ##### Patch Changes - [`c8e09cc`](https://github.com/backstage/backstage/commit/c8e09cc383): Fixed bug in Techdocs reader where a techdocs page with a hash in the URL did not always jump to the document anchor. - [`cad5607`](https://github.com/backstage/backstage/commit/cad5607411): Improve view: remove footer overlay on large screen - [`66e2aab`](https://github.com/backstage/backstage/commit/66e2aab4c4): `ListItem` wrapper component moved to `SearchResultListItemExtension` for all `*SearchResultListItems` that are exported as extensions. This is to make sure the list only contains list elements. Note: If you have implemented a custom result list item, we recommend you to remove the list item wrapper to avoid nested `<li>` elements. - [`4660b63`](https://github.com/backstage/backstage/commit/4660b63947): Create a TechDocs `<LightBox/>` addon that allows users to open images in a light-box on documentation pages, they can navigate between images if there are several on one page. Here's an example on how to use it in a Backstage app: ```diff import { DefaultTechDocsHome, TechDocsIndexPage, TechDocsReaderPage, } from '@&#8203;backstage/plugin-techdocs'; import { TechDocsAddons } from '@&#8203;backstage/plugin-techdocs-react/alpha'; +import { LightBox } from '@&#8203;backstage/plugin-techdocs-module-addons-contrib'; const AppRoutes = () => { <FlatRoutes> // other plugin routes <Route path="/docs" element={<TechDocsIndexPage />}> <DefaultTechDocsHome /> </Route> <Route path="/docs/:namespace/:kind/:name/*" element={<TechDocsReaderPage />} > <TechDocsAddons> + <LightBox /> </TechDocsAddons> </Route> </FlatRoutes>; }; ``` - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.17 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.10 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.3 ### [`v1.4.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#143) [Compare Source](https://github.com/backstage/backstage/compare/a3ea732bd5786481af7e5bd0abfcfe94526f7d0f...5235df9b8d6ecef8eefe6933935575b5975a8df4) ##### Patch Changes - [`a74dd61`](https://github.com/backstage/backstage/commit/a74dd61534): Fix sizing of build log component to render all lines - [`80ce4e8`](https://github.com/backstage/backstage/commit/80ce4e8c29): Small updates to some components to ensure theme typography properties are inherited correctly. - [`7115c73`](https://github.com/backstage/backstage/commit/7115c7389b): Updated dependency `jss` to `~10.9.0`. - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.3 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.9 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.16 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs-backend)</summary> ### [`v1.10.8`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#1108-next0) [Compare Source](https://github.com/backstage/backstage/compare/934359f16e711ff771e7add26ece744a4e6a65f3...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.21-next.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.2-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0-next.0 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.26-next.0 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).12.7-next.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.24 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 ### [`v1.10.7`](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...934359f16e711ff771e7add26ece744a4e6a65f3) ### [`v1.10.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#1106) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`e64bfb2`](https://github.com/backstage/backstage/commit/e64bfb2): Allow defining custom build log transport for techdocs builder - [`8869b8e`](https://github.com/backstage/backstage/commit/8869b8e): Updated local development setup. - [`78a0b08`](https://github.com/backstage/backstage/commit/78a0b08): Internal refactor to handle `BackendFeature` contract change. - [`2110d76`](https://github.com/backstage/backstage/commit/2110d76): Removed `dockerode` dependency. - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.19 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).12.5 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.24 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.24 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 ### [`v1.10.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#1105) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`5863cf7`](https://github.com/backstage/backstage/commit/5863cf7): The `techdocs.builder` config is now optional and it will default to `local`. - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).22.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).12.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.23 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.23 ### [`v1.10.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#1104) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`8e28c88`](https://github.com/backstage/backstage/commit/8e28c88): Allow overriding default techdocs preparers with new `TechdocsPreparerExtensionPoint` - [`c884b9a`](https://github.com/backstage/backstage/commit/c884b9a): Use the default cookie endpoints added automatically when a cookie policy is set. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.7 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.17 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.22 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 ### [`v1.10.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#1103) [Compare Source](https://github.com/backstage/backstage/compare/629612dd11636ff82cce943e727e608b8bd0d54a...48aa33cd4f4d2b588c8d15c519e3268789c5ebe7) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.3 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.6 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.21 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.16 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 ### [`v1.10.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#1102) [Compare Source](https://github.com/backstage/backstage/compare/v1.10.1...629612dd11636ff82cce943e727e608b8bd0d54a) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.2 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.5 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.20 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.15 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 ### [`v1.10.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#1101) [Compare Source](https://github.com/backstage/backstage/compare/v1.10.0...v1.10.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.19 ### [`v1.10.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#1100) [Compare Source](https://github.com/backstage/backstage/compare/25b8e7b2597e65fb033076188ce6a9d3dec3ec11...v1.10.0) ##### Minor Changes - [`718b734`](https://github.com/backstage/backstage/commit/718b734): Create extension point `TechdocsGeneratorExtensionPoint` to allow adding a custom generator ##### Patch Changes - [`3f14e9f`](https://github.com/backstage/backstage/commit/3f14e9f): Migrate plugin to use the new auth services. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.14 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.18 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 ### [`v1.9.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#196-next0) [Compare Source](https://github.com/backstage/backstage/compare/db57e6e7332a42d1630e511c64df1030aa53e048...25b8e7b2597e65fb033076188ce6a9d3dec3ec11) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.3-next.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4-next.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.13-next.0 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).11.5-next.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13-next.0 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.17-next.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.1-next.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.2-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1-next.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22-next.0 ### [`v1.9.5`](https://github.com/backstage/backstage/compare/145d69360b247526cedbae12c61aac0f318a8e72...db57e6e7332a42d1630e511c64df1030aa53e048) [Compare Source](https://github.com/backstage/backstage/compare/145d69360b247526cedbae12c61aac0f318a8e72...db57e6e7332a42d1630e511c64df1030aa53e048) ### [`v1.9.4`](https://github.com/backstage/backstage/compare/dde9d0ae753cf1894bd80c48c3001860319255fd...145d69360b247526cedbae12c61aac0f318a8e72) [Compare Source](https://github.com/backstage/backstage/compare/dde9d0ae753cf1894bd80c48c3001860319255fd...145d69360b247526cedbae12c61aac0f318a8e72) ### [`v1.9.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#193) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...dde9d0ae753cf1894bd80c48c3001860319255fd) ##### Patch Changes - [`6bb6f3e`](https://github.com/backstage/backstage/commit/6bb6f3e): Updated dependency `fs-extra` to `^11.2.0`. Updated dependency `@types/fs-extra` to `^11.0.0`. - [`d2e3ab9`](https://github.com/backstage/backstage/commit/d2e3ab9): Updated dependency `dockerode` to `^4.0.0`. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.0 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.14 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.10 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).11.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.21 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 ### [`v1.9.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#192) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.1...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - [`4016f21`](https://github.com/backstage/backstage/commit/4016f21): Remove some unused dependencies - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).20.1 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.13 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.9 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).11.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.20 ### [`v1.9.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#191) [Compare Source](https://github.com/backstage/backstage/compare/v1.9.0...v1.9.1) ##### Patch Changes - [`a402644`](https://github.com/backstage/backstage/commit/a402644): Regenerates a fresh token for each call to the search index when collating techdocs. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).20.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.11 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.12 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.8 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.19 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.9 ### [`v1.9.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#190) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.0...v1.9.0) ##### Minor Changes - [`67cff7b`](https://github.com/backstage/backstage/commit/67cff7b06f): Expose an extension point to set a custom build strategy. Also move `DocsBuildStrategy` type to `@backstage/plugin-techdocs-node` and deprecate `ShouldBuildParameters` type. ##### Patch Changes - [`c3c5c7e`](https://github.com/backstage/backstage/commit/c3c5c7e514): Add info about the entity when tech docs fail to build - [`48a61bf`](https://github.com/backstage/backstage/commit/48a61bfdca): Fix potential memory leak by not creating a build log transport if not given via `RouterOptions`. - [`013611b`](https://github.com/backstage/backstage/commit/013611b42e): `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support. - Updated dependencies - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.9 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.11 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.6 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.10 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.18 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.8 ### [`v1.8.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#180) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.2...v1.8.0) ##### Minor Changes - [`344cfbc`](https://github.com/backstage/backstage/commit/344cfbcfbc): Allow prepared directory clean up for custom preparers When using custom preparer for TechDocs, the `preparedDir` might end up taking disk space. This requires all custom preparers to implement a new method `shouldCleanPreparedDirectory` which indicates whether the prepared directory should be cleaned after generation. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.10 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.17 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.9 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.7 ### [`v1.7.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#172-next1) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.1...v1.7.2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.7-next.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.5-next.1 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.9-next.1 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).8.2-next.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.1-next.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.16 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.8 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.6 ### [`v1.7.1`](https://github.com/backstage/backstage/releases/tag/v1.7.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.0...v1.7.1) This release fixes an issue where `@backstage/create-app` unintentionally required Git to be set up for it to be able to create a new project. ### [`v1.7.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#170) [Compare Source](https://github.com/backstage/backstage/compare/a81b7174bc0ebd8208544f0251b80992ab51715e...v1.7.0) ##### Minor Changes - [`5985d45`](https://github.com/backstage/backstage/commit/5985d458ee30): Add a `techdocs.publisher.azureBlobStorage.connectionString` app-config setting, which can be leveraged for improved Azurite support. - [`10a86bd`](https://github.com/backstage/backstage/commit/10a86bd4ae12): Add optional config and cli option for techdocs to specify default mkdocs plugins. ##### Patch Changes - [`60af801`](https://github.com/backstage/backstage/commit/60af8017dd84): Expand techdocs.publisher.type with `googleGcs`,`awsS3`,`azureBlobStorage` and `openStackSwift` - [`71114ac`](https://github.com/backstage/backstage/commit/71114ac50e02): The export for the new backend system has been moved to be the `default` export. For example, if you are currently importing the plugin using the following pattern: ```ts import { examplePlugin } from '@&#8203;backstage/plugin-example-backend'; backend.add(examplePlugin); ``` It should be migrated to this: ```ts backend.add(import('@&#8203;backstage/plugin-example-backend')); ``` - [`a8a614b`](https://github.com/backstage/backstage/commit/a8a614ba0d07): Minor `package.json` update. - Updated dependencies - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.7 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.16 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.8 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).8.0 ### [`v1.6.7`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#167-next0) [Compare Source](https://github.com/backstage/backstage/compare/a3ea81e3fa062b8324c5873bfda976dd18394948...a81b7174bc0ebd8208544f0251b80992ab51715e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.4-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0-next.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.2-next.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.6-next.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.5 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).7.6-next.0 ### [`v1.6.6`](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...a3ea81e3fa062b8324c5873bfda976dd18394948) [Compare Source](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...a3ea81e3fa062b8324c5873bfda976dd18394948) ### [`v1.6.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#165) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...4dc21bf7f59c15965406061df431cb9a75f9d7bc) ##### Patch Changes - [`629cbd1`](https://github.com/backstage/backstage/commit/629cbd194a87): Use `coreServices.rootConfig` instead of `coreService.config` - Updated dependencies - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.4 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.2 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).7.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.5 ### [`v1.6.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#164) [Compare Source](https://github.com/backstage/backstage/compare/07e8526b304368b31280f5fc486f783b61c78e38...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.15 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.5 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).7.3 ### [`v1.6.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#163) [Compare Source](https://github.com/backstage/backstage/compare/72ee1d9fd98f51c2e1aca58fd69163ad96c41162...07e8526b304368b31280f5fc486f783b61c78e38) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).19.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.14 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.6 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.4 ### [`v1.6.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#162) [Compare Source](https://github.com/backstage/backstage/compare/990fa3f86f233f1e0b20923abe43a240736ccc32...72ee1d9fd98f51c2e1aca58fd69163ad96c41162) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.5 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.13 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.5 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.3 ### [`v1.6.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#161) [Compare Source](https://github.com/backstage/backstage/compare/v1.6.0...990fa3f86f233f1e0b20923abe43a240736ccc32) ##### Patch Changes - [`01ae205`](https://github.com/backstage/backstage/commit/01ae205352e): Collator factories instantiated in new backend system modules and now marked as deprecated. Will be continued to be exported publicly until the new backend system is fully rolled out. - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.13 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.3 ### [`v1.6.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#160) [Compare Source](https://github.com/backstage/backstage/compare/5cc61c8577b5293c449a0c09bac3b0bcea1b4f48...v1.6.0) ##### Minor Changes - [`92b4953`](https://github.com/backstage/backstage/commit/92b495328bd): Introduced alpha export of the `techdocsPlugin` using the new backend system. ##### Patch Changes - [`40298b0`](https://github.com/backstage/backstage/commit/40298b02778): Techdocs backend explains a bit more about what might have caused the docs not being found when building techdocs. - [`928a12a`](https://github.com/backstage/backstage/commit/928a12a9b3e): Internal refactor of `/alpha` exports. - [`52b0022`](https://github.com/backstage/backstage/commit/52b0022dab7): Updated dependency `msw` to `^1.0.0`. - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.12 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.4 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.2 ### [`v1.5.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#153) [Compare Source](https://github.com/backstage/backstage/compare/c60f52da2ad4a941eeb1e26384a6da480202806e...5cc61c8577b5293c449a0c09bac3b0bcea1b4f48) ##### Patch Changes - [`6f09702`](https://github.com/backstage/backstage/commit/6f097023fc): Keep the tech docs sync event stream alive even if it is taking a while to build. - [`339d9a5`](https://github.com/backstage/backstage/commit/339d9a5b5c): Added support for using a default `mkdocs.yml` configuration file when none is provided - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.2 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.11 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.1 ### [`v1.5.2`](https://github.com/backstage/backstage/compare/v1.5.1...c60f52da2ad4a941eeb1e26384a6da480202806e) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.1...c60f52da2ad4a941eeb1e26384a6da480202806e) ### [`v1.5.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#151) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.0...v1.5.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).18.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).4.4 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs-module-addons-contrib)</summary> ### [`v1.1.11`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1111) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.5 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.28 ### [`v1.1.10`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1110) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.27 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.4 ### [`v1.1.9`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#119) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - Updated dependencies - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.26 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).10.0 ### [`v1.1.8`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#118) [Compare Source](https://github.com/backstage/backstage/compare/629612dd11636ff82cce943e727e608b8bd0d54a...48aa33cd4f4d2b588c8d15c519e3268789c5ebe7) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.3 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 ### [`v1.1.7`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#117) [Compare Source](https://github.com/backstage/backstage/compare/7825762f90f59c0903758aeaebd0bbf6f33dc087...629612dd11636ff82cce943e727e608b8bd0d54a) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.2 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 ### [`v1.1.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#116) [Compare Source](https://github.com/backstage/backstage/compare/dde9d0ae753cf1894bd80c48c3001860319255fd...7825762f90f59c0903758aeaebd0bbf6f33dc087) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.25 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 ### [`v1.1.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#115) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...dde9d0ae753cf1894bd80c48c3001860319255fd) ##### Patch Changes - [`ab9c9eb`](https://github.com/backstage/backstage/commit/ab9c9eb): Fixed the value label text color in dark mode for the TextSize addon. - [`09cedb9`](https://github.com/backstage/backstage/commit/09cedb9): Updated dependency `@react-hookz/web` to `^24.0.0`. - [`1cae748`](https://github.com/backstage/backstage/commit/1cae748): Updated dependency `git-url-parse` to `^14.0.0`. - [`131ffdc`](https://github.com/backstage/backstage/commit/131ffdc): Fix position of the ReportIssue component when is displaying at the top of the container. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.16 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.24 ### [`v1.1.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#114) [Compare Source](https://github.com/backstage/backstage/compare/81d6a2568434ae1a1e2784fbb6e9699f55968eac...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - [`4016f21`](https://github.com/backstage/backstage/commit/4016f21): Remove some unused dependencies - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.10 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.2 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.15 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.23 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 ### [`v1.1.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#113) [Compare Source](https://github.com/backstage/backstage/compare/d9a16db9d2be79dd19634a1d816a1cb0ae89cafe...81d6a2568434ae1a1e2784fbb6e9699f55968eac) ##### Patch Changes - [`a518c5a`](https://github.com/backstage/backstage/commit/a518c5a): Updated dependency `@react-hookz/web` to `^23.0.0`. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.9 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.22 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.14 ### [`v1.1.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#112) [Compare Source](https://github.com/backstage/backstage/compare/v1.1.1...d9a16db9d2be79dd19634a1d816a1cb0ae89cafe) ##### Patch Changes - [`4728b39`](https://github.com/backstage/backstage/commit/4728b3960d): Fixed navigation bug that caused users to not be scrolled to the top of a new page. Fixed navigation bug where using backwards and forwards browser navigation did not scroll users to the correct place on the TechDoc page. - [`6c2b872`](https://github.com/backstage/backstage/commit/6c2b872153): Add official support for React 18. - [`62b5922`](https://github.com/backstage/backstage/commit/62b5922916): Internal theme type updates - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.21 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.13 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.4 ### [`v1.1.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1112-next0) [Compare Source](https://github.com/backstage/backstage/compare/v1.1.0...v1.1.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.6-next.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0-next.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.29-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 ### [`v1.1.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#110) [Compare Source](https://github.com/backstage/backstage/compare/a81b7174bc0ebd8208544f0251b80992ab51715e...v1.1.0) ##### Minor Changes - [`86c1990`](https://github.com/backstage/backstage/commit/86c19906fe4b): Enable zoom icon for techdocs images inside lightbox ##### Patch Changes - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - [`8cec766`](https://github.com/backstage/backstage/commit/8cec7664e146): Removed `@types/node` dependency - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.19 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.10 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.2 ### [`v1.0.18`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1018-next0) [Compare Source](https://github.com/backstage/backstage/compare/a3ea81e3fa062b8324c5873bfda976dd18394948...a81b7174bc0ebd8208544f0251b80992ab51715e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.18-next.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).7.0-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0-next.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5-next.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.10-next.0 ### [`v1.0.17`](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...a3ea81e3fa062b8324c5873bfda976dd18394948) [Compare Source](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...a3ea81e3fa062b8324c5873bfda976dd18394948) ### [`v1.0.16`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1016) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...4dc21bf7f59c15965406061df431cb9a75f9d7bc) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.16 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.9 ### [`v1.0.15`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1015) [Compare Source](https://github.com/backstage/backstage/compare/07e8526b304368b31280f5fc486f783b61c78e38...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.15 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.8 ### [`v1.0.14`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1014) [Compare Source](https://github.com/backstage/backstage/compare/72ee1d9fd98f51c2e1aca58fd69163ad96c41162...07e8526b304368b31280f5fc486f783b61c78e38) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.2 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.7 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.14 ### [`v1.0.13`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1013) [Compare Source](https://github.com/backstage/backstage/compare/990fa3f86f233f1e0b20923abe43a240736ccc32...72ee1d9fd98f51c2e1aca58fd69163ad96c41162) ##### Patch Changes - [`6afc7f0`](https://github.com/backstage/backstage/commit/6afc7f052ca): Show cursor pointer when hovering on lightbox - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.13 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.6 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 ### [`v1.0.12`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1012) [Compare Source](https://github.com/backstage/backstage/compare/f00e03c38f0de6487af990e0410f4219eb1a8e28...990fa3f86f233f1e0b20923abe43a240736ccc32) ##### Patch Changes - [`c657d0a`](https://github.com/backstage/backstage/commit/c657d0a610e): Bump `photoswipe` dependency to `^5.3.7`. - [`8e00acb`](https://github.com/backstage/backstage/commit/8e00acb28db): Small tweaks to remove warnings in the console during development (mainly focusing on techdocs) - [`e0c6e8b`](https://github.com/backstage/backstage/commit/e0c6e8b9c3c): Update peer dependencies - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.12 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.19 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.4 ### [`v1.0.11`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1011) [Compare Source](https://github.com/backstage/backstage/compare/5cc61c8577b5293c449a0c09bac3b0bcea1b4f48...f00e03c38f0de6487af990e0410f4219eb1a8e28) ##### Patch Changes - [`52b0022`](https://github.com/backstage/backstage/commit/52b0022dab7): Updated dependency `msw` to `^1.0.0`. - [`37cf85f`](https://github.com/backstage/backstage/commit/37cf85fb85c): Fixed bug in IssueLink component where the URL was not generated properly when the repository was located inside a Gitlab subgroup - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.5 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.11 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.18 ### [`v1.0.10`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1010) [Compare Source](https://github.com/backstage/backstage/compare/5235df9b8d6ecef8eefe6933935575b5975a8df4...5cc61c8577b5293c449a0c09bac3b0bcea1b4f48) ##### Patch Changes - [`d950d3e`](https://github.com/backstage/backstage/commit/d950d3e217): Depend on `@material-ui/core` version `^4.12.2` like all other in-repo packages - [`4660b63`](https://github.com/backstage/backstage/commit/4660b63947): Create a TechDocs `<LightBox/>` addon that allows users to open images in a light-box on documentation pages, they can navigate between images if there are several on one page. Here's an example on how to use it in a Backstage app: ```diff import { DefaultTechDocsHome, TechDocsIndexPage, TechDocsReaderPage, } from '@&#8203;backstage/plugin-techdocs'; import { TechDocsAddons } from '@&#8203;backstage/plugin-techdocs-react/alpha'; +import { LightBox } from '@&#8203;backstage/plugin-techdocs-module-addons-contrib'; const AppRoutes = () => { <FlatRoutes> // other plugin routes <Route path="/docs" element={<TechDocsIndexPage />}> <DefaultTechDocsHome /> </Route> <Route path="/docs/:namespace/:kind/:name/*" element={<TechDocsReaderPage />} > <TechDocsAddons> + <LightBox /> </TechDocsAddons> </Route> </FlatRoutes>; }; ``` - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.17 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.10 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.3 ### [`v1.0.9`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#109) [Compare Source](https://github.com/backstage/backstage/compare/a3ea732bd5786481af7e5bd0abfcfe94526f7d0f...5235df9b8d6ecef8eefe6933935575b5975a8df4) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).1.2 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.9 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.16 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs-react)</summary> ### [`v1.2.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#125) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v1.2.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#124) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 ### [`v1.2.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#123) [Compare Source](https://github.com/backstage/backstage/compare/v1.2.2...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`b450af3`](https://github.com/backstage/backstage/commit/b450af3): Added ESLint rule `no-top-level-material-ui-4-imports` in the Techdocs-react plugin to migrate the Material UI imports. - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 ### [`v1.2.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#122) [Compare Source](https://github.com/backstage/backstage/compare/v1.2.1...v1.2.2) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.2.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#121) [Compare Source](https://github.com/backstage/backstage/compare/v1.2.0...v1.2.1) ##### Patch Changes - [`e8f026a`](https://github.com/backstage/backstage/commit/e8f026a): Use ESM exports of react-use library - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.2.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#120) [Compare Source](https://github.com/backstage/backstage/compare/dde9d0ae753cf1894bd80c48c3001860319255fd...v1.2.0) ##### Minor Changes - [`3f14e9f`](https://github.com/backstage/backstage/commit/3f14e9f): Create a new api method for issuing user cookie. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.1.16`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#1116) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...dde9d0ae753cf1894bd80c48c3001860319255fd) ##### Patch Changes - [`9aac2b0`](https://github.com/backstage/backstage/commit/9aac2b0): Use `--cwd` as the first `yarn` argument - [`8fe56a8`](https://github.com/backstage/backstage/commit/8fe56a8): Widen `@types/react` dependency range to include version 18. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.1.15`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#1115) [Compare Source](https://github.com/backstage/backstage/compare/81d6a2568434ae1a1e2784fbb6e9699f55968eac...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - [`4016f21`](https://github.com/backstage/backstage/commit/4016f21): Remove some unused dependencies - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.10 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.2 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.1.14`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#1114) [Compare Source](https://github.com/backstage/backstage/compare/d9a16db9d2be79dd19634a1d816a1cb0ae89cafe...81d6a2568434ae1a1e2784fbb6e9699f55968eac) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.9 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 ### [`v1.1.13`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#1113) [Compare Source](https://github.com/backstage/backstage/compare/f1dc76bd9ab62249aa04230881d1480c14763c64...d9a16db9d2be79dd19634a1d816a1cb0ae89cafe) ##### Patch Changes - [`6c2b872`](https://github.com/backstage/backstage/commit/6c2b872153): Add official support for React 18. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.8 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 ### [`v1.1.12`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#1112) [Compare Source](https://github.com/backstage/backstage/compare/7f1036448bed7676caa4c5fd8d82d59ccbf7163f...f1dc76bd9ab62249aa04230881d1480c14763c64) ##### Patch Changes - [`9a1fce3`](https://github.com/backstage/backstage/commit/9a1fce352e): Updated dependency `@testing-library/jest-dom` to `^6.0.0`. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.3 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 ### [`v1.1.11`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#1111) [Compare Source](https://github.com/backstage/backstage/compare/5bf8bc9c1466837f810ec000255f46100937fff5...7f1036448bed7676caa4c5fd8d82d59ccbf7163f) ##### Patch Changes - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.5 ### [`v1.1.10`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#1110) [Compare Source](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...5bf8bc9c1466837f810ec000255f46100937fff5) Skipped due to publishing issues. ### [`v1.1.9`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#119) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...4dc21bf7f59c15965406061df431cb9a75f9d7bc) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 ### [`v1.1.8`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#118) [Compare Source](https://github.com/backstage/backstage/compare/07e8526b304368b31280f5fc486f783b61c78e38...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 ### [`v1.1.7`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#117) [Compare Source](https://github.com/backstage/backstage/compare/72ee1d9fd98f51c2e1aca58fd69163ad96c41162...07e8526b304368b31280f5fc486f783b61c78e38) ##### Patch Changes - [`3d11596`](https://github.com/backstage/backstage/commit/3d11596a72b5): Update plugin installation docs to be more consistent across documentations - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.2 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 ### [`v1.1.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#116) [Compare Source](https://github.com/backstage/backstage/compare/990fa3f86f233f1e0b20923abe43a240736ccc32...72ee1d9fd98f51c2e1aca58fd69163ad96c41162) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 ### [`v1.1.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#115) [Compare Source](https://github.com/backstage/backstage/compare/f00e03c38f0de6487af990e0410f4219eb1a8e28...990fa3f86f233f1e0b20923abe43a240736ccc32) ##### Patch Changes - [`7e0c7b0`](https://github.com/backstage/backstage/commit/7e0c7b09a47): Fix a bug that caused the header to not render when generating a document for the first time - [`8e00acb`](https://github.com/backstage/backstage/commit/8e00acb28db): Small tweaks to remove warnings in the console during development (mainly focusing on techdocs) - [`e0c6e8b`](https://github.com/backstage/backstage/commit/e0c6e8b9c3c): Update peer dependencies - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).13.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.4 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 ### [`v1.1.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#114) [Compare Source](https://github.com/backstage/backstage/compare/5cc61c8577b5293c449a0c09bac3b0bcea1b4f48...f00e03c38f0de6487af990e0410f4219eb1a8e28) ##### Patch Changes - [`6545487`](https://github.com/backstage/backstage/commit/65454876fb2): Minor API report tweaks - [`928a12a`](https://github.com/backstage/backstage/commit/928a12a9b3e): Internal refactor of `/alpha` exports. - [`8adfda6`](https://github.com/backstage/backstage/commit/8adfda60ae1): Updated dependency `jss` to `~10.10.0`. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.5 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.3 ### [`v1.1.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#113) [Compare Source](https://github.com/backstage/backstage/compare/5235df9b8d6ecef8eefe6933935575b5975a8df4...5cc61c8577b5293c449a0c09bac3b0bcea1b4f48) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.4 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.3 ### [`v1.1.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#112) [Compare Source](https://github.com/backstage/backstage/compare/v1.1.1...5235df9b8d6ecef8eefe6933935575b5975a8df4) ##### Patch Changes - [`7115c73`](https://github.com/backstage/backstage/commit/7115c7389b): Updated dependency `jss` to `~10.9.0`. - [`b8269de`](https://github.com/backstage/backstage/commit/b8269de9f1): Explicitly declaring children as optional props to facilitate react 18 changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).1.5 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).12.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-user-settings)</summary> ### [`v0.8.8`](https://github.com/backstage/backstage/blob/HEAD/plugins/user-settings/CHANGELOG.md#088-next0) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9-next.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).13.0-next.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2-next.0 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7-next.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.7-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-signals-react](https://github.com/backstage/plugin-signals-react)[@&#8203;0](https://github.com/0).0.4 - [@&#8203;backstage/plugin-user-settings-common](https://github.com/backstage/plugin-user-settings-common)[@&#8203;0](https://github.com/0).0.1 ### [`v0.8.7`](https://github.com/backstage/backstage/blob/HEAD/plugins/user-settings/CHANGELOG.md#087) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`d44a20a`](https://github.com/backstage/backstage/commit/d44a20a): Added additional plugin metadata to `package.json`. - [`e6ec179`](https://github.com/backstage/backstage/commit/e6ec179): Use signals to update user settings across sessions - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.8 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/plugin-user-settings-common](https://github.com/backstage/plugin-user-settings-common)[@&#8203;0](https://github.com/0).0.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/plugin-signals-react](https://github.com/backstage/plugin-signals-react)[@&#8203;0](https://github.com/0).0.4 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.6 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.8.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/user-settings/CHANGELOG.md#086) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`131e5cb`](https://github.com/backstage/backstage/commit/131e5cb): Fix broken links in README. - Updated dependencies - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.5 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.5 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.5 ### [`v0.8.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/user-settings/CHANGELOG.md#085) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.3 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/test-utils)</summary> ### [`v1.5.7`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#157-next0) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...31a1b1643d68670d9d1dd2b50afa880d2d45e91e) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).13.0-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.23 ### [`v1.5.6`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#156) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.14 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.23 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.5.5`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#155) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.5 ### [`v1.5.4`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#154) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.22 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 ### [`v1.5.3`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#153) [Compare Source](https://github.com/backstage/backstage/compare/629612dd11636ff82cce943e727e608b8bd0d54a...48aa33cd4f4d2b588c8d15c519e3268789c5ebe7) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 ### [`v1.5.2`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#152) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.1...629612dd11636ff82cce943e727e608b8bd0d54a) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 ### [`v1.5.1`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#151) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.0...v1.5.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.13 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.21 ### [`v1.5.0`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#150) [Compare Source](https://github.com/backstage/backstage/compare/49f9a6508f0c8a2d36af2b533a988f4de58546f4...v1.5.0) ##### Minor Changes - [`bb40898`](https://github.com/backstage/backstage/commit/bb40898): Added `components` option to `TestAppOptions`, which will be forwarded as the `components` option to `createApp`. ##### Patch Changes - [`07e7d12`](https://github.com/backstage/backstage/commit/07e7d12): Fix wording in API reference - [`8fe56a8`](https://github.com/backstage/backstage/commit/8fe56a8): Widen `@types/react` dependency range to include version 18. - [`7da67ce`](https://github.com/backstage/backstage/commit/7da67ce): Change `defaultScopes` for Bitbucket auth from invalid `team` to `account`. - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.20 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 ### [`v1.4.7`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#147) [Compare Source](https://github.com/backstage/backstage/compare/81d6a2568434ae1a1e2784fbb6e9699f55968eac...49f9a6508f0c8a2d36af2b533a988f4de58546f4) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.19 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.12 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).11.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.4.6`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#146) [Compare Source](https://github.com/backstage/backstage/compare/d9a16db9d2be79dd19634a1d816a1cb0ae89cafe...81d6a2568434ae1a1e2784fbb6e9699f55968eac) ##### Patch Changes - [`e8f2ace`](https://github.com/backstage/backstage/commit/e8f2ace): Deprecated `mockBreakpoint`, as it is now available from `@backstage/core-components/testUtils` instead. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).11.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.11 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.18 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.4.5`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#145) [Compare Source](https://github.com/backstage/backstage/compare/f1dc76bd9ab62249aa04230881d1480c14763c64...d9a16db9d2be79dd19634a1d816a1cb0ae89cafe) ##### Patch Changes - [`6c2b872`](https://github.com/backstage/backstage/commit/6c2b872153): Add official support for React 18. - [`4aa43f6`](https://github.com/backstage/backstage/commit/4aa43f62aa): Updated dependency `cross-fetch` to `^4.0.0`. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.17 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).11.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.4 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.10 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.4.4`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#144) [Compare Source](https://github.com/backstage/backstage/compare/5bf8bc9c1466837f810ec000255f46100937fff5...f1dc76bd9ab62249aa04230881d1480c14763c64) ##### Patch Changes - [`322bbca`](https://github.com/backstage/backstage/commit/322bbcae24): Removed the alpha `MockPluginProvider` export since the plugin configuration API has been removed. - [`1a0616f`](https://github.com/backstage/backstage/commit/1a0616fa10): Add missing resource and template app icons - [`9a1fce3`](https://github.com/backstage/backstage/commit/9a1fce352e): Updated dependency `@testing-library/jest-dom` to `^6.0.0`. - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.16 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.9 ### [`v1.4.3`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#143) [Compare Source](https://github.com/backstage/backstage/compare/4dc21bf7f59c15965406061df431cb9a75f9d7bc...5bf8bc9c1466837f810ec000255f46100937fff5) ##### Patch Changes - [`7032c21`](https://github.com/backstage/backstage/commit/7032c214f3b4): Add pod exec terminal to Container Card - [`406b786`](https://github.com/backstage/backstage/commit/406b786a2a2c): Mark package as being free of side effects, allowing more optimized Webpack builds. - [`8cec766`](https://github.com/backstage/backstage/commit/8cec7664e146): Removed `@types/node` dependency - [`b5fbddc`](https://github.com/backstage/backstage/commit/b5fbddc15dca): Add a new `MockTranslationApi` as an `/alpha` export. - [`9ceb619`](https://github.com/backstage/backstage/commit/9ceb6195275a): Add support for React Testing Library 13+, and thus React 18. We're exposing an additional option to the `render*` methods to enable the [`legacyRoot`](https://testing-library.com/docs/react-testing-library/api/#legacyroot) flow. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.8 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.15 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.4.2`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#142) [Compare Source](https://github.com/backstage/backstage/compare/25d89dd8709d7249a599c8e549962db042dabc4f...4dc21bf7f59c15965406061df431cb9a75f9d7bc) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.14 ### [`v1.4.1`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#141) [Compare Source](https://github.com/backstage/backstage/compare/v1.4.0...25d89dd8709d7249a599c8e549962db042dabc4f) ##### Patch Changes - [`8174cf4`](https://github.com/backstage/backstage/commit/8174cf4c0edf): Fixing MUI / Material UI references - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.7 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.14 ### [`v1.4.0`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#140) [Compare Source](https://github.com/backstage/backstage/compare/v1.3.1...v1.4.0) ##### Minor Changes - [`1fd38bc`](https://github.com/backstage/backstage/commit/1fd38bc4141a): Test App Wrapper is now using `UnifiedThemeProvider` for supporting Material UI v5 next to Material UI v4 in tests. ##### Patch Changes - [`55853a3`](https://github.com/backstage/backstage/commit/55853a367174): Add a `fetchApiRef` implementation by default - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.13 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.6 ### [`v1.3.1`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#131) [Compare Source](https://github.com/backstage/backstage/compare/v1.3.0...v1.3.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.5 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.12 ### [`v1.3.0`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#130) [Compare Source](https://github.com/backstage/backstage/compare/f00e03c38f0de6487af990e0410f4219eb1a8e28...v1.3.0) ##### Minor Changes - [`7908d72`](https://github.com/backstage/backstage/commit/7908d72e033): Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window. ##### Patch Changes - [`e0c6e8b`](https://github.com/backstage/backstage/commit/e0c6e8b9c3c): Update peer dependencies - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.5 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.19 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.1 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.12 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 ### [`v1.2.6`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#126) [Compare Source](https://github.com/backstage/backstage/compare/5cc61c8577b5293c449a0c09bac3b0bcea1b4f48...f00e03c38f0de6487af990e0410f4219eb1a8e28) ##### Patch Changes - [`928a12a`](https://github.com/backstage/backstage/commit/928a12a9b3e): Internal refactor of `/alpha` exports. - [`52b0022`](https://github.com/backstage/backstage/commit/52b0022dab7): Updated dependency `msw` to `^1.0.0`. - [`482dae5`](https://github.com/backstage/backstage/commit/482dae5de1c): Updated link to docs. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.4 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.7 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.18 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.11 ### [`v1.2.5`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#125) [Compare Source](https://github.com/backstage/backstage/compare/5235df9b8d6ecef8eefe6933935575b5975a8df4...5cc61c8577b5293c449a0c09bac3b0bcea1b4f48) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.17 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.3 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.10 ### [`v1.2.4`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#124) [Compare Source](https://github.com/backstage/backstage/compare/edfc373b9bf3538c4068be898cfdcfcc9758ec8b...5235df9b8d6ecef8eefe6933935575b5975a8df4) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).4.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.9 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).0.6 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).2.16 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).7.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/theme)</summary> ### [`v0.5.6`](https://github.com/backstage/backstage/blob/HEAD/packages/theme/CHANGELOG.md#056) [Compare Source](https://github.com/backstage/backstage/compare/ca261a7cbad80a8e48a1b3982e99e22e90ba9111...5bf78d71e7d40ea7ad8c9417cd00df4e251187b9) ##### Patch Changes - [`702fa7d`](https://github.com/backstage/backstage/commit/702fa7d): Internal refactor to fix an issue where the MUI 5 `v5-` class prefixing gets removed by tree shaking. ### [`v0.5.5`](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...ca261a7cbad80a8e48a1b3982e99e22e90ba9111) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...ca261a7cbad80a8e48a1b3982e99e22e90ba9111) ### [`v0.5.4`](https://github.com/backstage/backstage/blob/HEAD/packages/theme/CHANGELOG.md#054) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...ed6b896ab2ea83a273e14da49f365cea4a4f87e6) ##### Patch Changes - [`f1462df`](https://github.com/backstage/backstage/commit/f1462df): Fixed bug where scrollbars don't pick up the theme when in dark mode ### [`v0.5.3`](https://github.com/backstage/backstage/blob/HEAD/packages/theme/CHANGELOG.md#053) [Compare Source](https://github.com/backstage/backstage/compare/7825762f90f59c0903758aeaebd0bbf6f33dc087...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM3NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-05-23 22:49:26 +02:00
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-05-23 22:49:26 +02:00
kjuulh force-pushed renovate/backstage-monorepo from 5e31b5c594 to 7cb1aacc50 2024-07-06 15:00:42 +02:00 Compare
kjuulh force-pushed renovate/backstage-monorepo from 7cb1aacc50 to 06a2547532 2024-07-06 15:11:13 +02:00 Compare
kjuulh merged commit 06a2547532 into main 2024-07-06 15:11:19 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/backstage#21
No description provided.