Skip to content

Version Packages#365

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#365
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 30, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@axis-backstage/plugin-readme@0.19.0

Minor Changes

  • b5e5411: Added a hideIfNotFound config option to the readme card extension for
    the new frontend system. When set to true, the entire card is hidden
    when no README.md file is found, instead of showing an error message.
    This is the NFS equivalent of the isReadmeAvailable entity filter
    available in the old frontend system.

    Example app-config.yaml:

    app:
    extensions: - entity-card:readme:
    config:
    hideIfNotFound: true

  • bb83b10: Migrated ReadmeCard from the legacy MUI InfoCard to EntityInfoCard from @backstage/plugin-catalog-react.

    The variant and maxHeight props have been removed from ReadmeCardProps. Users relying on these props should switch to ReadmeCardLegacyProps, which preserves the old behaviour and is accepted by ReadmeCard for backward compatibility. Both variant and maxHeight are deprecated and will be removed in a future release.

Patch Changes

  • 8a8e8da: NFS: Make the Readme entity card height configurable

    The height of the entity card now defaults to the same height as
    the legacy card. If used in NFS the height can be configured
    using the config as follows:

    app:
      extensions:
        - entity-card:readme:
            config:
              hideIfNotFound: true
              maxHeight: 500px

@axis-backstage/plugin-statuspage@0.11.0

Minor Changes

  • d29962b: Add support for the new frontend system (NFS). The plugin can now be imported from the ./alpha entry point and registered as a feature in a new-system app.

    The plugin provides three extensions out of the box:

    • api:statuspage — registers the StatuspageClient
    • page:statuspage — mounts the full statuspage at /statuspage
    • entity-card:statuspage — renders the StatuspageEntityCard on entity pages

    Configure the instance name for the page extension in app-config.yaml:

    app:
      extensions:
        - page:statuspage:
            config:
              name: mystatuspageinstance

Patch Changes

  • d29962b: Use EntityInfoCard as the entity card wrapper

@axis-backstage/plugin-jira-dashboard@2.3.4

Patch Changes

  • 798d79d: Fix config:check --strict failures caused by a schema collision between the frontend and backend Jira Dashboard config schemas. The frontend plugin no longer re-declares the jiraDashboard config key; it relies on the backend's schema, which already exposes annotationPrefix to the frontend.

@axis-backstage/plugin-statuspage-backend@0.10.3

Patch Changes

  • d29962b: Use native fetch instead of cross-fetch according to ADR14

app@0.12.8

Patch Changes

  • Updated dependencies [b5e5411]
  • Updated dependencies [798d79d]
  • Updated dependencies [bb83b10]
  • Updated dependencies [d29962b]
  • Updated dependencies [d29962b]
  • Updated dependencies [8a8e8da]
    • @axis-backstage/plugin-readme@0.19.0
    • @axis-backstage/plugin-jira-dashboard@2.3.4
    • @axis-backstage/plugin-statuspage@0.11.0

app-next@0.1.11

Patch Changes

  • Updated dependencies [b5e5411]
  • Updated dependencies [798d79d]
  • Updated dependencies [bb83b10]
  • Updated dependencies [d29962b]
  • Updated dependencies [d29962b]
  • Updated dependencies [8a8e8da]
    • @axis-backstage/plugin-readme@0.19.0
    • @axis-backstage/plugin-jira-dashboard@2.3.4
    • @axis-backstage/plugin-statuspage@0.11.0

backend@0.8.17

Patch Changes

  • Updated dependencies [d29962b]
    • @axis-backstage/plugin-statuspage-backend@0.10.3
    • app@0.12.8

@github-actions github-actions Bot requested a review from a team as a code owner April 30, 2026 06:56
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 01edcf4 to c86116f Compare April 30, 2026 06:59
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 3045110 to 603893e Compare May 13, 2026 10:52
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 603893e to e4e7d2c Compare May 18, 2026 11:13
@github-actions github-actions Bot force-pushed the changeset-release/main branch from e4e7d2c to 07d34af Compare May 18, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants