包详细信息

@backstage/plugin-home

backstage109.7kApache-2.00.8.9

A Backstage plugin that helps you build a home page

backstage, homepage

自述文件

headline

Backstage

English | 한국어 | 中文版 | Français

License CNCF Status Discord Code style Codecov OpenSSF Best Practices OpenSSF Scorecard

What is Backstage?

Backstage is an open source framework for building developer portals. Powered by a centralized software catalog, Backstage restores order to your microservices and infrastructure and enables your product teams to ship high-quality code quickly without compromising autonomy.

Backstage unifies all your infrastructure tooling, services, and documentation to create a streamlined development environment from end to end.

software-catalog

Out of the box, Backstage includes:

  • Backstage Software Catalog for managing all your software such as microservices, libraries, data pipelines, websites, and ML models
  • Backstage Software Templates for quickly spinning up new projects and standardizing your tooling with your organization’s best practices
  • Backstage TechDocs for making it easy to create, maintain, find, and use technical documentation, using a "docs like code" approach
  • Plus, a growing ecosystem of open source plugins that further expand Backstage’s customizability and functionality

Backstage was created by Spotify but is now hosted by the Cloud Native Computing Foundation (CNCF) as an Incubation level project. For more information, see the announcement.

Project roadmap

For information about the detailed project roadmap including delivered milestones, see the Roadmap.

Getting Started

To start using Backstage, see the Getting Started documentation.

Documentation

The documentation of Backstage includes:

Community

To engage with our community, you can use the following resources:

Governance

See the GOVERNANCE.md document in the backstage/community repository.

License

Copyright 2020-2025 © The Backstage Authors. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page: https://www.linuxfoundation.org/trademark-usage

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Security

Please report sensitive security issues using Spotify's bug-bounty program rather than GitHub.

For further details, see our complete security release process.

更新日志

@backstage/plugin-home

0.8.9

Patch Changes

  • 18c64e9: Added the info.packageJson option to the plugin instance for the new frontend system.
  • 0ebad54: Fixed the WelcomeTitle to properly default to the previous value of inherit
  • cef60db: Home plugin support i18n
  • Updated dependencies
    • @backstage/core-components@0.17.3
    • @backstage/catalog-client@1.10.1
    • @backstage/core-plugin-api@1.10.8
    • @backstage/plugin-home-react@0.1.27
    • @backstage/frontend-plugin-api@0.10.3
    • @backstage/plugin-catalog-react@1.19.0
    • @backstage/catalog-model@1.7.4
    • @backstage/config@1.3.2
    • @backstage/core-app-api@1.17.1
    • @backstage/core-compat-api@0.4.3
    • @backstage/theme@0.6.6

0.8.9-next.2

Patch Changes

  • 0ebad54: Fixed the WelcomeTitle to properly default to the previous value of inherit
  • Updated dependencies
    • @backstage/core-components@0.17.3-next.0
    • @backstage/plugin-catalog-react@1.19.0-next.2
    • @backstage/frontend-plugin-api@0.10.3-next.1
    • @backstage/plugin-home-react@0.1.27-next.0
    • @backstage/catalog-client@1.10.1-next.0
    • @backstage/catalog-model@1.7.4
    • @backstage/config@1.3.2
    • @backstage/core-app-api@1.17.0
    • @backstage/core-compat-api@0.4.3-next.2
    • @backstage/core-plugin-api@1.10.7
    • @backstage/theme@0.6.6

0.8.9-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.10.1-next.0
    • @backstage/plugin-catalog-react@1.18.1-next.1
    • @backstage/catalog-model@1.7.4
    • @backstage/config@1.3.2
    • @backstage/core-app-api@1.17.0
    • @backstage/core-compat-api@0.4.3-next.1
    • @backstage/core-components@0.17.2
    • @backstage/core-plugin-api@1.10.7
    • @backstage/frontend-plugin-api@0.10.3-next.0
    • @backstage/theme@0.6.6
    • @backstage/plugin-home-react@0.1.26

0.8.9-next.0

Patch Changes

  • 18c64e9: Added the info.packageJson option to the plugin instance for the new frontend system.
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.10.3-next.0
    • @backstage/core-compat-api@0.4.3-next.0
    • @backstage/plugin-catalog-react@1.18.1-next.0

0.8.8

Patch Changes

  • f7ca0fe: Added the Catalog presentation API to the HomePageRecentlyVisited and HomePageTopVisited components
  • fb58f20: Internal update to use the new pluginId option of createFrontendPlugin.
  • eddd96c: Added optional title prop to customHomePageGrid
  • 16eb4bf: Export ContentModal from @backstage/plugin-home-react so people can use this in other scenarios. Renamed CatalogReactComponentsNameToClassKey to PluginHomeComponentsNameToClassKey in overridableComponents.ts

    Made QuickStartCard docsLinkTitle prop more flexible to allow for any React.JSX.Element instead of just a string. Added QuickStartCard prop additionalContent which can eventually replace the prop video.

  • 2c1761f: Added a variant prop to the WelcomeTitle component making it work with the Customizable Home page feature. Adding it like this <WelcomeTitle variant='h1' /> to the list of items under CustomHomepageGrid will allow it to render with a size that works well.

  • 195323f: Export root page route from the home plugin to enable adding links/nav to it from outside the plugin
  • 72d019d: Removed various typos
  • d710d74: docs: Update default for preventCollision prop
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.10.2
    • @backstage/theme@0.6.6
    • @backstage/core-app-api@1.17.0
    • @backstage/core-components@0.17.2
    • @backstage/catalog-model@1.7.4
    • @backstage/core-compat-api@0.4.2
    • @backstage/plugin-home-react@0.1.26
    • @backstage/plugin-catalog-react@1.18.0
    • @backstage/core-plugin-api@1.10.7
    • @backstage/catalog-client@1.10.0
    • @backstage/config@1.3.2

0.8.8-next.3

Patch Changes

  • f7ca0fe: Added the Catalog presentation API to the HomePageRecentlyVisited and HomePageTopVisited components
  • eddd96c: Added optional title prop to customHomePageGrid
  • 16eb4bf: Export ContentModal from @backstage/plugin-home-react so people can use this in other scenarios. Renamed CatalogReactComponentsNameToClassKey to PluginHomeComponentsNameToClassKey in overridableComponents.ts

    Made QuickStartCard docsLinkTitle prop more flexible to allow for any React.JSX.Element instead of just a string. Added QuickStartCard prop additionalContent which can eventually replace the prop video.

  • 195323f: Export root page route from the home plugin to enable adding links/nav to it from outside the plugin

  • d710d74: docs: Update default for preventCollision prop
  • Updated dependencies
    • @backstage/core-app-api@1.17.0-next.1
    • @backstage/plugin-home-react@0.1.26-next.2
    • @backstage/core-compat-api@0.4.2-next.3
    • @backstage/core-components@0.17.2-next.1
    • @backstage/core-plugin-api@1.10.7-next.0
    • @backstage/plugin-catalog-react@1.18.0-next.3
    • @backstage/catalog-client@1.10.0-next.0
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2
    • @backstage/frontend-plugin-api@0.10.2-next.1
    • @backstage/theme@0.6.6-next.0

0.8.8-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.16.2-next.0
    • @backstage/core-plugin-api@1.10.7-next.0
    • @backstage/config@1.3.2
    • @backstage/core-compat-api@0.4.2-next.2
    • @backstage/core-components@0.17.2-next.1
    • @backstage/frontend-plugin-api@0.10.2-next.1
    • @backstage/plugin-catalog-react@1.18.0-next.2
    • @backstage/plugin-home-react@0.1.26-next.1
    • @backstage/catalog-client@1.10.0-next.0
    • @backstage/catalog-model@1.7.3
    • @backstage/theme@0.6.6-next.0

0.8.8-next.1

Patch Changes

  • fb58f20: Internal update to use the new pluginId option of createFrontendPlugin.
  • 72d019d: Removed various typos
  • Updated dependencies
    • @backstage/theme@0.6.6-next.0
    • @backstage/core-components@0.17.2-next.0
    • @backstage/frontend-plugin-api@0.10.2-next.0
    • @backstage/core-compat-api@0.4.2-next.1
    • @backstage/plugin-catalog-react@1.18.0-next.1
    • @backstage/plugin-home-react@0.1.26-next.0
    • @backstage/catalog-client@1.10.0-next.0
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2
    • @backstage/core-app-api@1.16.1
    • @backstage/core-plugin-api@1.10.6

0.8.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-compat-api@0.4.2-next.0
    • @backstage/plugin-catalog-react@1.18.0-next.0
    • @backstage/catalog-client@1.10.0-next.0
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2
    • @backstage/core-app-api@1.16.1
    • @backstage/core-components@0.17.1
    • @backstage/core-plugin-api@1.10.6
    • @backstage/frontend-plugin-api@0.10.1
    • @backstage/theme@0.6.5
    • @backstage/plugin-home-react@0.1.25

0.8.7

Patch Changes

  • a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.

    https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html

  • Updated dependencies

    • @backstage/plugin-catalog-react@1.17.0
    • @backstage/frontend-plugin-api@0.10.1
    • @backstage/core-compat-api@0.4.1
    • @backstage/core-components@0.17.1
    • @backstage/core-plugin-api@1.10.6
    • @backstage/core-app-api@1.16.1
    • @backstage/plugin-home-react@0.1.25
    • @backstage/theme@0.6.5
    • @backstage/catalog-client@1.9.1
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2

0.8.7-next.2

Patch Changes

  • a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.

    https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html

  • Updated dependencies

    • @backstage/frontend-plugin-api@0.10.1-next.1
    • @backstage/core-compat-api@0.4.1-next.2
    • @backstage/core-components@0.17.1-next.1
    • @backstage/core-plugin-api@1.10.6-next.0
    • @backstage/core-app-api@1.16.1-next.0
    • @backstage/plugin-catalog-react@1.17.0-next.2
    • @backstage/plugin-home-react@0.1.25-next.2
    • @backstage/theme@0.6.5-next.0
    • @backstage/catalog-client@1.9.1
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2

0.8.7-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.17.1-next.0
    • @backstage/frontend-plugin-api@0.10.1-next.0
    • @backstage/plugin-catalog-react@1.16.1-next.1
    • @backstage/plugin-home-react@0.1.25-next.1
    • @backstage/core-compat-api@0.4.1-next.1
    • @backstage/catalog-client@1.9.1
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2
    • @backstage/core-app-api@1.16.0
    • @backstage/core-plugin-api@1.10.5
    • @backstage/theme@0.6.4

0.8.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.16.1-next.0
    • @backstage/plugin-home-react@0.1.25-next.0
    • @backstage/core-compat-api@0.4.1-next.0
    • @backstage/catalog-client@1.9.1
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2
    • @backstage/core-app-api@1.16.0
    • @backstage/core-components@0.17.0
    • @backstage/core-plugin-api@1.10.5
    • @backstage/frontend-plugin-api@0.10.0
    • @backstage/theme@0.6.4

0.8.6

Patch Changes

  • 2d11521: The starred entities component uses the entity title or display name if it exists
  • Updated dependencies
    • @backstage/core-components@0.17.0
    • @backstage/core-plugin-api@1.10.5
    • @backstage/frontend-plugin-api@0.10.0
    • @backstage/core-app-api@1.16.0
    • @backstage/plugin-catalog-react@1.16.0
    • @backstage/core-compat-api@0.4.0
    • @backstage/plugin-home-react@0.1.24
    • @backstage/catalog-client@1.9.1
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2
    • @backstage/theme@0.6.4

0.8.6-next.2

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.10.0-next.2
    • @backstage/core-app-api@1.16.0-next.0
    • @backstage/plugin-catalog-react@1.16.0-next.2
    • @backstage/core-compat-api@0.4.0-next.2
    • @backstage/core-components@0.16.5-next.1
    • @backstage/catalog-client@1.9.1
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2
    • @backstage/core-plugin-api@1.10.4
    • @backstage/theme@0.6.4
    • @backstage/plugin-home-react@0.1.24-next.1

0.8.6-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.16.5-next.0
    • @backstage/plugin-home-react@0.1.24-next.0
    • @backstage/plugin-catalog-react@1.16.0-next.1
    • @backstage/core-compat-api@0.3.7-next.1
    • @backstage/catalog-client@1.9.1
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2
    • @backstage/core-app-api@1.15.5
    • @backstage/core-plugin-api@1.10.4
    • @backstage/frontend-plugin-api@0.9.6-next.1
    • @backstage/theme@0.6.4

0.8.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.16.0-next.0
    • @backstage/frontend-plugin-api@0.9.6-next.0
    • @backstage/core-compat-api@0.3.7-next.0

0.8.5

