Version Packages
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
# @backstage/frontend-defaults
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 92af1ae: **BREAKING**: Removed the `allowUnknownExtensionConfig` option from `createApp`. This flag had no effect and was a no-op, so no behavioral changes are expected.
|
||||
- 33de79d: **BREAKING**: Removed the deprecated `createPublicSignInApp` function. Use `createApp` from `@backstage/frontend-defaults` with `appModulePublicSignIn` from `@backstage/plugin-app/alpha` instead.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5b160f9: Updated `createApp` to use the phased `prepareSpecializedApp` flow, allowing apps to render a bootstrap tree before the full app is finalized.
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-app-api@0.16.0
|
||||
- @backstage/core-components@0.18.8
|
||||
- @backstage/frontend-plugin-api@0.15.0
|
||||
- @backstage/plugin-app@0.4.1
|
||||
|
||||
## 0.5.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-defaults",
|
||||
"version": "0.5.0-next.1",
|
||||
"version": "0.5.0",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user