# @backstage/core-components

## 0.18.9

### Patch Changes

- 482ceed: Migrated from `assertError` to `toError` for error handling.
- 320eed3: Resolved DOM nesting warning in OAuthRequestDialog by rendering secondary text as block-level spans.
- 58b9f3f: Use Backstage Link component for markdown anchor rendering to ensure consistent internal and external link behavior.
- Updated dependencies
  - @backstage/errors@1.3.0
  - @backstage/theme@0.7.3
  - @backstage/config@1.3.7
  - @backstage/core-plugin-api@1.12.5

## 0.18.9-next.1

### Patch Changes

- 482ceed: Migrated from `assertError` to `toError` for error handling.
- 58b9f3f: Use Backstage Link component for markdown anchor rendering to ensure consistent internal and external link behavior.
- Updated dependencies
  - @backstage/errors@1.3.0-next.0
  - @backstage/theme@0.7.3-next.0
  - @backstage/config@1.3.7-next.0
  - @backstage/core-plugin-api@1.12.5-next.2

## 0.18.9-next.0

### Patch Changes

- 320eed3: Resolved DOM nesting warning in OAuthRequestDialog by rendering secondary text as block-level spans.
- Updated dependencies
  - @backstage/core-plugin-api@1.12.5-next.0
  - @backstage/config@1.3.6
  - @backstage/errors@1.2.7
  - @backstage/theme@0.7.2
  - @backstage/version-bridge@1.0.12

## 0.18.8

### Patch Changes

- e26e3de: The login request dialog now handles auth provider icons passed as `IconElement` in addition to `IconComponent`.
- 8e09233: Fixed the shared `Progress` component to provide an accessible name for its loading indicator by default.
- 8b1a847: Fixed Table component layout when both `filters` and `title` props are used together. The filter controls now use a dedicated CSS class (`filterControls`) instead of incorrectly reusing the root container class.
- 3f36ce1: Clarified the `IconElement` sizing contract for the new frontend system and aligned legacy system icon rendering with the new icon API.
- 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.
- 470f72d: The `LogViewer` component from `@backstage/core-components` now supports downloading logs if a callback is passed to `onDownloadLogs`
- Updated dependencies
  - @backstage/core-plugin-api@1.12.4

## 0.18.8-next.1

### Patch Changes

- 8b1a847: Fixed Table component layout when both `filters` and `title` props are used together. The filter controls now use a dedicated CSS class (`filterControls`) instead of incorrectly reusing the root container class.
- 470f72d: The `LogViewer` component from `@backstage/core-components` now supports downloading logs if a callback is passed to `onDownloadLogs`
- Updated dependencies
  - @backstage/core-plugin-api@1.12.4-next.1

## 0.18.8-next.0

### Patch Changes

- Updated dependencies
  - @backstage/config@1.3.6
  - @backstage/core-plugin-api@1.12.4-next.0
  - @backstage/errors@1.2.7
  - @backstage/theme@0.7.2
  - @backstage/version-bridge@1.0.12

## 0.18.7

### Patch Changes

- 7455dae: Use node prefix on native imports
- a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
- cebfea7: Removed link styles from LinkButton to avoid styling inconsistencies related to import order.
- 69d880e: Bump to latest zod to ensure it has the latest features
- Updated dependencies
  - @backstage/theme@0.7.2
  - @backstage/core-plugin-api@1.12.3
  - @backstage/version-bridge@1.0.12

## 0.18.7-next.2

### Patch Changes

- 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/core-plugin-api@1.12.3-next.1
  - @backstage/version-bridge@1.0.12-next.0
  - @backstage/theme@0.7.2-next.1

## 0.18.7-next.1

### Patch Changes

- Updated dependencies
  - @backstage/theme@0.7.2-next.0

## 0.18.6-next.0

### Patch Changes

- 7455dae: Use node prefix on native imports
- cebfea7: Removed link styles from LinkButton to avoid styling inconsistencies related to import order.
- 69d880e: Bump to latest zod to ensure it has the latest features
- Updated dependencies
  - @backstage/core-plugin-api@1.12.2-next.0
  - @backstage/config@1.3.6
  - @backstage/errors@1.2.7
  - @backstage/theme@0.7.1
  - @backstage/version-bridge@1.0.11

## 0.18.5

### Patch Changes

- a723b8a: The MarkdownContent component now handles HTML content the same way as GitHub when rendering GitHub-flavored Markdown
- c671db9: Fixed bug in Table component where the toolbar layout would break when both a title and filters were present.
- 55a9dc2: Update colour token again in ItemCardHeader to respect theme definition.

## 0.18.5-next.0

### Patch Changes

- a723b8a: The MarkdownContent component now handles HTML content the same way as GitHub when rendering GitHub-flavored Markdown

## 0.18.4

### Patch Changes

- 9a942a4: Fixed bug in the `LogViewer` component where shift + click always opened a new window instead of just changing the selection.

  In addition, improved the `LogViewer` component by a few usability enhancements:

  - Added support for multiple selections using cmd/ctrl + click
  - Improved the generated hash that is added to the URL to also support ranges & multiple selections
  - Added an hover effect & info tooltip to the "Copy to clipboard" button to indicate its functionality
  - Added some color and a separator to the line numbers to improve readability

- 207c3c8: long words like urls now breaks to new line on warning panels instead of overflowing the container
- 4c00303: Add `tooltipClasses` prop to `OverflowTooltip` component to allow customisation of the tooltip
- 5d52dab: Add i18n support for LogViewer search control
- f6b49ce: added support for wrapLongLines option in CodeSnippet
- Updated dependencies
  - @backstage/core-plugin-api@1.12.1
  - @backstage/theme@0.7.1

## 0.18.4-next.2

### Patch Changes

- 4c00303: Add `tooltipClasses` prop to `OverflowTooltip` component to allow customisation of the tooltip
- Updated dependencies
  - @backstage/config@1.3.6
  - @backstage/core-plugin-api@1.12.1-next.0
  - @backstage/errors@1.2.7
  - @backstage/theme@0.7.1-next.0
  - @backstage/version-bridge@1.0.11

## 0.18.4-next.1

### Patch Changes

- 9a942a4: Fixed bug in the `LogViewer` component where shift + click always opened a new window instead of just changing the selection.

  In addition, improved the `LogViewer` component by a few usability enhancements:

  - Added support for multiple selections using cmd/ctrl + click
  - Improved the generated hash that is added to the URL to also support ranges & multiple selections
  - Added an hover effect & info tooltip to the "Copy to clipboard" button to indicate its functionality
  - Added some color and a separator to the line numbers to improve readability

- 207c3c8: long words like urls now breaks to new line on warning panels instead of overflowing the container
- 5d52dab: Add i18n support for LogViewer search control

## 0.18.4-next.0

### Patch Changes

- Updated dependencies
  - @backstage/core-plugin-api@1.12.1-next.0
  - @backstage/theme@0.7.1-next.0
  - @backstage/config@1.3.6
  - @backstage/errors@1.2.7
  - @backstage/version-bridge@1.0.11

## 0.18.3

### Patch Changes

- 1c7e1ce: - Revert `viewbox` back to old values.
  - Added `fullScreen` prop to `EntityCatalogGraphCard`
- 96ad674: Line numbers in LogViewer will not be selectable in UI anymore
- b2bef92: Convert all enums to erasable-syntax compliant patterns
- 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
- Updated dependencies
  - @backstage/core-plugin-api@1.12.0
  - @backstage/config@1.3.6

## 0.18.3-next.2

### Patch Changes

- 96ad674: Line numbers in LogViewer will not be selectable in UI anymore

## 0.18.3-next.1

### Patch Changes

- b2bef92: Convert all enums to erasable-syntax compliant patterns
- Updated dependencies
  - @backstage/core-plugin-api@1.11.2-next.1

## 0.18.3-next.0

### Patch Changes

- 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
- Updated dependencies
  - @backstage/core-plugin-api@1.11.2-next.0
  - @backstage/config@1.3.6-next.0
  - @backstage/errors@1.2.7
  - @backstage/theme@0.7.0
  - @backstage/version-bridge@1.0.11

## 0.18.2

### Patch Changes

- d493126: Swap base token for semantic token in ItemCardHeader to ensure readability in light mode.
- 431130c: Added `renderEdge` prop to `<DependencyGraph />` component in `@backstage/core-components` to allow custom rendering of graph edges.
- 6981ae6: Fixed DependencyGraph `svg` size not adapting to the container size
- 95935fb: Fixed dependency graph automatically scrolling forever
- Updated dependencies
  - @backstage/config@1.3.5
  - @backstage/theme@0.7.0
  - @backstage/core-plugin-api@1.11.1

## 0.18.2-next.3

### Patch Changes

- 431130c: Added `renderEdge` prop to `<DependencyGraph />` component in `@backstage/core-components` to allow custom rendering of graph edges.

## 0.18.2-next.2

### Patch Changes

- 95935fb: Fixed dependency graph automatically scrolling forever
- Updated dependencies
  - @backstage/theme@0.6.9-next.0

## 0.18.2-next.1

### Patch Changes

- Updated dependencies
  - @backstage/config@1.3.4-next.0
  - @backstage/core-plugin-api@1.11.1-next.0

## 0.18.2-next.0

### Patch Changes

- d493126: Swap base token for semantic token in ItemCardHeader to ensure readability in light mode.
- 6981ae6: Fixed DependencyGraph `svg` size not adapting to the container size
- Updated dependencies
  - @backstage/config@1.3.3
  - @backstage/core-plugin-api@1.11.0
  - @backstage/errors@1.2.7
  - @backstage/theme@0.6.8
  - @backstage/version-bridge@1.0.11

## 0.18.0

### Minor Changes

- b9a87f4: Add optional `distance` property to `DependencyEdge` to reflect the distance to a root.

### Patch Changes

- 1ad3d94: Dependency graph can now be opened in full screen mode
- e409bec: Fixes for rendering initials in the avatar component.
- ae7d426: update about card links style for pretty display with other language
- Updated dependencies
  - @backstage/core-plugin-api@1.11.0

## 0.17.6-next.1

### Patch Changes

- 1ad3d94: Dependency graph can now be opened in full screen mode
- ae7d426: update about card links style for pretty display with other language

## 0.17.6-next.0

### Patch Changes

- e409bec: Fixes for rendering initials in the avatar component.

## 0.17.5

### Patch Changes

- 1de1186: Added missing space for alert display component
- 77467bb: Updated dependency `linkifyjs` to `4.3.2`.
- 5563605: Added `FavoriteToggleProps`.
- Updated dependencies
  - @backstage/theme@0.6.8

## 0.17.5-next.2

### Patch Changes

- 77467bb: Updated dependency `linkifyjs` to `4.3.2`.

## 0.17.5-next.1

### Patch Changes

- 5563605: Added `FavoriteToggleProps`.
- Updated dependencies
  - @backstage/config@1.3.3
  - @backstage/core-plugin-api@1.10.9
  - @backstage/errors@1.2.7
  - @backstage/theme@0.6.8-next.0
  - @backstage/version-bridge@1.0.11

## 0.17.5-next.0

### Patch Changes

- Updated dependencies
  - @backstage/theme@0.6.8-next.0
  - @backstage/config@1.3.3
  - @backstage/core-plugin-api@1.10.9
  - @backstage/errors@1.2.7
  - @backstage/version-bridge@1.0.11

## 0.17.4

### Patch Changes

- f6ffea6: Add optional message field for auth providers. This is intended to be a user friendly message that displays in the OAuth request dialog. A default message will be displayed if one is not provided.
- aa3b054: Added `signIn` and `signOut` analytic events to the `@backstage/core-components` of sign in and sign out.
- Updated dependencies
  - @backstage/config@1.3.3
  - @backstage/core-plugin-api@1.10.9
  - @backstage/theme@0.6.7

## 0.17.4-next.2

### Patch Changes

- aa3b054: Added `signIn` and `signOut` analytic events to the `@backstage/core-components` of sign in and sign out.
- Updated dependencies
  - @backstage/theme@0.6.7-next.1
  - @backstage/core-plugin-api@1.10.9-next.0

## 0.17.4-next.1

### Patch Changes

- Updated dependencies
  - @backstage/config@1.3.3-next.0
  - @backstage/core-plugin-api@1.10.9-next.0

## 0.17.4-next.0

### Patch Changes

- Updated dependencies
  - @backstage/theme@0.6.7-next.0
  - @backstage/config@1.3.2
  - @backstage/core-plugin-api@1.10.8
  - @backstage/errors@1.2.7
  - @backstage/version-bridge@1.0.11

## 0.17.3

### Patch Changes

- 6232160: table actions header support i18n
- Updated dependencies
  - @backstage/core-plugin-api@1.10.8
  - @backstage/config@1.3.2
  - @backstage/errors@1.2.7
  - @backstage/theme@0.6.6
  - @backstage/version-bridge@1.0.11

## 0.17.3-next.0

### Patch Changes

- 6232160: table actions header support i18n
- Updated dependencies
  - @backstage/config@1.3.2
  - @backstage/core-plugin-api@1.10.7
  - @backstage/errors@1.2.7
  - @backstage/theme@0.6.6
  - @backstage/version-bridge@1.0.11

## 0.17.2

### Patch Changes

- e0d1025: `LogViewer` now supports a `textWrap` prop that wraps log lines to the next line for overflowing content instead of using horizontal scroll
- bb84534: Fix the hidden sidebar's sub-menu when the sidebar is scrollable
- 72d019d: Removed various typos
- Updated dependencies
  - @backstage/theme@0.6.6
  - @backstage/core-plugin-api@1.10.7
  - @backstage/config@1.3.2
  - @backstage/errors@1.2.7
  - @backstage/version-bridge@1.0.11

## 0.17.2-next.1

### Patch Changes

- Updated dependencies
  - @backstage/core-plugin-api@1.10.7-next.0
  - @backstage/config@1.3.2
  - @backstage/errors@1.2.7
  - @backstage/theme@0.6.6-next.0
  - @backstage/version-bridge@1.0.11

## 0.17.2-next.0

### Patch Changes

- e0d1025: `LogViewer` now supports a `textWrap` prop that wraps log lines to the next line for overflowing content instead of using horizontal scroll
- bb84534: Fix the hidden sidebar's sub-menu when the sidebar is scrollable
- 72d019d: Removed various typos
- Updated dependencies
  - @backstage/theme@0.6.6-next.0
  - @backstage/config@1.3.2
  - @backstage/core-plugin-api@1.10.6
  - @backstage/errors@1.2.7
  - @backstage/version-bridge@1.0.11

## 0.17.1

### Patch Changes

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

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

- 5d7bad4: Fixed the messaging in the `AlertDisplay` where it was claiming that there were older messages available rather than newer.
- Updated dependencies
  - @backstage/core-plugin-api@1.10.6
  - @backstage/theme@0.6.5
  - @backstage/config@1.3.2
  - @backstage/errors@1.2.7
  - @backstage/version-bridge@1.0.11

## 0.17.1-next.1

### Patch Changes

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

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

- Updated dependencies
  - @backstage/core-plugin-api@1.10.6-next.0
  - @backstage/theme@0.6.5-next.0
  - @backstage/config@1.3.2
  - @backstage/errors@1.2.7
  - @backstage/version-bridge@1.0.11

## 0.17.1-next.0

### Patch Changes