Patch Changes

  • aff6b47: feat: add cancel button for WidgetSettingsOverlay
  • 8e86f96: Enable collision prevention by default in custom home page.

    This change ensures that items in the home page will not collide with each other making the user experience better.

  • 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
    • @backstage/core-components@0.16.4
    • @backstage/plugin-catalog-react@1.15.2
    • @backstage/frontend-plugin-api@0.9.5
    • @backstage/core-compat-api@0.3.6
    • @backstage/core-plugin-api@1.10.4
    • @backstage/core-app-api@1.15.5
    • @backstage/plugin-home-react@0.1.23
    • @backstage/theme@0.6.4
    • @backstage/catalog-client@1.9.1
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2

0.8.5-next.3

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.5-next.3
    • @backstage/core-compat-api@0.3.6-next.3
    • @backstage/catalog-client@1.9.1
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2
    • @backstage/core-app-api@1.15.5-next.0
    • @backstage/core-components@0.16.4-next.1
    • @backstage/core-plugin-api@1.10.4-next.0
    • @backstage/theme@0.6.4-next.0
    • @backstage/plugin-catalog-react@1.15.2-next.3
    • @backstage/plugin-home-react@0.1.23-next.1

0.8.5-next.2

Patch Changes

  • aff6b47: feat: add cancel button for WidgetSettingsOverlay
  • Updated dependencies
    • @backstage/core-components@0.16.4-next.1
    • @backstage/plugin-catalog-react@1.15.2-next.2
    • @backstage/catalog-client@1.9.1
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2
    • @backstage/core-app-api@1.15.5-next.0
    • @backstage/core-compat-api@0.3.6-next.2
    • @backstage/core-plugin-api@1.10.4-next.0
    • @backstage/frontend-plugin-api@0.9.5-next.2
    • @backstage/theme@0.6.4-next.0
    • @backstage/plugin-home-react@0.1.23-next.1

0.8.5-next.1

Patch Changes

  • 8e86f96: Enable collision prevention by default in custom home page.

    This change ensures that items in the home page will not collide with each other making the user experience better.

  • 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
    • @backstage/core-components@0.16.4-next.0
    • @backstage/frontend-plugin-api@0.9.5-next.1
    • @backstage/core-compat-api@0.3.6-next.1
    • @backstage/core-plugin-api@1.10.4-next.0
    • @backstage/core-app-api@1.15.5-next.0
    • @backstage/plugin-catalog-react@1.15.2-next.1
    • @backstage/plugin-home-react@0.1.23-next.0
    • @backstage/theme@0.6.4-next.0
    • @backstage/catalog-client@1.9.1
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2

0.8.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.5-next.0
    • @backstage/catalog-client@1.9.1
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2
    • @backstage/core-app-api@1.15.4
    • @backstage/core-compat-api@0.3.6-next.0
    • @backstage/core-components@0.16.3
    • @backstage/core-plugin-api@1.10.3
    • @backstage/theme@0.6.3
    • @backstage/plugin-catalog-react@1.15.2-next.0
    • @backstage/plugin-home-react@0.1.22

0.8.4

Patch Changes

  • 7932f1e: Exported QuickStartCard component.
  • d8f9079: Updated dependency @rjsf/utils to 5.23.2. Updated dependency @rjsf/core to 5.23.2. Updated dependency @rjsf/material-ui to 5.23.2. Updated dependency @rjsf/validator-ajv8 to 5.23.2.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.15.1
    • @backstage/frontend-plugin-api@0.9.4
    • @backstage/core-plugin-api@1.10.3
    • @backstage/core-components@0.16.3
    • @backstage/plugin-home-react@0.1.22
    • @backstage/catalog-client@1.9.1
    • @backstage/catalog-model@1.7.3
    • @backstage/config@1.3.2
    • @backstage/core-app-api@1.15.4
    • @backstage/core-compat-api@0.3.5
    • @backstage/theme@0.6.3

0.8.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.4-next.0
    • @backstage/core-plugin-api@1.10.3-next.0
    • @backstage/core-compat-api@0.3.5-next.0
    • @backstage/plugin-catalog-react@1.15.1-next.1
    • @backstage/core-app-api@1.15.4-next.0
    • @backstage/core-components@0.16.3-next.0
    • @backstage/plugin-home-react@0.1.22-next.1
    • @backstage/catalog-model@1.7.3-next.0
    • @backstage/config@1.3.2-next.0
    • @backstage/catalog-client@1.9.1-next.0
    • @backstage/theme@0.6.3

0.8.4-next.1

Patch Changes

  • d8f9079: Updated dependency @rjsf/utils to 5.23.2. Updated dependency @rjsf/core to 5.23.2. Updated dependency @rjsf/material-ui to 5.23.2. Updated dependency @rjsf/validator-ajv8 to 5.23.2.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.15.1-next.0
    • @backstage/plugin-home-react@0.1.22-next.0
    • @backstage/core-compat-api@0.3.4

0.8.4-next.0

Patch Changes

  • 7932f1e: Exported QuickStartCard component.
  • Updated dependencies
    • @backstage/catalog-client@1.9.0
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/core-app-api@1.15.3
    • @backstage/core-compat-api@0.3.4
    • @backstage/core-components@0.16.2
    • @backstage/core-plugin-api@1.10.2
    • @backstage/frontend-plugin-api@0.9.3
    • @backstage/theme@0.6.3
    • @backstage/plugin-catalog-react@1.15.0
    • @backstage/plugin-home-react@0.1.21

0.8.3

Patch Changes

  • 7248f3b: Added a new Quick Start Card to plugin-home, which can display basic info to get users the info they need to onboard to the Catalog.

    import { QuickStartCard } from '@backstage/plugin-home';
    <QuickStartCard
      title="Onboarding to the Catalog"
      modalTitle="Onboarding Quick Start"
      docsLinkTitle="Learn more with getting started docs"
      docsLink="https://backstage.io/docs/getting-started"
      image={
        <img
          src={ContentImage}
          alt="quick start"
          width="100%"
          height="100%"
        />
      }
      cardDescription="Backstage system model will help you create new entities"
      video={
        <video
          controls
          preload="auto"
          poster={"./videoPoster.png"}
        >
          <source src={"OnboardingDemo.mp4"} type="video/mp4" />
        </video>
      }
      downloadImage={
        <Button
          href={QuickStartPDF}
          target={'_blank'}
          download={true}
        >
          Download infographic button
        </Button>
      }
    />
    

    See the storybook examples

  • 9951ba4: Updated dependency @rjsf/utils to 5.23.1. Updated dependency @rjsf/core to 5.23.1. Updated dependency @rjsf/material-ui to 5.23.1. Updated dependency @rjsf/validator-ajv8 to 5.23.1.

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.15.0
    • @backstage/core-app-api@1.15.3
    • @backstage/catalog-client@1.9.0
    • @backstage/plugin-home-react@0.1.21
    • @backstage/core-compat-api@0.3.4
    • @backstage/frontend-plugin-api@0.9.3
    • @backstage/theme@0.6.3
    • @backstage/core-components@0.16.2
    • @backstage/catalog-model@1.7.2
    • @backstage/config@1.3.1
    • @backstage/core-plugin-api@1.10.2

0.8.3-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-compat-api@0.3.4-next.2
    • @backstage/plugin-catalog-react@1.14.3-next.2
    • @backstage/catalog-client@1.9.0-next.2
    • @backstage/catalog-model@1.7.2-next.0
    • @backstage/config@1.3.1-next.0
    • @backstage/core-app-api@1.15.3-next.1
    • @backstage/core-components@0.16.2-next.2
    • @backstage/core-plugin-api@1.10.2-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.2
    • @backstage/theme@0.6.3-next.0
    • @backstage/plugin-home-react@0.1.21-next.2

0.8.3-next.1

Patch Changes

  • 7248f3b: Added a new Quick Start Card to plugin-home, which can display basic info to get users the info they need to onboard to the Catalog.

    import { QuickStartCard } from '@backstage/plugin-home';
    <QuickStartCard
      title="Onboarding to the Catalog"
      modalTitle="Onboarding Quick Start"
      docsLinkTitle="Learn more with getting started docs"
      docsLink="https://backstage.io/docs/getting-started"
      image={
        <img
          src={ContentImage}
          alt="quick start"
          width="100%"
          height="100%"
        />
      }
      cardDescription="Backstage system model will help you create new entities"
      video={
        <video
          controls
          preload="auto"
          poster={"./videoPoster.png"}
        >
          <source src={"OnboardingDemo.mp4"} type="video/mp4" />
        </video>
      }
      downloadImage={
        <Button
          href={QuickStartPDF}
          target={'_blank'}
          download={true}
        >
          Download infographic button
        </Button>
      }
    />
    

    See the storybook examples

  • Updated dependencies

    • @backstage/plugin-catalog-react@1.14.3-next.1
    • @backstage/catalog-client@1.9.0-next.1
    • @backstage/core-components@0.16.2-next.1
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/core-compat-api@0.3.4-next.1
    • @backstage/core-plugin-api@1.10.1
    • @backstage/frontend-plugin-api@0.9.3-next.1
    • @backstage/theme@0.6.3-next.0
    • @backstage/plugin-home-react@0.1.21-next.1

0.8.3-next.0

Patch Changes

  • 9951ba4: Updated dependency @rjsf/utils to 5.23.1. Updated dependency @rjsf/core to 5.23.1. Updated dependency @rjsf/material-ui to 5.23.1. Updated dependency @rjsf/validator-ajv8 to 5.23.1.
  • Updated dependencies
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/plugin-home-react@0.1.21-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1

0.8.1

Patch Changes

  • 8b1b2cf: Improve Starred Entities UI to reduce whitespace and provide more context on the entities:

    • Use the Entity Presentation API (via <EntityDisplayName>) to display the entity's name
    • Component's kind and spec.type are displayed as a secondary text
    • List items are condensed to reduce unnecessary spacing
  • Updated dependencies

    • @backstage/catalog-client@1.8.0
    • @backstage/config@1.3.0
    • @backstage/theme@0.6.1
    • @backstage/plugin-catalog-react@1.14.1
    • @backstage/core-components@0.16.0
    • @backstage/core-app-api@1.15.2
    • @backstage/catalog-model@1.7.1
    • @backstage/core-compat-api@0.3.2
    • @backstage/core-plugin-api@1.10.1
    • @backstage/frontend-plugin-api@0.9.1
    • @backstage/plugin-home-react@0.1.19

0.8.1-next.3

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.16.0-next.2
    • @backstage/plugin-catalog-react@1.14.1-next.3
    • @backstage/core-compat-api@0.3.2-next.2
    • @backstage/catalog-client@1.8.0-next.1
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.15.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/frontend-plugin-api@0.9.1-next.2
    • @backstage/theme@0.6.1-next.0
    • @backstage/plugin-home-react@0.1.19-next.2

0.8.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.8.0-next.1
    • @backstage/plugin-catalog-react@1.14.1-next.2
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.15.1
    • @backstage/core-compat-api@0.3.2-next.1
    • @backstage/core-components@0.16.0-next.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/frontend-plugin-api@0.9.1-next.1
    • @backstage/theme@0.6.1-next.0
    • @backstage/plugin-home-react@0.1.19-next.1

0.8.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.6.1-next.0
    • @backstage/catalog-client@1.8.0-next.0
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.15.1
    • @backstage/core-compat-api@0.3.2-next.1
    • @backstage/core-components@0.16.0-next.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/frontend-plugin-api@0.9.1-next.1
    • @backstage/plugin-catalog-react@1.14.1-next.1
    • @backstage/plugin-home-react@0.1.19-next.1

0.8.1-next.0

Patch Changes

  • 8b1b2cf: Improve Starred Entities UI to reduce whitespace and provide more context on the entities:

    • Use the Entity Presentation API (via <EntityDisplayName>) to display the entity's name
    • Component's kind and spec.type are displayed as a secondary text
    • List items are condensed to reduce unnecessary spacing
  • Updated dependencies

    • @backstage/core-components@0.16.0-next.0
    • @backstage/catalog-client@1.8.0-next.0
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.15.1
    • @backstage/core-compat-api@0.3.2-next.0
    • @backstage/core-plugin-api@1.10.0
    • @backstage/frontend-plugin-api@0.9.1-next.0
    • @backstage/theme@0.6.0
    • @backstage/plugin-catalog-react@1.14.1-next.0
    • @backstage/plugin-home-react@0.1.19-next.0

0.8.0

Minor Changes

  • 9893bb5: BREAKING Implement usage of unused limit query parameter in visits API .list() function

Patch Changes

  • e969dc7: Move @types/react to a peer dependency.
  • e698470: Updated dependency @rjsf/utils to 5.21.2. Updated dependency @rjsf/core to 5.21.2. Updated dependency @rjsf/material-ui to 5.21.2. Updated dependency @rjsf/validator-ajv8 to 5.21.2.
  • Updated dependencies
    • @backstage/core-components@0.15.1
    • @backstage/frontend-plugin-api@0.9.0
    • @backstage/core-compat-api@0.3.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/core-app-api@1.15.1
    • @backstage/plugin-catalog-react@1.14.0
    • @backstage/plugin-home-react@0.1.18
    • @backstage/theme@0.6.0
    • @backstage/catalog-client@1.7.1
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0

