# Release v1.51.0-next.1
Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.51.0-next.1](https://backstage.github.io/upgrade-helper/?to=1.51.0-next.1)
## @backstage/eslint-plugin@0.3.0-next.0
### Minor Changes
- ab1cdbb: Added a new `no-self-package-imports` lint rule, enabled as `error` in the recommended config, that reports when a package imports itself by its own name instead of using a relative path. This pattern causes circular initialization errors in bundled ESM and with `jest.requireActual`.
## @backstage/ui@0.15.0-next.1
### Minor Changes
- 5351d8a: Added a `sticky` prop to the `Header` component. When `true`, the title-and-actions bar stays fixed to the top of its scroll container while the rest of the header (tags, description, metadata) scrolls away. The sticky bar background color automatically matches the container surface using the bg-consumer system.
**BREAKING**: Removed the main header class from the `Header` component. Custom styles that target this class should be updated to target the component sections that remain.
**Affected components:** Header
### Patch Changes
- e7fc79f: Added support for grouping options into sections in the Select component. You can now pass section objects with a `title` and a nested `options` array alongside (or instead of) regular options to render grouped dropdowns with section headers.
**Affected components:** Select
- 76635ae: Disabled `Card` scroll shadow in browsers that don't support `animation-timeline: scroll()`. Prevents the shadow from being always visible over the `CardBody` when there's nothing to scroll or the body is not scrolled.
**Affected components:** Card
- de75f7c: Fixed `CardBody` showing an unwanted scrollbar when constrained below the scroll shadow height.
**Affected components:** Card
- c96e2b3: Added `description`, `tags`, and `metadata` props to the `Header` component. The `description` prop accepts a markdown string with support for inline links. The `tags` prop renders a row of text or link items above the title. The `metadata` prop renders key-value pairs below the description. The `breadcrumbs` prop has been deprecated and will be removed in a future release.
**Affected components:** Header
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- 23ee789: Added invalid-state styling for Checkbox and corresponding Storybook variants for verification.
**Affected components:** Checkbox, CheckboxGroup
- df705bb: Fixed external URLs in BUI link components being rewritten as in-app paths when the app is served under a non-root base path. Absolute URLs (`http://`, `https://`, `//`, `mailto:`, `tel:`) are now passed through unchanged. Internal `href` values are resolved against the current `basename` exactly once, which also fixes a latent issue where internal link clicks under a non-root base path could navigate to a URL with the `basename` prefix doubled.
**Affected components:** ButtonLink, Card, Link, Menu, Tab, Table, Tag
## @backstage/plugin-home@0.9.6-next.0
# @backstage/plugin-home
## 0.9.5-next.0
### Patch Changes
- 419141e: Fixed widgets not being movable or resizable after saved edits. Previously, entering edit mode didn't restore `isDraggable` and `isResizable`.
- Updated dependencies
- @backstage/core-components@0.18.10-next.0
- @backstage/core-compat-api@0.5.11-next.0
- @backstage/plugin-catalog-react@2.1.5-next.0
- @backstage/frontend-plugin-api@0.17.0-next.0
- @backstage/plugin-home-react@0.1.38-next.0
- @backstage/core-app-api@1.20.1-next.0
- @backstage/catalog-client@1.15.1-next.0
- @backstage/catalog-model@1.8.1-next.0
- @backstage/config@1.3.8-next.0
- @backstage/core-plugin-api@1.12.6-next.0
- @backstage/theme@0.7.3
## 0.9.4
### Patch Changes
- Updated dependencies
- @backstage/theme@0.7.3
- @backstage/catalog-model@1.8.0
- @backstage/plugin-catalog-react@2.1.2
- @backstage/core-app-api@1.20.0
- @backstage/frontend-plugin-api@0.16.0
- @backstage/core-components@0.18.9
- @backstage/core-compat-api@0.5.10
- @backstage/catalog-client@1.15.0
- @backstage/config@1.3.7
- @backstage/core-plugin-api@1.12.5
- @backstage/plugin-home-react@0.1.37
## 0.9.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/theme@0.7.3-next.0
- @backstage/core-app-api@1.20.0-next.2
- @backstage/core-components@0.18.9-next.1
- @backstage/plugin-catalog-react@2.1.2-next.2
- @backstage/catalog-client@1.14.1-next.0
- @backstage/catalog-model@1.7.8-next.0
- @backstage/config@1.3.7-next.0
- @backstage/core-compat-api@0.5.10-next.2
- @backstage/core-plugin-api@1.12.5-next.2
- @backstage/frontend-plugin-api@0.16.0-next.2
## 0.9.4-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.20.0-next.1
- @backstage/plugin-catalog-react@2.1.2-next.1
- @backstage/frontend-plugin-api@0.16.0-next.1
- @backstage/core-compat-api@0.5.10-next.1
- @backstage/core-components@0.18.9-next.0
- @backstage/core-plugin-api@1.12.5-next.1
- @backstage/plugin-home-react@0.1.37-next.1
## 0.9.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@2.1.1-next.0
- @backstage/core-components@0.18.9-next.0
- @backstage/frontend-plugin-api@0.15.2-next.0
- @backstage/core-compat-api@0.5.10-next.0
- @backstage/core-app-api@1.19.7-next.0
- @backstage/plugin-home-react@0.1.37-next.0
- @backstage/core-plugin-api@1.12.5-next.0
- @backstage/catalog-client@1.14.0
- @backstage/catalog-model@1.7.7
- @backstage/config@1.3.6
- @backstage/theme@0.7.2
## 0.9.3
### Patch Changes
- 538c985: Updated installation documentation to use feature discovery as the default.
- 0be2541: Promoted the plugin's translation ref to the stable package entry point. It was previously only available through the alpha entry point.
- a49a40d: Updated dependency `zod` to `^3.25.76 || ^4.0.0` & migrated to `/v3` or `/v4` imports.
- Updated dependencies
- @backstage/plugin-catalog-react@2.1.0
- @backstage/core-compat-api@0.5.9
- @backstage/core-plugin-api@1.12.4
- @backstage/core-components@0.18.8
- @backstage/frontend-plugin-api@0.15.0
- @backstage/catalog-client@1.14.0
- @backstage/core-app-api@1.19.6
- @backstage/plugin-home-react@0.1.36
- @backstage/catalog-model@1.7.7
## 0.9.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.9-next.2
- @backstage/core-app-api@1.19.6-next.1
- @backstage/frontend-plugin-api@0.15.0-next.1
- @backstage/core-plugin-api@1.12.4-next.1
- @backstage/catalog-client@1.14.0-next.2
- @backstage/plugin-catalog-react@2.1.0-next.2
- @backstage/core-components@0.18.8-next.1
- @backstage/plugin-home-react@0.1.36-next.1
## 0.9.3-next.1
### Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.14.0-next.1
- @backstage/plugin-catalog-react@2.1.0-next.1
- @backstage/catalog-model@1.7.6
- @backstage/config@1.3.6
- @backstage/core-app-api@1.19.6-next.0
- @backstage/core-compat-api@0.5.9-next.1
- @backstage/core-components@0.18.8-next.0
- @backstage/core-plugin-api@1.12.4-next.0
- @backstage/frontend-plugin-api@0.14.2-next.0
- @backstage/theme@0.7.2
- @backstage/plugin-home-react@0.1.36-next.0
## 0.9.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.14.2-next.0
- @backstage/catalog-client@1.13.1-next.0
- @backstage/plugin-catalog-react@2.0.1-next.0
- @backstage/catalog-model@1.7.6
- @backstage/config@1.3.6
- @backstage/core-app-api@1.19.6-next.0
- @backstage/core-compat-api@0.5.9-next.0
- @backstage/core-components@0.18.8-next.0
- @backstage/core-plugin-api@1.12.4-next.0
- @backstage/theme@0.7.2
- @backstage/plugin-home-react@0.1.36-next.0
## 0.9.2
### Patch Changes
- 018ca87: Added `title` and `icon` to the plugin definition for the new frontend system.
- 90956a6: Support new frontend system in the homepage plugin
- a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
- 69d880e: Bump to latest zod to ensure it has the latest features
- Updated dependencies
- @backstage/plugin-catalog-react@2.0.0
- @backstage/core-components@0.18.7
- @backstage/core-app-api@1.19.5
- @backstage/core-compat-api@0.5.8
- @backstage/theme@0.7.2
- @backstage/frontend-plugin-api@0.14.0
- @backstage/catalog-client@1.13.0
- @backstage/core-plugin-api@1.12.3
- @backstage/plugin-home-react@0.1.35
## 0.9.2-next.2
### Patch Changes
- 90956a6: Support new frontend system in the homepage plugin
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/plugin-catalog-react@2.0.0-next.2
- @backstage/core-app-api@1.19.5-next.1
- @backstage/catalog-client@1.12.2-next.0
- @backstage/plugin-home-react@0.1.35-next.1
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/core-compat-api@0.5.8-next.2
- @backstage/core-components@0.18.7-next.2
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/theme@0.7.2-next.1
## 0.9.2-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.22.0-next.1
- @backstage/theme@0.7.2-next.0
- @backstage/frontend-plugin-api@0.14.0-next.1
- @backstage/core-components@0.18.7-next.1
## 0.9.1-next.0
### Patch Changes
- 69d880e: Bump to latest zod to ensure it has the latest features
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.6-next.0
- @backstage/core-components@0.18.6-next.0
- @backstage/frontend-plugin-api@0.14.0-next.0
- @backstage/core-plugin-api@1.12.2-next.0
- @backstage/core-app-api@1.19.4-next.0
- @backstage/catalog-client@1.12.1
- @backstage/catalog-model@1.7.6
- @backstage/config@1.3.6
- @backstage/theme@0.7.1
- @backstage/plugin-home-react@0.1.35-next.0
## 0.9.0
### Minor Changes
- e091a83: Widget configurations are now only saved to storage when the Save button is explicitly clicked. Added a Cancel button that allows users to discard unsaved changes and revert to the last saved state.
### Patch Changes
- bdda543: Updated WidgetOverlay color to use `alpha(theme.palette.background.paper, 0.93)` for better theme alignment instead of hardcoded RGBA
- Updated dependencies
- @backstage/frontend-plugin-api@0.13.3
- @backstage/core-components@0.18.5
- @backstage/plugin-catalog-react@1.21.5
- @backstage/plugin-home-react@0.1.34
## 0.9.0-next.2
### Minor Changes
- e091a83: Widget configurations are now only saved to storage when the Save button is explicitly clicked. Added a Cancel button that allows users to discard unsaved changes and revert to the last saved state.
## 0.8.16-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.5-next.0
- @backstage/plugin-catalog-react@1.21.5-next.1
- @backstage/plugin-home-react@0.1.34-next.0
## 0.8.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.5-next.0
- @backstage/frontend-plugin-api@0.13.2
## 0.8.15
### Patch Changes
- d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
- be21c5c: Updated dependency `@rjsf/utils` to `5.24.13`.
Updated dependency `@rjsf/core` to `5.24.13`.
Updated dependency `@rjsf/material-ui` to `5.24.13`.
Updated dependency `@rjsf/validator-ajv8` to `5.24.13`.
- Updated dependencies
- @backstage/core-app-api@1.19.3
- @backstage/frontend-plugin-api@0.13.2
- @backstage/core-components@0.18.4
- @backstage/plugin-catalog-react@1.21.4
- @backstage/core-plugin-api@1.12.1
- @backstage/plugin-home-react@0.1.33
- @backstage/theme@0.7.1
## 0.8.15-next.1
### Patch Changes
- be21c5c: Updated dependency `@rjsf/utils` to `5.24.13`.
Updated dependency `@rjsf/core` to `5.24.13`.
Updated dependency `@rjsf/material-ui` to `5.24.13`.
Updated dependency `@rjsf/validator-ajv8` to `5.24.13`.
- Updated dependencies
- @backstage/core-app-api@1.19.3-next.1
- @backstage/frontend-plugin-api@0.13.2-next.1
- @backstage/plugin-catalog-react@1.21.4-next.2
- @backstage/core-components@0.18.4-next.2
- @backstage/plugin-home-react@0.1.33-next.1
- @backstage/catalog-client@1.12.1
- @backstage/catalog-model@1.7.6
- @backstage/config@1.3.6
- @backstage/core-plugin-api@1.12.1-next.0
- @backstage/theme@0.7.1-next.0
## 0.8.15-next.0
### Patch Changes
- d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
- Updated dependencies
- @backstage/frontend-plugin-api@0.13.2-next.0
- @backstage/core-app-api@1.19.3-next.0
- @backstage/core-plugin-api@1.12.1-next.0
- @backstage/plugin-catalog-react@1.21.4-next.0
- @backstage/theme@0.7.1-next.0
- @backstage/plugin-home-react@0.1.33-next.0
- @backstage/core-components@0.18.4-next.0
- @backstage/config@1.3.6
- @backstage/catalog-client@1.12.1
- @backstage/catalog-model@1.7.6
## 0.8.14
### Patch Changes
- 2ac5d29: Allow customization of `VisitList` by adding optional `enrichVisit`, `transformPathname`, `canSave` functions to `VisitsStorageApi`, along with `VisitDisplayProvider` for colors, labels
- Updated dependencies
- @backstage/frontend-plugin-api@0.13.0
- @backstage/core-compat-api@0.5.4
- @backstage/plugin-catalog-react@1.21.3
- @backstage/core-components@0.18.3
- @backstage/core-plugin-api@1.12.0
- @backstage/core-app-api@1.19.2
- @backstage/config@1.3.6
- @backstage/catalog-model@1.7.6
- @backstage/plugin-home-react@0.1.32
- @backstage/catalog-client@1.12.1
## 0.8.14-next.1
### Patch Changes
- 2ac5d29: Allow customization of VisitList by adding optional enrichVisit, transformPathname, canSave functions to VisitsStorageApi, along with VisitDisplayProvider for colors, labels
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.3-next.2
- @backstage/frontend-plugin-api@0.12.2-next.2
- @backstage/core-components@0.18.3-next.2
## 0.8.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.3-next.0
- @backstage/core-app-api@1.19.2-next.0
- @backstage/core-plugin-api@1.11.2-next.0
- @backstage/config@1.3.6-next.0
- @backstage/core-components@0.18.3-next.0
- @backstage/catalog-model@1.7.6-next.0
- @backstage/frontend-plugin-api@0.12.2-next.0
- @backstage/catalog-client@1.12.1-next.0
- @backstage/core-compat-api@0.5.4-next.0
- @backstage/theme@0.7.0
- @backstage/plugin-home-react@0.1.32-next.0
## 0.8.13
### Patch Changes
- e7d59d3: fix(home): correct `clearAll` logic to properly handle `deletable` flag
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/config@1.3.5
- @backstage/theme@0.7.0
- @backstage/core-compat-api@0.5.3
- @backstage/core-app-api@1.19.1
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-home-react@0.1.31
## 0.8.13-next.3
### Patch Changes
- e7d59d3: fix(home): correct `clearAll` logic to properly handle `deletable` flag
- Updated dependencies
- @backstage/core-components@0.18.2-next.3
- @backstage/frontend-plugin-api@0.12.1-next.2
## 0.8.13-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2-next.2
- @backstage/theme@0.6.9-next.0
## 0.8.13-next.1
### Patch Changes
- Updated dependencies
- @backstage/config@1.3.4-next.0
- @backstage/core-app-api@1.19.1-next.0
- @backstage/core-components@0.18.2-next.1
- @backstage/core-plugin-api@1.11.1-next.0
- @backstage/core-compat-api@0.5.3-next.1
- @backstage/plugin-catalog-react@1.21.2-next.1
- @backstage/frontend-plugin-api@0.12.1-next.1
- @backstage/plugin-home-react@0.1.31-next.1
- @backstage/catalog-client@1.12.0
## 0.8.13-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2-next.0
- @backstage/core-components@0.18.2-next.0
- @backstage/core-compat-api@0.5.3-next.0
- @backstage/frontend-plugin-api@0.12.1-next.0
- @backstage/plugin-home-react@0.1.31-next.0
- @backstage/catalog-client@1.12.0
- @backstage/catalog-model@1.7.5
- @backstage/config@1.3.3
- @backstage/core-app-api@1.19.0
- @backstage/core-plugin-api@1.11.0
- @backstage/theme@0.6.8
## 0.8.12
### Patch Changes
- 929c55a: Fixed race condition in CustomHomepageGrid by waiting for storage to load before rendering custom layout to prevent
rendering of the default content.
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.0
- @backstage/frontend-plugin-api@0.12.0
- @backstage/core-plugin-api@1.11.0
- @backstage/catalog-client@1.12.0
- @backstage/core-components@0.18.0
- @backstage/core-compat-api@0.5.2
- @backstage/core-app-api@1.19.0
- @backstage/plugin-home-react@0.1.30
## 0.8.12-next.2
### Patch Changes
- 929c55a: Fixed race condition in CustomHomepageGrid by waiting for storage to load before rendering custom layout to prevent
rendering of the default content.
- Updated dependencies
- @backstage/catalog-client@1.12.0-next.0
- @backstage/plugin-catalog-react@1.21.0-next.2
- @backstage/core-components@0.17.6-next.1
- @backstage/core-compat-api@0.5.2-next.2
## 0.8.12-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.20.2-next.1
- @backstage/frontend-plugin-api@0.11.1-next.0
- @backstage/core-components@0.17.6-next.0
- @backstage/core-compat-api@0.5.2-next.1
- @backstage/plugin-home-react@0.1.30-next.0
## 0.8.12-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-client@1.11.0
- @backstage/catalog-model@1.7.5
- @backstage/config@1.3.3
- @backstage/core-app-api@1.18.0
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/frontend-plugin-api@0.11.0
- @backstage/theme@0.6.8
- @backstage/plugin-home-react@0.1.29
## 0.8.11
### Patch Changes
- e4ddf22: Internal update to align with new blueprint parameter naming in the new frontend system.
- f16d380: Add the missing Visits API to the alpha plugin, fixing a crash due to the API not being installed.
- f2f133c: Internal update to use the new variant of `ApiBlueprint`.
- 121899a: **BREAKING ALPHA**: The `app-root-element` extension now only accepts `JSX.Element` in its `element` param, meaning overrides need to be updated.
- 166dfd7: Fixed bug in CustomHomepageGrid where `clearAll` did not respect the `deletable` flag on widgets
- Updated dependencies
- @backstage/core-components@0.17.5
- @backstage/frontend-plugin-api@0.11.0
- @backstage/core-compat-api@0.5.0
- @backstage/plugin-catalog-react@1.20.0
- @backstage/theme@0.6.8
- @backstage/catalog-client@1.11.0
- @backstage/plugin-home-react@0.1.29
## 0.8.11-next.2
### Patch Changes
- e4ddf22: Internal update to align with new blueprint parameter naming in the new frontend system.
- 121899a: **BREAKING ALPHA**: The `app-root-element` extension now only accepts `JSX.Element` in its `element` param, meaning overrides need to be updated.
- Updated dependencies
- @backstage/frontend-plugin-api@0.11.0-next.1
- @backstage/core-compat-api@0.5.0-next.2
- @backstage/plugin-catalog-react@1.20.0-next.2
- @backstage/core-components@0.17.5-next.1
- @backstage/catalog-client@1.11.0-next.0
- @backstage/catalog-model@1.7.5
- @backstage/config@1.3.3
- @backstage/core-app-api@1.18.0
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.8-next.0
- @backstage/plugin-home-react@0.1.29-next.0
## 0.8.11-next.1
### Patch Changes
- f16d380: Add the missing Visits API to the alpha plugin, fixing a crash due to the API not being installed.
- f2f133c: Internal update to use the new variant of `ApiBlueprint`.
- Updated dependencies
- @backstage/core-compat-api@0.4.5-next.1
- @backstage/plugin-catalog-react@1.20.0-next.1
- @backstage/frontend-plugin-api@0.11.0-next.0
- @backstage/theme@0.6.8-next.0
- @backstage/catalog-client@1.11.0-next.0
- @backstage/plugin-home-react@0.1.29-next.0
- @backstage/core-components@0.17.5-next.0
- @backstage/catalog-model@1.7.5
- @backstage/config@1.3.3
- @backstage/core-app-api@1.18.0
- @backstage/core-plugin-api@1.10.9
## 0.8.11-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.19.2-next.0
- @backstage/core-compat-api@0.4.5-next.0
- @backstage/frontend-plugin-api@0.10.4
## 0.8.10
### Patch Changes
- d52d67f: Added a New Frontend System App Root Element for the `` component
- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
- @backstage/core-app-api@1.18.0
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-home-react@0.1.28
## 0.8.10-next.2
### Patch Changes
- d52d67f: Added a New Frontend System App Root Element for the `` component
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
## 0.8.10-next.1
### Patch Changes
- Updated dependencies
- @backstage/config@1.3.3-next.0
- @backstage/catalog-model@1.7.5-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
- @backstage/catalog-client@1.10.2-next.0
- @backstage/core-app-api@1.17.2-next.0
- @backstage/core-components@0.17.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/frontend-plugin-api@0.10.4-next.1
- @backstage/plugin-home-react@0.1.28-next.1
## 0.8.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/theme@0.6.7-next.0
- @backstage/plugin-catalog-react@1.19.1-next.0
- @backstage/core-components@0.17.4-next.0
- @backstage/catalog-client@1.10.1
- @backstage/catalog-model@1.7.4
- @backstage/config@1.3.2
- @backstage/core-app-api@1.17.1
- @backstage/core-compat-api@0.4.4-next.0
- @backstage/core-plugin-api@1.10.8
- @backstage/frontend-plugin-api@0.10.4-next.0
- @backstage/plugin-home-react@0.1.28-next.0
## 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 `` 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.
- 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.
- 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';
}
cardDescription="Backstage system model will help you create new entities"
video={
}
downloadImage={
}
/>
See the [storybook examples](https://backstage.io/storybook/?path=/story/plugins-home-components-quickstartcard--default)
- 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';
}
cardDescription="Backstage system model will help you create new entities"
video={
}
downloadImage={
}
/>
See the [storybook examples](https://backstage.io/storybook/?path=/story/plugins-home-components-quickstartcard--default)
- 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 ``) 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 ``) 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:
- 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](https://github.com/backstage/backstage/issues/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';
See the [storybook examples](https://backstage.io/storybook/?path=/story/plugins-home-components-featureddocs--default)
- 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](https://github.com/backstage/backstage/issues/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: ``
- 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: ``
- 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:
- 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:
- 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 `` 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 `` 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:
```diff
+const timeFormat: Intl.DateTimeFormatOptions = {
+ hour: '2-digit',
+ minute: '2-digit',
+ hour12: false,
+};
export const homePage = (
} pageTitleOverride="Home">
+
```
- 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:
```diff
+const timeFormat: Intl.DateTimeFormatOptions = {
+ hour: '2-digit',
+ minute: '2-digit',
+ hour12: false,
+};
export const homePage = (
} pageTitleOverride="Home">
+
```
- 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 `` 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 `` component that shows a playful greeting on the home page.
To use it, pass it to the home page header:
```typescript
} pageTitleOverride="Home">
…
```
- 87b2d5ad88: Fix `` 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:
```ts
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:
```ts
...
```
- 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 `` is now part of the composable canvas (allowing you to add the , for example).
You will need to wrap your existing composed `` component in ``, ``, and `` components, like this:
```diff
// app/src/components/home/HomePage.tsx
+ import { Content, Header, Page, HomePageTimer } from '@backstage/core-components';
export const HomePage = () => (
+
+
+
// ...
+
+
);
```
### 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
## @backstage/plugin-scaffolder-backend@3.5.0-next.1
### Minor Changes
- 77bee9f: Updated the `list-scaffolder-tasks` action to support the new "status" filter parameter, allowing the action to return tasks matching a specific status.
- 07e08be: Added `always()` and `failure()` status check functions for scaffolder steps. These functions can be used in the if field of a step to control execution after failures. `always()` ensures a step runs regardless of previous step outcomes, while `failure()` runs a step only when a previous step has failed.
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
- @backstage/plugin-scaffolder-node@0.13.3-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## @backstage/backend-defaults@0.17.1-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/cli-node@0.3.2-next.1
- @backstage/plugin-auth-node@0.7.1-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## @backstage/backend-test-utils@1.11.3-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/backend-defaults@0.17.1-next.1
- @backstage/plugin-auth-node@0.7.1-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## @backstage/catalog-model@1.8.1-next.1
### Patch Changes
- ab1cdbb: Removed a handful of internal imports that referenced the package by its own name. Value imports were switched to relative paths, and type-only imports to `import type`. These self-referential imports could trigger circular initialization errors in bundled ESM and when the package was loaded via `jest.requireActual` — most visibly `Cannot access '_AppRootElementBlueprintesm' before initialization` from `@backstage/frontend-plugin-api`. There are no user-facing API changes.
## @backstage/cli@0.36.2-next.1
### Patch Changes
- Updated dependencies
- @backstage/eslint-plugin@0.3.0-next.0
- @backstage/cli-node@0.3.2-next.1
## @backstage/cli-module-new@0.1.3-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/cli-node@0.3.2-next.1
## @backstage/cli-node@0.3.2-next.1
### Patch Changes
- 357d639: Fixed a bug in `PackageGraph.listChangedPackages` where removed dependencies were not detected during lockfile analysis. The dependency graph from the previous lockfile was not being merged, causing transitive dependency removals to be missed.
## @backstage/core-plugin-api@1.12.6-next.1
### Patch Changes
- ab1cdbb: Removed a handful of internal imports that referenced the package by its own name. Value imports were switched to relative paths, and type-only imports to `import type`. These self-referential imports could trigger circular initialization errors in bundled ESM and when the package was loaded via `jest.requireActual` — most visibly `Cannot access '_AppRootElementBlueprintesm' before initialization` from `@backstage/frontend-plugin-api`. There are no user-facing API changes.
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.0-next.1
## @backstage/create-app@0.8.3-next.1
### Patch Changes
- Bumped create-app version.
## @backstage/frontend-app-api@0.16.3-next.1
### Patch Changes
- b6ca666: Invalid feature flag declarations no longer crash the app during bootstrap. They are now reported through the error collector and skipped, letting the rest of the app load normally.
- Updated dependencies
- @backstage/frontend-defaults@0.5.2-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
## @backstage/frontend-defaults@0.5.2-next.1
### Patch Changes
- 482cc59: Invalid feature flag declarations are now treated as warnings rather than errors, letting the app load normally.
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/frontend-app-api@0.16.3-next.1
- @backstage/plugin-app@0.4.6-next.1
## @backstage/frontend-plugin-api@0.17.0-next.1
### Patch Changes
- ab1cdbb: Removed a handful of internal imports that referenced the package by its own name. Value imports were switched to relative paths, and type-only imports to `import type`. These self-referential imports could trigger circular initialization errors in bundled ESM and when the package was loaded via `jest.requireActual` — most visibly `Cannot access '_AppRootElementBlueprintesm' before initialization` from `@backstage/frontend-plugin-api`. There are no user-facing API changes.
## @backstage/frontend-test-utils@0.5.3-next.1
### Patch Changes
- fa363f9: Added support for `ExternalRouteRef` in the `mountedRoutes` option of `renderInTestApp` and `renderTestApp`.
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/frontend-app-api@0.16.3-next.1
- @backstage/plugin-app@0.4.6-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## @backstage/plugin-api-docs@0.14.1-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/plugin-catalog-react@2.1.5-next.1
## @backstage/plugin-app@0.4.6-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
## @backstage/plugin-app-visualizer@0.2.4-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
## @backstage/plugin-auth@0.1.8-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
## @backstage/plugin-auth-backend@0.28.1-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
- @backstage/plugin-auth-node@0.7.1-next.1
## @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.4.15-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/plugin-auth-node@0.7.1-next.1
## @backstage/plugin-auth-node@0.7.1-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
## @backstage/plugin-catalog-backend@3.6.2-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## @backstage/plugin-catalog-backend-module-aws@0.4.23-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
- @backstage/plugin-kubernetes-common@0.9.12-next.1
- @backstage/backend-defaults@0.17.1-next.1
## @backstage/plugin-catalog-backend-module-azure@0.3.17-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/plugin-catalog-node@2.2.1-next.1
## @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.14-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.11-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## @backstage/plugin-catalog-backend-module-bitbucket-server@0.5.11-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## @backstage/plugin-catalog-backend-module-gerrit@0.3.14-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/plugin-catalog-node@2.2.1-next.1
## @backstage/plugin-catalog-backend-module-gitea@0.1.12-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/plugin-catalog-node@2.2.1-next.1
## @backstage/plugin-catalog-backend-module-github@0.13.2-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## @backstage/plugin-catalog-backend-module-gitlab@0.8.3-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
- @backstage/backend-defaults@0.17.1-next.1
## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.12-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
- @backstage/backend-defaults@0.17.1-next.1
- @backstage/plugin-catalog-backend@3.6.2-next.1
## @backstage/plugin-catalog-backend-module-ldap@0.12.5-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## @backstage/plugin-catalog-backend-module-msgraph@0.9.3-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## @backstage/plugin-catalog-backend-module-puppetdb@0.2.22-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## @backstage/plugin-catalog-graph@0.6.4-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/plugin-catalog-react@2.1.5-next.1
## @backstage/plugin-catalog-import@0.13.13-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/plugin-catalog-react@2.1.5-next.1
## @backstage/plugin-catalog-node@2.2.1-next.1
### Patch Changes
- ab1cdbb: Removed a handful of internal imports that referenced the package by its own name. Value imports were switched to relative paths, and type-only imports to `import type`. These self-referential imports could trigger circular initialization errors in bundled ESM and when the package was loaded via `jest.requireActual` — most visibly `Cannot access '_AppRootElementBlueprintesm' before initialization` from `@backstage/frontend-plugin-api`. There are no user-facing API changes.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/backend-test-utils@1.11.3-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## @backstage/plugin-catalog-react@2.1.5-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/frontend-test-utils@0.5.3-next.1
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## @backstage/plugin-devtools@0.1.39-next.1
### Patch Changes
- b15ef55: Scheduled Tasks page now refreshes its table automatically after a task is triggered or cancelled, so the updated status is visible without reloading the browser.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
## @backstage/plugin-kubernetes-common@0.9.12-next.1
### Patch Changes
- ab1cdbb: Removed a handful of internal imports that referenced the package by its own name. Value imports were switched to relative paths, and type-only imports to `import type`. These self-referential imports could trigger circular initialization errors in bundled ESM and when the package was loaded via `jest.requireActual` — most visibly `Cannot access '_AppRootElementBlueprintesm' before initialization` from `@backstage/frontend-plugin-api`. There are no user-facing API changes.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## @backstage/plugin-kubernetes-node@0.4.4-next.1
### Patch Changes
- ab1cdbb: Removed a handful of internal imports that referenced the package by its own name. Value imports were switched to relative paths, and type-only imports to `import type`. These self-referential imports could trigger circular initialization errors in bundled ESM and when the package was loaded via `jest.requireActual` — most visibly `Cannot access '_AppRootElementBlueprintesm' before initialization` from `@backstage/frontend-plugin-api`. There are no user-facing API changes.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-kubernetes-common@0.9.12-next.1
## @backstage/plugin-notifications@0.5.17-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- 03311e3: The notification description used in the notifications table is now a swappable component, so that apps can replace its rendering with a custom implementation.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
## @backstage/plugin-notifications-backend@0.6.5-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## @backstage/plugin-org@0.7.4-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/plugin-catalog-react@2.1.5-next.1
## @backstage/plugin-permission-common@0.9.9-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
## @backstage/plugin-scaffolder@1.36.3-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/plugin-catalog-react@2.1.5-next.1
## @backstage/plugin-scaffolder-node@0.13.3-next.1
### Patch Changes
- 77bee9f: Added optional `status` filter to `ScaffolderService.listTasks`, allowing callers to retrieve tasks matching a specific status.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/backend-test-utils@1.11.3-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## @backstage/plugin-search-backend-module-elasticsearch@1.8.3-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/plugin-search-backend-node@1.4.4-next.1
## @backstage/plugin-search-backend-module-pg@0.5.55-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/plugin-search-backend-node@1.4.4-next.1
## @backstage/plugin-search-backend-node@1.4.4-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/plugin-permission-common@0.9.9-next.1
## @backstage/plugin-search-react@1.11.4-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
## @backstage/plugin-signals@0.0.31-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
## @backstage/plugin-signals-backend@0.3.15-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
## @backstage/plugin-techdocs@1.17.6-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/plugin-catalog-react@2.1.5-next.1
- @backstage/plugin-search-react@1.11.4-next.1
## example-backend@0.0.50-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@3.5.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/backend-defaults@0.17.1-next.1
- @backstage/plugin-auth-backend@0.28.1-next.1
- @backstage/plugin-auth-node@0.7.1-next.1
- @backstage/plugin-catalog-backend@3.6.2-next.1
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.14-next.1
- @backstage/plugin-notifications-backend@0.6.5-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
- @backstage/plugin-search-backend-module-elasticsearch@1.8.3-next.1
- @backstage/plugin-search-backend-node@1.4.4-next.1
- @backstage/plugin-signals-backend@0.3.15-next.1