Version Packages

This commit is contained in:
github-actions[bot]
2025-04-15 15:36:15 +00:00
parent 2652c6c305
commit 2582af906d
453 changed files with 5647 additions and 1212 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/frontend-defaults
## 0.2.1
### Patch Changes
- a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
<https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
- 3bee3c3: The new package `frontend-dynamic-features-loader` provides a frontend feature loader that dynamically
loads frontend features based on the new frontend system and exposed as module federation remotes.
This new frontend feature loader works hand-in-hand with a new server of frontend plugin module federation
remotes, which is added as part of backend dynamic feature service in package `@backstage/backend-dynamic-feature-service`.
- Updated dependencies
- @backstage/frontend-plugin-api@0.10.1
- @backstage/frontend-app-api@0.11.1
- @backstage/plugin-app@0.1.8
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
## 0.2.1-next.1
### Patch Changes