Files
backstage/packages/app-defaults/CHANGELOG.md
T
github-actions[bot] 68db890456 Version Packages (next)
2026-05-26 15:26:38 +00:00

56 KiB

@backstage/app-defaults

1.7.9-next.0

Patch Changes

1.7.8

Patch Changes

1.7.8-next.0

Patch Changes

1.7.7

Patch Changes

1.7.7-next.2

Patch Changes

1.7.7-next.1

Patch Changes

1.7.7-next.0

Patch Changes

1.7.6

Patch Changes

1.7.6-next.0

Patch Changes

1.7.5

Patch Changes

1.7.5-next.2

Patch Changes

1.7.5-next.1

Patch Changes

1.7.5-next.0

Patch Changes

1.7.4

Patch Changes

1.7.4-next.0

Patch Changes

1.7.3

Patch Changes

1.7.3-next.0

Patch Changes

1.7.2

Patch Changes

1.7.2-next.0

Patch Changes

1.7.1

Patch Changes

1.7.1-next.2

Patch Changes

1.7.1-next.1

Patch Changes

1.7.1-next.0

Patch Changes

1.7.0

Minor Changes

  • 9956704: Add and configure the OpenShift authentication provider to the default APIs.

Patch Changes

1.6.6-next.0

Patch Changes

1.6.5

Patch Changes

1.6.5-next.0

Patch Changes

1.6.4

Patch Changes

1.6.4-next.2

Patch Changes

1.6.4-next.1

Patch Changes

1.6.4-next.0

Patch Changes

1.6.3

Patch Changes

1.6.3-next.0

Patch Changes

1.6.2

Patch Changes

1.6.2-next.2

Patch Changes

1.6.2-next.1

Patch Changes

1.6.2-next.0

Patch Changes

1.6.1

Patch Changes

1.6.1-next.1

Patch Changes

1.6.1-next.0

Patch Changes

1.6.0

Minor Changes

  • 12f8e01: BREAKING: The default DiscoveryApi implementation has been switched to use FrontendHostDiscovery, which adds support for the discovery.endpoints configuration.

    This is marked as a breaking change because it will cause any existing discovery.endpoints configuration to be picked up and used, which may break existing setups.

    For example, consider the following configuration:

    app:
      baseUrl: https://backstage.acme.org
    
    backend:
      baseUrl: https://backstage.internal.acme.org
    
    discovery:
      endpoints:
        - target: https://catalog.internal.acme.org/api/{{pluginId}}
          plugins: [catalog]
    

    This will now cause requests from the frontend towards the catalog plugin to be routed to https://catalog.internal.acme.org/api/catalog, but this might not be reachable from the frontend. To fix this, you should update the discovery.endpoints configuration to only override the internal URL of the plugin:

    discovery:
      endpoints:
        - target:
            internal: https://catalog.internal.acme.org/api/{{pluginId}}
          plugins: [catalog]
    

Patch Changes

1.6.0-next.1

Minor Changes

  • 12f8e01: BREAKING: The default DiscoveryApi implementation has been switched to use FrontendHostDiscovery, which adds support for the discovery.endpoints configuration.

    This is marked as a breaking change because it will cause any existing discovery.endpoints configuration to be picked up and used, which may break existing setups.

    For example, consider the following configuration:

    app:
      baseUrl: https://backstage.acme.org
    
    backend:
      baseUrl: https://backstage.internal.acme.org
    
    discovery:
      endpoints:
        - target: https://catalog.internal.acme.org/api/{{pluginId}}
          plugins: [catalog]
    

    This will now cause requests from the frontend towards the catalog plugin to be routed to https://catalog.internal.acme.org/api/catalog, but this might not be reachable from the frontend. To fix this, you should update the discovery.endpoints configuration to only override the internal URL of the plugin:

    discovery:
      endpoints:
        - target:
            internal: https://catalog.internal.acme.org/api/{{pluginId}}
          plugins: [catalog]
    

Patch Changes

1.5.18-next.0

Patch Changes

1.5.17

Patch Changes

1.5.17-next.1

Patch Changes

1.5.17-next.0

Patch Changes

  • 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
  • Updated dependencies

1.5.16

Patch Changes

1.5.16-next.0

Patch Changes

1.5.15

Patch Changes

1.5.15-next.2

Patch Changes

1.5.15-next.1

Patch Changes

1.5.15-next.0

Patch Changes

1.5.13

Patch Changes

1.5.13-next.2

Patch Changes

1.5.13-next.1

Patch Changes

1.5.13-next.0

Patch Changes

1.5.12

Patch Changes

1.5.12-next.2

Patch Changes

1.5.12-next.1

Patch Changes

1.5.12-next.0

Patch Changes

1.5.11

Patch Changes

1.5.11-next.1

Patch Changes

1.5.11-next.0

Patch Changes

1.5.10

Patch Changes

1.5.10-next.2

Patch Changes

1.5.10-next.1

Patch Changes

1.5.9-next.0

Patch Changes

1.5.8

Patch Changes

1.5.8-next.2

Patch Changes

1.5.8-next.1

Patch Changes

1.5.7-next.0

Patch Changes

1.5.6

Patch Changes

1.5.6-next.2

Patch Changes

1.5.6-next.1

Patch Changes

1.5.6-next.0

Patch Changes

1.5.5

Patch Changes

1.5.5-next.1

Patch Changes

1.5.5-next.0

Patch Changes

1.5.4

Patch Changes

1.5.4-next.1

Patch Changes

1.5.4-next.0

Patch Changes

1.5.3

Patch Changes

1.5.2

Patch Changes

1.5.1

Patch Changes

1.5.1-next.2

Patch Changes

1.5.1-next.1

Patch Changes

1.5.1-next.0

Patch Changes

1.5.0

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

  • f899eec: Change default icon for kind:resource to the storage icon.
  • 9aac2b0: Use --cwd as the first yarn argument
  • 7da67ce: Change defaultScopes for Bitbucket auth from invalid team to account.
  • 214f2da: Fix invalid HTTP status code 501 in Error Page
  • Updated dependencies

1.5.0-next.3

Patch Changes

1.5.0-next.2

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

1.4.8-next.1

Patch Changes

1.4.8-next.0

Patch Changes

1.4.7

Patch Changes

1.4.7-next.1

Patch Changes

1.4.7-next.0

Patch Changes

1.4.6

Patch Changes

1.4.6-next.3

Patch Changes

1.4.6-next.2

Patch Changes

1.4.6-next.1

Patch Changes

1.4.6-next.0

Patch Changes

1.4.5

Patch Changes

1.4.5-next.2

Patch Changes

1.4.5-next.1

Patch Changes

1.4.5-next.0

Patch Changes

1.4.4

Patch Changes

1.4.4-next.2

Patch Changes

1.4.4-next.1

Patch Changes

1.4.4-next.0

Patch Changes

1.4.3

Patch Changes

1.4.3-next.3

Patch Changes

1.4.3-next.2

Patch Changes

1.4.3-next.1

Patch Changes

1.4.3-next.0

Patch Changes

1.4.2

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.9.1
    • @backstage/core-components@0.13.4
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-permission-react@0.4.14

1.4.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.9.1-next.0
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/theme@0.4.1
    • @backstage/plugin-permission-react@0.4.14

1.4.1

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.4.1
    • @backstage/core-components@0.13.3
    • @backstage/core-app-api@1.9.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/plugin-permission-react@0.4.14

1.4.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.4.1-next.1
    • @backstage/core-plugin-api@1.5.3-next.1
    • @backstage/core-components@0.13.3-next.2
    • @backstage/core-app-api@1.8.2-next.1
    • @backstage/plugin-permission-react@0.4.14-next.2

1.4.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.4.1-next.0
    • @backstage/core-components@0.13.3-next.1
    • @backstage/core-plugin-api@1.5.3-next.0
    • @backstage/core-app-api@1.8.2-next.0
    • @backstage/plugin-permission-react@0.4.14-next.1

1.4.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.3-next.0
    • @backstage/core-app-api@1.8.1
    • @backstage/core-plugin-api@1.5.2
    • @backstage/theme@0.4.0
    • @backstage/plugin-permission-react@0.4.14-next.0

1.4.0

Minor Changes

  • 1fd38bc414: 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

  • Updated dependencies
    • @backstage/core-app-api@1.8.1
    • @backstage/core-plugin-api@1.5.2
    • @backstage/core-components@0.13.2
    • @backstage/theme@0.4.0
    • @backstage/plugin-permission-react@0.4.13

1.4.0-next.3

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.2-next.3
    • @backstage/core-app-api@1.8.1-next.0
    • @backstage/core-plugin-api@1.5.2-next.0
    • @backstage/theme@0.4.0-next.1
    • @backstage/plugin-permission-react@0.4.13-next.0

1.4.0-next.2

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.4.0-next.1
    • @backstage/core-components@0.13.2-next.2
    • @backstage/core-app-api@1.8.1-next.0
    • @backstage/core-plugin-api@1.5.2-next.0
    • @backstage/plugin-permission-react@0.4.13-next.0

1.4.0-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.2-next.1
    • @backstage/core-app-api@1.8.1-next.0
    • @backstage/core-plugin-api@1.5.2-next.0
    • @backstage/theme@0.4.0-next.0
    • @backstage/plugin-permission-react@0.4.13-next.0

1.4.0-next.0

Minor Changes

  • 1fd38bc414: 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

  • Updated dependencies
    • @backstage/theme@0.4.0-next.0
    • @backstage/core-app-api@1.8.0
    • @backstage/core-components@0.13.2-next.0
    • @backstage/core-plugin-api@1.5.1
    • @backstage/plugin-permission-react@0.4.12

1.3.1

Patch Changes

  • 575d9178ef: Added a System Icon for resource entities. This can be obtained using:

    useApp().getSystemIcon('kind:resource');
    
  • Updated dependencies

    • @backstage/theme@0.3.0
    • @backstage/core-app-api@1.8.0
    • @backstage/core-components@0.13.1
    • @backstage/core-plugin-api@1.5.1
    • @backstage/plugin-permission-react@0.4.12

1.3.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.3.0-next.0
    • @backstage/core-components@0.13.1-next.1
    • @backstage/core-app-api@1.8.0-next.1
    • @backstage/core-plugin-api@1.5.1
    • @backstage/plugin-permission-react@0.4.12

1.3.1-next.1

Patch Changes

  • 575d9178ef: Added a System Icon for resource entities. This can be obtained using:

    useApp().getSystemIcon('kind:resource');
    
  • Updated dependencies

    • @backstage/core-app-api@1.8.0-next.1
    • @backstage/core-components@0.13.1-next.0
    • @backstage/core-plugin-api@1.5.1
    • @backstage/plugin-permission-react@0.4.12

1.3.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.7.1-next.0
    • @backstage/core-components@0.13.0
    • @backstage/core-plugin-api@1.5.1
    • @backstage/theme@0.2.19
    • @backstage/plugin-permission-react@0.4.12

1.3.0

Minor Changes

  • 7908d72e03: 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
    • @backstage/core-components@0.13.0
    • @backstage/core-app-api@1.7.0
    • @backstage/theme@0.2.19
    • @backstage/core-plugin-api@1.5.1
    • @backstage/plugin-permission-react@0.4.12

1.3.0-next.3

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.7.0-next.3
    • @backstage/core-components@0.13.0-next.3
    • @backstage/core-plugin-api@1.5.1-next.1
    • @backstage/theme@0.2.19-next.0
    • @backstage/plugin-permission-react@0.4.12-next.1

1.3.0-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.2
    • @backstage/core-plugin-api@1.5.1-next.1
    • @backstage/core-app-api@1.7.0-next.2
    • @backstage/theme@0.2.19-next.0
    • @backstage/plugin-permission-react@0.4.12-next.1

1.3.0-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.1
    • @backstage/core-app-api@1.7.0-next.1
    • @backstage/core-plugin-api@1.5.1-next.0
    • @backstage/plugin-permission-react@0.4.12-next.0
    • @backstage/theme@0.2.19-next.0

1.3.0-next.0

Minor Changes

  • 7908d72e03: 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
    • @backstage/core-components@0.12.6-next.0
    • @backstage/core-app-api@1.7.0-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/plugin-permission-react@0.4.11
    • @backstage/theme@0.2.18

1.2.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.5
    • @backstage/core-plugin-api@1.5.0
    • @backstage/core-app-api@1.6.0
    • @backstage/theme@0.2.18
    • @backstage/plugin-permission-react@0.4.11

1.2.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.5-next.2
    • @backstage/core-app-api@1.6.0-next.2
    • @backstage/core-plugin-api@1.5.0-next.2
    • @backstage/plugin-permission-react@0.4.11-next.2

1.2.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.5-next.1
    • @backstage/core-app-api@1.5.1-next.1
    • @backstage/core-plugin-api@1.4.1-next.1
    • @backstage/theme@0.2.18-next.0
    • @backstage/plugin-permission-react@0.4.11-next.1

1.2.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.4.1-next.0
    • @backstage/core-app-api@1.5.1-next.0
    • @backstage/core-components@0.12.5-next.0
    • @backstage/theme@0.2.17
    • @backstage/plugin-permission-react@0.4.11-next.0

1.2.0

Minor Changes

  • db10b6ef65: Added a Bitbucket Server Auth Provider and added its API to the app defaults

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4
    • @backstage/theme@0.2.17
    • @backstage/core-app-api@1.5.0
    • @backstage/core-plugin-api@1.4.0
    • @backstage/plugin-permission-react@0.4.10

1.1.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.4-next.1
    • @backstage/core-app-api@1.4.1-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-permission-react@0.4.9

1.1.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.4.1-next.0
    • @backstage/core-components@0.12.4-next.0
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-permission-react@0.4.9

1.1.0

Minor Changes

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.3
    • @backstage/core-plugin-api@1.3.0
    • @backstage/core-app-api@1.4.0
    • @backstage/plugin-permission-react@0.4.9
    • @backstage/theme@0.2.16

1.1.0-next.2

Minor Changes

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.3.0-next.1
    • @backstage/core-app-api@1.4.0-next.1
    • @backstage/plugin-permission-react@0.4.9-next.1
    • @backstage/core-components@0.12.3-next.2
    • @backstage/theme@0.2.16

1.0.11-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.3.1-next.0
    • @backstage/core-components@0.12.3-next.1
    • @backstage/core-plugin-api@1.2.1-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-permission-react@0.4.9-next.0

1.0.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.3-next.0
    • @backstage/core-app-api@1.3.0
    • @backstage/core-plugin-api@1.2.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-permission-react@0.4.8

1.0.10

Patch Changes

1.0.9

Patch Changes

  • 2e701b3796: Internal refactor to use react-router-dom rather than react-router.
  • Updated dependencies
    • @backstage/core-plugin-api@1.2.0
    • @backstage/core-components@0.12.1
    • @backstage/core-app-api@1.3.0
    • @backstage/plugin-permission-react@0.4.8
    • @backstage/theme@0.2.16

1.0.9-next.4

Patch Changes

  • 2e701b3796: Internal refactor to use react-router-dom rather than react-router.
  • Updated dependencies
    • @backstage/core-app-api@1.3.0-next.4
    • @backstage/core-components@0.12.1-next.4
    • @backstage/plugin-permission-react@0.4.8-next.3
    • @backstage/core-plugin-api@1.2.0-next.2
    • @backstage/theme@0.2.16

1.0.9-next.3

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.2.1-next.3
    • @backstage/core-components@0.12.1-next.3
    • @backstage/core-plugin-api@1.2.0-next.2
    • @backstage/theme@0.2.16
    • @backstage/plugin-permission-react@0.4.8-next.2

1.0.9-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.2.0-next.2
    • @backstage/core-app-api@1.2.1-next.2
    • @backstage/core-components@0.12.1-next.2
    • @backstage/plugin-permission-react@0.4.8-next.2
    • @backstage/theme@0.2.16

1.0.9-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.2.1-next.1
    • @backstage/core-components@0.12.1-next.1
    • @backstage/core-plugin-api@1.1.1-next.1
    • @backstage/plugin-permission-react@0.4.8-next.1
    • @backstage/theme@0.2.16

1.0.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.1-next.0
    • @backstage/core-app-api@1.2.1-next.0
    • @backstage/core-plugin-api@1.1.1-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-permission-react@0.4.8-next.0

1.0.8

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.0
    • @backstage/core-app-api@1.2.0
    • @backstage/core-plugin-api@1.1.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-permission-react@0.4.7

1.0.8-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.0-next.1
    • @backstage/core-app-api@1.2.0-next.0
    • @backstage/core-plugin-api@1.1.0-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-permission-react@0.4.7-next.0

