Version Packages (next)
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
# @backstage/plugin-app-backend
|
||||
|
||||
## 0.3.74-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 590fb2d: **BREAKING**: The app backend now supports the new `index.html.tmpl` output from `@backstage/cli`. If available, the `index.html` will be templated at runtime with the current configuration of the app backend.
|
||||
|
||||
This is marked as a breaking change because you must now supply the app build-time configuration to the backend. This change also affects the public path behavior, where it is no longer necessary to build the app with the correct public path upfront. You now only need to supply a correct `app.baseUrl` to the app backend plugin at runtime.
|
||||
|
||||
An effect that this change has is that the `index.html` will now contain and present the frontend configuration in an easily readable way, which can aid in debugging. This data was always available in the frontend, but it was injected and hidden in the static bundle.
|
||||
|
||||
This templating behavior is enabled by default, but it can be disabled by setting the `app.disableConfigInjection` configuration option to `true`.
|
||||
|
||||
- c2b63ab: Updated dependency `supertest` to `^7.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.25.0-next.2
|
||||
- @backstage/plugin-auth-node@0.5.2-next.2
|
||||
- @backstage/backend-plugin-api@1.0.0-next.2
|
||||
- @backstage/config-loader@1.9.1-next.0
|
||||
- @backstage/config@1.2.0
|
||||
- @backstage/errors@1.2.4
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/plugin-app-node@0.1.25-next.2
|
||||
|
||||
## 0.3.74-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-backend",
|
||||
"version": "0.3.74-next.1",
|
||||
"version": "0.3.74-next.2",
|
||||
"description": "A Backstage backend plugin that serves the Backstage frontend app",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
|
||||
Reference in New Issue
Block a user