Version Packages
This commit is contained in:
@@ -1,5 +1,24 @@
|
||||
# @backstage/frontend-plugin-api
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- d4149bf: **BREAKING**: Renamed the `app/router` extension to `app/root`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b2d370e: Exposed `createComponentRef`, and ensured that produced refs and feature bits have a `toString` for easier debugging
|
||||
- 7d63b32: Accepts sub route refs on the new `createPlugin` routes map.
|
||||
- 516fd3e: Updated README to reflect release status
|
||||
- 4016f21: Remove some unused dependencies
|
||||
- c97fa1c: Added `elements`, `wrappers`, and `router` inputs to `app/root`, that let you add things to the root of the React tree above the layout. You can use the `createAppRootElementExtension`, `createAppRootWrapperExtension`, and `createRouterExtension` extension creator, respectively, to conveniently create such extensions. These are all optional, and if you do not supply a router a default one will be used (`BrowserRouter` in regular runs, `MemoryRouter` in tests/CI).
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.10
|
||||
- @backstage/core-plugin-api@1.8.2
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/version-bridge@1.0.7
|
||||
|
||||
## 0.4.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-plugin-api",
|
||||
"version": "0.4.1-next.2",
|
||||
"version": "0.5.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user