- 5d7bad4: Fixed the messaging in the `AlertDisplay` where it was claiming that there were older messages available rather than newer.
- Updated dependencies
  - @backstage/config@1.3.2
  - @backstage/core-plugin-api@1.10.5
  - @backstage/errors@1.2.7
  - @backstage/theme@0.6.4
  - @backstage/version-bridge@1.0.11

## 0.17.0

### Minor Changes

- 25300cb: `SimpleStepper` back button now works with `activeStep` property set higher than 0
- 9545af2: Declared CancelIcon explicitly on Chip component inside Select.tsx to disable onMouseDown event by default that creates the flaw of re-opening select component when user tries to remove a selected filter.

### Patch Changes

- fffe3c0: Added `classNames` prop to the `Page` component
- df3b9f0: Fixed a bug in the SidebarSubmenuItem within the core-components package that caused the dropdown button to be misaligned in the sidebar and the button text to appear in uppercase due to the default <Button> behavior. Also added an example dropdown menu to the app for reference.
- 48aab13: Add i18n support for scaffolder-react plugin
- 0a0ced6: Avoid Layout Shift for `DismissableBanner` when using a `storageApi` with latency (e.g. `user-settings-backend`)

  Properly handle the `unknown` state of the `storageApi`. There's a trade-off: this may lead to some Layout Shift if the banner has not been dismissed, but once it has been dismissed, you won't have any.

- Updated dependencies
  - @backstage/core-plugin-api@1.10.5
  - @backstage/config@1.3.2
  - @backstage/errors@1.2.7
  - @backstage/theme@0.6.4
  - @backstage/version-bridge@1.0.11

## 0.16.5-next.1

### Patch Changes

- 48aab13: Add i18n support for scaffolder-react plugin
- Updated dependencies
  - @backstage/config@1.3.2
  - @backstage/core-plugin-api@1.10.4
  - @backstage/errors@1.2.7
  - @backstage/theme@0.6.4
  - @backstage/version-bridge@1.0.11

## 0.16.5-next.0

### Patch Changes

- fffe3c0: Added `classNames` prop to the `Page` component
- df3b9f0: Fixed a bug in the SidebarSubmenuItem within the core-components package that caused the dropdown button to be misaligned in the sidebar and the button text to appear in uppercase due to the default <Button> behavior. Also added an example dropdown menu to the app for reference.
- Updated dependencies
  - @backstage/config@1.3.2
  - @backstage/core-plugin-api@1.10.4
  - @backstage/errors@1.2.7
  - @backstage/theme@0.6.4
  - @backstage/version-bridge@1.0.11

## 0.16.4

### Patch Changes

- 9c9f4ff: Added `nestedValuesAsYaml` option to `StructuredMetadataTable` to render data as yaml.
- 47c27c2: Upgrade `dagre` to `@dagrejs/dagre`
- 17088d2: Updating the `TaskLogStream` to take up all space in a running task, and also show the last line of the log by default
- 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-plugin-api@1.10.4
  - @backstage/version-bridge@1.0.11
  - @backstage/theme@0.6.4
  - @backstage/config@1.3.2
  - @backstage/errors@1.2.7

## 0.16.4-next.1

### Patch Changes

- 47c27c2: Upgrade `dagre` to `@dagrejs/dagre`
- Updated dependencies
  - @backstage/config@1.3.2
  - @backstage/core-plugin-api@1.10.4-next.0
  - @backstage/errors@1.2.7
  - @backstage/theme@0.6.4-next.0
  - @backstage/version-bridge@1.0.11-next.0

## 0.16.4-next.0

### Patch Changes

- 9c9f4ff: Added `nestedValuesAsYaml` option to `StructuredMetadataTable` to render data as yaml.
- 17088d2: Updating the `TaskLogStream` to take up all space in a running task, and also show the last line of the log by default
- 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-plugin-api@1.10.4-next.0
  - @backstage/version-bridge@1.0.11-next.0
  - @backstage/theme@0.6.4-next.0
  - @backstage/config@1.3.2
  - @backstage/errors@1.2.7

## 0.16.3

### Patch Changes

- 4ec6f7b: Allow passing component for `ContentHeader` description
- Updated dependencies
  - @backstage/core-plugin-api@1.10.3
  - @backstage/config@1.3.2
  - @backstage/errors@1.2.7
  - @backstage/theme@0.6.3
  - @backstage/version-bridge@1.0.10

## 0.16.3-next.0

### Patch Changes

- Updated dependencies
  - @backstage/core-plugin-api@1.10.3-next.0
  - @backstage/config@1.3.2-next.0
  - @backstage/errors@1.2.7-next.0
  - @backstage/theme@0.6.3
  - @backstage/version-bridge@1.0.10

## 0.16.2

### Patch Changes

- e47be38: Added data-testid to placeholder rendered by Progress component to simplify assertions in tests
- Updated dependencies
  - @backstage/theme@0.6.3
  - @backstage/errors@1.2.6
  - @backstage/config@1.3.1
  - @backstage/core-plugin-api@1.10.2
  - @backstage/version-bridge@1.0.10

## 0.16.2-next.2

### Patch Changes

- Updated dependencies
  - @backstage/errors@1.2.6-next.0
  - @backstage/config@1.3.1-next.0
  - @backstage/core-plugin-api@1.10.2-next.0
  - @backstage/theme@0.6.3-next.0
  - @backstage/version-bridge@1.0.10

## 0.16.2-next.1

### Patch Changes

- e47be38: Added data-testid to placeholder rendered by Progress component to simplify assertions in tests
- Updated dependencies
  - @backstage/config@1.3.0
  - @backstage/core-plugin-api@1.10.1
  - @backstage/errors@1.2.5
  - @backstage/theme@0.6.3-next.0
  - @backstage/version-bridge@1.0.10

## 0.16.2-next.0

### Patch Changes

- Updated dependencies
  - @backstage/theme@0.6.3-next.0
  - @backstage/config@1.3.0
  - @backstage/core-plugin-api@1.10.1
  - @backstage/errors@1.2.5
  - @backstage/version-bridge@1.0.10

## 0.16.0

### Minor Changes

- dc409c5: The SupportButton component will now be hidden if no support config is specified in app-config

### Patch Changes

- 0f18340: Change core component Table tool bar search box to the a appropriate Search icon and text
- af9097e: Adds the ability to mock a media query per break point and to change the active break point during a test. Usage example:

  ```ts
  const { set } = mockBreakpoint({
    initialBreakpoint: 'md',
    queryBreakpointMap: {
      '(min-width:1500px)': 'xl',
      '(min-width:1000px)': 'lg',
      '(min-width:700px)': 'md',
      '(min-width:400px)': 'sm',
      '(min-width:0px)': 'xs',
    },
  });
  // assertions for when the active break point is "md"
  set('lg');
  // assertions for when the active break point is "lg"
  ```

- Updated dependencies
  - @backstage/config@1.3.0
  - @backstage/theme@0.6.1
  - @backstage/core-plugin-api@1.10.1
  - @backstage/errors@1.2.5
  - @backstage/version-bridge@1.0.10

## 0.16.0-next.2

### Patch Changes

- 0f18340: Change core component Table tool bar search box to the a appropriate Search icon and text
- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/theme@0.6.1-next.0
  - @backstage/version-bridge@1.0.10

## 0.16.0-next.1

### Patch Changes

- Updated dependencies
  - @backstage/theme@0.6.1-next.0
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/version-bridge@1.0.10

## 0.16.0-next.0

### Minor Changes

- dc409c5: The SupportButton component will now be hidden if no support config is specified in app-config

### Patch Changes

- af9097e: Adds the ability to mock a media query per break point and to change the active break point during a test. Usage example:

  ```ts
  const { set } = mockBreakpoint({
    initialBreakpoint: 'md',
    queryBreakpointMap: {
      '(min-width:1500px)': 'xl',
      '(min-width:1000px)': 'lg',
      '(min-width:700px)': 'md',
      '(min-width:400px)': 'sm',
      '(min-width:0px)': 'xs',
    },
  });
  // assertions for when the active break point is "md"
  set('lg');
  // assertions for when the active break point is "lg"
  ```

- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.10.0
  - @backstage/errors@1.2.4
  - @backstage/theme@0.6.0
  - @backstage/version-bridge@1.0.10

## 0.15.1

### Patch Changes

- 3f76d0e: Correct size of FavoriteToggle and inherit non-starred color from parent
- e969dc7: Move `@types/react` to a peer dependency.
- 1ff1dbd: It is possible to define a custom error element to be shown when sign in fails
- 83e2887: Fixed a bug in the `SidebarSubmenu` core component that caused the nested menu to overlap with the sidebar when the user hovers over the pinned sidebar.
- 46b5a20: `Link` component now accepts `externalLinkIcon` prop
- e4ad29a: Fix authentication error handling using redirect flow via `enableExperimentalRedirectFlow` config. If an error is caught during authentication, the user is redirected back to app origin with `error` query parameter containing the error message.
- Updated dependencies
  - @backstage/core-plugin-api@1.10.0
  - @backstage/version-bridge@1.0.10
  - @backstage/theme@0.6.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4

## 0.15.1-next.2

### Patch Changes

- Updated dependencies
  - @backstage/theme@0.6.0-next.1
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.10.0-next.1
  - @backstage/errors@1.2.4
  - @backstage/version-bridge@1.0.10-next.0

## 0.15.1-next.1

### Patch Changes

- 3f76d0e: Correct size of FavoriteToggle and inherit non-starred color from parent
- e969dc7: Move `@types/react` to a peer dependency.
- 83e2887: Fixed a bug in the `SidebarSubmenu` core component that caused the nested menu to overlap with the sidebar when the user hovers over the pinned sidebar.
- Updated dependencies
  - @backstage/core-plugin-api@1.10.0-next.1
  - @backstage/version-bridge@1.0.10-next.0
  - @backstage/theme@0.5.8-next.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4

## 0.15.1-next.0

### Patch Changes

- 46b5a20: `Link` component now accepts `externalLinkIcon` prop
- Updated dependencies
  - @backstage/core-plugin-api@1.10.0-next.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/theme@0.5.7
  - @backstage/version-bridge@1.0.9

## 0.15.0

### Minor Changes

- 9adc552: Added missing items to `overridableComponents`

  **BREAKING** Overridable component name for styling `OAuthRequestDialog` changed to `BackstageOAuthRequestDialog`. Overridable component name `BackstageMissingAnnotationEmptyState` that was previously deprecated has been removed.

### Patch Changes

- c891b69: Add `FavoriteToggle` in `core-components` to standardise favorite marking
- 0944334: Removed default title set to Unknown page on `ContentHeaderTitle` component to support usage of component without title prop.
- f325258: Use getOptionalString for optional app.support.items[].links[].title
- af4c146: Support menu items should not be buttons in favour of links
- 107a147: Fixed `Table` width being overridden by custom `style` prop.
- b537bd7: Allow custom star icons to be provided via the `star` and `unstarred` icon overrides. See how to override existing icons in the [Backstage documentation](https://backstage.io/docs/getting-started/app-custom-theme/#custom-icons).
- 06b8206: Added `titleComponent` prop to `SignInPage` component to allow further customization of the title using `ReactNode`
- dbbd93e: Internal update to match recent React types
- 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
- Updated dependencies
  - @backstage/core-plugin-api@1.9.4
  - @backstage/theme@0.5.7
  - @backstage/version-bridge@1.0.9
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4

## 0.14.11-next.1

### Patch Changes

- c891b69: Add `FavoriteToggle` in `core-components` to standardise favorite marking
- 0944334: Removed default title set to Unknown page on `ContentHeaderTitle` component to support usage of component without title prop.
- f325258: Use getOptionalString for optional app.support.items[].links[].title
- af4c146: Support menu items should not be buttons in favour of links
- b537bd7: Allow custom star icons to be provided via the `star` and `unstarred` icon overrides. See how to override existing icons in the [Backstage documentation](https://backstage.io/docs/getting-started/app-custom-theme/#custom-icons).
- dbbd93e: Internal update to match recent React types
- 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
- Updated dependencies
  - @backstage/core-plugin-api@1.9.4-next.0
  - @backstage/theme@0.5.7-next.0
  - @backstage/version-bridge@1.0.9-next.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4

## 0.14.11-next.0

### Patch Changes

- 06b8206: Added `titleComponent` prop to `SignInPage` component to allow further customization of the title using `ReactNode`
- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.9.3
  - @backstage/errors@1.2.4
  - @backstage/theme@0.5.6
  - @backstage/version-bridge@1.0.8

## 0.14.10

### Patch Changes

- 678971a: Move the `Link` component to the `RoutedTabs` instead of the `HeaderTabs` component
- 13a9c63: Corrected the documentation for the GCP IAP auth module and updated the configuration to follow proxy configuration conventions by ignoring authEnv
- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.9.3
  - @backstage/errors@1.2.4
  - @backstage/theme@0.5.6
  - @backstage/version-bridge@1.0.8

## 0.14.10-next.0

### Patch Changes

- 678971a: Move the `Link` component to the `RoutedTabs` instead of the `HeaderTabs` component
- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.9.3
  - @backstage/errors@1.2.4
  - @backstage/theme@0.5.6
  - @backstage/version-bridge@1.0.8

## 0.14.9

### Patch Changes

- d4ffdbb: Fixed bug where `<Select>` component with empty string as placeholder gave an error
- 99d672d: Modified the `Select` component to take in a `data-testid` parameter ensuring backwards compatibility with default value corresponding to previously hardcoded `data-testid` of "select".
- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.9.3
  - @backstage/errors@1.2.4
  - @backstage/theme@0.5.6
  - @backstage/version-bridge@1.0.8

## 0.14.9-next.1

### Patch Changes

- 99d672d: Modified the `Select` component to take in a `data-testid` parameter ensuring backwards compatibility with default value corresponding to previously hardcoded `data-testid` of "select".

## 0.14.9-next.0

### Patch Changes

- d4ffdbb: Fixed bug where `<Select>` component with empty string as placeholder gave an error
- Updated dependencies
  - @backstage/core-plugin-api@1.9.3
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/theme@0.5.6
  - @backstage/version-bridge@1.0.8

## 0.14.8

### Patch Changes

- a0b46f6: Having tooltip inherit font size for consistency in catalog table columns
- 59cee81: Use `inherit` variant on OverflowTooltip underlying Typography component.
- eae0e4d: Fixed an issue causing `SidebarSubmenu` text to not follow the theme color
- e4811ec: Make number of decimal digits in Gauge configurable via the `decimalDigits` property
- 83c4251: Adds icons to status component
- 3e175c8: Removed max width from `Select` component.
- 57d7582: Fixed a bug in `SupportButton` where the title was rendered with the characteristics of a button.
- Updated dependencies
  - @backstage/core-plugin-api@1.9.3
  - @backstage/theme@0.5.6
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/version-bridge@1.0.8

## 0.14.8-next.2

### Patch Changes

- 59cee81: Use `inherit` variant on OverflowTooltip underlying Typography component.
- 83c4251: Adds icons to status component
- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.9.3-next.0
  - @backstage/errors@1.2.4
  - @backstage/theme@0.5.6-next.0
  - @backstage/version-bridge@1.0.8

## 0.14.8-next.1

### Patch Changes

- a0b46f6: Having tooltip inherit font size for consistency in catalog table columns
- eae0e4d: Fixed an issue causing `SidebarSubmenu` text to not follow the theme color
- 3e175c8: Removed max width from `Select` component.
- 57d7582: Fixed a bug in `SupportButton` where the title was rendered with the characteristics of a button.
- Updated dependencies
  - @backstage/core-plugin-api@1.9.3-next.0
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/theme@0.5.6-next.0
  - @backstage/version-bridge@1.0.8

## 0.14.8-next.0

### Patch Changes

- Updated dependencies
  - @backstage/theme@0.5.6-next.0
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.9.2
  - @backstage/errors@1.2.4
  - @backstage/version-bridge@1.0.8

## 0.14.7

### Patch Changes

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

## 0.14.7-next.2

### Patch Changes

- a2ee4df: Add `alignGauge` prop to the `GaugeCard`, and a small size version. When `alignGauge` is `'bottom'` the gauge will vertically align the gauge in the cards, even when the card titles span across multiple lines.
  Add `alignContent` prop to the `InfoCard`, defaulting to `'normal'` with the option of `'bottom'` which vertically aligns the content to the bottom of the card.

## 0.14.6-next.1

### Patch Changes

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

## 0.14.5-next.0

### Patch Changes

- 71e4229: Added optional `initialShowDropDown` prop to `SidebarSubmenuItem` to internally manage the initial display state of the dropdown items.
- Updated dependencies
  - @backstage/theme@0.5.4-next.0
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.9.2
  - @backstage/errors@1.2.4
  - @backstage/version-bridge@1.0.8

## 0.14.4

### Patch Changes

- ed5c901: No `undefined` class name used at `MarkdownContent` if no custom class name was provided.
- abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
- cb1e3b0: Updated dependency `@testing-library/dom` to `^10.0.0`.
- f546e38: Added Link component in `TabUI` providing functionality like copy link or open in new tab.
- Updated dependencies
  - @backstage/core-plugin-api@1.9.2
  - @backstage/theme@0.5.3
  - @backstage/version-bridge@1.0.8
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4

## 0.14.4-next.0

### Patch Changes

- f546e38: Added Link component in `TabUI` providing functionality like copy link or open in new tab.
- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/core-plugin-api@1.9.1
  - @backstage/errors@1.2.4
  - @backstage/theme@0.5.2
  - @backstage/version-bridge@1.0.7

## 0.14.3

### Patch Changes

- e8f026a: Use ESM exports of react-use library
- Updated dependencies
  - @backstage/core-plugin-api@1.9.1
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/theme@0.5.2
  - @backstage/version-bridge@1.0.7

## 0.14.2

### Patch Changes

- e8f026a: Use ESM exports of react-use library
- Updated dependencies
  - @backstage/core-plugin-api@1.9.1
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/theme@0.5.2
  - @backstage/version-bridge@1.0.7

## 0.14.1

### Patch Changes

- 2ff3e6e: The translation support for the `Link` component has been removed for now, in order to avoid broad breakages of tests in existing projects where the component is tested without being wrapped in an API provider.
- 2d06e4b: Move the text-transform styling on BackstageTableHeader from inline styling to `withStyles` so it can be customised easier
- 5c271fa: Removed inline styling in breadcrumbs and replaced with a theme reachable class of BreadcrumbsCurrentPage
- ff33ee2: Removed hardcoded font-family on select input
- ff7e126: Support i18n for core components
- 7854120: Create a component abstraction to consume system icons.
- ce73c3b: Removed the inline color from select icon to allow it to be colored via a theme
- 0c9d5ea: Updated MUI imports for core-components to not be top level
- 90d08b0: Updated dependency `react-idle-timer` to `5.7.2`.
- a8f7904: `SignInPage`'s `'guest'` provider now supports the `@backstage/plugin-auth-backend-module-guest-provider` package to generate tokens. It will continue to use the old frontend-only auth as a fallback.
- 0a8a1e9: Fix a spacing issue for the SidebarSubmenu in case a SidebarScrollWrapper is used that made it hard to reach the SidebarSubmenu
- aa1c88d: Deprecate the `customStyles` prop for the `Avatar` component in favour of the `classes` prop.
- Updated dependencies
  - @backstage/config@1.2.0
  - @backstage/errors@1.2.4
  - @backstage/theme@0.5.2
  - @backstage/core-plugin-api@1.9.1
  - @backstage/version-bridge@1.0.7

## 0.14.1-next.2

### Patch Changes

- 0c9d5ea: Updated MUI imports for core-components to not be top level
- Updated dependencies
  - @backstage/config@1.2.0-next.1
  - @backstage/core-plugin-api@1.9.1-next.1
  - @backstage/errors@1.2.4-next.0
  - @backstage/theme@0.5.2-next.0
  - @backstage/version-bridge@1.0.7

## 0.14.1-next.1

### Patch Changes

- 2ff3e6e: The translation support for the `Link` component has been removed for now, in order to avoid broad breakages of tests in existing projects where the component is tested without being wrapped in an API provider.
- 2d06e4b: Move the text-transform styling on BackstageTableHeader from inline styling to `withStyles` so it can be customised easier
- 5c271fa: Removed inline styling in breadcrumbs and replaced with a theme reachable class of BreadcrumbsCurrentPage
- 0a8a1e9: Fix a spacing issue for the SidebarSubmenu in case a SidebarScrollWrapper is used that made it hard to reach the SidebarSubmenu
- Updated dependencies
  - @backstage/config@1.2.0-next.1
  - @backstage/core-plugin-api@1.9.1-next.1
  - @backstage/errors@1.2.4-next.0
  - @backstage/theme@0.5.2-next.0
  - @backstage/version-bridge@1.0.7

## 0.14.1-next.0

### Patch Changes

- ff33ee2: Removed hardcoded font-family on select input
- ff7e126: Support i18n for core components
- 7854120: Create a component abstraction to consume system icons.
- ce73c3b: Removed the inline color from select icon to allow it to be colored via a theme
- a8f7904: `SignInPage`'s `'guest'` provider now supports the `@backstage/plugin-auth-backend-module-guest-provider` package to generate tokens. It will continue to use the old frontend-only auth as a fallback.
- Updated dependencies
  - @backstage/errors@1.2.4-next.0
  - @backstage/theme@0.5.2-next.0
  - @backstage/config@1.1.2-next.0
  - @backstage/core-plugin-api@1.9.1-next.0
  - @backstage/version-bridge@1.0.7

## 0.14.0

### Minor Changes

- 281e8c6: **BREAKING**: Removed the `SidebarIntro` component as it was providing instructions for features that do not exist, along with `IntroCard`. If you were relying on this component and want to keep using it you can refer to the original implementations of [`SidebarIntro`](https://github.com/backstage/backstage/blob/80f2413334ed9b221ec3c2b7c22fa737ad8d8885/packages/core-components/src/layout/Sidebar/Intro.tsx#L149) and [`IntroCard`](https://github.com/backstage/backstage/blob/80f2413334ed9b221ec3c2b7c22fa737ad8d8885/packages/core-components/src/layout/Sidebar/Intro.tsx#L100).

### Patch Changes

- 3e1c6e2: Added possibility to show arrow heads for graph edges for better understandability.

  In order to show arrow heads in the catalog graph page, add `showArrowHeads` attribute to `CatalogGraphPage` component
  (typically in `packages/app/src/App.tsx`):

  ```diff
  - <CatalogGraphPage />
  + <CatalogGraphPage showArrowHeads />
  ```

  In order to show arrow heads in entity graphs, add `showArrowHeads` attribute to `EntityCatalogGraphCard` components
  (typically multiple occurrences in `packages/app/src/components/catalog/EntityPage.tsx`):

  ```diff
  - <EntityCatalogGraphCard variant="gridItem" height={400} />
  + <EntityCatalogGraphCard variant="gridItem" height={400} showArrowHeads />
  ```

- 8fe56a8: Widen `@types/react` dependency range to include version 18.
- 7f11009: Added stack trace display to `ErrorPage` and updated existing refs
- 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
- 214f2da: Fix invalid HTTP status code 501 in Error Page
- Updated dependencies
  - @backstage/theme@0.5.1
  - @backstage/core-plugin-api@1.9.0
  - @backstage/config@1.1.1
  - @backstage/errors@1.2.3
  - @backstage/version-bridge@1.0.7

## 0.14.0-next.2

### Patch Changes

- 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
- Updated dependencies
  - @backstage/theme@0.5.1-next.1
  - @backstage/config@1.1.1
  - @backstage/core-plugin-api@1.9.0-next.1
  - @backstage/errors@1.2.3
  - @backstage/version-bridge@1.0.7

## 0.14.0-next.1

### Patch Changes

- 3e1c6e2: Added possibility to show arrow heads for graph edges for better understandability.

  In order to show arrow heads in the catalog graph page, add `showArrowHeads` attribute to `CatalogGraphPage` component
  (typically in `packages/app/src/App.tsx`):

  ```diff
  - <CatalogGraphPage />
  + <CatalogGraphPage showArrowHeads />
  ```

  In order to show arrow heads in entity graphs, add `showArrowHeads` attribute to `EntityCatalogGraphCard` components
  (typically multiple occurrences in `packages/app/src/components/catalog/EntityPage.tsx`):

  ```diff
  - <EntityCatalogGraphCard variant="gridItem" height={400} />
  + <EntityCatalogGraphCard variant="gridItem" height={400} showArrowHeads />
  ```

- 8fe56a8: Widen `@types/react` dependency range to include version 18.
- 7f11009: Added stack trace display to `ErrorPage` and updated existing refs
- 214f2da: Fix invalid HTTP status code 501 in Error Page
- Updated dependencies
  - @backstage/core-plugin-api@1.9.0-next.1
  - @backstage/theme@0.5.1-next.0
  - @backstage/config@1.1.1
  - @backstage/errors@1.2.3
  - @backstage/version-bridge@1.0.7

## 0.14.0-next.0

### Minor Changes

- 281e8c6: **BREAKING**: Removed the `SidebarIntro` component as it was providing instructions for features that do not exist, along with `IntroCard`. If you were relying on this component and want to keep using it you can refer to the original implementations of [`SidebarIntro`](https://github.com/backstage/backstage/blob/80f2413334ed9b221ec3c2b7c22fa737ad8d8885/packages/core-components/src/layout/Sidebar/Intro.tsx#L149) and [`IntroCard`](https://github.com/backstage/backstage/blob/80f2413334ed9b221ec3c2b7c22fa737ad8d8885/packages/core-components/src/layout/Sidebar/Intro.tsx#L100).

### Patch Changes

- Updated dependencies
  - @backstage/core-plugin-api@1.8.3-next.0
  - @backstage/config@1.1.1
  - @backstage/errors@1.2.3
  - @backstage/theme@0.5.0
  - @backstage/version-bridge@1.0.7

## 0.13.10

### Patch Changes

- d625f66: Fixed bug in Link where it was possible to select and copy a hidden element into clipboard
- 6878b1d: Removed unnecessary `history` and `immer` dependencies.
- Updated dependencies
  - @backstage/core-plugin-api@1.8.2
  - @backstage/config@1.1.1
  - @backstage/errors@1.2.3
  - @backstage/theme@0.5.0
  - @backstage/version-bridge@1.0.7

## 0.13.10-next.1

### Patch Changes

- 6878b1d: Removed unnecessary `history` and `immer` dependencies.
- Updated dependencies
  - @backstage/core-plugin-api@1.8.2-next.0
  - @backstage/config@1.1.1
  - @backstage/errors@1.2.3
  - @backstage/theme@0.5.0
  - @backstage/version-bridge@1.0.7

## 0.13.10-next.0

### Patch Changes

- d625f66: Fixed bug in Link where it was possible to select and copy a hidden element into clipboard
- Updated dependencies
  - @backstage/config@1.1.1
  - @backstage/core-plugin-api@1.8.1
  - @backstage/errors@1.2.3
  - @backstage/theme@0.5.0
  - @backstage/version-bridge@1.0.7

## 0.13.9

### Patch Changes

- e8f2ace: Added a new `/testUtils` sub-path that initially exports a `mockBreakpoint` helper.
- 381ed86: Add missing export for IconLinkVertical
- 5c8a3e3: Minor improvements to `Table` component.
- 752df93: Fixes a problem where the `LogViewer` was not able to handle very large logs
- 4d9e3b3: Register component overrides in the global `OverrideComponentNameToClassKeys` provided by `@backstage/theme`. This will in turn will provide component style override types for `createUnifiedTheme`.
- 07dfdf3: Updated dependency `linkifyjs` to `4.1.3`.
- a518c5a: Updated dependency `@react-hookz/web` to `^23.0.0`.
- f291757: Update `linkify-react` to version `4.1.3`
- 175d86b: Fixed an issue where the `onChange` prop within `HeaderTabs` was triggering twice upon tab-switching.
- 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
- Updated dependencies
  - @backstage/core-plugin-api@1.8.1
  - @backstage/theme@0.5.0
  - @backstage/config@1.1.1
  - @backstage/errors@1.2.3
  - @backstage/version-bridge@1.0.7

## 0.13.9-next.3

### Patch Changes

- 175d86b: Fixed an issue where the `onChange` prop within `HeaderTabs` was triggering twice upon tab-switching.
- Updated dependencies
  - @backstage/config@1.1.1
  - @backstage/core-plugin-api@1.8.1-next.1
  - @backstage/errors@1.2.3
  - @backstage/theme@0.5.0-next.1
  - @backstage/version-bridge@1.0.7

## 0.13.9-next.2

### Patch Changes

- Updated dependencies
  - @backstage/theme@0.5.0-next.1
  - @backstage/config@1.1.1
  - @backstage/core-plugin-api@1.8.1-next.1
  - @backstage/errors@1.2.3
  - @backstage/version-bridge@1.0.7

## 0.13.9-next.1

### Patch Changes

- e8f2acef80: Added a new `/testUtils` sub-path that initially exports a `mockBreakpoint` helper.
- 07dfdf3702: Updated dependency `linkifyjs` to `4.1.3`.
- a518c5a25b: Updated dependency `@react-hookz/web` to `^23.0.0`.
- f291757e70: Update `linkify-react` to version `4.1.3`
- Updated dependencies
  - @backstage/core-plugin-api@1.8.1-next.1
  - @backstage/config@1.1.1
  - @backstage/errors@1.2.3
  - @backstage/theme@0.5.0-next.0
  - @backstage/version-bridge@1.0.7

## 0.13.9-next.0

### Patch Changes

- 381ed86d5e: Add missing export for IconLinkVertical
- 5c8a3e3960: Minor improvements to `Table` component.
- 4d9e3b39e4: Register component overrides in the global `OverrideComponentNameToClassKeys` provided by `@backstage/theme`. This will in turn will provide component style override types for `createUnifiedTheme`.
- Updated dependencies
  - @backstage/core-plugin-api@1.8.1-next.0
  - @backstage/theme@0.5.0-next.0
  - @backstage/config@1.1.1
  - @backstage/errors@1.2.3
  - @backstage/version-bridge@1.0.7

## 0.13.8

### Patch Changes

- 81c8db2088: Fix `RoutedTabs` so that it does not explode without tabs.
- eb817ee6d4: Fix spacing inconsistency with links and labels in headers
- f28c11743a: Add a possibility to use a formatter on a warning panel. Applied it for a scaffolder template
- 6c2b872153: Add official support for React 18.
- e07570a740: Fixed an issue causing the `Select` component to show empty chips when some of the selected values did not match any item
- 7bdc1b0a12: Fixed compatibility with Safari <16.3 by eliminating RegEx lookbehind in `extractInitials`.

  This PR also changed how initials are generated resulting in _John Jonathan Doe_ => _JD_ instead of _JJ_.

- 66071b42c0: Make the `options.titleFormat` prop of `<StructuredMetadataTable />` apply to all keys including nested ones. Previously, this option would only apply to the root keys of the `metadata` prop.

  Document and improve the props of `<StructuredMetadataTable />`. Previously, the `options` prop was `any`.

- 71c97e7d73: Fixed the type declaration of `DependencyGraphProps`, the `defs` prop now expects `JSX.Element`s.
- 0c5b78650c: Reverting the `MissingAnnotationEmptyState` component due to cyclical dependency. This component is now deprecated, please use the import from `@backstage/plugin-catalog-react` instead to use the new functionality
- 4b7d341746: Updated dependency `linkify-react` to `4.1.2`.
- 0ef24425c1: Updated dependency `linkifyjs` to `4.1.2`.
- 4aa43f62aa: Updated dependency `cross-fetch` to `^4.0.0`.
- Updated dependencies
  - @backstage/core-plugin-api@1.8.0
  - @backstage/version-bridge@1.0.7
  - @backstage/theme@0.4.4
  - @backstage/config@1.1.1
  - @backstage/errors@1.2.3

## 0.13.8-next.2

### Patch Changes

- [#20777](https://github.com/backstage/backstage/pull/20777) [`eb817ee6d4`](https://github.com/backstage/backstage/commit/eb817ee6d4720322773389dbe6ed20d6fc80a541) Thanks [@is343](https://github.com/is343)! - Fix spacing inconsistency with links and labels in headers

- [#20357](https://github.com/backstage/backstage/pull/20357) [`f28c11743a`](https://github.com/backstage/backstage/commit/f28c11743a97c972c0c14b58f24696448810dcc5) Thanks [@acierto](https://github.com/acierto)! - Add a possibility to use a formatter on a warning panel. Applied it for a scaffolder template

- [#20842](https://github.com/backstage/backstage/pull/20842) [`0c5b78650c`](https://github.com/backstage/backstage/commit/0c5b78650c97b574b89b323d33728ed1e827bcb3) Thanks [@benjdlambert](https://github.com/benjdlambert)! - Reverting the `MissingAnnotationEmptyState` component due to cyclical dependency. This component is now deprecated, please use the import from `@backstage/plugin-catalog-react` instead to use the new functionality

## 0.13.8-next.1

### Patch Changes

- Updated dependencies
  - @backstage/plugin-catalog-react@1.9.0-next.1
  - @backstage/catalog-model@1.4.3
  - @backstage/config@1.1.1
  - @backstage/core-plugin-api@1.8.0-next.0
  - @backstage/errors@1.2.3
  - @backstage/theme@0.4.4-next.0
  - @backstage/version-bridge@1.0.7-next.0

## 0.13.7-next.0

### Patch Changes

- 81c8db2088: Fix `RoutedTabs` so that it does not explode without tabs.
- 6c2b872153: Add official support for React 18.
- 7bdc1b0a12: Fixed compatibility with Safari <16.3 by eliminating RegEx lookbehind in `extractInitials`.

  This PR also changed how initials are generated resulting in _John Jonathan Doe_ => _JD_ instead of _JJ_.

- 71c97e7d73: Fixed the type declaration of `DependencyGraphProps`, the `defs` prop now expects `JSX.Element`s.
- Updated dependencies
  - @backstage/plugin-catalog-react@1.9.0-next.0
  - @backstage/core-plugin-api@1.8.0-next.0
  - @backstage/version-bridge@1.0.7-next.0
  - @backstage/theme@0.4.4-next.0
  - @backstage/catalog-model@1.4.3
  - @backstage/config@1.1.1
  - @backstage/errors@1.2.3

## 0.13.6

### Patch Changes

- 4eab5cf901: The `TabbedLayout` component will now also navigate when clicking the active tab, which allows for navigation back from any sub routes.
- 0b55f773a7: Removed some unused dependencies
- 8a15360bb4: Fixed overflowing messages in `WarningPanel`.
- 997a71850c: Changed SupportButton menuitems to support text wrap
- 0296f272b4: Fixed the type declaration of `DependencyGraphProps`, the `defs` prop now expects `JSX.Element`s.
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
- f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
- 16126dbe6a: Change overlay header colors in the mobile menu to use navigation color from the theme
- d19a827ef1: MissingAnnotationEmptyState component can now dynamically generate a YAML example based off the current entity being used.
- Updated dependencies
  - @backstage/plugin-catalog-react@1.8.5
  - @backstage/core-plugin-api@1.7.0
  - @backstage/catalog-model@1.4.3
  - @backstage/errors@1.2.3
  - @backstage/version-bridge@1.0.6
  - @backstage/theme@0.4.3
  - @backstage/config@1.1.1

## 0.13.6-next.2

### Patch Changes

- 0b55f773a7: Removed some unused dependencies
- 8a15360bb4: Fixed overflowing messages in `WarningPanel`.
- Updated dependencies
  - @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/errors@1.2.3-next.0
  - @backstage/theme@0.4.3-next.0
  - @backstage/config@1.1.1-next.0
  - @backstage/version-bridge@1.0.5

## 0.13.6-next.1

### Patch Changes

- 4eab5cf901: The `TabbedLayout` component will now also navigate when clicking the active tab, which allows for navigation back from any sub routes.
- 997a71850c: Changed SupportButton menuitems to support text wrap
- 16126dbe6a: Change overlay header colors in the mobile menu to use navigation color from the theme
- Updated dependencies
  - @backstage/plugin-catalog-react@1.8.5-next.1
  - @backstage/core-plugin-api@1.7.0-next.0
  - @backstage/config@1.1.0
  - @backstage/catalog-model@1.4.2
  - @backstage/errors@1.2.2
  - @backstage/theme@0.4.2
  - @backstage/version-bridge@1.0.5

## 0.13.6-next.0

### Patch Changes

- d19a827ef1: MissingAnnotationEmptyState component can now dynamically generate a YAML example based off the current entity being used.
- Updated dependencies
  - @backstage/plugin-catalog-react@1.8.5-next.0
  - @backstage/core-plugin-api@1.7.0-next.0
  - @backstage/config@1.1.0
  - @backstage/catalog-model@1.4.2
  - @backstage/errors@1.2.2
  - @backstage/theme@0.4.2
  - @backstage/version-bridge@1.0.5

## 0.13.5

### Patch Changes

- 0c9907645aab: Fixed an issue causing `StructuredMetadataTable` to crash in case metadata contained `null` values.
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
- 9b74166d11a1: Added `<AutoLogout>` component which introduces an optional automatic logout mechanism on user inactivity
- 117027636b10: Minor internal tweak to handle `classnames` update
- 8cec7664e146: Removed `@types/node` dependency
- db92d1244897: Updated dependency `rc-progress` to `3.5.1`.
- 47782f4bfa5b: Add loading indicator to Table
- 3d63e60f3c36: Internal restructure to avoid circular imports
- Updated dependencies
  - @backstage/config@1.1.0
  - @backstage/core-plugin-api@1.6.0
  - @backstage/errors@1.2.2
  - @backstage/theme@0.4.2
  - @backstage/version-bridge@1.0.5

## 0.13.5-next.3

### Patch Changes

- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
- Updated dependencies
  - @backstage/config@1.1.0-next.2
  - @backstage/core-plugin-api@1.6.0-next.3
  - @backstage/errors@1.2.2-next.0
  - @backstage/theme@0.4.2-next.0
  - @backstage/version-bridge@1.0.5-next.0

## 0.13.5-next.2

### Patch Changes

- 8cec7664e146: Removed `@types/node` dependency
- db92d1244897: Updated dependency `rc-progress` to `3.5.1`.
- Updated dependencies
  - @backstage/core-plugin-api@1.6.0-next.2
  - @backstage/config@1.1.0-next.1
  - @backstage/errors@1.2.1
  - @backstage/theme@0.4.1
  - @backstage/version-bridge@1.0.4

## 0.13.5-next.1

### Patch Changes

- 0c9907645aab: Fixed an issue causing `StructuredMetadataTable` to crash in case metadata contained `null` values.
- Updated dependencies
  - @backstage/config@1.1.0-next.0
  - @backstage/core-plugin-api@1.6.0-next.1
  - @backstage/errors@1.2.1
  - @backstage/theme@0.4.1
  - @backstage/version-bridge@1.0.4

## 0.13.5-next.0

### Patch Changes

- 47782f4bfa5b: Add loading indicator to Table
- Updated dependencies
  - @backstage/core-plugin-api@1.6.0-next.0
  - @backstage/config@1.0.8
  - @backstage/errors@1.2.1
  - @backstage/theme@0.4.1
  - @backstage/version-bridge@1.0.4

## 0.13.4

### Patch Changes

- 3d86be999fdf: Prefer simple `theme.spacing` without string interpolation
- Updated dependencies
  - @backstage/core-plugin-api@1.5.3
  - @backstage/config@1.0.8
  - @backstage/errors@1.2.1
  - @backstage/theme@0.4.1
  - @backstage/version-bridge@1.0.4

## 0.13.4-next.0

### Patch Changes

- 3d86be999fdf: Prefer simple `theme.spacing` without string interpolation
- Updated dependencies
  - @backstage/core-plugin-api@1.5.3
  - @backstage/config@1.0.8
  - @backstage/errors@1.2.1
  - @backstage/theme@0.4.1
  - @backstage/version-bridge@1.0.4

## 0.13.3

### Patch Changes

- 7e0f558fbc37: The `Skip to content` button on click focuses on the main article tag and skips the `h1` tag. Users are not able to identify which page they are on currently. Now it's changed the behaviour of the button and focuses on the `h1` tag on the page.
- 68531cc70e1f: Break some internal circular import chains
- 4722c948c217: Parse unicode characters in name for avatar component
- 015439b5b6ca: Updated dependency `rc-progress` to `3.4.2`.
- 8174cf4c0edf: Fixing MUI / Material UI references
- 4317b1c2f430: Remove zooming in restrictions in the catalog graph
- a011d2316a58: Fix keyboard navigation & focus highlight on Select component.
- Updated dependencies
  - @backstage/theme@0.4.1
  - @backstage/errors@1.2.1
  - @backstage/core-plugin-api@1.5.3
  - @backstage/config@1.0.8
  - @backstage/version-bridge@1.0.4

## 0.13.3-next.2

### Patch Changes

- 8174cf4c0edf: Fixing MUI / Material UI references
- 4317b1c2f430: Remove zooming in restrictions in the catalog graph
- Updated dependencies
  - @backstage/theme@0.4.1-next.1
  - @backstage/core-plugin-api@1.5.3-next.1
  - @backstage/config@1.0.8
  - @backstage/errors@1.2.1-next.0
  - @backstage/version-bridge@1.0.4

## 0.13.3-next.1

### Patch Changes

- 7e0f558fbc37: The `Skip to content` button on click focuses on the main article tag and skips the `h1` tag. Users are not able to identify which page they are on currently. Now it's changed the behaviour of the button and focuses on the `h1` tag on the page.
- 015439b5b6ca: Updated dependency `rc-progress` to `3.4.2`.
- Updated dependencies
  - @backstage/theme@0.4.1-next.0
  - @backstage/core-plugin-api@1.5.3-next.0
  - @backstage/config@1.0.8

## 0.13.3-next.0

### Patch Changes

- 68531cc70e1f: Break some internal circular import chains
- a011d2316a58: Fix keyboard navigation & focus highlight on Select component.
- Updated dependencies
  - @backstage/errors@1.2.1-next.0
  - @backstage/config@1.0.8
  - @backstage/core-plugin-api@1.5.2
  - @backstage/theme@0.4.0
  - @backstage/version-bridge@1.0.4

## 0.13.2

### Patch Changes

- 4e697e88f0e2: Add resource utilization to Pod Drawer
- 78cbb8ef8aea: Enhance the sidebar item accessibility by using appropriate header semantics.
- 66ae4d8ca380: Added `exact` prop to `SidebarSubmenuItem` which causes it to only highlight if the current location is an exact match.
- 83bdc3a555c1: Replaced usages of `theme.palette.theme.hint` with `theme.palette.text.secondary` as it has been removed in Material UI v5
- b4cc4b1415e9: SupportButton auto focus first item when opened.
- e33beb1f2a8e: Make the documentation pages printable (also handy for exporting to PDF)
- Updated dependencies
  - @backstage/core-plugin-api@1.5.2
  - @backstage/theme@0.4.0
  - @backstage/errors@1.2.0
  - @backstage/config@1.0.8
  - @backstage/version-bridge@1.0.4

## 0.13.2-next.3

### Patch Changes

- 78cbb8ef8aea: Enhance the sidebar item accessibility by using appropriate header semantics.
- e33beb1f2a8e: Make the documentation pages printable (also handy for exporting to PDF)
- Updated dependencies
  - @backstage/config@1.0.7
  - @backstage/core-plugin-api@1.5.2-next.0
  - @backstage/errors@1.2.0-next.0
  - @backstage/theme@0.4.0-next.1
  - @backstage/version-bridge@1.0.4

## 0.13.2-next.2

### Patch Changes

- 66ae4d8ca380: Added `exact` prop to `SidebarSubmenuItem` which causes it to only highlight if the current location is an exact match.
- Updated dependencies
  - @backstage/theme@0.4.0-next.1
  - @backstage/config@1.0.7
  - @backstage/core-plugin-api@1.5.2-next.0

## 0.13.2-next.1

### Patch Changes

- 83bdc3a555c1: Replaced usages of `theme.palette.theme.hint` with `theme.palette.text.secondary` as it has been removed in Material UI v5
- Updated dependencies
  - @backstage/errors@1.2.0-next.0
  - @backstage/core-plugin-api@1.5.2-next.0
  - @backstage/config@1.0.7
  - @backstage/theme@0.4.0-next.0
  - @backstage/version-bridge@1.0.4

## 0.13.2-next.0

### Patch Changes

- Updated dependencies
  - @backstage/theme@0.4.0-next.0
  - @backstage/config@1.0.7
  - @backstage/core-plugin-api@1.5.1
  - @backstage/errors@1.1.5
  - @backstage/version-bridge@1.0.4

## 0.13.1

### Patch Changes

- 83b45f9df50: Fix accessibility issue with Backstage Table's header style
- e97769f7c0b: Fix accessibility issue on controlled select input on tab navigation + keyboard enter/space action.
- b1f13cb38aa: Fix accessibility issue with Edit Metadata Link on screen readers missing notice about opening in a new tab.
- 26cff1a5dfb: Start capturing sidebar click events in analytics by default.
- Updated dependencies
  - @backstage/theme@0.3.0
  - @backstage/config@1.0.7
  - @backstage/core-plugin-api@1.5.1
  - @backstage/errors@1.1.5
  - @backstage/version-bridge@1.0.4

## 0.13.1-next.1

### Patch Changes

- 83b45f9df50: Fix accessibility issue with Backstage Table's header style
- e97769f7c0b: Fix accessibility issue on controlled select input on tab navigation + keyboard enter/space action.
- Updated dependencies
  - @backstage/theme@0.3.0-next.0
  - @backstage/config@1.0.7
  - @backstage/core-plugin-api@1.5.1

## 0.13.1-next.0

### Patch Changes

- 26cff1a5dfb: Start capturing sidebar click events in analytics by default.
- Updated dependencies
  - @backstage/core-plugin-api@1.5.1
  - @backstage/config@1.0.7

## 0.13.0

### Minor Changes

- 01cd4e25754: **BREAKING:** Removing `Tabs` component from `core-components` as it is neither used in the core Backstage app nor in the monorepo plugins. If you are using this component in your instance please consider replacing it with the [Material UI `Tabs`](https://v4.mui.com/components/tabs/#tabs) component like the following:

  ```diff
  - <Tabs
  -    tabs={[{
  -       icon: <AccessAlarmIcon />,
  -       content: <div>Label</div>,
  -    }]}
  - />

  + <Tabs>
  +    <Tab
  +       label = "Label"
  +       icon = { <AccessAlarmIcon /> }
  +    />
  + </Tabs>
  ```

### Patch Changes

- d0befd3fb23: Fixed a bug that could prevent auth from working when using the `guest` or `custom` auth providers.
- 67140d9f96f: Upgrade `react-virtualized-auto-sizer´ to version `^1.0.11`
- 6e0b71493df: Switched internal declaration of `DependencyGraphTypes` to use `namespace`.
- c8779cc1d09: Updated `LogLine` component, which is used by the `LogViewer`, to turn URLs into clickable links. This feature is on by default
- 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
- 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
- 29ba8267d69: Updated dependency `@material-ui/lab` to `4.0.0-alpha.61`.
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
- 303c2c3ce51: Allow `closeButton` color in `DismissableBanner` to be configurable (via. `theme.palette.banner.closeButtonColor`)
- 7e60bee2dea: Split the `BackstageSidebar` style `drawer` class, such that the `width` property is in a separate `drawerWidth` class instead. This makes it such that you can style the `drawer` class in your theme again.
- 7245e744ab1: Fixed the font color on `BackstageHeaderLabel` to respect the active page theme.
- e0c6e8b9c3c: Update peer dependencies
- Updated dependencies
  - @backstage/theme@0.2.19
  - @backstage/core-plugin-api@1.5.1
  - @backstage/version-bridge@1.0.4
  - @backstage/config@1.0.7
  - @backstage/errors@1.1.5

## 0.13.0-next.3

### Minor Changes

- 01cd4e25754: **BREAKING:** Removing `Tabs` component from `core-components` as it is neither used in the core Backstage app nor in the monorepo plugins. If you are using this component in your instance please consider replacing it with the [Material UI `Tabs`](https://v4.mui.com/components/tabs/#tabs) component like the following:

  ```diff
  - <Tabs
  -    tabs={[{
  -       icon: <AccessAlarmIcon />,
  -       content: <div>Label</div>,
  -    }]}
  - />

  + <Tabs>
  +    <Tab
  +       label = "Label"
  +       icon = { <AccessAlarmIcon /> }
  +    />
  + </Tabs>
  ```

### Patch Changes

- Updated dependencies
  - @backstage/config@1.0.7
  - @backstage/core-plugin-api@1.5.1-next.1
  - @backstage/errors@1.1.5
  - @backstage/theme@0.2.19-next.0
  - @backstage/version-bridge@1.0.4-next.0

## 0.12.6-next.2

### Patch Changes

- 67140d9f96f: Upgrade `react-virtualized-auto-sizer´ to version `^1.0.11`
- 7e60bee2dea: Split the `BackstageSidebar` style `drawer` class, such that the `width` property is in a separate `drawerWidth` class instead. This makes it such that you can style the `drawer` class in your theme again.
- Updated dependencies
  - @backstage/core-plugin-api@1.5.1-next.1
  - @backstage/config@1.0.7
  - @backstage/errors@1.1.5
  - @backstage/theme@0.2.19-next.0
  - @backstage/version-bridge@1.0.4-next.0

## 0.12.6-next.1

### Patch Changes

- d0befd3fb23: Fixed a bug that could prevent auth from working when using the `guest` or `custom` auth providers.
- 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
- 29ba8267d69: Updated dependency `@material-ui/lab` to `4.0.0-alpha.61`.
- e0c6e8b9c3c: Update peer dependencies
- Updated dependencies
  - @backstage/core-plugin-api@1.5.1-next.0
  - @backstage/version-bridge@1.0.4-next.0
  - @backstage/theme@0.2.19-next.0
  - @backstage/config@1.0.7
  - @backstage/errors@1.1.5

## 0.12.6-next.0

### Patch Changes

- 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
- 7245e744ab1: Fixed the font color on `BackstageHeaderLabel` to respect the active page theme.
- Updated dependencies
  - @backstage/core-plugin-api@1.5.0
  - @backstage/config@1.0.7
  - @backstage/errors@1.1.5
  - @backstage/theme@0.2.18
  - @backstage/version-bridge@1.0.3

## 0.12.5

### Patch Changes

- 8bbf95b5507: Button labels in the sidebar (previously displayed in uppercase) will be displayed in the case that is provided without any transformations.
  For example, a sidebar button with the label "Search" will appear as Search, "search" will appear as search, "SEARCH" will appear as SEARCH etc.
  This can potentially affect any overriding styles previously applied to change the appearance of Button labels in the Sidebar.
- cb8ec97cdeb: Change black & white colors to be theme aware
- c10384a9235: Switch to using `LinkButton` instead of the deprecated `Button`
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- e1aae2f5a0c: Updated the `aria-label` of the `HeaderTabs` component.
- 6a51a49a810: Fix bug where `<Table />` component would not take into account header styles defined in `columns[*].headerStyle`.
- fa004f66871: Use media queries to change layout instead of `isMobile` prop in `BackstagePage` component
- Updated dependencies
  - @backstage/errors@1.1.5
  - @backstage/core-plugin-api@1.5.0
  - @backstage/config@1.0.7
  - @backstage/theme@0.2.18
  - @backstage/version-bridge@1.0.3

## 0.12.5-next.2

### Patch Changes

- 8bbf95b5507: Button labels in the sidebar (previously displayed in uppercase) will be displayed in the case that is provided without any transformations.
  For example, a sidebar button with the label "Search" will appear as Search, "search" will appear as search, "SEARCH" will appear as SEARCH etc.
  This can potentially affect any overriding styles previously applied to change the appearance of Button labels in the Sidebar.
- fa004f66871: Use media queries to change layout instead of `isMobile` prop in `BackstagePage` component
- Updated dependencies
  - @backstage/core-plugin-api@1.5.0-next.2
  - @backstage/config@1.0.7-next.0

## 0.12.5-next.1

### Patch Changes

- cb8ec97cdeb: Change black & white colors to be theme aware
- c10384a9235: Switch to using `LinkButton` instead of the deprecated `Button`
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- e1aae2f5a0c: Updated the `aria-label` of the `HeaderTabs` component.
- Updated dependencies
  - @backstage/errors@1.1.5-next.0
  - @backstage/core-plugin-api@1.4.1-next.1
  - @backstage/config@1.0.7-next.0
  - @backstage/theme@0.2.18-next.0
  - @backstage/version-bridge@1.0.3

## 0.12.5-next.0

### Patch Changes

- Updated dependencies
  - @backstage/core-plugin-api@1.4.1-next.0
  - @backstage/config@1.0.6
  - @backstage/errors@1.1.4
  - @backstage/theme@0.2.17
  - @backstage/version-bridge@1.0.3

## 0.12.4

### Patch Changes

- 68ce7d0417: Added aria labels on the support button and sidebar
- 5637ebed92: Added a global override for `window.open` that helps prevent security vulnerabilities.
- 910015f5b7: The Button component has been deprecated in favor of the LinkButton component
- 20840b36b4: Adds new type, TableOptions, extending Material Table Options.
- e81a6e0ab5: Updated Link URL validation to be more strict.
- 85b04f659a: Internal refactor to not use deprecated `substr`
- 66e2aab4c4: Navigation items in mobile sidebar now have aria label.
- Updated dependencies
  - @backstage/theme@0.2.17
  - @backstage/core-plugin-api@1.4.0
  - @backstage/config@1.0.6
  - @backstage/errors@1.1.4
  - @backstage/version-bridge@1.0.3

## 0.12.4-next.1

### Patch Changes

- 66e2aab4c4: Navigation items in mobile sidebar now have aria label.
- Updated dependencies
  - @backstage/config@1.0.6
  - @backstage/core-plugin-api@1.3.0
  - @backstage/errors@1.1.4
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.3

## 0.12.4-next.0

### Patch Changes

- 910015f5b7: The Button component has been deprecated in favor of the LinkButton component
- 20840b36b4: Adds new type, TableOptions, extending Material Table Options.
- 85b04f659a: Internal refactor to not use deprecated `substr`
- Updated dependencies
  - @backstage/config@1.0.6
  - @backstage/core-plugin-api@1.3.0
  - @backstage/errors@1.1.4
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.3

## 0.12.3

### Patch Changes

- f2ea446de0: Applied fix from v1.9.1
- 80ce4e8c29: Small updates to some components to ensure theme typography properties are inherited correctly.
- f23146520e: Ensure that the "Custom User" sign-in makes use of supplied custom tokens, if any
- Updated dependencies
  - @backstage/core-plugin-api@1.3.0
  - @backstage/config@1.0.6
  - @backstage/errors@1.1.4
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.3

## 0.12.3-next.2

### Patch Changes

- Updated dependencies
  - @backstage/core-plugin-api@1.3.0-next.1
  - @backstage/config@1.0.6-next.0
  - @backstage/errors@1.1.4
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.3

## 0.12.3-next.1

### Patch Changes

- Updated dependencies
  - @backstage/config@1.0.6-next.0
  - @backstage/core-plugin-api@1.2.1-next.0
  - @backstage/errors@1.1.4
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.3

## 0.12.3-next.0

### Patch Changes

- f2ea446de0: Applied fix from v1.9.1
- Updated dependencies
  - @backstage/config@1.0.5
  - @backstage/core-plugin-api@1.2.0
  - @backstage/errors@1.1.4
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.3

## 0.12.2

### Patch Changes

- Fixing the UPPERCASED links in the sidebar

## 0.12.1

### Patch Changes

- a236a8830d: Update sidebar icon alignment
- d3fea4ae0a: Internal fixes to avoid implicit usage of globals
- b05dcd5530: Move the `zod` dependency to a version that does not collide with other libraries
- ea4a5be8f3: Create a variable for minimum height and add a prop named 'fit' for determining if the graph height should grow or be contained.
- 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
- d2e3bf6737: Made AlertDisplay not crash on undefined messages
- 64a579a998: Add items prop to SupportButton. This prop can be used to override the items that would otherwise be grabbed from the config.
- 5d3058355d: Add `react/forbid-elements` linter rule for button, suggest Material UI `Button`
- 3280711113: Updated dependency `msw` to `^0.49.0`.
- 19356df560: Updated dependency `zen-observable` to `^0.9.0`.
- c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
- 5fb6d5e92e: Updated dependency `@react-hookz/web` to `^19.0.0`.
- 17a8e32f39: Updated dependency `rc-progress` to `3.4.1`.
- 146378c146: Updated dependency `@react-hookz/web` to `^20.0.0`.
- dfc8edf9c5: Internal refactor to avoid usage of deprecated symbols.
- 8015ff1258: Tweaked wording to use inclusive terminology
- 830687539f: Sync components in @backstage/core-components with the Component Design Guidelines
- 1ae86ab5fb: Added an option to allow the `AlertMessage` to be self-closing. This is done with a new `display` property that is set to `transient` on the `AlertMessage` when triggering a message to the `AlertApi`. The length of time that these transient messages stay open for can be set using the `transientTimeoutMs` prop on the `AlertDisplay` in the `App.tsx`. Here is an example:

  ```diff
    const App = () => (
      <AppProvider>
  +     <AlertDisplay transientTimeoutMs={2500} />
        <OAuthRequestDialog />
        <AppRouter>
          <Root>{routes}</Root>
        </AppRouter>
      </AppProvider>
    );
  ```

  The above example will set the transient timeout to 2500ms from the default of 5000ms

- 16e31e690f: InfoCard - Remove subheader container when there is not a subheader or icon
- a5a2d12298: Added option to pass additional headers to `<ProxiedSignInPage />`, which are passed along with the request to the underlying provider
- 91bba69ef8: Internal refactor to remove deprecated symbols.
- Updated dependencies
  - @backstage/core-plugin-api@1.2.0
  - @backstage/version-bridge@1.0.3
  - @backstage/errors@1.1.4
  - @backstage/config@1.0.5
  - @backstage/theme@0.2.16

## 0.12.1-next.4

### Patch Changes

- b05dcd5530: Move the `zod` dependency to a version that does not collide with other libraries
- 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
- a5a2d12298: Added option to pass additional headers to `<ProxiedSignInPage />`, which are passed along with the request to the underlying provider
- Updated dependencies
  - @backstage/config@1.0.5-next.1
  - @backstage/core-plugin-api@1.2.0-next.2
  - @backstage/errors@1.1.4-next.1
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.3-next.0

## 0.12.1-next.3

### Patch Changes

- 91bba69ef8: Internal refactor to remove deprecated symbols.
- Updated dependencies
  - @backstage/config@1.0.5-next.1
  - @backstage/core-plugin-api@1.2.0-next.2
  - @backstage/errors@1.1.4-next.1
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.3-next.0

## 0.12.1-next.2

### Patch Changes

- d2e3bf6737: Made AlertDisplay not crash on undefined messages
- 5fb6d5e92e: Updated dependency `@react-hookz/web` to `^19.0.0`.
- 146378c146: Updated dependency `@react-hookz/web` to `^20.0.0`.
- 8015ff1258: Tweaked wording to use inclusive terminology
- 830687539f: Sync components in @backstage/core-components with the Component Design Guidelines
- 1ae86ab5fb: Added an option to allow the `AlertMessage` to be self-closing. This is done with a new `display` property that is set to `transient` on the `AlertMessage` when triggering a message to the `AlertApi`. The length of time that these transient messages stay open for can be set using the `transientTimeoutMs` prop on the `AlertDisplay` in the `App.tsx`. Here is an example:

  ```diff
    const App = () => (
      <AppProvider>
  +     <AlertDisplay transientTimeoutMs={2500} />
        <OAuthRequestDialog />
        <AppRouter>
          <Root>{routes}</Root>
        </AppRouter>
      </AppProvider>
    );
  ```

  The above example will set the transient timeout to 2500ms from the default of 5000ms

- 16e31e690f: InfoCard - Remove subheader container when there is not a subheader or icon
- Updated dependencies
  - @backstage/core-plugin-api@1.2.0-next.2
  - @backstage/config@1.0.5-next.1
  - @backstage/errors@1.1.4-next.1
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.3-next.0

## 0.12.1-next.1

### Patch Changes

- d3fea4ae0a: Internal fixes to avoid implicit usage of globals
- c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
- Updated dependencies
  - @backstage/version-bridge@1.0.3-next.0
  - @backstage/core-plugin-api@1.1.1-next.1
  - @backstage/config@1.0.5-next.1
  - @backstage/errors@1.1.4-next.1
  - @backstage/theme@0.2.16

## 0.12.1-next.0

### Patch Changes

- ea4a5be8f3: Create a variable for minimum height and add a prop named 'fit' for determining if the graph height should grow or be contained.
- 64a579a998: Add items prop to SupportButton. This prop can be used to override the items that would otherwise be grabbed from the config.
- 3280711113: Updated dependency `msw` to `^0.49.0`.
- 19356df560: Updated dependency `zen-observable` to `^0.9.0`.
- 17a8e32f39: Updated dependency `rc-progress` to `3.4.1`.
- dfc8edf9c5: Internal refactor to avoid usage of deprecated symbols.
- Updated dependencies
  - @backstage/core-plugin-api@1.1.1-next.0
  - @backstage/config@1.0.5-next.0
  - @backstage/errors@1.1.4-next.0
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.2

## 0.12.0

### Minor Changes

- fb3733e446: **BREAKING**: Removed the `HomepageTimer` as it has been replaced by the `HeaderWorldClock` in the Home plugin and was deprecated over a year ago.

### Patch Changes

- 5f695c219a: Set the `searchTooltip` to "Filter" to follow how the `searchPlaceholder` is set making this more consistent
- f36127f5fe: Add optional step to SimpleStepper
- b4fb5c8ecc: MissingAnnotationEmptyState now accepts either a string or an array of strings to support multiple missing annotations.
- 7573b65232: Internal refactor of imports to avoid circular dependencies
- 858986f6b6: Disable base path workaround in `Link` component when React Router v6 stable is used.
- f905853ad6: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
- Updated dependencies
  - @backstage/version-bridge@1.0.2
  - @backstage/core-plugin-api@1.1.0
  - @backstage/config@1.0.4
  - @backstage/errors@1.1.3
  - @backstage/theme@0.2.16

## 0.12.0-next.1

### Patch Changes

- b4fb5c8ecc: MissingAnnotationEmptyState now accepts either a string or an array of strings to support multiple missing annotations.
- Updated dependencies
  - @backstage/config@1.0.4-next.0
  - @backstage/core-plugin-api@1.1.0-next.0
  - @backstage/errors@1.1.3-next.0
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.1

## 0.12.0-next.0

### Minor Changes

- fb3733e446: **BREAKING**: Removed the `HomepageTimer` as it has been replaced by the `HeaderWorldClock` in the Home plugin and was deprecated over a year ago.

### Patch Changes

- 5f695c219a: Set the `searchTooltip` to "Filter" to follow how the `searchPlaceholder` is set making this more consistent
- 7573b65232: Internal refactor of imports to avoid circular dependencies
- 858986f6b6: Disable base path workaround in `Link` component when React Router v6 stable is used.
- f905853ad6: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
- Updated dependencies
  - @backstage/core-plugin-api@1.1.0-next.0
  - @backstage/config@1.0.4-next.0
  - @backstage/errors@1.1.3-next.0
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.1

## 0.11.2

### Patch Changes

- bde1e8c8e2: Added `curve` prop to the `DependencyGraph` component to select the type of layout
- 882101cd9b: Deep-import LightAsync component to improve module-import speed
- 0d0f30d87e: Fixed layout for core-components docs where table was broken by splitting with code sample
- Updated dependencies
  - @backstage/core-plugin-api@1.0.7
  - @backstage/config@1.0.3
  - @backstage/errors@1.1.2
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.1

## 0.11.2-next.2

### Patch Changes

- Updated dependencies
  - @backstage/config@1.0.3-next.2
  - @backstage/core-plugin-api@1.0.7-next.2
  - @backstage/errors@1.1.2-next.2
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.1

## 0.11.2-next.1

### Patch Changes

- Updated dependencies
  - @backstage/core-plugin-api@1.0.7-next.1
  - @backstage/config@1.0.3-next.1
  - @backstage/errors@1.1.2-next.1
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.1

## 0.11.2-next.0

### Patch Changes

- 882101cd9b: Deep-import LightAsync component to improve module-import speed
- Updated dependencies
  - @backstage/config@1.0.3-next.0
  - @backstage/core-plugin-api@1.0.7-next.0
  - @backstage/errors@1.1.2-next.0
  - @backstage/theme@0.2.16
  - @backstage/version-bridge@1.0.1

## 0.11.1

### Patch Changes

- 817f3196f6: Updated React Router dependencies to be peer dependencies.
- d3737da337: Export `HeaderActionMenu` and expose default `Table` icons via `Table.icons`
- 7d47def9c4: Removed dependency on `@types/jest`.
- b29c44d895: Adds code to generate ids for headers parsed through the MarkdownContent component.
- 37e8c5e128: The `RoutedTabs` component has been updated to be compatible with React Router v6 stable.
- 667d917488: Updated dependency `msw` to `^0.47.0`.
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
- 13f23f6510: Allow custom images in the empty state component
- 023d14c52b: Fix overflow bug on MicDrop image for 404 page by moving the image and making it relative rather than absolute
- c8bb0ff8ce: Minor cleanup of the public API surface to reduce the number of warnings
- Updated dependencies
  - @backstage/core-plugin-api@1.0.6
  - @backstage/config@1.0.2
  - @backstage/errors@1.1.1

## 0.11.1-next.3

### Patch Changes

- 7d47def9c4: Removed dependency on `@types/jest`.
- Updated dependencies
  - @backstage/config@1.0.2-next.0
  - @backstage/core-plugin-api@1.0.6-next.3
  - @backstage/errors@1.1.1-next.0

## 0.11.1-next.2

### Patch Changes

- 667d917488: Updated dependency `msw` to `^0.47.0`.
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
- 13f23f6510: Allow custom images in the empty state component
- Updated dependencies
  - @backstage/core-plugin-api@1.0.6-next.2

## 0.11.1-next.1

### Patch Changes

- 817f3196f6: Updated React Router dependencies to be peer dependencies.
- 37e8c5e128: The `RoutedTabs` component has been updated to be compatible with React Router v6 stable.
- Updated dependencies
  - @backstage/core-plugin-api@1.0.6-next.1

## 0.11.1-next.0

### Patch Changes

- b29c44d895: Adds code to generate ids for headers parsed through the MarkdownContent component.
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
- c8bb0ff8ce: Minor cleanup of the public API surface to reduce the number of warnings
- Updated dependencies
  - @backstage/core-plugin-api@1.0.6-next.0

## 0.11.0

### Minor Changes

- d0eefc499a: Made the `to` prop of `Button` and `Link` more strict, only supporting plain strings. It used to be the case that this prop was unexpectedly too liberal, making it look like we supported the complex `react-router-dom` object form of the parameter as well, which led to unexpected results at runtime.

### Patch Changes

- a22af3edc8: Adding a `className` prop to the `MarkdownContent` component
- Updated dependencies
  - @backstage/core-plugin-api@1.0.5

## 0.11.0-next.2

### Minor Changes

- d0eefc499a: Made the `to` prop of `Button` and `Link` more strict, only supporting plain strings. It used to be the case that this prop was unexpectedly too liberal, making it look like we supported the complex `react-router-dom` object form of the parameter as well, which led to unexpected results at runtime.

## 0.10.1-next.1

### Patch Changes

- a22af3edc8: Adding a `className` prop to the `MarkdownContent` component

## 0.10.1-next.0

### Patch Changes

- Updated dependencies
  - @backstage/core-plugin-api@1.0.5-next.0

## 0.10.0

### Minor Changes

- 32204fa794: Add `transformLinkUri` and `transformImageUri` to `MarkdownContent`

### Patch Changes

- 3c440ea77e: Change BackstageIconLinkVertical style to use pallette instead of explicit color
- c3cfc83af2: Updated JSDoc to be MDX compatible.
- b4b711bcc2: Fix the EntityLayout header style so that EntityContextMenu button can display in correct shape when user hover on it
- 944af7f2a8: Work around a bug calling `onChange` twice in `mui` for `RoutedTab` so you don't have to press back twice to navigate through tabs
- 7f5e79961d: Fix relative `sub-paths` by concatenating the app's base path with them.
- a70869e775: Updated dependency `msw` to `^0.43.0`.
- 693990d4fe: Updated dependency `@react-hookz/web` to `^15.0.0`.
- 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
- 15201b1032: Updated dependency `rc-progress` to `3.4.0`.
- 7e115d42f9: Support displaying subtitle text in `SidebarSubmenuItem`
- ae746946f7: Improve accessibility for CopyTextButton
- 385389d23c: Updated to remove usage of the `bursts` object in the theme palette
- Updated dependencies
  - @backstage/core-plugin-api@1.0.4
  - @backstage/theme@0.2.16
  - @backstage/errors@1.1.0

## 0.10.0-next.3

### Patch Changes

- 7f5e79961d: Fix relative `sub-paths` by concatenating the app's base path with them.
- a70869e775: Updated dependency `msw` to `^0.43.0`.
- 693990d4fe: Updated dependency `@react-hookz/web` to `^15.0.0`.
- Updated dependencies
  - @backstage/core-plugin-api@1.0.4-next.0

## 0.10.0-next.2

### Minor Changes

- 32204fa794: Add `transformLinkUri` and `transformImageUri` to `MarkdownContent`

### Patch Changes

- b4b711bcc2: Fix the EntityLayout header style so that EntityContextMenu button can display in correct shape when user hover on it
- 15201b1032: Updated dependency `rc-progress` to `3.4.0`.
- 385389d23c: Updated to remove usage of the `bursts` object in the theme palette
- Updated dependencies
  - @backstage/theme@0.2.16-next.1

## 0.9.6-next.1

### Patch Changes

- 3c440ea77e: Change BackstageIconLinkVertical style to use pallette instead of explicit color
- 7e115d42f9: Support displaying subtitle text in `SidebarSubmenuItem`
- Updated dependencies
  - @backstage/errors@1.1.0-next.0
  - @backstage/theme@0.2.16-next.0

## 0.9.6-next.0

### Patch Changes

- c3cfc83af2: Updated JSDoc to be MDX compatible.

## 0.9.5

### Patch Changes

- feb4e8de07: Fix EntityPage tab scrolling overflow bug on Firefox
- 65840b17be: Fix issue where right arrow icon was incorrectly added to side bar items without a sub-menu
- de593ec78f: Updated dependency `react-text-truncate` to `^0.19.0`.
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
- 6968b65ba1: Updated dependency `@react-hookz/web` to `^14.0.0`.
- ee2cd642c5: Updated dependency `rc-progress` to `3.3.3`.
- 96d1e01641: Accessibility updates:

  - Added `aria-label` to the `Select` component
  - Changed heading level used in the header of `Table` component

- 7d355c4b3f: Fix the missing filter in the toolbar when passing a custom component in the core-components Table
- 1cf9caecd6: fix Sidebar Contexts deprecation message
- bff65e6958: The `SidebarPinStateContext` and `SidebarContext` have been deprecated and will be removed in a future release. Instead, use `<SidebarPinStateProvider>` + `useSidebarPinState()` and/or `<SidebarOpenStateProvider>` + `useSidebarOpenState()`.

  This was done to ensure that sidebar state can be shared successfully across components exported by different packages, regardless of what version of this package is resolved and installed for each individual package.

- Updated dependencies
  - @backstage/core-plugin-api@1.0.3

## 0.9.5-next.2

### Patch Changes

- ee2cd642c5: Updated dependency `rc-progress` to `3.3.3`.
- 1cf9caecd6: fix Sidebar Contexts deprecation message

## 0.9.5-next.1

### Patch Changes

- feb4e8de07: Fix EntityPage tab scrolling overflow bug on Firefox
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
- bff65e6958: The `SidebarPinStateContext` and `SidebarContext` have been deprecated and will be removed in a future release. Instead, use `<SidebarPinStateProvider>` + `useSidebarPinState()` and/or `<SidebarOpenStateProvider>` + `useSidebarOpenState()`.

  This was done to ensure that sidebar state can be shared successfully across components exported by different packages, regardless of what version of this package is resolved and installed for each individual package.

- Updated dependencies
  - @backstage/core-plugin-api@1.0.3-next.0

## 0.9.5-next.0

### Patch Changes

- 65840b17be: Fix issue where right arrow icon was incorrectly added to side bar items without a sub-menu
- 6968b65ba1: Updated dependency `@react-hookz/web` to `^14.0.0`.
- 96d1e01641: Accessibility updates:

  - Added `aria-label` to the `Select` component
  - Changed heading level used in the header of `Table` component

## 0.9.4

### Patch Changes

- ac19f82936: Added ARIA landmark <main> to Page component and added ARIA landmark <nav> to DesktopSidebar and Sidebar components
- 55f68c386a: Enabled select component to be enabled by keyboard
- c0055ece91: Announce external links to screen readers
- e210c0cab8: Add ability to customize `Read More` destination with `readMoreUrl` prop for `MissingAnnotationEmptyState` component.
- 52c02ac02b: Don't set the background color on an Avatar component that has a picture.
- cfc0f2e5bd: Added optional anchorOrigin alignment prop to AlertDisplay
- f4380eb602: Add an aria-label to the support button to improve accessibility for screen readers
- ba97b80421: Updated dependency `@types/react-syntax-highlighter` to `^15.0.0`.
- e462112be5: Updated dependency `rc-progress` to `3.3.2`.
- 2bcb0a0e2b: Sidebar NAV now includes aria-label. Component AboutField now uses h2 variant instead of subtitle2 (font properties unchanged)
- c7f32b53a4: Fixed multiple scrolls appearing on Page when added InfoCard with external bottom link
- 3603014e0e: Add ARIA landmark( <main>), & label and a heading to OAuthRequestDialog. Removed nested interactive control (button).
- 2025d7c123: Properly highlight `SidebarSubmenuItem` dropdown items on hover, use ellipsis styling on long labels in `SidebarSubmenu`, allow `icon` and `to` properties to be optional on `SidebarSubmenuItem`, and fix `SidebarPage` padding to be responsive to pinned state
- 2295b4ab2b: Add controls to Storybook stories
- 521293b22e: Added a chevron Indicator when the sidebar is collapsed and has a sub-menu
- Updated dependencies
  - @backstage/core-plugin-api@1.0.2
  - @backstage/config@1.0.1

## 0.9.4-next.2

### Patch Changes

- 52c02ac02b: Don't set the background color on an Avatar component that has a picture.
- 3603014e0e: Add ARIA landmark( <main>), & label and a heading to OAuthRequestDialog. Removed nested interactive control (button).
- 2025d7c123: Properly highlight `SidebarSubmenuItem` dropdown items on hover, use ellipsis styling on long labels in `SidebarSubmenu`, allow `icon` and `to` properties to be optional on `SidebarSubmenuItem`, and fix `SidebarPage` padding to be responsive to pinned state

## 0.9.4-next.1

### Patch Changes

- 55f68c386a: Enabled select component to be enabled by keyboard
- ba97b80421: Updated dependency `@types/react-syntax-highlighter` to `^15.0.0`.
- 2bcb0a0e2b: Sidebar NAV now includes aria-label. Component AboutField now uses h2 variant instead of subtitle2 (font properties unchanged)
- Updated dependencies
  - @backstage/config@1.0.1-next.0
  - @backstage/core-plugin-api@1.0.2-next.1

## 0.9.4-next.0

### Patch Changes

- ac19f82936: Added ARIA landmark <main> to Page component and added ARIA landmark <nav> to DesktopSidebar and Sidebar components
- c0055ece91: Announce external links to screen readers
- cfc0f2e5bd: Added optional anchorOrigin alignment prop to AlertDisplay
- f4380eb602: Add an aria-label to the support button to improve accessibility for screen readers
- Updated dependencies
  - @backstage/core-plugin-api@1.0.2-next.0

## 0.9.3

### Patch Changes

- 7c7919777e: build(deps-dev): bump `@testing-library/react-hooks` from 7.0.2 to 8.0.0
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 25b8e8d5b5: Add BackstageTab to overridableComponents so can override styles in a theme
- 230ad0826f: Bump to using `@types/node` v16
- 41fd107189: Exported `IdentityProviders` type.
- a13604b8f7: Adding a name to the core-components Tab styles so can customise in the theme settings
- 19648d5cf5: fix support config ref to use backstage/backstage
- d505e43ffc: Fix highlighting of active sidebar items.
- 72f3dfd05a: Updated ProxiedSignInPageProps docs
- 7741e47eae: `<Sidebar />` now accepts additional props `sidebarOptions` and `submenuOptions` to allow further customization
- Updated dependencies
  - @backstage/core-plugin-api@1.0.1

## 0.9.3-next.2

### Patch Changes

- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- 41fd107189: Exported `IdentityProviders` type.
- d505e43ffc: Fix highlighting of active sidebar items.
- Updated dependencies
  - @backstage/core-plugin-api@1.0.1-next.0

## 0.9.3-next.1

### Patch Changes

- 25b8e8d5b5: Add BackstageTab to overridableComponents so can override styles in a theme
- a13604b8f7: Adding a name to the core-components Tab styles so can customise in the theme settings
- 72f3dfd05a: Updated ProxiedSignInPageProps docs
- 7741e47eae: `<Sidebar />` now accepts additional props `sidebarOptions` and `submenuOptions` to allow further customization

## 0.9.3-next.0

### Patch Changes

- 19648d5cf5: fix support config ref to use backstage/backstage

## 0.9.2

### Patch Changes

- a422d7ce5e: chore(deps): bump `@testing-library/react` from 11.2.6 to 12.1.3
- 7c8cde4aa1: Change header style `word-wrap` from `break-all` to `break-word`
- f24ef7864e: Minor typo fixes
- Updated dependencies
  - @backstage/core-plugin-api@1.0.0
  - @backstage/config@1.0.0
  - @backstage/errors@1.0.0

## 0.9.1

### Patch Changes

- 23568dd328: chore(deps): bump `@react-hookz/web` from 12.3.0 to 13.0.0
- 95667624c1: Add names to sidebar sub menu styles for customization

## 0.9.1-next.0

### Patch Changes

- 23568dd328: chore(deps): bump `@react-hookz/web` from 12.3.0 to 13.0.0
- 95667624c1: Add names to sidebar sub menu styles for customization

## 0.9.0

### Minor Changes

- af5eaa87f4: **BREAKING**: Removed deprecated `auth0AuthApiRef`, `oauth2ApiRef`, `samlAuthApiRef` and `oidcAuthApiRef` as these APIs are too generic to be useful. Instructions for how to migrate can be found at [https://backstage.io/docs/api/deprecations#generic-auth-api-refs](https://backstage.io/docs/api/deprecations#generic-auth-api-refs).

### Patch Changes

- 64b430f80d: chore(deps): bump `react-text-truncate` from 0.17.0 to 0.18.0
- bb2bb36651: Updated usage of `StorageApi` to use `snapshot` method instead of `get`
- 689840dcbe: Added ability for SidebarSubmenuItem to handle external links correctly via the "to" prop
- Updated dependencies
  - @backstage/core-plugin-api@0.8.0

## 0.8.10

### Patch Changes

- d91d22bb19: When clicking on a log line the URL will be updated from `/task/uid` to
  `/task/uid/#line-1`. This URL are also sharable, meaning that the UI will
  highlight the log line in the hash of the URL.
- Updated dependencies
  - @backstage/core-plugin-api@0.7.0

## 0.8.9

### 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`
- 126074a04b: Port supported react-use functions to react-hookz.
- Updated dependencies
  - @backstage/core-plugin-api@0.6.1
  - @backstage/errors@0.2.1
  - @backstage/config@0.1.14
  - @backstage/theme@0.2.15

## 0.8.8

### Patch Changes

- 8d785a0b1b: chore: bump `ansi-regex` from `5.0.1` to `6.0.1`
- f2dfbd3fb0: Adjust ErrorPage to accept optional supportUrl property to override app support config. Update type of additionalInfo property to be ReactNode to accept both string and component.
- 19155e0939: Updated React component type declarations to avoid exporting exotic component types.
- 89c84b9108: chore: fixing typescript errors for `TabbedCard.tsx` for React 17.x
- d62bdb7a8e: The `ErrorPage` now falls back to using the default support configuration if the `ConfigApi` is not available.

## 0.8.8-next.0

### Patch Changes

- 8d785a0b1b: chore: bump `ansi-regex` from `5.0.1` to `6.0.1`
- f2dfbd3fb0: Adjust ErrorPage to accept optional supportUrl property to override app support config. Update type of additionalInfo property to be ReactNode to accept both string and component.
- d62bdb7a8e: The `ErrorPage` now falls back to using the default support configuration if the `ConfigApi` is not available.

## 0.8.7

### Patch Changes

- f7257dff6f: The `<Link />` component now accepts a `noTrack` prop, which prevents the `click` event from being captured by the Analytics API. This can be used if tracking is explicitly not warranted, or in order to use custom link tracking in specific situations.
- 4c773ed25c: Change subtitle of Header style to use palette.bursts.fontColor
- f465b63b7f: Fix an issue where changes related to the `MobileSidebar` prevented scrolling pages. Additionally improve the menu of the `MobileSidebar` to not overlay the `BottomNavigation`.
- 064e750a50: Adding hover message to the Gauge and an info icon to the GaugeCard.
- a681cb9c2f: Make linkTarget configurable for MarkdownContent component

## 0.8.7-next.1

### Patch Changes

- f7257dff6f: The `<Link />` component now accepts a `noTrack` prop, which prevents the `click` event from being captured by the Analytics API. This can be used if tracking is explicitly not warranted, or in order to use custom link tracking in specific situations.

## 0.8.7-next.0

### Patch Changes

- 4c773ed25c: Change subtitle of Header style to use palette.bursts.fontColor
- f465b63b7f: Fix an issue where changes related to the `MobileSidebar` prevented scrolling pages. Additionally improve the menu of the `MobileSidebar` to not overlay the `BottomNavigation`.
- a681cb9c2f: Make linkTarget configurable for MarkdownContent component

## 0.8.6

### Patch Changes

- b97a2460d5: Remove the `ignoreChildEvent` utility from the sidebar component to avoid conflicts with popovers
- bdc53553eb: chore(deps): bump `react-text-truncate` from 0.16.0 to 0.17.0
- 05f0f44180: chore(deps): bump `remark-gfm` from 2.0.0 to 3.0.1
- 15bac1d738: chore(deps): bump `react-markdown` from 7.1.2 to 8.0.0
- 7346b5fb96: chore(deps): bump `rc-progress` from 3.1.4 to 3.2.4
- 9abb28bb22: Fix issue where component types are not recognized causing the `MobileSidebar` to not render as intended.
- 1787694435: Updates styling of Header component by removing flex wrap and add max width of characters for subtitle

## 0.8.5

### Patch Changes

- 306d879536: chore(deps): bump `react-syntax-highligher` and `swagger-ui-react`
- 6b05ad1265: Updated the `SignInPage`, `ProxiedSignInPage` and `UserIdentity` implementations to match the removals of the deprecated `IdentityApi` methods and types.
- 8bb0f4bc8a: - Add `useContent` hook to have a reference to the current main content element
  - Sets the main content reference on `Content` component
- 7ba416be78: The `Bar` component will now render a `MobileSidebar` instead of the current sidebar on smaller screens. The state of the `MobileSidebar` will be treated as always open.

  ***

  **Add MobileSidebar:** A navigation component, which sticks to the bottom. If there is no content in the Sidebar, it won't be rendered. If there are `children` in the `Sidebar`, but no `SidebarGroup`s as `children`, it will render all `children` into a default overlay menu, which can be displayed by clicking a menu item. If `SidebarGroup`s are provided, it will render them in the bottom navigation. Additionally, a `MobileSidebarContext`, which wraps the component, will save the selected menu item.

  **Add SidebarGroup:** Groups items of the `Sidebar` together. On bigger screens, this won't have any effect at the moment. On smaller screens, it will render a given icon into the `MobileSidebar`. If a route is provided, clicking the `SidebarGroup` in the `MobileSidebar` will route to the page. If no route is provided, it will add a provided icon to the `MobileSidebar` as a menu item & will render the children into an overlay menu, which will be displayed when the menu item is clicked.

- Updated dependencies
  - @backstage/core-plugin-api@0.6.0
  - @backstage/config@0.1.13

## 0.8.5-next.0

### Patch Changes

- 306d879536: chore(deps): bump `react-syntax-highligher` and `swagger-ui-react`
- 6b05ad1265: Updated the `SignInPage`, `ProxiedSignInPage` and `UserIdentity` implementations to match the removals of the deprecated `IdentityApi` methods and types.
- 7ba416be78: The `Bar` component will now render a `MobileSidebar` instead of the current sidebar on smaller screens. The state of the `MobileSidebar` will be treated as always open.

  ***

  **Add MobileSidebar:** A navigation component, which sticks to the bottom. If there is no content in the Sidebar, it won't be rendered. If there are `children` in the `Sidebar`, but no `SidebarGroup`s as `children`, it will render all `children` into a default overlay menu, which can be displayed by clicking a menu item. If `SidebarGroup`s are provided, it will render them in the bottom navigation. Additionally, a `MobileSidebarContext`, which wraps the component, will save the selected menu item.

  **Add SidebarGroup:** Groups items of the `Sidebar` together. On bigger screens, this won't have any effect at the moment. On smaller screens, it will render a given icon into the `MobileSidebar`. If a route is provided, clicking the `SidebarGroup` in the `MobileSidebar` will route to the page. If no route is provided, it will add a provided icon to the `MobileSidebar` as a menu item & will render the children into an overlay menu, which will be displayed when the menu item is clicked.

- Updated dependencies
  - @backstage/core-plugin-api@0.6.0-next.0
  - @backstage/config@0.1.13-next.0

## 0.8.4

### Patch Changes

- 6415189d99: Add a `ProxiedSignInPage` that can be used e.g. for GCP IAP and AWS ALB
- de2396da24: Create a short delay when `<SidebarSubmenu/>` is opened
- 5333451def: Cleaned up API exports
- e2eb92c109: Updated `ResponseErrorPanel` to not use the deprecated `data` property of `ResponseError`.
- Updated dependencies
  - @backstage/config@0.1.12
  - @backstage/core-plugin-api@0.5.0
  - @backstage/errors@0.2.0

## 0.8.3

### 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

## 0.8.2

### Patch Changes

- 73a91e25f9: Added description to components: BottomLink, Breadcrumbs, BrokenImageIcon, CardTab, Content, ContentHeader, EmptyState, ErrorPage, FeatureCalloutCircular, Gauge, GaugeCard, Header, HeaderIconLinkRow, HeaderLabel, HeaderTabs, HorizontalScrollGrid, InfoCard, IntroCard
- 27af6d996b: Locking `rc-progress` to the working version of 3.1.4
- 10e5f9d10c: Do not `setState` when unmounted in `OverflowTooltip`
- b646a73fe0: In @backstage/plugin-scaffolder - When user will have one option available in hostUrl or owner - autoselect and select component should be readonly.

  in @backstage/core-components - Select component has extended API with few more props: native : boolean, disabled: boolean. native - if set to true - Select component will use native browser select picker (not rendered by Material UI lib ).
  disabled - if set to true - action on component will not be possible.

- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
- Updated dependencies
  - @backstage/core-plugin-api@0.4.0

## 0.8.1

### Patch Changes

- 2c17e5b073: Items in `<SidebarSubmenu>` are now only active when their full path is active (including search parameters).
- 9d6503e86c: Switched out usage of deprecated `OAuthRequestApi` types from `@backstage/core-plugin-api`.
- 1680a1c5ac: Add Missing Override Components Type for SidebarSpace, SidebarSpacer, and SidebarDivider Components.
- Updated dependencies
  - @backstage/core-plugin-api@0.3.1

## 0.8.0

### Minor Changes

- a036b65c2f: The `SignInPage` has been updated to use the new `onSignInSuccess` callback that was introduced in the same release. While existing code will usually continue to work, it is technically a breaking change because of the dependency on `SignInProps` from the `@backstage/core-plugin-api`. For more information on this change and instructions on how to migrate existing code, see the [`@backstage/core-app-api` CHANGELOG.md](https://github.com/backstage/backstage/blob/master/packages/core-app-api/CHANGELOG.md).

  Added a new `UserIdentity` class which helps create implementations of the `IdentityApi`. It provides a couple of static factory methods such as the most relevant `create`, and `createGuest` to create an `IdentityApi` for a guest user.

  Also provides a deprecated `fromLegacy` method to create an `IdentityApi` from the now deprecated `SignInResult`. This method will be removed in the future when `SignInResult` is also removed.

### Patch Changes

- 9603827bb5: Addressed some peer dependency warnings
- cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
- dcd1a0c3f4: Minor improvement to the API reports, by not unpacking arguments directly
- e839500286: Introduce new `LogViewer` component that can be used to display logs. It supports copying, searching, filtering, and displaying text with ANSI color escape codes.
- 1357ac30f1: Standardize on `classnames` instead of both that and `clsx`.
- e5976071ea: Use ellipsis style for overflowed text in sidebar menu
- Updated dependencies
  - @backstage/core-plugin-api@0.3.0

## 0.7.6

### Patch Changes

- e34f174fc5: Added `<SidebarSubmenu>` and `<SidebarSubmenuItem>` to enable building better sidebars. You can check out the storybook for more inspiration and how to get started.

  Added two new theme props for styling the sidebar too, `navItem.hoverBackground` and `submenu.background`.

- Updated dependencies
  - @backstage/theme@0.2.14
  - @backstage/core-plugin-api@0.2.2

## 0.7.5

### Patch Changes

- 157530187a: Pin sidebar by default for easier navigation
- Updated dependencies
  - @backstage/errors@0.1.5
  - @backstage/core-plugin-api@0.2.1

## 0.7.4

### Patch Changes

- 274a4fc633: Add Props Icon for Sidebar Item SidebarSearchField and Settings
- 682945e233: Changing the `Header` styles to use more theme variables. With this the title `font-size` will not change on resizing the window.
- 892c1d9202: Update OAuthAdapter to create identity.token from identity.idToken if it does not exist, and prevent overwrites to identity.toke. Update login page commonProvider to prefer .token over .idToken
- Updated dependencies
  - @backstage/core-plugin-api@0.2.0

## 0.7.3

### Patch Changes

- c11a37710a: Added a warning variant to `DismissableBanner` component. If you are using a
  custom theme, you will need to add the optional `palette.banner.warning` color,
  otherwise this variant will fall back to the `palette.banner.error` color.
- 5826c17b7d: Allow for `cellStyle` property on `TableColumn` to be a function as well as `React.CSSProperties` as per the Material UI Table component
- e0861b92ff: Add new way to override color selection to progress bar/gauge components.

  `Gauge`, `LinearGauge` and `GaugeCard` all accept a `getColor` prop,
  which is a function of the type:

  ```ts
  export type GaugePropsGetColor = (args: {
    palette: Palette;
    value: number;
    inverse?: boolean;
    max?: number;
  }) => string;
  ```

  Return a standard CSS color string (e.g. "red", "#f02020"), and the gauge will
  be set to that color.

  If the prop is omitted, the default implementation is unchanged from previous
  versions.

- 021986e8a3: fixed route resolving (issue #7741) when user cannot select a tab in any of the tabbed pages (like the Catalog page) if it shares the same initial letters as a preceding tab. (i.e. where tab with a path of /ci is followed by a path of /ci-2, user cannot select /ci-2 as /ci will always be selected first).
- a39a2105ef: Add Theme Overrides for Sidebar
- Updated dependencies
  - @backstage/theme@0.2.13
  - @backstage/core-plugin-api@0.1.13

## 0.7.2

### Patch Changes

- afd5c82ce1: Updates the d3 dependencies
- c6c2942daa: Deprecated `DismissbleBannerClassKey` and fixed the typo to make `DismissableBannerClassKey`
- Updated dependencies
  - @backstage/config@0.1.11
  - @backstage/theme@0.2.12
  - @backstage/errors@0.1.4
  - @backstage/core-plugin-api@0.1.12

## 0.7.1

### Patch Changes

- e535ea766a: Switched to relying on the built-in support for async loading in `react-syntax-highlighter`. This should provide further improvements to async rendering and lazy loading, and avoid test flakiness that was happening because of the significant number or resources being loaded in lazily all at once.
- 2023a9683f: Fixed invalid wrap in DismissableBanner component
- 36e67d2f24: Internal updates to apply more strict checks to throw errors.
- Updated dependencies
  - @backstage/errors@0.1.3
  - @backstage/core-plugin-api@0.1.11

## 0.7.0

### Minor Changes

- 5c42360577: Add documentation and more type safety around DependencyGraph
- a20cbf00d2: The syntax highlighting library used by the `CodeSnippet` component is now lazy loaded. This most likely has no effect on existing code, but may break tests as the content of the `CodeSnippet` is now rendered asynchronously.

### Patch Changes

- 75bc878221: Internal refactor to avoid importing all of `@material-ui/core`.
- 6ec56d5a57: update the null check to use the optional chaining operator in case of non-null assertion operator is not working in function extractInitials(values: string)
- 81c2a1af86: Resolve a warning in `<Button>` related to not using `React.forwardRef`.
- 53470ada54: Fix search in Firefox. When the search was performed by pressing enter, the query parameter was first set but then reverted back.
- b488d8b69f: Change the Table search field placeholder to "Filter" and change icon accordingly

  We had feedback that users expected the catalog table search field to have more sophisticated behaviour
  than simple filtering. This change sets the search field placeholder to read "Filter"
  to avoid confusion with the search feature. The icon is updated to match. This change is applied
  generally in core-components so this change is made consistently across the app given the search
  field is present on all pages via the sidebar.

- 2435d7a49b: Deprecated HomepageTimer in favor of HeaderWorldClock which is found in the [home plugin](https://github.com/backstage/backstage/tree/master/plugins/home)
- Updated dependencies
  - @backstage/theme@0.2.11

## 0.6.1

### Patch Changes

- f139fed1ac: The `<Link />` component now automatically instruments all link clicks using
  the new Analytics API. Each click triggers a `click` event, containing the
  text of the link the user clicked on, as well as the location to which the user
  clicked. In addition, these events inherit plugin/extension-level metadata,
  allowing clicks to be attributed to the plugin/extension/route containing the
  link:

  ```json
  {
    "action": "click",
    "subject": "Text content of the link that was clicked",
    "attributes": {
      "to": "/value/of-the/to-prop/passed-to-the-link"
    },
    "context": {
      "extension": "ExtensionInWhichTheLinkWasClicked",
      "pluginId": "plugin-in-which-link-was-clicked",
      "routeRef": "route-ref-in-which-the-link-was-clicked"
    }
  }
  ```

- 666e1f478e: Provide a clearer error message when a authentication provider used by the `SignInPage` has not been configured to support sign-in.
- 63d426bfeb: Wrap up the `Link` component in a component to reset the color so that we can actually see the button text
- ca0559444c: Avoid usage of `.to*Case()`, preferring `.toLocale*Case('en-US')` instead.
- 162e1eee65: SignInPage: move the initial invocation of `login` away from the render method
- Updated dependencies
  - @backstage/core-plugin-api@0.1.10

## 0.6.0

### Minor Changes

- 21767b08ca: Checkbox tree filters are no longer available in the Table component:

  - Deleted the `CheckboxTree` component
  - Removed the filter type `'checkbox-tree'` from the `TableFilter` types.

### Patch Changes

- 9c3cb8d4e2: Stop forcing `target="_blank"` in the `SupportButton` but instead use the default logic of the `Link` component, that opens external targets in a new window and relative targets in the same window.
- d21e39e303: Support `material-ui` overrides in Backstage internal components
- c4e77bb34a: Added documentation for exported symbols.
- Updated dependencies
  - @backstage/core-plugin-api@0.1.9

## 0.5.0

### Minor Changes

- 537bd04005: Fixed a popup-blocking bug affecting iOS Safari in SignInPage.tsx by ensuring that the popup occurs in the same tick as the tap/click

### Patch Changes

- c0eb1fb9df: Allow to configure zooming for `<DependencyGraph>`. `zoom` can either be
  `enabled`, `disabled`, or `enable-on-click`. The latter requires the user to
  click into the diagram to enable zooming.
- febddedcb2: Bump `lodash` to remediate `SNYK-JS-LODASH-590103` security vulnerability
- Updated dependencies
  - @backstage/config@0.1.10

## 0.4.2

### Patch Changes

- 60c03f69a7: Change the styling of the `<DependencyGraph>` to have more contrast in light
  mode. Nodes now have a design similar to material UI buttons.
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- d9f2ff12bb: Deprecated CheckboxTree component. Deprecated the filter type `'checkbox-tree'` from the `TableFilter` types.
- 61e9fcf406: Improve UX for Login pop-up
- 005510dabe: remove hard coded min height in page header
- Updated dependencies
  - @backstage/core-plugin-api@0.1.8

## 0.4.1

### Patch Changes

- 06e275705: Fix warning produced by BottomLink component

  During development, we noticed warnings such as:

  ```
  react_devtools_backend.js:2842 Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.
  ```

  The BottomLink component renders a Box component within a Typography component which leads to a div tag within a p tag.
  This change inverts that ordering without changing the visual appearance.

- Updated dependencies
  - @backstage/errors@0.1.2
  - @backstage/config@0.1.9
  - @backstage/core-plugin-api@0.1.7

## 0.4.0

### Minor Changes

- 3ed78fca3: Changed the `titleComponent` prop on `ContentHeader` to accept `ReactNode` instead of a React `ComponentType`. Usages of this prop should be converted from passing a component to passing in the rendered element:

  ```diff
  -<ContentHeader titleComponent={MyComponent}>
  +<ContentHeader titleComponent={<MyComponent />}>
  ```

### Patch Changes

- e0a6aea82: Bumped `react-hook-form` to `^7.12.2`

## 0.3.3

### Patch Changes

- d041655a7: Fix accessibility issue in `<CopyTextButton />`. The component doesn't render anymore an hidden `textarea` containing the text to be copied.
- 6d76bca85: Handle changes to nodes passed into `<DependencyGraph>` correctly.
- Updated dependencies
  - @backstage/config@0.1.8

## 0.3.2

### Patch Changes

- a3f3cff3b: Change the default hover experience for the sidebar to be not jumpy & add visual separation between sidebar & Entity Page tabs for dark mode.
- 6b1afe8c0: Add a configurable `palette.bursts.gradient` property to the Backstage theme, to support customizing the gradients in the `ItemCard` header.
- Updated dependencies
  - @backstage/config@0.1.7
  - @backstage/theme@0.2.10

## 0.3.1

### Patch Changes

- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
- 55a5dbd54: Fix for `SidebarItem` matching the active route too broadly.
- Updated dependencies
  - @backstage/core-plugin-api@0.1.6

## 0.3.0

### Minor Changes

- 7bf006210: Remove unused props from InfoCard prop type

### Patch Changes

- c4d8ff963: Switched frontend identity code to use `token` instead of the deprecated `idToken` field
- 7b8aa8d0d: Move the `CreateComponentButton` from the catalog plugin to the `core-components` & rename it to `CreateButton` to be reused inside the api-docs plugin & scaffolder plugin, but also future plugins. Additionally, improve responsiveness of `CreateButton` & `SupportButton` by shrinking them to `IconButtons` on smaller screens.
- 260c053b9: Fix All Material UI Warnings
- Updated dependencies
  - @backstage/config@0.1.6
  - @backstage/core-plugin-api@0.1.5

## 0.2.0

### Minor Changes

- 9d40fcb1e: - Bumping `material-ui/core` version to at least `4.12.2` as they made some breaking changes in later versions which broke `Pagination` of the `Table`.
  - Switching out `material-table` to `@material-table/core` for support for the later versions of `material-ui/core`
  - This causes a minor API change to `@backstage/core-components` as the interface for `Table` re-exports the `prop` from the underlying `Table` components.
  - `onChangeRowsPerPage` has been renamed to `onRowsPerPageChange`
  - `onChangePage` has been renamed to `onPageChange`
  - Migration guide is here: https://material-table-core.com/docs/breaking-changes

### Patch Changes

- 19d9995b6: Improve accessibility of core & catalog components by adjusting them with non-breaking changes.
- 224e54484: Added an `EntityProcessingErrorsPanel` component to show any errors that occurred when refreshing an entity from its source location.

  If upgrading, this should be added to your `EntityPage` in your Backstage application:

  ```diff
  // packages/app/src/components/catalog/EntityPage.tsx

  const overviewContent = (
  ...
            <EntityOrphanWarning />
          </Grid>
         </EntitySwitch.Case>
      </EntitySwitch>
  +   <EntitySwitch>
  +     <EntitySwitch.Case if={hasCatalogProcessingErrors}>
  +       <Grid item xs={12}>
  +         <EntityProcessingErrorsPanel />
  +       </Grid>
  +     </EntitySwitch.Case>
  +   </EntitySwitch>

  ```

  Additionally, `WarningPanel` now changes color based on the provided severity.

- Updated dependencies
  - @backstage/core-plugin-api@0.1.4
  - @backstage/theme@0.2.9

## 0.1.6

### Patch Changes

- 9a751bb28: Increase the vertical padding of the sidebar search input field to match the height of the parent anchor tag. This prevents users from accidentally navigating to the search page when they actually wanted to use the search input directly.
- 45b5fc3a8: Updated the layout of catalog and API index pages to handle smaller screen sizes. This adds responsive wrappers to the entity tables, and switches filters to a drawer when width-constrained. If you have created a custom catalog or API index page, you will need to update the page structure to match the updated [catalog customization](https://backstage.io/docs/features/software-catalog/catalog-customization) documentation.
- 03bf17e9b: Improve the responsiveness of the EntityPage UI. With this the Header component should scale with the screen size & wrapping should not cause overflowing/blocking of links. Additionally enforce the Pages using the Grid Layout to use it across all screen sizes & to wrap as intended.

  To benefit from the improved responsive layout, the `EntityPage` in existing Backstage applications should be updated to set the `xs` column size on each grid item in the page, as this does not default. For example:

  ```diff
  -  <Grid item md={6}>
  +  <Grid item xs={12} md={6}>
  ```

## 0.1.5

### Patch Changes

- a446bffdb: Improve UX of the Sidebar by adding SidebarScrollWrapper component allowing the user to scroll through Plugins & Shortcuts on smaller screens. Prevent the Sidebar from opening on click on small devices
- f11e50ea7: - Enhanced core `Button` component to open external links in new tab.
  - Replaced the use of `Button` component from material by `core-components` in tools card.
- 76bb7aeda: Show scroll bar of the sidebar wrapper only on hover
- 2a13aa1b7: Handle empty code blocks in markdown files so they don't fail rendering
- 47748c7e6: Fix error in error panel, and console warnings about DOM nesting pre inside p
- 34352a79c: Add edit button to Group Profile Card
- 612e25fd7: Add custom styles to scroll bar of the sidebar wrapper to fix flaky behaviour

## 0.1.4

### Patch Changes

- f423891ee: Fixed sizing of the System diagram when the rendered graph was wider than the container.
- 3db266fe4: Make `ErrorBoundary` display more helpful information about the error that
  occurred.

  The `slackChannel` (optional) prop can now be passed as an object on the form
  `{ name: string; href?: string; }` in addition to the old string form. If you
  are using the error boundary like

  ```tsx
  <ErrorBoundary slackChannel="#support">
    <InnerComponent>
  </ErrorBoundary>
  ```

  you may like to migrate it to

  ```tsx
  const support = {
    name: '#support',
    href: 'https://slack.com/channels/your-channel',
  };

  <ErrorBoundary slackChannel={support}>
    <InnerComponent>
  </ErrorBoundary>
  ```

  Also deprecated the prop `slackChannel` on `TabbedCard` and `InfoCard`, while
  adding the prop `errorBoundaryProps` to replace it.

- e8c65b068: Clear the previously selected sign-in provider on failure

## 0.1.3

### Patch Changes

- d2c31b132: Add title prop in SupportButton component
- d4644f592: Use the Backstage `Link` component in the `Button`

## 0.1.2

### Patch Changes

- e47336ea4: Use app.title for helmet in header
- 75b8537ce: This change adds automatic error boundaries around extensions.

  This means that all exposed parts of a plugin are wrapped in a general error boundary component, that is plugin aware. The default design for the error box is borrowed from `@backstage/errors`. To override the default "fallback", one must provide a component named `ErrorBoundaryFallback` to `createApp`, like so:

  ```ts
  const app = createApp({
    components: {
      ErrorBoundaryFallback: props => {
        // a custom fallback component
        return (
          <>
            <h1>Oops.</h1>
            <h2>
              The plugin {props.plugin.getId()} failed with{' '}
              {props.error.message}
            </h2>
            <button onClick={props.resetError}>Try again</button>
          </>
        );
      },
    },
  });
  ```

  The props here include:

  - `error`. An `Error` object or something that inherits it that represents the error that was thrown from any inner component.
  - `resetError`. A callback that will simply attempt to mount the children of the error boundary again.
  - `plugin`. A `BackstagePlugin` that can be used to look up info to be presented in the error message. For instance, you may want to keep a map of your internal plugins and team names or slack channels and present these when an error occurs. Typically, you'll do that by getting the plugin ID with `plugin.getId()`.

- Updated dependencies [75b8537ce]
- Updated dependencies [da8cba44f]
  - @backstage/core-plugin-api@0.1.2

## 0.1.1

### Patch Changes

- e7c5e4b30: Update installation instructions in README.
- Updated dependencies [031ccd45f]
- Updated dependencies [e7c5e4b30]
  - @backstage/core-plugin-api@0.1.1
  - @backstage/theme@0.2.8
