docs/releases/v1.36.0-next.1-changelog.md
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.36.0-next.1
700d32b: BREAKING: The wrapInOpenApiTestServer and wrapServer functions are now exported via /testUtils subpath. If you were importing these functions directly from the root of the package, you will need to update your imports to use the /testUtils subpath:
- import { wrapInOpenApiTestServer } from '@backstage/backend-openapi-utils';
+ import { wrapInOpenApiTestServer } from '@backstage/backend-openapi-utils/testUtils';
or
- import { wrapServer } from '@backstage/backend-openapi-utils';
+ import { wrapServer } from '@backstage/backend-openapi-utils/testUtils';
locationKey option to processingResult.entity(...).TaskLogStream to take up all space in a running task, and also show the last line of the log by default. before the extension, leading to names like image-af7946b..png.nestedValuesAsYaml option to StructuredMetadataTable to render data as yaml.TaskLogStream to take up all space in a running task, and also show the last line of the log by defaultldapOrg config key optional8e86f96: Enable collision prevention by default in custom home page.
This change ensures that items in the home page will not collide with each other making the user experience better.
58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
Updated dependencies
spec.profile.displayName to be used in the MyGroupsSidebarItem component via the EntityDisplayName component when you are a member of multiple Groups.step.each caused an error./alpha entity content extension.