Version Packages

This commit is contained in:
github-actions[bot]
2023-10-17 08:54:50 +00:00
parent 4f98aefb12
commit 8cdb8c2e40
660 changed files with 7546 additions and 2202 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/frontend-plugin-api
## 0.2.0
### Minor Changes
- 06432f900c: Extension attachment point is now configured via `attachTo: { id, input }` instead of `at: 'id/input'`.
- 4461d87d5a: Removed support for the new `useRouteRef`.
### Patch Changes
- d3a37f55c0: Add support for `SidebarGroup` on the sidebar item extension.
- 2ecd33618a: Plugins can now be assigned `routes` and `externalRoutes` when created.
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
- c1e9ca6500: Added `createExtensionOverrides` which can be used to install a collection of extensions in an app that will replace any existing ones.
- 52366db5b3: Added `createThemeExtension` and `coreExtensionData.theme`.
- Updated dependencies
- @backstage/core-plugin-api@1.7.0
- @backstage/types@1.1.1
## 0.2.0-next.2
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-plugin-api",
"version": "0.2.0-next.2",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",