0.8.0-next.2

Minor Changes

  • 9893bb5: BREAKING Implement usage of unused limit query parameter in visits API .list() function

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.14.0-next.2
    • @backstage/theme@0.6.0-next.1
    • @backstage/catalog-client@1.7.1-next.0
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.15.1-next.1
    • @backstage/core-compat-api@0.3.1-next.2
    • @backstage/core-components@0.15.1-next.2
    • @backstage/core-plugin-api@1.10.0-next.1
    • @backstage/frontend-plugin-api@0.9.0-next.2
    • @backstage/plugin-home-react@0.1.18-next.2

0.7.12-next.1

Patch Changes

  • e969dc7: Move @types/react to a peer dependency.
  • Updated dependencies
    • @backstage/core-components@0.15.1-next.1
    • @backstage/frontend-plugin-api@0.9.0-next.1
    • @backstage/core-compat-api@0.3.1-next.1
    • @backstage/core-plugin-api@1.10.0-next.1
    • @backstage/core-app-api@1.15.1-next.1
    • @backstage/plugin-catalog-react@1.14.0-next.1
    • @backstage/plugin-home-react@0.1.18-next.1
    • @backstage/theme@0.5.8-next.0
    • @backstage/catalog-client@1.7.0
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0

0.7.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.0-next.0
    • @backstage/core-compat-api@0.3.1-next.0
    • @backstage/core-components@0.15.1-next.0
    • @backstage/core-plugin-api@1.10.0-next.0
    • @backstage/plugin-catalog-react@1.13.1-next.0
    • @backstage/catalog-client@1.7.0
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.15.1-next.0
    • @backstage/theme@0.5.7
    • @backstage/plugin-home-react@0.1.18-next.0

0.7.10

Patch Changes

  • c891b69: Add FavoriteToggle in core-components to standardise favorite marking
  • fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints.
  • 836127c: Updated dependency @testing-library/react to ^16.0.0.
  • 0a50d44: Updated dependency @rjsf/utils to 5.21.1. Updated dependency @rjsf/core to 5.21.1. Updated dependency @rjsf/material-ui to 5.21.1. Updated dependency @rjsf/validator-ajv8 to 5.21.1.
  • fa9d8da: Updated dependency @rjsf/utils to 5.20.1. Updated dependency @rjsf/core to 5.20.1. Updated dependency @rjsf/material-ui to 5.20.1. Updated dependency @rjsf/validator-ajv8 to 5.20.1.
  • a159180: Added missing items to overridableComponents
  • Updated dependencies
    • @backstage/core-components@0.15.0
    • @backstage/plugin-catalog-react@1.13.0
    • @backstage/frontend-plugin-api@0.8.0
    • @backstage/core-app-api@1.15.0
    • @backstage/core-compat-api@0.3.0
    • @backstage/catalog-model@1.7.0
    • @backstage/catalog-client@1.7.0
    • @backstage/core-plugin-api@1.9.4
    • @backstage/theme@0.5.7
    • @backstage/plugin-home-react@0.1.17
    • @backstage/config@1.2.0

0.7.10-next.2

Patch Changes

  • c891b69: Add FavoriteToggle in core-components to standardise favorite marking
  • 836127c: Updated dependency @testing-library/react to ^16.0.0.
  • fa9d8da: Updated dependency @rjsf/utils to 5.20.1. Updated dependency @rjsf/core to 5.20.1. Updated dependency @rjsf/material-ui to 5.20.1. Updated dependency @rjsf/validator-ajv8 to 5.20.1.
  • Updated dependencies
    • @backstage/core-components@0.14.11-next.1
    • @backstage/plugin-catalog-react@1.13.0-next.2
    • @backstage/core-app-api@1.14.3-next.0
    • @backstage/catalog-client@1.7.0-next.1
    • @backstage/core-compat-api@0.3.0-next.2
    • @backstage/core-plugin-api@1.9.4-next.0
    • @backstage/frontend-plugin-api@0.8.0-next.2
    • @backstage/theme@0.5.7-next.0
    • @backstage/plugin-home-react@0.1.17-next.1
    • @backstage/catalog-model@1.6.0
    • @backstage/config@1.2.0

0.7.10-next.1

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.8.0-next.1
    • @backstage/core-compat-api@0.3.0-next.1
    • @backstage/catalog-client@1.6.7-next.0
    • @backstage/core-components@0.14.11-next.0
    • @backstage/plugin-catalog-react@1.12.4-next.1
    • @backstage/catalog-model@1.6.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.14.2
    • @backstage/core-plugin-api@1.9.3
    • @backstage/theme@0.5.6
    • @backstage/plugin-home-react@0.1.17-next.0

0.7.10-next.0

Patch Changes

  • fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints.
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.8.0-next.0
    • @backstage/core-compat-api@0.2.9-next.0
    • @backstage/plugin-catalog-react@1.12.4-next.0
    • @backstage/catalog-client@1.6.6
    • @backstage/catalog-model@1.6.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.14.2
    • @backstage/core-components@0.14.10
    • @backstage/core-plugin-api@1.9.3
    • @backstage/theme@0.5.6
    • @backstage/plugin-home-react@0.1.16

0.7.9

Patch Changes

  • 31bfc44: Updated alpha definitions of extension data references.
  • fe1fbb2: Migrating usages of the deprecated createExtension v1 format to the newer v2 format, and old create*Extension extension creators to blueprints.
  • fdcc059: Fixed a bug on the WelcomeTitle component where the welcome message wasn't correct when the language was set to Spanish
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.7.0
    • @backstage/plugin-catalog-react@1.12.3
    • @backstage/core-components@0.14.10
    • @backstage/core-compat-api@0.2.8
    • @backstage/core-app-api@1.14.2
    • @backstage/catalog-model@1.6.0
    • @backstage/catalog-client@1.6.6
    • @backstage/config@1.2.0
    • @backstage/core-plugin-api@1.9.3
    • @backstage/theme@0.5.6
    • @backstage/plugin-home-react@0.1.16

0.7.9-next.3

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.7.0-next.3
    • @backstage/catalog-model@1.6.0-next.0
    • @backstage/core-compat-api@0.2.8-next.3
    • @backstage/plugin-catalog-react@1.12.3-next.3
    • @backstage/catalog-client@1.6.6-next.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.14.2-next.0
    • @backstage/core-components@0.14.10-next.0
    • @backstage/core-plugin-api@1.9.3
    • @backstage/theme@0.5.6
    • @backstage/plugin-home-react@0.1.16-next.0

0.7.9-next.2

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.7.0-next.2
    • @backstage/core-compat-api@0.2.8-next.2
    • @backstage/plugin-catalog-react@1.12.3-next.2
    • @backstage/catalog-client@1.6.5
    • @backstage/catalog-model@1.5.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.14.2-next.0
    • @backstage/core-components@0.14.10-next.0
    • @backstage/core-plugin-api@1.9.3
    • @backstage/theme@0.5.6
    • @backstage/plugin-home-react@0.1.16-next.0

0.7.9-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.12.3-next.1
    • @backstage/frontend-plugin-api@0.6.8-next.1
    • @backstage/core-compat-api@0.2.8-next.1
    • @backstage/catalog-client@1.6.5
    • @backstage/catalog-model@1.5.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.14.2-next.0
    • @backstage/core-components@0.14.10-next.0
    • @backstage/core-plugin-api@1.9.3
    • @backstage/theme@0.5.6
    • @backstage/plugin-home-react@0.1.16-next.0

0.7.8-next.0

Patch Changes

  • 31bfc44: Updated alpha definitions of extension data references.
  • fdcc059: Fixed a bug on the WelcomeTitle component where the welcome message wasn't correct when the language was set to Spanish
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.6.8-next.0
    • @backstage/plugin-catalog-react@1.12.3-next.0
    • @backstage/core-components@0.14.10-next.0
    • @backstage/core-app-api@1.14.1-next.0
    • @backstage/catalog-client@1.6.5
    • @backstage/catalog-model@1.5.0
    • @backstage/config@1.2.0
    • @backstage/core-compat-api@0.2.8-next.0
    • @backstage/core-plugin-api@1.9.3
    • @backstage/theme@0.5.6
    • @backstage/plugin-home-react@0.1.16-next.0

0.7.7

Patch Changes

  • cc81579: Updated dependency @rjsf/utils to 5.18.5. Updated dependency @rjsf/core to 5.18.5. Updated dependency @rjsf/material-ui to 5.18.5. Updated dependency @rjsf/validator-ajv8 to 5.18.5.
  • Updated dependencies
    • @backstage/core-components@0.14.9
    • @backstage/core-app-api@1.14.0
    • @backstage/plugin-catalog-react@1.12.2
    • @backstage/plugin-home-react@0.1.15
    • @backstage/frontend-plugin-api@0.6.7
    • @backstage/catalog-client@1.6.5
    • @backstage/catalog-model@1.5.0
    • @backstage/config@1.2.0
    • @backstage/core-compat-api@0.2.7
    • @backstage/core-plugin-api@1.9.3
    • @backstage/theme@0.5.6

0.7.7-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.9-next.1
    • @backstage/frontend-plugin-api@0.6.7-next.1
    • @backstage/plugin-catalog-react@1.12.2-next.2
    • @backstage/plugin-home-react@0.1.15-next.2
    • @backstage/core-compat-api@0.2.7-next.1

0.7.7-next.1

Patch Changes

  • cc81579: Updated dependency @rjsf/utils to 5.18.5. Updated dependency @rjsf/core to 5.18.5. Updated dependency @rjsf/material-ui to 5.18.5. Updated dependency @rjsf/validator-ajv8 to 5.18.5.
  • Updated dependencies
    • @backstage/core-app-api@1.13.1-next.1
    • @backstage/plugin-catalog-react@1.12.2-next.1
    • @backstage/plugin-home-react@0.1.15-next.1
    • @backstage/core-compat-api@0.2.7-next.0
    • @backstage/core-components@0.14.9-next.0
    • @backstage/core-plugin-api@1.9.3
    • @backstage/catalog-client@1.6.5
    • @backstage/catalog-model@1.5.0
    • @backstage/config@1.2.0
    • @backstage/frontend-plugin-api@0.6.7-next.0
    • @backstage/theme@0.5.6

0.7.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.9-next.0
    • @backstage/core-app-api@1.13.0-next.0
    • @backstage/plugin-catalog-react@1.12.2-next.0
    • @backstage/frontend-plugin-api@0.6.7-next.0
    • @backstage/plugin-home-react@0.1.15-next.0
    • @backstage/core-compat-api@0.2.7-next.0
    • @backstage/core-plugin-api@1.9.3
    • @backstage/catalog-client@1.6.5
    • @backstage/catalog-model@1.5.0
    • @backstage/config@1.2.0
    • @backstage/theme@0.5.6

0.7.5

Patch Changes

  • d44a20a: Added additional plugin metadata to package.json.
  • 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.
  • Updated dependencies
    • @backstage/core-components@0.14.8
    • @backstage/core-compat-api@0.2.6
    • @backstage/core-plugin-api@1.9.3
    • @backstage/theme@0.5.6
    • @backstage/plugin-catalog-react@1.12.1
    • @backstage/plugin-home-react@0.1.14
    • @backstage/core-app-api@1.12.6
    • @backstage/frontend-plugin-api@0.6.6
    • @backstage/catalog-client@1.6.5
    • @backstage/catalog-model@1.5.0
    • @backstage/config@1.2.0

0.7.5-next.2

Patch Changes

  • d44a20a: Added additional plugin metadata to package.json.
  • Updated dependencies
    • @backstage/core-components@0.14.8-next.2
    • @backstage/plugin-catalog-react@1.12.1-next.2
    • @backstage/plugin-home-react@0.1.14-next.2
    • @backstage/frontend-plugin-api@0.6.6-next.2
    • @backstage/core-compat-api@0.2.6-next.2
    • @backstage/catalog-client@1.6.5
    • @backstage/catalog-model@1.5.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.12.6-next.0
    • @backstage/core-plugin-api@1.9.3-next.0
    • @backstage/theme@0.5.6-next.0

0.7.5-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.8-next.1
    • @backstage/core-compat-api@0.2.6-next.1
    • @backstage/core-plugin-api@1.9.3-next.0
    • @backstage/core-app-api@1.12.6-next.0
    • @backstage/frontend-plugin-api@0.6.6-next.1
    • @backstage/plugin-catalog-react@1.12.1-next.1
    • @backstage/plugin-home-react@0.1.14-next.1
    • @backstage/catalog-client@1.6.5
    • @backstage/catalog-model@1.5.0
    • @backstage/config@1.2.0
    • @backstage/theme@0.5.6-next.0

0.7.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.5.6-next.0
    • @backstage/core-components@0.14.8-next.0
    • @backstage/catalog-client@1.6.5
    • @backstage/catalog-model@1.5.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.12.5
    • @backstage/core-compat-api@0.2.6-next.0
    • @backstage/core-plugin-api@1.9.2
    • @backstage/frontend-plugin-api@0.6.6-next.0
    • @backstage/plugin-catalog-react@1.12.1-next.0
    • @backstage/plugin-home-react@0.1.14-next.0

0.7.4

Patch Changes

  • 2196d3e: Use relative time when displaying visits from the same day
  • 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.
  • Updated dependencies
    • @backstage/core-compat-api@0.2.5
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/theme@0.5.4
    • @backstage/plugin-home-react@0.1.13
    • @backstage/core-app-api@1.12.5
    • @backstage/catalog-client@1.6.5
    • @backstage/frontend-plugin-api@0.6.5

0.7.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.12.0-next.2
    • @backstage/core-components@0.14.7-next.2
    • @backstage/core-compat-api@0.2.5-next.1
    • @backstage/frontend-plugin-api@0.6.5-next.1

0.7.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.6-next.1
    • @backstage/plugin-catalog-react@1.11.4-next.1
    • @backstage/frontend-plugin-api@0.6.5-next.1
    • @backstage/plugin-home-react@0.1.13-next.1
    • @backstage/core-compat-api@0.2.5-next.1

0.7.4-next.0

Patch Changes

  • 2196d3e: Use relative time when displaying visits from the same day
  • 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.
  • Updated dependencies
    • @backstage/core-compat-api@0.2.5-next.0
    • @backstage/catalog-model@1.5.0-next.0
    • @backstage/theme@0.5.4-next.0
    • @backstage/core-components@0.14.5-next.0
    • @backstage/plugin-home-react@0.1.13-next.0
    • @backstage/catalog-client@1.6.5-next.0
    • @backstage/plugin-catalog-react@1.11.4-next.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.12.4
    • @backstage/core-plugin-api@1.9.2
    • @backstage/frontend-plugin-api@0.6.5-next.0

0.7.3

Patch Changes

  • abfbcfc: Updated dependency @testing-library/react to ^15.0.0.
  • cb1e3b0: Updated dependency @testing-library/dom to ^10.0.0.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.11.3
    • @backstage/plugin-home-react@0.1.12
    • @backstage/core-compat-api@0.2.4
    • @backstage/core-components@0.14.4
    • @backstage/core-app-api@1.12.4
    • @backstage/core-plugin-api@1.9.2
    • @backstage/frontend-plugin-api@0.6.4
    • @backstage/theme@0.5.3
    • @backstage/catalog-client@1.6.4
    • @backstage/catalog-model@1.4.5
    • @backstage/config@1.2.0

0.7.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.12.4-next.0
    • @backstage/catalog-client@1.6.4-next.0
    • @backstage/frontend-plugin-api@0.6.4-next.1
    • @backstage/core-compat-api@0.2.4-next.1
    • @backstage/catalog-model@1.4.5
    • @backstage/config@1.2.0
    • @backstage/core-components@0.14.4-next.0
    • @backstage/core-plugin-api@1.9.1
    • @backstage/theme@0.5.2
    • @backstage/plugin-catalog-react@1.11.3-next.1
    • @backstage/plugin-home-react@0.1.12-next.0

0.7.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.4-next.0
    • @backstage/catalog-client@1.6.3
    • @backstage/catalog-model@1.4.5
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.12.3
    • @backstage/core-compat-api@0.2.4-next.0
    • @backstage/core-plugin-api@1.9.1
    • @backstage/frontend-plugin-api@0.6.4-next.0
    • @backstage/theme@0.5.2
    • @backstage/plugin-catalog-react@1.11.3-next.0
    • @backstage/plugin-home-react@0.1.12-next.0

0.7.2

Patch Changes

  • e8f026a: Use ESM exports of react-use library
  • Updated dependencies
    • @backstage/catalog-client@1.6.3
    • @backstage/core-components@0.14.3
    • @backstage/core-app-api@1.12.3
    • @backstage/plugin-catalog-react@1.11.2
    • @backstage/frontend-plugin-api@0.6.3
    • @backstage/plugin-home-react@0.1.11
    • @backstage/core-compat-api@0.2.3
    • @backstage/core-plugin-api@1.9.1
    • @backstage/catalog-model@1.4.5
    • @backstage/config@1.2.0
    • @backstage/theme@0.5.2

0.7.1

Patch Changes

  • e8f026a: Use ESM exports of react-use library
  • Updated dependencies
    • @backstage/catalog-client@1.6.2
    • @backstage/core-components@0.14.2
    • @backstage/core-app-api@1.12.2
    • @backstage/plugin-catalog-react@1.11.1
    • @backstage/frontend-plugin-api@0.6.2
    • @backstage/plugin-home-react@0.1.10
    • @backstage/core-compat-api@0.2.2
    • @backstage/core-plugin-api@1.9.1
    • @backstage/catalog-model@1.4.5
    • @backstage/config@1.2.0
    • @backstage/theme@0.5.2

0.7.0

Minor Changes

  • 8807d2a: Resolved styling inconsistencies and title visibility issues in Top Visited and Recently Visited cards

Patch Changes

  • 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.
  • 2e17681: Added the no-top-level-material-ui-4-imports ESLint rule to aid with the migration to Material UI v5
  • Updated dependencies
    • @backstage/config@1.2.0
    • @backstage/core-components@0.14.1
    • @backstage/theme@0.5.2
    • @backstage/plugin-catalog-react@1.11.0
    • @backstage/catalog-client@1.6.1
    • @backstage/plugin-home-react@0.1.9
    • @backstage/catalog-model@1.4.5
    • @backstage/core-app-api@1.12.1
    • @backstage/core-compat-api@0.2.1
    • @backstage/core-plugin-api@1.9.1
    • @backstage/frontend-plugin-api@0.6.1

0.7.0-next.2

Minor Changes

  • 8807d2a: Resolved styling inconsistencies and title visibility issues in Top Visited and Recently Visited cards

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.1-next.2
    • @backstage/plugin-catalog-react@1.11.0-next.2
    • @backstage/catalog-client@1.6.1-next.1
    • @backstage/frontend-plugin-api@0.6.1-next.2
    • @backstage/plugin-home-react@0.1.9-next.2
    • @backstage/core-compat-api@0.2.1-next.2
    • @backstage/catalog-model@1.4.5-next.0
    • @backstage/config@1.2.0-next.1
    • @backstage/core-app-api@1.12.1-next.1
    • @backstage/core-plugin-api@1.9.1-next.1
    • @backstage/theme@0.5.2-next.0

0.6.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.2.0-next.1
    • @backstage/core-components@0.14.1-next.1
    • @backstage/plugin-catalog-react@1.10.1-next.1
    • @backstage/core-app-api@1.12.1-next.1
    • @backstage/core-plugin-api@1.9.1-next.1
    • @backstage/frontend-plugin-api@0.6.1-next.1
    • @backstage/plugin-home-react@0.1.9-next.1
    • @backstage/catalog-client@1.6.1-next.0
    • @backstage/catalog-model@1.4.5-next.0
    • @backstage/core-compat-api@0.2.1-next.1
    • @backstage/theme@0.5.2-next.0

0.6.3-next.0

Patch Changes

  • 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.
  • Updated dependencies
    • @backstage/theme@0.5.2-next.0
    • @backstage/core-components@0.14.1-next.0
    • @backstage/plugin-catalog-react@1.10.1-next.0
    • @backstage/plugin-home-react@0.1.9-next.0
    • @backstage/catalog-client@1.6.1-next.0
    • @backstage/catalog-model@1.4.5-next.0
    • @backstage/config@1.1.2-next.0
    • @backstage/core-plugin-api@1.9.1-next.0
    • @backstage/frontend-plugin-api@0.6.1-next.0
    • @backstage/core-app-api@1.12.1-next.0
    • @backstage/core-compat-api@0.2.1-next.0

0.6.2

Patch Changes

  • 9aac2b0: Use --cwd as the first yarn argument
  • dc7ae8b: Use EntityDisplayName JSX element entity information directly for FeaturedDocsCard.
  • 8fe56a8: Widen @types/react dependency range to include version 18.
  • 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: 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.
  • e9cdfd3: Fix typo in VisitsStorageApi
  • 384c132: Added filter support for HomePageVisitedByType in order to enable filtering entities from the list
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.6.0
    • @backstage/core-compat-api@0.2.0
    • @backstage/plugin-catalog-react@1.10.0
    • @backstage/core-components@0.14.0
    • @backstage/core-app-api@1.12.0
    • @backstage/catalog-model@1.4.4
    • @backstage/theme@0.5.1
    • @backstage/core-plugin-api@1.9.0
    • @backstage/catalog-client@1.6.0
    • @backstage/plugin-home-react@0.1.8
    • @backstage/config@1.1.1

0.6.2-next.3

Patch Changes

  • 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.
  • Updated dependencies
    • @backstage/theme@0.5.1-next.1
    • @backstage/core-components@0.14.0-next.2
    • @backstage/plugin-catalog-react@1.10.0-next.3
    • @backstage/plugin-home-react@0.1.8-next.3
    • @backstage/catalog-client@1.6.0-next.1
    • @backstage/catalog-model@1.4.4-next.0
    • @backstage/config@1.1.1
    • @backstage/core-app-api@1.12.0-next.1
    • @backstage/core-compat-api@0.2.0-next.3
    • @backstage/core-plugin-api@1.9.0-next.1
    • @backstage/frontend-plugin-api@0.6.0-next.3

0.6.2-next.2

Patch Changes

  • 9aac2b0: Use --cwd as the first yarn argument
  • dc7ae8b: Use EntityDisplayName JSX element entity information directly for FeaturedDocsCard.
  • 8fe56a8: Widen @types/react dependency range to include version 18.
  • Updated dependencies
    • @backstage/core-components@0.14.0-next.1
    • @backstage/core-app-api@1.12.0-next.1
    • @backstage/core-plugin-api@1.9.0-next.1
    • @backstage/frontend-plugin-api@0.6.0-next.2
    • @backstage/plugin-catalog-react@1.10.0-next.2
    • @backstage/theme@0.5.1-next.0
    • @backstage/plugin-home-react@0.1.8-next.2
    • @backstage/core-compat-api@0.2.0-next.2
    • @backstage/config@1.1.1
    • @backstage/catalog-client@1.6.0-next.1
    • @backstage/catalog-model@1.4.4-next.0

0.6.2-next.1

Patch Changes

  • 384c132: Added filter support for HomePageVisitedByType in order to enable filtering entities from the list
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.6.0-next.1
    • @backstage/core-compat-api@0.2.0-next.1
    • @backstage/core-components@0.14.0-next.0
    • @backstage/catalog-model@1.4.4-next.0
    • @backstage/catalog-client@1.6.0-next.1
    • @backstage/core-plugin-api@1.8.3-next.0
    • @backstage/core-app-api@1.11.4-next.0
    • @backstage/plugin-catalog-react@1.9.4-next.1
    • @backstage/plugin-home-react@0.1.8-next.1
    • @backstage/config@1.1.1
    • @backstage/theme@0.5.0

0.6.2-next.0

Patch Changes

  • 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.
  • e9cdfd3: Fix typo in VisitsStorageApi
  • Updated dependencies
    • @backstage/core-compat-api@0.1.2-next.0
    • @backstage/plugin-catalog-react@1.9.4-next.0
    • @backstage/frontend-plugin-api@0.5.1-next.0
    • @backstage/catalog-client@1.6.0-next.0
    • @backstage/plugin-home-react@0.1.8-next.0
    • @backstage/core-components@0.13.10
    • @backstage/catalog-model@1.4.3
    • @backstage/core-app-api@1.11.3
    • @backstage/core-plugin-api@1.8.2
    • @backstage/theme@0.5.0

0.6.1

Patch Changes

  • 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: Remove some unused dependencies
  • Updated dependencies
    • @backstage/core-compat-api@0.1.1
    • @backstage/frontend-plugin-api@0.5.0
    • @backstage/core-components@0.13.10
    • @backstage/core-plugin-api@1.8.2
    • @backstage/catalog-client@1.5.2
    • @backstage/plugin-home-react@0.1.7
    • @backstage/plugin-catalog-react@1.9.3
    • @backstage/catalog-model@1.4.3
    • @backstage/core-app-api@1.11.3
    • @backstage/theme@0.5.0

0.6.1-next.2

Patch Changes

  • 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.
  • Updated dependencies
    • @backstage/core-compat-api@0.1.1-next.2
    • @backstage/frontend-plugin-api@0.4.1-next.2
    • @backstage/plugin-home-react@0.1.7-next.2
    • @backstage/plugin-catalog-react@1.9.3-next.2

0.6.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.8.2-next.0
    • @backstage/core-components@0.13.10-next.1
    • @backstage/core-app-api@1.11.3-next.0
    • @backstage/core-compat-api@0.1.1-next.1
    • @backstage/frontend-plugin-api@0.4.1-next.1
    • @backstage/plugin-catalog-react@1.9.3-next.1
    • @backstage/plugin-home-react@0.1.7-next.1
    • @backstage/catalog-client@1.5.2-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/theme@0.5.0