1.0.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.0-next.0
    • @backstage/core-app-api@1.2.0-next.0
    • @backstage/core-plugin-api@1.1.0-next.0
    • @backstage/plugin-permission-react@0.4.7-next.0
    • @backstage/theme@0.2.16

1.0.7

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.11.2
    • @backstage/core-app-api@1.1.1
    • @backstage/core-plugin-api@1.0.7
    • @backstage/theme@0.2.16
    • @backstage/plugin-permission-react@0.4.6

1.0.7-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-react@0.4.6-next.2
    • @backstage/core-app-api@1.1.1-next.2
    • @backstage/core-components@0.11.2-next.2
    • @backstage/core-plugin-api@1.0.7-next.2
    • @backstage/theme@0.2.16

1.0.7-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.1.1-next.1
    • @backstage/core-components@0.11.2-next.1
    • @backstage/core-plugin-api@1.0.7-next.1
    • @backstage/theme@0.2.16
    • @backstage/plugin-permission-react@0.4.6-next.1

1.0.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.11.2-next.0
    • @backstage/core-app-api@1.1.1-next.0
    • @backstage/core-plugin-api@1.0.7-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-permission-react@0.4.6-next.0

1.0.6

Patch Changes

  • 817f3196f6: Updated React Router dependencies to be peer dependencies.
  • 7d47def9c4: Removed dependency on @types/jest.
  • d9e39544be: Add missing peer dependencies
  • Updated dependencies

1.0.6-next.2

Patch Changes

  • 7d47def9c4: Removed dependency on @types/jest.
  • d9e39544be: Add missing peer dependencies
  • Updated dependencies
    • @backstage/core-app-api@1.1.0-next.3
    • @backstage/core-components@0.11.1-next.3
    • @backstage/core-plugin-api@1.0.6-next.3
    • @backstage/plugin-permission-react@0.4.5-next.2

1.0.6-next.1

Patch Changes

  • 817f3196f6: Updated React Router dependencies to be peer dependencies.
  • Updated dependencies
    • @backstage/core-app-api@1.1.0-next.1
    • @backstage/core-components@0.11.1-next.1
    • @backstage/core-plugin-api@1.0.6-next.1
    • @backstage/plugin-permission-react@0.4.5-next.1

1.0.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.0.6-next.0
    • @backstage/core-plugin-api@1.0.6-next.0
    • @backstage/core-components@0.11.1-next.0
    • @backstage/plugin-permission-react@0.4.5-next.0

1.0.5

Patch Changes

  • Updated dependencies

1.0.5-next.1

Patch Changes

1.0.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/core-app-api@1.0.5-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-permission-react@0.4.4-next.0

1.0.4

Patch Changes

  • 881fc75a75: Internal tweak removing usage of explicit type parameters for the BackstagePlugin type.
  • Updated dependencies
    • @backstage/core-components@0.10.0
    • @backstage/core-app-api@1.0.4
    • @backstage/core-plugin-api@1.0.4
    • @backstage/theme@0.2.16
    • @backstage/plugin-permission-react@0.4.3

1.0.4-next.3

Patch Changes

  • 881fc75a75: Internal tweak removing usage of explicit type parameters for the BackstagePlugin type.
  • Updated dependencies
    • @backstage/core-app-api@1.0.4-next.1
    • @backstage/core-plugin-api@1.0.4-next.0
    • @backstage/core-components@0.10.0-next.3
    • @backstage/plugin-permission-react@0.4.3-next.1

1.0.4-next.2

Patch Changes

1.0.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.1
    • @backstage/theme@0.2.16-next.0
    • @backstage/plugin-permission-react@0.4.3-next.0

1.0.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.6-next.0
    • @backstage/core-app-api@1.0.4-next.0

1.0.3

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.5
    • @backstage/core-app-api@1.0.3
    • @backstage/core-plugin-api@1.0.3
    • @backstage/plugin-permission-react@0.4.2

1.0.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.5-next.1
    • @backstage/core-app-api@1.0.3-next.0
    • @backstage/core-plugin-api@1.0.3-next.0
    • @backstage/plugin-permission-react@0.4.2-next.0

1.0.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.5-next.0

1.0.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.4
    • @backstage/core-plugin-api@1.0.2
    • @backstage/core-app-api@1.0.2
    • @backstage/plugin-permission-react@0.4.1

1.0.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.4-next.0
    • @backstage/core-plugin-api@1.0.2-next.0
    • @backstage/core-app-api@1.0.2-next.0
    • @backstage/plugin-permission-react@0.4.1-next.0

1.0.1

Patch Changes

  • 230ad0826f: Bump to using @types/node v16
  • Updated dependencies
    • @backstage/plugin-permission-react@0.4.0
    • @backstage/core-app-api@1.0.1
    • @backstage/core-components@0.9.3
    • @backstage/core-plugin-api@1.0.1

1.0.1-next.2

Patch Changes

  • 230ad0826f: Bump to using @types/node v16
  • Updated dependencies
    • @backstage/core-app-api@1.0.1-next.1
    • @backstage/core-components@0.9.3-next.2
    • @backstage/core-plugin-api@1.0.1-next.0
    • @backstage/plugin-permission-react@0.4.0-next.1

1.0.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-react@0.4.0-next.0

1.0.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.0.1-next.0
    • @backstage/core-components@0.9.3-next.0

1.0.0

Major Changes

  • b58c70c223: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.

Patch Changes

  • a422d7ce5e: chore(deps): bump @testing-library/react from 11.2.6 to 12.1.3
  • Updated dependencies
    • @backstage/core-app-api@1.0.0
    • @backstage/core-components@0.9.2
    • @backstage/core-plugin-api@1.0.0
    • @backstage/plugin-permission-react@0.3.4

0.2.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.1

0.2.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.1-next.0

0.2.0

Minor Changes

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.0
    • @backstage/core-app-api@0.6.0
    • @backstage/core-plugin-api@0.8.0
    • @backstage/plugin-permission-react@0.3.3

0.1.9

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.8.10
    • @backstage/core-plugin-api@0.7.0
    • @backstage/core-app-api@0.5.4
    • @backstage/plugin-permission-react@0.3.2

0.1.8

Patch Changes

  • c77c5c7eb6: Added backstage.role to package.json
  • Updated dependencies
    • @backstage/core-app-api@0.5.3
    • @backstage/core-components@0.8.9
    • @backstage/core-plugin-api@0.6.1
    • @backstage/plugin-permission-react@0.3.1
    • @backstage/theme@0.2.15

0.1.7

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.8.8

0.1.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.8.8-next.0

0.1.6

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.8.7
    • @backstage/core-app-api@0.5.2

0.1.6-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.8.7-next.1
    • @backstage/core-app-api@0.5.2-next.0

0.1.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.8.7-next.0

0.1.5

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-react@0.3.0
    • @backstage/core-components@0.8.5
    • @backstage/core-plugin-api@0.6.0
    • @backstage/core-app-api@0.5.0

0.1.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-react@0.3.0-next.0
    • @backstage/core-components@0.8.5-next.0
    • @backstage/core-plugin-api@0.6.0-next.0
    • @backstage/core-app-api@0.5.0-next.0

0.1.4

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.8.4
    • @backstage/core-plugin-api@0.5.0
    • @backstage/core-app-api@0.4.0
    • @backstage/plugin-permission-react@0.2.2

0.1.3

Patch Changes

  • 7927005152: Add FetchApi and related fetchApiRef which implement fetch, with an added Backstage token header when available.
  • 1e49c23eb7: Added an instance of PermissionApi to the apis included by default in createApp.
  • 68f8b10ccd: - Removed deprecation configuration option theme from AppTheme of the AppThemeApi
    • Removed reference to theme in the app-defaults default AppTheme
    • Removed logic in AppThemeProvider that creates ThemeProvider from appTheme.theme
  • Updated dependencies
    • @backstage/core-app-api@0.3.0
    • @backstage/core-plugin-api@0.4.0
    • @backstage/plugin-permission-react@0.2.0
    • @backstage/core-components@0.8.2

0.1.2

Patch Changes

  • cd450844f6: Moved React dependencies to peerDependencies and allow both React v16 and v17 to be used.
  • Updated dependencies
    • @backstage/core-components@0.8.0
    • @backstage/core-plugin-api@0.3.0
    • @backstage/core-app-api@0.2.0

0.1.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0
    • @backstage/core-app-api@0.1.21