Version Packages (next)
This commit is contained in:
@@ -1,5 +1,25 @@
|
||||
# @backstage/plugin-app
|
||||
|
||||
## 0.2.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 121899a: **BREAKING**: The `app-root-element` extension now only accepts `JSX.Element` in its `element` param, meaning overrides need to be updated.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a08f95f: Added a new module for implementing public sign-in apps, exported as `appModulePublicSignIn` via the `/alpha` sub-path export. This replaces the `createPublicSignInApp` export from `@backstage/frontend-defaults`, which is now deprecated.
|
||||
- 5d31d66: Updated the usage of the `RouterBlueprint` and `AppRootWrapperBlueprint` to use the lowercase `component` parameter
|
||||
- 93b5e38: The default implementation of the Analytics API now collects and instantiates analytics implementations exposed via `AnalyticsImplementationBlueprint` extensions. If no such extensions are discovered, the API continues to do nothing with analytics events fired within Backstage. If multiple such extensions are discovered, every discovered implementation automatically receives analytics events.
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.11.0-next.1
|
||||
- @backstage/core-components@0.17.5-next.1
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/theme@0.6.8-next.0
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
|
||||
## 0.2.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app",
|
||||
"version": "0.2.0-next.0",
|
||||
"version": "0.2.0-next.1",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "app",
|
||||
|
||||
Reference in New Issue
Block a user