0.6.1-next.0

Patch Changes

  • 4016f21: Remove some unused dependencies
  • Updated dependencies
    • @backstage/core-components@0.13.10-next.0
    • @backstage/catalog-client@1.5.2-next.0
    • @backstage/frontend-plugin-api@0.4.1-next.0
    • @backstage/plugin-catalog-react@1.9.3-next.0
    • @backstage/plugin-home-react@0.1.7-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/core-app-api@1.11.2
    • @backstage/core-compat-api@0.1.1-next.0
    • @backstage/core-plugin-api@1.8.1
    • @backstage/theme@0.5.0

0.6.0

Minor Changes

  • 5a317f5: Added view of entities grouped by kind to make it easier to distinguish entities with different kind but same name

Patch Changes

  • 2633d64: Change user settings backend plugin id and fix when using user setting backend home page first will cause edit page loop render
  • a1227cc: Wrap /alpha export extension elements in backwards compatibility wrapper.
  • 5814122: Updated /alpha exports to fit new naming patterns.
  • 8f5d6c1: Updates to the /alpha exports to match the extension input wrapping change.
  • 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: 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.
  • 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: 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.
  • 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.
  • 54cef27: StarredEntities component calls getEntitiesByRefs instead of getEntities to improve performance since we have the entityRefs
  • c8908d4: Use new option from RJSF 5.15
  • 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
  • Updated dependencies
    • @backstage/core-compat-api@0.1.0
    • @backstage/core-plugin-api@1.8.1
    • @backstage/frontend-plugin-api@0.4.0
    • @backstage/plugin-catalog-react@1.9.2
    • @backstage/core-components@0.13.9
    • @backstage/theme@0.5.0
    • @backstage/catalog-client@1.5.0
    • @backstage/core-app-api@1.11.2
    • @backstage/plugin-home-react@0.1.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1

0.6.0-next.3

Patch Changes

  • 2633d64: Change user settings backend plugin id and fix when using user setting backend home page first will cause edit page loop render
  • 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.
  • 54cef27: StarredEntities component calls getEntitiesByRefs instead of getEntities to improve performance since we have the entityRefs
  • c8908d4: Use new option from RJSF 5.15
  • Updated dependencies
    • @backstage/plugin-home-react@0.1.6-next.3
    • @backstage/core-components@0.13.9-next.3
    • @backstage/catalog-client@1.5.0-next.1
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/core-app-api@1.11.2-next.1
    • @backstage/core-compat-api@0.1.0-next.3
    • @backstage/core-plugin-api@1.8.1-next.1
    • @backstage/frontend-plugin-api@0.4.0-next.3
    • @backstage/theme@0.5.0-next.1
    • @backstage/types@1.1.1
    • @backstage/plugin-catalog-react@1.9.2-next.3

0.6.0-next.2

Patch Changes

  • a1227cc: Wrap /alpha export extension elements in backwards compatibility wrapper.
  • 8f5d6c1: Updates to the /alpha exports to match the extension input wrapping change.
  • 36c94b8: Refactor of the alpha exports due to API change in how extension IDs are constructed.
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.4.0-next.2
    • @backstage/theme@0.5.0-next.1
    • @backstage/core-compat-api@0.1.0-next.2
    • @backstage/plugin-catalog-react@1.9.2-next.2
    • @backstage/catalog-client@1.5.0-next.1
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/core-app-api@1.11.2-next.1
    • @backstage/core-components@0.13.9-next.2
    • @backstage/core-plugin-api@1.8.1-next.1
    • @backstage/types@1.1.1
    • @backstage/plugin-home-react@0.1.6-next.2

0.6.0-next.1

Minor Changes

  • 5a317f59c0: Added view of entities grouped by kind to make it easier to distinguish entities with different kind but same name

Patch Changes

  • 2b725913c1: 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.
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.4.0-next.1
    • @backstage/core-components@0.13.9-next.1
    • @backstage/core-plugin-api@1.8.1-next.1
    • @backstage/plugin-catalog-react@1.9.2-next.1
    • @backstage/catalog-client@1.5.0-next.0
    • @backstage/core-app-api@1.11.2-next.1
    • @backstage/plugin-home-react@0.1.6-next.1
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/theme@0.5.0-next.0
    • @backstage/types@1.1.1

0.5.12-next.0

Patch Changes

  • 6cd12f277b: 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.
  • 63c494ef22: 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.
  • Updated dependencies
    • @backstage/core-plugin-api@1.8.1-next.0
    • @backstage/plugin-catalog-react@1.9.2-next.0
    • @backstage/core-components@0.13.9-next.0
    • @backstage/plugin-home-react@0.1.6-next.0
    • @backstage/theme@0.5.0-next.0
    • @backstage/frontend-plugin-api@0.3.1-next.0
    • @backstage/core-app-api@1.11.2-next.0
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1

0.5.10

