Version Packages

This commit is contained in:
github-actions[bot]
2025-03-18 12:55:57 +00:00
parent 2b1ae6611f
commit 127408219b
502 changed files with 5951 additions and 2249 deletions
+20
View File
@@ -1,5 +1,25 @@
# @backstage/frontend-test-utils
## 0.3.0
### Minor Changes
- bba525b: **BREAKING**: Removed deprecated `setupRequestMockHandlers` which was replaced by `registerMswTestHooks`.
### Patch Changes
- f861bfc: Added a `initialRouteEntries` option to `renderInTestApp`.
- f861bfc: The `renderInTestApp` helper now provides a default mock config with mock values for both `app.baseUrl` and `backend.baseUrl`.
- abcdf44: Internal refactor to match updated `createSpecializedApp`.
- Updated dependencies
- @backstage/frontend-app-api@0.11.0
- @backstage/frontend-plugin-api@0.10.0
- @backstage/plugin-app@0.1.7
- @backstage/test-utils@1.7.6
- @backstage/config@1.3.2
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
## 0.3.0-next.2
### Minor Changes