# Release v1.2.0-next.1 ## @backstage/test-utils@1.1.0-next.1 ### Minor Changes - 1da8b248c2: Added the options parameter to `renderWithEffects`, which if forwarded to the `render` function from `@testling-library/react`. Initially only the `wrapper` option is supported. - 1da8b248c2: Added `createTestAppWrapper`, which returns a component that can be used as the `wrapper` option for `render` or `renderWithEffects`. ### Patch Changes - 1da8b248c2: Fixed `renderInTestApp` so that it is able to re-render the result without removing the app wrapping. - Updated dependencies - @backstage/core-plugin-api@1.0.2-next.0 - @backstage/core-app-api@1.0.2-next.0 - @backstage/plugin-permission-react@0.4.1-next.0 ## @backstage/plugin-adr@0.1.0-next.0 ### Minor Changes - e73075a301: Implement ADR plugin ### Patch Changes - Updated dependencies - @backstage/core-components@0.9.4-next.0 - @backstage/plugin-adr-common@0.1.0-next.0 - @backstage/core-plugin-api@1.0.2-next.0 - @backstage/plugin-catalog-react@1.1.0-next.1 - @backstage/integration-react@1.1.0-next.1 ## @backstage/plugin-adr-backend@0.1.0-next.0 ### Minor Changes - e73075a301: Implement ADR plugin ### Patch Changes - Updated dependencies - @backstage/plugin-adr-common@0.1.0-next.0 - @backstage/backend-common@0.13.3-next.1 ## @backstage/plugin-adr-common@0.1.0-next.0 ### Minor Changes - e73075a301: Implement ADR plugin ## @backstage/plugin-search-react@0.2.0-next.1 ### Minor Changes - bdbe620797: **BREAKING**: `SearchContextProviderForStorybook` and `SearchApiProviderForStorybook` has been deleted. New mock implementation of the `SearchApi` introduced. If you need to mock the api we recommend you to do the following: ```tsx import { searchApiRef, MockSearchApi, SearchContextProvider, } from '@backstage/plugin-search-react'; import { TestApiProvider } from '@backstage/test-utils'; ; ``` ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.0.2-next.0 ## @backstage/plugin-tech-insights-backend@0.4.0-next.1 ### Minor Changes - 3333e20b27: **BREAKING**: The `buildTechInsightsContext` function now takes an additional field in its options argument: `tokenManager`. This is an instance of `TokenManager`, which can be found in your backend initialization code's `env`. ```diff const builder = buildTechInsightsContext({ logger: env.logger, config: env.config, database: env.database, discovery: env.discovery, scheduler: env.scheduler, + tokenManager: env.tokenManager, factRetrievers: [ /* ... */ ], }); ``` ### Patch Changes - Updated dependencies - @backstage/backend-common@0.13.3-next.1 - @backstage/plugin-tech-insights-node@0.3.0-next.1 ## @backstage/plugin-tech-insights-node@0.3.0-next.1 ### Minor Changes - 58e2c46151: **BREAKING**: The `FactRetrieverContext` type now contains an additional field: `tokenManager`. ### Patch Changes - Updated dependencies - @backstage/backend-common@0.13.3-next.1 ## @backstage/plugin-techdocs-addons-test-utils@0.1.0-next.0 ### Minor Changes - 52fddad92d: Introducing a package with utilities to help test TechDocs Addons. ### Patch Changes - Updated dependencies - @backstage/core-components@0.9.4-next.0 - @backstage/test-utils@1.1.0-next.1 - @backstage/core-plugin-api@1.0.2-next.0 - @backstage/plugin-catalog@1.2.0-next.1 - @backstage/plugin-search-react@0.2.0-next.1 - @backstage/plugin-techdocs-react@0.1.1-next.1 - @backstage/plugin-techdocs@1.1.1-next.1 - @backstage/integration-react@1.1.0-next.1 - @backstage/core-app-api@1.0.2-next.0 ## @backstage/app-defaults@1.0.2-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.9.4-next.0 - @backstage/core-plugin-api@1.0.2-next.0 - @backstage/core-app-api@1.0.2-next.0 - @backstage/plugin-permission-react@0.4.1-next.0 ## @backstage/backend-common@0.13.3-next.1 ### Patch Changes - 28b0e4ddef: Update types to match the new version of `@keyv/redis` ## @backstage/cli@0.17.1-next.1 ### Patch Changes - 52fb9920ac: Fixed coverage configuration when using `BACKSTAGE_NEXT_TESTS`. - 6cd1f50ae1: Extended lint rule to prevents imports of stories or tests from production code. - 4d8736eded: Changed Rollup configuration for TypeScript definition plugin to ignore `css`, `scss`, `sass`, `svg`, `eot`, `woff`, `woff2` and `ttf` files. - 2737777e02: Added the ability to help a user get started with a new organization ## @backstage/core-app-api@1.0.2-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.0.2-next.0 ## @backstage/core-components@0.9.4-next.0 ### Patch Changes - ac19f82936: Added ARIA landmark `
` to Page component and added ARIA landmark `