Patch Changes

  • d86b2acec4: Fix bug where retrieveAll method wasn't fetching visits
  • 3fdffbb699: Remove the duplicate versions of @rjsf/* as they're no longer needed
  • 6c2b872153: Add official support for React 18.
  • 5b364984bf: Added experimental support for declarative integration via the /alpha subpath.
  • 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.
  • cc0e8d0b51: Temporarily pin the react-grid-layout sub-dependency to version 1.3.4 while the horizontal resizing of the latest version is not fixed. For more details, see #20712.
  • 302316d231: Added a new Featured Docs component to plugin-home, which can display any entity given a filter.

    import { FeaturedDocsCard } from '@backstage/plugin-home';
    
    <FeaturedDocsCard
      filter={{
        'spec.type': 'documentation',
        'metadata.name': 'getting-started-with-backstage',
      }}
      subLinkText="More Details"
      emptyState={emptyStateReactNode}
      linkDestination={'/customPath'}
      responseLimit={5}
    />
    

    See the storybook examples

  • Updated dependencies

    • @backstage/plugin-catalog-react@1.9.0
    • @backstage/core-components@0.13.8
    • @backstage/frontend-plugin-api@0.3.0
    • @backstage/core-plugin-api@1.8.0
    • @backstage/core-app-api@1.11.1
    • @backstage/plugin-home-react@0.1.5
    • @backstage/theme@0.4.4
    • @backstage/catalog-client@1.4.6
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1

0.5.10-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/plugin-home-react@0.1.5-next.2

0.5.10-next.1

Patch Changes

  • d86b2acec4: Fix bug where retrieveAll method wasn't fetching visits
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.3.0-next.1
    • @backstage/plugin-catalog-react@1.9.0-next.1
    • @backstage/core-components@0.13.8-next.1
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/core-app-api@1.11.1-next.0
    • @backstage/core-plugin-api@1.8.0-next.0
    • @backstage/theme@0.4.4-next.0
    • @backstage/types@1.1.1
    • @backstage/plugin-home-react@0.1.5-next.1

0.5.10-next.0

Patch Changes

  • 3fdffbb699: Remove the duplicate versions of @rjsf/* as they're no longer needed
  • 6c2b872153: Add official support for React 18.
  • 5b364984bf: Added experimental support for declarative integration via the /alpha subpath.
  • cc0e8d0b51: Temporarily pin the react-grid-layout sub-dependency to version 1.3.4 while the horizontal resizing of the latest version is not fixed. For more details, see #20712.
  • Updated dependencies
    • @backstage/core-components@0.13.7-next.0
    • @backstage/frontend-plugin-api@0.3.0-next.0
    • @backstage/plugin-catalog-react@1.9.0-next.0
    • @backstage/core-plugin-api@1.8.0-next.0
    • @backstage/core-app-api@1.11.1-next.0
    • @backstage/plugin-home-react@0.1.5-next.0
    • @backstage/theme@0.4.4-next.0
    • @backstage/catalog-model@1.4.3
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1

0.5.9

Patch Changes

  • f997f771da: Adds Top/Recently Visited components to homepage
  • 9a1fce352e: Updated dependency @testing-library/jest-dom to ^6.0.0.
  • f95af4e540: Updated dependency @testing-library/dom to ^9.0.0.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.8.5
    • @backstage/core-app-api@1.11.0
    • @backstage/core-plugin-api@1.7.0
    • @backstage/core-components@0.13.6
    • @backstage/catalog-model@1.4.3
    • @backstage/plugin-home-react@0.1.4
    • @backstage/theme@0.4.3
    • @backstage/config@1.1.1
    • @backstage/types@1.1.1

0.5.9-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.11.0-next.2
    • @backstage/core-components@0.13.6-next.2
    • @backstage/core-plugin-api@1.7.0-next.1
    • @backstage/catalog-model@1.4.3-next.0
    • @backstage/plugin-catalog-react@1.8.5-next.2
    • @backstage/theme@0.4.3-next.0
    • @backstage/config@1.1.1-next.0
    • @backstage/types@1.1.1
    • @backstage/plugin-home-react@0.1.4-next.2

0.5.9-next.1

Patch Changes

  • f997f771da: Adds Top/Recently Visited components to homepage
  • Updated dependencies
    • @backstage/core-components@0.13.6-next.1
    • @backstage/core-app-api@1.10.1-next.1
    • @backstage/plugin-catalog-react@1.8.5-next.1
    • @backstage/plugin-home-react@0.1.4-next.1
    • @backstage/core-plugin-api@1.7.0-next.0
    • @backstage/config@1.1.0
    • @backstage/catalog-model@1.4.2
    • @backstage/theme@0.4.2
    • @backstage/types@1.1.1

0.5.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.8.5-next.0
    • @backstage/core-plugin-api@1.7.0-next.0
    • @backstage/core-components@0.13.6-next.0
    • @backstage/config@1.1.0
    • @backstage/plugin-home-react@0.1.4-next.0
    • @backstage/catalog-model@1.4.2
    • @backstage/theme@0.4.2

0.5.8

Patch Changes

  • 2bc96ce69eea: Fixed a bug where customizable home page cards would render missing their normal borders.
  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • 98bb77c1f0b8: Align zod dependency to align with other packages.
  • 8cec7664e146: Removed @types/node dependency
  • b16c341ced45: Updated dependency @rjsf/utils to 5.13.0. Updated dependency @rjsf/core-v5 to npm:@rjsf/core@5.13.0. Updated dependency @rjsf/material-ui-v5 to npm:@rjsf/material-ui@5.13.0. Updated dependency @rjsf/validator-ajv8 to 5.13.0.
  • 1853ffa09b50: Allow specifying static widgets to custom home page
  • Updated dependencies
    • @backstage/plugin-home-react@0.1.3
    • @backstage/plugin-catalog-react@1.8.4
    • @backstage/core-components@0.13.5
    • @backstage/config@1.1.0
    • @backstage/catalog-model@1.4.2
    • @backstage/core-plugin-api@1.6.0
    • @backstage/theme@0.4.2

0.5.8-next.3

Patch Changes

  • 2bc96ce69eea: Fixed a bug where customizable home page cards would render missing their normal borders.
  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
  • b16c341ced45: Updated dependency @rjsf/utils to 5.13.0. Updated dependency @rjsf/core-v5 to npm:@rjsf/core@5.13.0. Updated dependency @rjsf/material-ui-v5 to npm:@rjsf/material-ui@5.13.0. Updated dependency @rjsf/validator-ajv8 to 5.13.0.
  • Updated dependencies
    • @backstage/catalog-model@1.4.2-next.2
    • @backstage/config@1.1.0-next.2
    • @backstage/core-components@0.13.5-next.3
    • @backstage/core-plugin-api@1.6.0-next.3
    • @backstage/plugin-catalog-react@1.8.4-next.3
    • @backstage/plugin-home-react@0.1.3-next.3
    • @backstage/theme@0.4.2-next.0

0.5.8-next.2

Patch Changes

  • 8cec7664e146: Removed @types/node dependency
  • Updated dependencies
    • @backstage/core-components@0.13.5-next.2
    • @backstage/core-plugin-api@1.6.0-next.2
    • @backstage/plugin-home-react@0.1.3-next.2
    • @backstage/config@1.1.0-next.1
    • @backstage/plugin-catalog-react@1.8.4-next.2
    • @backstage/catalog-model@1.4.2-next.1
    • @backstage/theme@0.4.1

0.5.8-next.1

Patch Changes

  • 98bb77c1f0b8: Align zod dependency to align with other packages.
  • 1853ffa09b50: Allow specifying static widgets to custom home page
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.8.4-next.1
    • @backstage/core-components@0.13.5-next.1
    • @backstage/config@1.1.0-next.0
    • @backstage/plugin-home-react@0.1.3-next.1
    • @backstage/catalog-model@1.4.2-next.0
    • @backstage/core-plugin-api@1.6.0-next.1
    • @backstage/theme@0.4.1

0.5.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-home-react@0.1.3-next.0
    • @backstage/core-plugin-api@1.6.0-next.0
    • @backstage/core-components@0.13.5-next.0
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.3-next.0

0.5.5

Patch Changes

  • a559ff68de7e: Now, user can provide a language (optional) as input to receive a greeting in that specific language. Example: <WelcomeTitle language={['English', 'Spanish']} />
  • 6743d3917a52: Make sure the widget name is never empty in the AddWidgetDialog. If the title was set to "", the entry would contain an empty string. Use the name as a fallback
  • Updated dependencies
    • @backstage/plugin-home-react@0.1.2
    • @backstage/core-components@0.13.4
    • @backstage/plugin-catalog-react@1.8.1
    • @backstage/core-plugin-api@1.5.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/theme@0.4.1

0.5.5-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.8.1-next.1
    • @backstage/plugin-home-react@0.1.2-next.0

0.5.5-next.0

Patch Changes

  • a559ff68de7e: Now, user can provide a language (optional) as input to receive a greeting in that specific language. Example: <WelcomeTitle language={['English', 'Spanish']} />
  • 6743d3917a52: Make sure the widget name is never empty in the AddWidgetDialog. If the title was set to "", the entry would contain an empty string. Use the name as a fallback
  • Updated dependencies
    • @backstage/plugin-home-react@0.1.2-next.0
    • @backstage/core-components@0.13.4-next.0
    • @backstage/core-plugin-api@1.5.3
    • @backstage/plugin-catalog-react@1.8.1-next.0
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8
    • @backstage/theme@0.4.1

0.5.4

Patch Changes

  • 88c62048fcbd: fix: update plugin home dependency for @rjsf/material-ui to @rjsf/material-ui-v5
  • 0b89ca8ce24a: Add possibility to customize the settings widget for different properties by using the uiSchema provided by the json-schema. More information here: https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/uiSchema
  • b8ebd3d2e4e5: Fix missing column breakpoints in CustomHompageGrid
  • Updated dependencies
    • @backstage/theme@0.4.1
    • @backstage/plugin-catalog-react@1.8.0
    • @backstage/core-components@0.13.3
    • @backstage/plugin-home-react@0.1.1
    • @backstage/core-plugin-api@1.5.3
    • @backstage/catalog-model@1.4.1
    • @backstage/config@1.0.8

0.5.4-next.2

Patch Changes

  • 0b89ca8ce24a: Add possibility to customize the settings widget for different properties by using the uiSchema provided by the json-schema. More information here: https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/uiSchema
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.8.0-next.2
    • @backstage/plugin-home-react@0.1.1-next.2
    • @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/catalog-model@1.4.1-next.0
    • @backstage/config@1.0.8

0.5.4-next.1

Patch Changes

  • b8ebd3d2e4e5: Fix missing column breakpoints in CustomHompageGrid
  • 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/plugin-catalog-react@1.7.1-next.1
    • @backstage/plugin-home-react@0.1.1-next.1
    • @backstage/config@1.0.8

0.5.4-next.0

Patch Changes

  • 88c62048fcbd: fix: update plugin home dependency for @rjsf/material-ui to @rjsf/material-ui-v5
  • Updated dependencies
    • @backstage/core-components@0.13.3-next.0
    • @backstage/catalog-model@1.4.1-next.0
    • @backstage/config@1.0.8
    • @backstage/core-plugin-api@1.5.2
    • @backstage/theme@0.4.0
    • @backstage/plugin-catalog-react@1.7.1-next.0
    • @backstage/plugin-home-react@0.1.1-next.0

0.5.3

Patch Changes

  • d1cfb4e4c4cd: Update set up documentation to export homepage as element instead of React component.
  • 2e4940e1a8f8: Allow more customization for the CustomHomepageGrid
  • 2ff94da135a4: bump rjsf dependencies to 5.7.3
  • 41e8037a8a6d: Extract new plugin-home-react package and deprecate createCardExtension in plugin-home
  • Updated dependencies
    • @backstage/core-plugin-api@1.5.2
    • @backstage/core-components@0.13.2
    • @backstage/theme@0.4.0
    • @backstage/plugin-catalog-react@1.7.0
    • @backstage/catalog-model@1.4.0
    • @backstage/plugin-home-react@0.1.0
    • @backstage/config@1.0.8

0.5.3-next.3

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.2-next.3
    • @backstage/catalog-model@1.4.0-next.1
    • @backstage/config@1.0.7
    • @backstage/core-plugin-api@1.5.2-next.0
    • @backstage/theme@0.4.0-next.1
    • @backstage/plugin-catalog-react@1.7.0-next.3
    • @backstage/plugin-home-react@0.1.0-next.3

0.5.3-next.2

Patch Changes

  • 2ff94da135a4: bump rjsf dependencies to 5.7.3
  • Updated dependencies
    • @backstage/theme@0.4.0-next.1
    • @backstage/plugin-catalog-react@1.7.0-next.2
    • @backstage/core-components@0.13.2-next.2
    • @backstage/plugin-home-react@0.1.0-next.2
    • @backstage/config@1.0.7
    • @backstage/core-plugin-api@1.5.2-next.0

0.5.3-next.1

Patch Changes

  • d1cfb4e4c4cd: Update set up documentation to export homepage as element instead of React component.
  • 2e4940e1a8f8: Allow more customization for the CustomHomepageGrid
  • Updated dependencies
    • @backstage/core-components@0.13.2-next.1
    • @backstage/plugin-catalog-react@1.7.0-next.1
    • @backstage/catalog-model@1.4.0-next.0
    • @backstage/core-plugin-api@1.5.2-next.0
    • @backstage/plugin-home-react@0.1.0-next.1
    • @backstage/config@1.0.7
    • @backstage/theme@0.4.0-next.0

0.5.3-next.0

Patch Changes

  • 41e8037a8a6d: Extract new plugin-home-react package and deprecate createCardExtension in plugin-home
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.7.0-next.0
    • @backstage/plugin-home-react@0.1.0-next.0
    • @backstage/theme@0.4.0-next.0
    • @backstage/config@1.0.7
    • @backstage/core-components@0.13.2-next.0
    • @backstage/core-plugin-api@1.5.1
    • @backstage/catalog-model@1.3.0

0.5.2

Patch Changes

  • acca8966465: Remove object-hash dependency
  • 957cd9b8958: Use the semantic time tag for rendering world clocks on homepage headers.
  • 0e19e7b0f3a: Bump to using the later v5 versions of @rjsf/*
  • 5272cfabc3b: Add missing @rjsf/core dependency
  • Updated dependencies
    • @backstage/theme@0.3.0
    • @backstage/plugin-catalog-react@1.6.0
    • @backstage/core-components@0.13.1
    • @backstage/catalog-model@1.3.0
    • @backstage/config@1.0.7
    • @backstage/core-plugin-api@1.5.1

0.5.2-next.2

Patch Changes

  • acca8966465: Remove object-hash dependency
  • Updated dependencies
    • @backstage/theme@0.3.0-next.0
    • @backstage/core-components@0.13.1-next.1
    • @backstage/plugin-catalog-react@1.6.0-next.2
    • @backstage/config@1.0.7
    • @backstage/core-plugin-api@1.5.1

0.5.2-next.1

Patch Changes

  • 0e19e7b0f3a: Bump to using the later v5 versions of @rjsf/*
  • Updated dependencies
    • @backstage/core-components@0.13.1-next.0
    • @backstage/core-plugin-api@1.5.1
    • @backstage/plugin-catalog-react@1.6.0-next.1
    • @backstage/config@1.0.7

0.5.1-next.0

Patch Changes

  • 5272cfabc3b: Add missing @rjsf/core dependency
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.6.0-next.0
    • @backstage/core-components@0.13.0
    • @backstage/core-plugin-api@1.5.1
    • @backstage/catalog-model@1.3.0
    • @backstage/config@1.0.7
    • @backstage/theme@0.2.19

0.5.0

Minor Changes

  • 760f521b979: Add support for customizable homepage.

    Allows customizing homepage components, their placement, size and individual settings. For maximum size and settings, the existing home components should add necessary data attributes to their components.

    See plugins/home/README.md for more information how to configure the customizable homepage.

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • e0c6e8b9c3c: Update peer dependencies
  • Updated dependencies
    • @backstage/core-components@0.13.0
    • @backstage/plugin-catalog-react@1.5.0
    • @backstage/theme@0.2.19
    • @backstage/core-plugin-api@1.5.1
    • @backstage/catalog-model@1.3.0
    • @backstage/config@1.0.7

0.4.33-next.3

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.5.0-next.3
    • @backstage/catalog-model@1.3.0-next.0
    • @backstage/core-components@0.13.0-next.3
    • @backstage/config@1.0.7
    • @backstage/core-plugin-api@1.5.1-next.1
    • @backstage/theme@0.2.19-next.0

0.4.33-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.6-next.2
    • @backstage/plugin-catalog-react@1.4.1-next.2
    • @backstage/core-plugin-api@1.5.1-next.1
    • @backstage/catalog-model@1.2.1
    • @backstage/config@1.0.7
    • @backstage/theme@0.2.19-next.0

0.4.33-next.1

Patch Changes

  • e0c6e8b9c3c: Update peer dependencies
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.1
    • @backstage/core-plugin-api@1.5.1-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.1
    • @backstage/theme@0.2.19-next.0
    • @backstage/catalog-model@1.2.1
    • @backstage/config@1.0.7

0.4.33-next.0

Patch Changes

  • 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
  • Updated dependencies
    • @backstage/core-components@0.12.6-next.0
    • @backstage/plugin-catalog-react@1.4.1-next.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/config@1.0.7
    • @backstage/catalog-model@1.2.1
    • @backstage/theme@0.2.18

0.4.32

Patch Changes

  • 52b0022dab7: Updated dependency msw to ^1.0.0.
  • Updated dependencies
    • @backstage/core-components@0.12.5
    • @backstage/plugin-catalog-react@1.4.0
    • @backstage/core-plugin-api@1.5.0
    • @backstage/catalog-model@1.2.1
    • @backstage/config@1.0.7
    • @backstage/theme@0.2.18

0.4.32-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.5-next.2
    • @backstage/plugin-catalog-react@1.4.0-next.2
    • @backstage/core-plugin-api@1.5.0-next.2
    • @backstage/config@1.0.7-next.0

0.4.32-next.1

Patch Changes

  • 52b0022dab7: Updated dependency msw to ^1.0.0.
  • Updated dependencies
    • @backstage/core-components@0.12.5-next.1
    • @backstage/core-plugin-api@1.4.1-next.1
    • @backstage/config@1.0.7-next.0
    • @backstage/theme@0.2.18-next.0
    • @backstage/plugin-catalog-react@1.4.0-next.1
    • @backstage/catalog-model@1.2.1-next.1

0.4.32-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.4.0-next.0
    • @backstage/core-plugin-api@1.4.1-next.0
    • @backstage/catalog-model@1.2.1-next.0
    • @backstage/config@1.0.6
    • @backstage/core-components@0.12.5-next.0
    • @backstage/theme@0.2.17

0.4.31

Patch Changes

  • c51efce2a0: Update docs to always use yarn add --cwd for app & backend
  • 3d1d867d42: Fixed regression that caused the WelcomeTitle to not be the right size when passed to the title property of the <Header> component. A Storybook entry was also added for the WelcomeTitle
  • c553a625d2: remove unused plugin-stack-overflow dependency
  • Updated dependencies
    • @backstage/core-components@0.12.4
    • @backstage/catalog-model@1.2.0
    • @backstage/theme@0.2.17
    • @backstage/core-plugin-api@1.4.0
    • @backstage/plugin-catalog-react@1.3.0
    • @backstage/config@1.0.6

0.4.31-next.2

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.2.0-next.1
    • @backstage/core-components@0.12.4-next.1
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-catalog-react@1.3.0-next.2

0.4.31-next.1

Patch Changes

  • 3d1d867d42: Fixed regression that caused the WelcomeTitle to not be the right size when passed to the title property of the <Header> component. A Storybook entry was also added for the WelcomeTitle
  • c553a625d2: remove unused plugin-stack-overflow dependency
  • Updated dependencies
    • @backstage/core-components@0.12.4-next.0
    • @backstage/plugin-catalog-react@1.3.0-next.1
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/config@1.0.6
    • @backstage/core-plugin-api@1.3.0
    • @backstage/theme@0.2.16

0.4.31-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.3.0-next.0
    • @backstage/catalog-model@1.1.6-next.0
    • @backstage/plugin-stack-overflow@0.1.11-next.0

0.4.30

Patch Changes

  • 27a5e90e97: Small updates to some paragraph components to ensure theme typography properties are inherited correctly.
  • 80ce4e8c29: Small updates to some components to ensure theme typography properties are inherited correctly.
  • Updated dependencies
    • @backstage/catalog-model@1.1.5
    • @backstage/plugin-catalog-react@1.2.4
    • @backstage/core-components@0.12.3
    • @backstage/plugin-stack-overflow@0.1.10
    • @backstage/core-plugin-api@1.3.0
    • @backstage/config@1.0.6
    • @backstage/theme@0.2.16

0.4.30-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.3.0-next.1
    • @backstage/plugin-catalog-react@1.2.4-next.2
    • @backstage/catalog-model@1.1.5-next.1
    • @backstage/config@1.0.6-next.0
    • @backstage/core-components@0.12.3-next.2
    • @backstage/theme@0.2.16
    • @backstage/plugin-stack-overflow@0.1.10-next.2

0.4.30-next.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.0.6-next.0
    • @backstage/catalog-model@1.1.5-next.1
    • @backstage/core-components@0.12.3-next.1
    • @backstage/core-plugin-api@1.2.1-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-catalog-react@1.2.4-next.1
    • @backstage/plugin-stack-overflow@0.1.10-next.1

0.4.30-next.0

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.5-next.0
    • @backstage/plugin-catalog-react@1.2.4-next.0
    • @backstage/core-components@0.12.3-next.0
    • @backstage/config@1.0.5
    • @backstage/core-plugin-api@1.2.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-stack-overflow@0.1.10-next.0

0.4.29

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.2
    • @backstage/plugin-catalog-react@1.2.3
    • @backstage/plugin-stack-overflow@0.1.9

0.4.28

Patch Changes

  • 2e701b3796: Internal refactor to use react-router-dom rather than react-router.
  • edf2404e9f: Adjusted the description's empty state on the starred entities table,
  • 3280711113: Updated dependency msw to ^0.49.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.2.0
    • @backstage/core-components@0.12.1
    • @backstage/plugin-catalog-react@1.2.2
    • @backstage/plugin-stack-overflow@0.1.8
    • @backstage/catalog-model@1.1.4
    • @backstage/config@1.0.5
    • @backstage/theme@0.2.16

0.4.28-next.4

Patch Changes

  • 2e701b3796: Internal refactor to use react-router-dom rather than react-router.
  • Updated dependencies
    • @backstage/core-components@0.12.1-next.4
    • @backstage/plugin-catalog-react@1.2.2-next.4
    • @backstage/plugin-stack-overflow@0.1.8-next.4
    • @backstage/catalog-model@1.1.4-next.1
    • @backstage/config@1.0.5-next.1
    • @backstage/core-plugin-api@1.2.0-next.2
    • @backstage/theme@0.2.16

0.4.28-next.3

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.1-next.3
    • @backstage/catalog-model@1.1.4-next.1
    • @backstage/config@1.0.5-next.1
    • @backstage/core-plugin-api@1.2.0-next.2
    • @backstage/theme@0.2.16
    • @backstage/plugin-catalog-react@1.2.2-next.3
    • @backstage/plugin-stack-overflow@0.1.8-next.3

0.4.28-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.2.0-next.2
    • @backstage/core-components@0.12.1-next.2
    • @backstage/plugin-catalog-react@1.2.2-next.2
    • @backstage/plugin-stack-overflow@0.1.8-next.2
    • @backstage/catalog-model@1.1.4-next.1
    • @backstage/config@1.0.5-next.1
    • @backstage/theme@0.2.16

0.4.28-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.1-next.1
    • @backstage/plugin-stack-overflow@0.1.8-next.1
    • @backstage/core-plugin-api@1.1.1-next.1
    • @backstage/plugin-catalog-react@1.2.2-next.1
    • @backstage/config@1.0.5-next.1
    • @backstage/catalog-model@1.1.4-next.1
    • @backstage/theme@0.2.16

0.4.28-next.0

Patch Changes

  • 3280711113: Updated dependency msw to ^0.49.0.
  • Updated dependencies
    • @backstage/core-components@0.12.1-next.0
    • @backstage/core-plugin-api@1.1.1-next.0
    • @backstage/plugin-stack-overflow@0.1.8-next.0
    • @backstage/plugin-catalog-react@1.2.2-next.0
    • @backstage/catalog-model@1.1.4-next.0
    • @backstage/config@1.0.5-next.0
    • @backstage/theme@0.2.16

0.4.27

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.2.1
    • @backstage/core-components@0.12.0
    • @backstage/core-plugin-api@1.1.0
    • @backstage/plugin-stack-overflow@0.1.7
    • @backstage/catalog-model@1.1.3
    • @backstage/config@1.0.4
    • @backstage/theme@0.2.16

0.4.27-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.12.0-next.1
    • @backstage/catalog-model@1.1.3-next.0
    • @backstage/config@1.0.4-next.0
    • @backstage/core-plugin-api@1.1.0-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-catalog-react@1.2.1-next.1
    • @backstage/plugin-stack-overflow@0.1.7-next.1

0.4.27-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.2.1-next.0
    • @backstage/core-components@0.12.0-next.0
    • @backstage/core-plugin-api@1.1.0-next.0
    • @backstage/catalog-model@1.1.3-next.0
    • @backstage/plugin-stack-overflow@0.1.7-next.0
    • @backstage/config@1.0.4-next.0
    • @backstage/theme@0.2.16

0.4.26

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.2
    • @backstage/plugin-catalog-react@1.2.0
    • @backstage/core-components@0.11.2
    • @backstage/plugin-stack-overflow@0.1.6
    • @backstage/core-plugin-api@1.0.7
    • @backstage/config@1.0.3
    • @backstage/theme@0.2.16

0.4.26-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.2.0-next.2
    • @backstage/catalog-model@1.1.2-next.2
    • @backstage/config@1.0.3-next.2
    • @backstage/core-components@0.11.2-next.2
    • @backstage/core-plugin-api@1.0.7-next.2
    • @backstage/theme@0.2.16
    • @backstage/plugin-stack-overflow@0.1.6-next.2

0.4.26-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.2.0-next.1
    • @backstage/core-components@0.11.2-next.1
    • @backstage/core-plugin-api@1.0.7-next.1
    • @backstage/plugin-stack-overflow@0.1.6-next.1
    • @backstage/catalog-model@1.1.2-next.1
    • @backstage/config@1.0.3-next.1
    • @backstage/theme@0.2.16

0.4.26-next.0

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.2-next.0
    • @backstage/core-components@0.11.2-next.0
    • @backstage/plugin-catalog-react@1.1.5-next.0
    • @backstage/plugin-stack-overflow@0.1.6-next.0
    • @backstage/config@1.0.3-next.0
    • @backstage/core-plugin-api@1.0.7-next.0
    • @backstage/theme@0.2.16

0.4.25

Patch Changes

  • 817f3196f6: Updated React Router dependencies to be peer dependencies.
  • 7d47def9c4: Removed dependency on @types/jest.
  • d669d89206: Minor API signatures cleanup
  • 667d917488: Updated dependency msw to ^0.47.0.
  • 87ec2ba4d6: Updated dependency msw to ^0.46.0.
  • bf5e9030eb: Updated dependency msw to ^0.45.0.
  • Updated dependencies
    • @backstage/core-components@0.11.1
    • @backstage/core-plugin-api@1.0.6
    • @backstage/plugin-catalog-react@1.1.4
    • @backstage/catalog-model@1.1.1
    • @backstage/config@1.0.2
    • @backstage/plugin-stack-overflow@0.1.5

0.4.25-next.3

Patch Changes

  • 7d47def9c4: Removed dependency on @types/jest.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.1.4-next.2
    • @backstage/catalog-model@1.1.1-next.0
    • @backstage/config@1.0.2-next.0
    • @backstage/core-components@0.11.1-next.3
    • @backstage/core-plugin-api@1.0.6-next.3
    • @backstage/plugin-stack-overflow@0.1.5-next.3

0.4.25-next.2

Patch Changes

  • 667d917488: Updated dependency msw to ^0.47.0.
  • 87ec2ba4d6: Updated dependency msw to ^0.46.0.
  • Updated dependencies
    • @backstage/core-components@0.11.1-next.2
    • @backstage/core-plugin-api@1.0.6-next.2
    • @backstage/plugin-stack-overflow@0.1.5-next.2

0.4.25-next.1

Patch Changes

  • 817f3196f6: Updated React Router dependencies to be peer dependencies.
  • d669d89206: Minor API signatures cleanup
  • Updated dependencies
    • @backstage/core-components@0.11.1-next.1
    • @backstage/core-plugin-api@1.0.6-next.1
    • @backstage/plugin-catalog-react@1.1.4-next.1
    • @backstage/plugin-stack-overflow@0.1.5-next.1

0.4.25-next.0

Patch Changes

  • bf5e9030eb: Updated dependency msw to ^0.45.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.0.6-next.0
    • @backstage/core-components@0.11.1-next.0
    • @backstage/plugin-stack-overflow@0.1.5-next.0
    • @backstage/plugin-catalog-react@1.1.4-next.0

0.4.24

Patch Changes

  • df7b9158b8: Add wrap-around for the listing of tools to prevent increasing width with name length.
  • Updated dependencies
    • @backstage/core-components@0.11.0
    • @backstage/core-plugin-api@1.0.5
    • @backstage/plugin-catalog-react@1.1.3
    • @backstage/plugin-stack-overflow@0.1.4

0.4.24-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.1.3-next.2
    • @backstage/core-components@0.11.0-next.2
    • @backstage/plugin-stack-overflow@0.1.4-next.1

0.4.24-next.1

Patch Changes

  • df7b9158b8: Add wrap-around for the listing of tools to prevent increasing width with name length.
  • Updated dependencies
    • @backstage/core-components@0.10.1-next.1
    • @backstage/plugin-catalog-react@1.1.3-next.1

0.4.24-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.0.5-next.0
    • @backstage/plugin-catalog-react@1.1.3-next.0
    • @backstage/core-components@0.10.1-next.0
    • @backstage/plugin-stack-overflow@0.1.4-next.0

0.4.23

Patch Changes

  • a70869e775: Updated dependency msw to ^0.43.0.
  • 8006d0f9bf: Updated dependency msw to ^0.44.0.
  • a46e317a75: Added support for customizing the time format used in the HeaderWorldClock component

    Here's an example of how this can be used in the HomePage.tsx found in \packages\app\src\components\home to change the clock to be in the 24hr time format:

    +const timeFormat: Intl.DateTimeFormatOptions = {
    +  hour: '2-digit',
    +  minute: '2-digit',
    +  hour12: false,
    +};
    
    export const homePage = (
      <Page themeId="home">
        <Header title={<WelcomeTitle />} pageTitleOverride="Home">
    +      <HeaderWorldClock clockConfigs={clockConfigs} customTimeFormat={timeFormat} />
        </Header>
        <Content>
          <Grid container spacing={3}>
            <Grid item xs={12}>
              <HomePageSearchBar />
            </Grid>
    
  • Updated dependencies

    • @backstage/core-components@0.10.0
    • @backstage/catalog-model@1.1.0
    • @backstage/core-plugin-api@1.0.4
    • @backstage/plugin-stack-overflow@0.1.3
    • @backstage/plugin-catalog-react@1.1.2
    • @backstage/theme@0.2.16

0.4.23-next.3

Patch Changes

  • a70869e775: Updated dependency msw to ^0.43.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.0.4-next.0
    • @backstage/core-components@0.10.0-next.3
    • @backstage/plugin-stack-overflow@0.1.3-next.3
    • @backstage/catalog-model@1.1.0-next.3
    • @backstage/plugin-catalog-react@1.1.2-next.3

0.4.23-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.10.0-next.2
    • @backstage/catalog-model@1.1.0-next.2
    • @backstage/theme@0.2.16-next.1
    • @backstage/plugin-catalog-react@1.1.2-next.2
    • @backstage/plugin-stack-overflow@0.1.3-next.2

0.4.23-next.1

Patch Changes

  • a46e317a75: Added support for customizing the time format used in the HeaderWorldClock component

    Here's an example of how this can be used in the HomePage.tsx found in \packages\app\src\components\home to change the clock to be in the 24hr time format:

    +const timeFormat: Intl.DateTimeFormatOptions = {
    +  hour: '2-digit',
    +  minute: '2-digit',
    +  hour12: false,
    +};
    
    export const homePage = (
      <Page themeId="home">
        <Header title={<WelcomeTitle />} pageTitleOverride="Home">
    +      <HeaderWorldClock clockConfigs={clockConfigs} customTimeFormat={timeFormat} />
        </Header>
        <Content>
          <Grid container spacing={3}>
            <Grid item xs={12}>
              <HomePageSearchBar />
            </Grid>
    
  • Updated dependencies

    • @backstage/core-components@0.9.6-next.1
    • @backstage/catalog-model@1.1.0-next.1
    • @backstage/plugin-stack-overflow@0.1.3-next.1
    • @backstage/theme@0.2.16-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.1

0.4.23-next.0

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.0-next.0
    • @backstage/core-components@0.9.6-next.0
    • @backstage/plugin-stack-overflow@0.1.3-next.0
    • @backstage/plugin-catalog-react@1.1.2-next.0

0.4.22

Patch Changes

  • 8f7b1835df: Updated dependency msw to ^0.41.0.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.1.1
    • @backstage/core-components@0.9.5
    • @backstage/core-plugin-api@1.0.3
    • @backstage/plugin-stack-overflow@0.1.2
    • @backstage/catalog-model@1.0.3

0.4.22-next.1

Patch Changes

  • 8f7b1835df: Updated dependency msw to ^0.41.0.
  • Updated dependencies
    • @backstage/core-components@0.9.5-next.1
    • @backstage/core-plugin-api@1.0.3-next.0
    • @backstage/plugin-stack-overflow@0.1.2-next.1
    • @backstage/catalog-model@1.0.3-next.0
    • @backstage/plugin-catalog-react@1.1.1-next.1

0.4.22-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.1.1-next.0
    • @backstage/core-components@0.9.5-next.0
    • @backstage/plugin-stack-overflow@0.1.2-next.0

0.4.21

Patch Changes

  • 2b733d9d39: star icons now have the same yellow color as the other star icons when a entity is favourite
  • 69093c5f91: Display entity titles in StarredEntities home page card (if defined) and don't show entities which no longer exist
  • Updated dependencies
    • @backstage/core-components@0.9.4
    • @backstage/core-plugin-api@1.0.2
    • @backstage/plugin-catalog-react@1.1.0
    • @backstage/config@1.0.1
    • @backstage/catalog-model@1.0.2
    • @backstage/plugin-stack-overflow@0.1.1

0.4.21-next.3

Patch Changes

  • 69093c5f91: Display entity titles in StarredEntities home page card (if defined) and don't show entities which no longer exist
  • Updated dependencies
    • @backstage/core-components@0.9.4-next.2

0.4.21-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.4-next.1
    • @backstage/config@1.0.1-next.0
    • @backstage/plugin-catalog-react@1.1.0-next.2
    • @backstage/catalog-model@1.0.2-next.0
    • @backstage/core-plugin-api@1.0.2-next.1
    • @backstage/plugin-stack-overflow@0.1.1-next.2

0.4.21-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.9.4-next.0
    • @backstage/core-plugin-api@1.0.2-next.0
    • @backstage/plugin-catalog-react@1.1.0-next.1
    • @backstage/plugin-stack-overflow@0.1.1-next.1

0.4.21-next.0

Patch Changes

  • 2b733d9d39: star icons now have the same yellow color as the other star icons when a entity is favourite
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.1.0-next.0
    • @backstage/plugin-stack-overflow@0.1.1-next.0

0.4.20

Patch Changes

  • ab230a433f: Export template logos TemplateBackstageLogo and TemplateBackstageLogoIcon from package.
  • 24254fd433: build(deps): bump @testing-library/user-event from 13.5.0 to 14.0.0
  • ac323de4ad: - Adds new HomePageStackOverflowQuestions component which renders a list of stack overflow questions on your homepage.

    • Exports ComponentRenderer type.
  • 230ad0826f: Bump to using @types/node v16

  • 9b58775849: Updated the dependency on @backstage/config to ^1.0.0.
  • 99063c39ae: Minor API report cleanup
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.0.1
    • @backstage/catalog-model@1.0.1
    • @backstage/core-components@0.9.3
    • @backstage/core-plugin-api@1.0.1
    • @backstage/plugin-stack-overflow@0.1.0

0.4.20-next.3

Patch Changes

  • ab230a433f: Export template logos TemplateBackstageLogo and TemplateBackstageLogoIcon from package.
  • 24254fd433: build(deps): bump @testing-library/user-event from 13.5.0 to 14.0.0
  • 230ad0826f: Bump to using @types/node v16
  • 9b58775849: Updated the dependency on @backstage/config to ^1.0.0.
  • Updated dependencies
    • @backstage/core-components@0.9.3-next.2
    • @backstage/core-plugin-api@1.0.1-next.0
    • @backstage/plugin-catalog-react@1.0.1-next.3
    • @backstage/plugin-stack-overflow@0.1.0-next.1

0.4.20-next.2

Patch Changes

  • 99063c39ae: Minor API report cleanup
  • Updated dependencies
    • @backstage/core-components@0.9.3-next.1
    • @backstage/plugin-catalog-react@1.0.1-next.2
    • @backstage/catalog-model@1.0.1-next.1

0.4.20-next.1

Patch Changes

  • ac323de4ad: - Adds new HomePageStackOverflowQuestions component which renders a list of stack overflow questions on your homepage.

    • Exports ComponentRenderer type.
  • Updated dependencies

    • @backstage/plugin-catalog-react@1.0.1-next.1
    • @backstage/plugin-stack-overflow@0.1.0-next.0

0.4.20-next.0

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.0.1-next.0
    • @backstage/plugin-search@0.7.5-next.0
    • @backstage/plugin-catalog-react@1.0.1-next.0
    • @backstage/core-components@0.9.3-next.0

0.4.19

Patch Changes

  • a422d7ce5e: chore(deps): bump @testing-library/react from 11.2.6 to 12.1.3
  • Updated dependencies
    • @backstage/core-components@0.9.2
    • @backstage/core-plugin-api@1.0.0
    • @backstage/plugin-catalog-react@1.0.0
    • @backstage/plugin-search@0.7.4
    • @backstage/catalog-model@1.0.0

0.4.18

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@0.9.0
    • @backstage/core-components@0.9.1
    • @backstage/catalog-model@0.13.0
    • @backstage/plugin-search@0.7.3

0.4.18-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@0.9.0-next.0
    • @backstage/core-components@0.9.1-next.0
    • @backstage/catalog-model@0.13.0-next.0
    • @backstage/plugin-search@0.7.3-next.0

0.4.17

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@0.12.0
    • @backstage/core-components@0.9.0
    • @backstage/plugin-search@0.7.2
    • @backstage/plugin-catalog-react@0.8.0
    • @backstage/core-plugin-api@0.8.0

0.4.16

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.8.10
    • @backstage/plugin-catalog-react@0.7.0
    • @backstage/catalog-model@0.11.0
    • @backstage/core-plugin-api@0.7.0
    • @backstage/plugin-search@0.7.1

0.4.15

Patch Changes

  • 1ed305728b: Bump node-fetch to version 2.6.7 and cross-fetch to version 3.1.5
  • c77c5c7eb6: Added backstage.role to package.json
  • 651b919dbb: Add Renderer support for the HomePageToolkit component.

    Previously <HomePageToolkit Renderer={ComponentAccordion} Tools={[]} /> would result in the error can't access property "map", props.tools is undefined. This change adds a context that can pass props down to the HomePageToolkit. Also introduced is an expanded prop on the ComponentAccordion to setting the default expanded state. See In Accordian story for details.

  • Updated dependencies

    • @backstage/core-components@0.8.9
    • @backstage/core-plugin-api@0.6.1
    • @backstage/plugin-catalog-react@0.6.15
    • @backstage/plugin-search@0.7.0
    • @backstage/catalog-model@0.10.0
    • @backstage/theme@0.2.15

0.4.14

Patch Changes

  • a4a777441d: Adds new StarredEntities component responsible for rendering a list of starred entities on the home page
  • Updated dependencies
    • @backstage/core-components@0.8.8
    • @backstage/plugin-search@0.6.2
    • @backstage/plugin-catalog-react@0.6.14

0.4.14-next.0

Patch Changes

  • a4a777441d: Adds new StarredEntities component responsible for rendering a list of starred entities on the home page
  • Updated dependencies
    • @backstage/core-components@0.8.8-next.0
    • @backstage/plugin-search@0.6.2-next.0
    • @backstage/plugin-catalog-react@0.6.14-next.0

0.4.13

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.8.7
    • @backstage/plugin-search@0.6.1

0.4.13-next.0

Patch Changes

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

0.4.12

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.8.6
    • @backstage/plugin-search@0.6.0

0.4.11

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.8.5
    • @backstage/plugin-search@0.5.6
    • @backstage/core-plugin-api@0.6.0

0.4.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.8.5-next.0
    • @backstage/core-plugin-api@0.6.0-next.0
    • @backstage/plugin-search@0.5.6-next.0

0.4.10

Patch Changes

  • bdf1419d20: Adds two new home components - CompanyLogo and Toolkit.
  • Updated dependencies
    • @backstage/core-components@0.8.4
    • @backstage/core-plugin-api@0.5.0
    • @backstage/plugin-search@0.5.5

0.4.9

Patch Changes

  • 4ce51ab0f1: Internal refactor of the react-use imports to use react-use/lib/* instead.
  • Updated dependencies
    • @backstage/core-plugin-api@0.4.1
    • @backstage/core-components@0.8.3

0.4.8

Patch Changes

  • 6d36220ef2: Fix undefined identity bug in WelcomeTitle caused by using deprecated methods of the IdentityApi
  • Updated dependencies
    • @backstage/core-plugin-api@0.4.0
    • @backstage/core-components@0.8.2

0.4.7

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

0.4.6

Patch Changes

  • a125278b81: Refactor out the deprecated path and icon from RouteRefs
  • Updated dependencies
    • @backstage/core-components@0.7.4
    • @backstage/core-plugin-api@0.2.0

0.4.5

Patch Changes

  • 4a336fd292: Add name option to createCardExtension to remove deprecation warnings for extensions without name. Name will be required for extensions in a future release of core-plugin-api and therefore also in createCardExtension.
  • Updated dependencies
    • @backstage/core-components@0.7.3
    • @backstage/theme@0.2.13
    • @backstage/core-plugin-api@0.1.13

0.4.4

Patch Changes

  • ef5bf4235a: Adds a <WelcomeTitle> component that shows a playful greeting on the home page. To use it, pass it to the home page header:

    <Page themeId="home">
      <Header title={<WelcomeTitle />} pageTitleOverride="Home">
        <HomepageTimer />
      </Header>
      …
    </Page>
    
  • 87b2d5ad88: Fix <ComponentTabs> to display only the selected tab, not the other way around.

  • 2435d7a49b: Added HeaderWorldClock to the Home plugin which is a copy of the HomepageTimer from core-components that has been updated to use props over static config from app-config.yaml. To use HeaderWorldClock you'll need to create an array of ClockConfig like this:

    const clockConfigs: ClockConfig[] = [
      {
        label: 'NYC',
        timeZone: 'America/New_York',
      },
      {
        label: 'UTC',
        timeZone: 'UTC',
      },
      {
        label: 'STO',
        timeZone: 'Europe/Stockholm',
      },
      {
        label: 'TYO',
        timeZone: 'Asia/Tokyo',
      },
    ];
    

    Then you can pass clockConfigs into the HeaderWorldClock like this:

    <Page themeId="home">
      <Header title="Home">
        <HeaderWorldClock clockConfigs={clockConfigs} />
      </Header>
      <Content>...</Content>
    </Page>
    
  • Updated dependencies

    • @backstage/core-components@0.7.0
    • @backstage/theme@0.2.11

0.4.3

Patch Changes

  • ca0559444c: Avoid usage of .to*Case(), preferring .toLocale*Case('en-US') instead.
  • 81a41ec249: Added a name key to all extensions in order to improve Analytics API metadata.
  • Updated dependencies
    • @backstage/core-components@0.6.1
    • @backstage/core-plugin-api@0.1.10

0.4.2

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@0.1.9
    • @backstage/core-components@0.6.0

0.4.1

Patch Changes

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

0.4.0

Minor Changes

  • bcf312fa52: The homepage <Header /> is now part of the composable canvas (allowing you to add the <HomepageTimer />, for example).

    You will need to wrap your existing composed <HomePage /> component in <Page />, <Header />, and <Content /> components, like this:

    // app/src/components/home/HomePage.tsx
    
    + import { Content, Header, Page, HomePageTimer } from '@backstage/core-components';
    
    export const HomePage = () => (
    +  <Page themeId="home">
    +    <Header title="Home">
    +      <HomepageTimer />
    +    </Header>
    +    <Content>
      <Grid container spacing={3}>
        <Grid item xs={12}>
          <HomePageSearchBar />
        </Grid>
        // ...
    +    </Content>
    +  </Page>
    );
    

Patch Changes

  • 9f1362dcc1: Upgrade @material-ui/lab to 4.0.0-alpha.57.
  • 1da51fec2b: Adjust dependencies to @types/react and react-router to follow the pattern used by all other Backstage packages.
  • Updated dependencies
    • @backstage/core-components@0.4.2
    • @backstage/core-plugin-api@0.1.8

0.3.0

Minor Changes

  • 7f00902d9: Rename RandomJokeHomePageComponent to HomePageRandomJoke to fit convention, and update example app accordingly. NOTE: If you're using the RandomJoke component in your instance, it now has to be renamed to HomePageRandomJoke

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.4.1
    • @backstage/core-plugin-api@0.1.7

0.2.1

Patch Changes

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

0.2.0

Minor Changes

  • 2b7d3455b: Create the Home plugin which exports some basic functionality that's used to compose a homepage. An example of a composed homepage is added to the example app.

    This change also introduces the createCardExtension which creates a lazy loaded card that is intended to be used for homepage components.

    Adoption of this homepage requires setup similar to what can be found in the example app.

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.3.2
    • @backstage/theme@0.2.10