@backstage/frontend-defaults 0.2.1-next.1 → 0.2.2-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/frontend-defaults
2
2
 
3
+ ## 0.2.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config@1.3.2
9
+ - @backstage/errors@1.2.7
10
+ - @backstage/frontend-app-api@0.11.2-next.0
11
+ - @backstage/frontend-plugin-api@0.10.1
12
+ - @backstage/plugin-app@0.1.9-next.0
13
+
14
+ ## 0.2.1
15
+
16
+ ### Patch Changes
17
+
18
+ - a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
19
+
20
+ <https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
21
+
22
+ - 3bee3c3: The new package `frontend-dynamic-features-loader` provides a frontend feature loader that dynamically
23
+ loads frontend features based on the new frontend system and exposed as module federation remotes.
24
+ This new frontend feature loader works hand-in-hand with a new server of frontend plugin module federation
25
+ remotes, which is added as part of backend dynamic feature service in package `@backstage/backend-dynamic-feature-service`.
26
+ - Updated dependencies
27
+ - @backstage/frontend-plugin-api@0.10.1
28
+ - @backstage/frontend-app-api@0.11.1
29
+ - @backstage/plugin-app@0.1.8
30
+ - @backstage/config@1.3.2
31
+ - @backstage/errors@1.2.7
32
+
3
33
  ## 0.2.1-next.1
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-defaults",
3
- "version": "0.2.1-next.1",
3
+ "version": "0.2.2-next.0",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -33,15 +33,15 @@
33
33
  "dependencies": {
34
34
  "@backstage/config": "1.3.2",
35
35
  "@backstage/errors": "1.2.7",
36
- "@backstage/frontend-app-api": "0.11.1-next.1",
37
- "@backstage/frontend-plugin-api": "0.10.1-next.1",
38
- "@backstage/plugin-app": "0.1.8-next.1",
36
+ "@backstage/frontend-app-api": "0.11.2-next.0",
37
+ "@backstage/frontend-plugin-api": "0.10.1",
38
+ "@backstage/plugin-app": "0.1.9-next.0",
39
39
  "@react-hookz/web": "^24.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "0.32.0-next.2",
43
- "@backstage/core-plugin-api": "1.10.6-next.0",
44
- "@backstage/test-utils": "1.7.7-next.0",
42
+ "@backstage/cli": "0.32.1-next.0",
43
+ "@backstage/core-plugin-api": "1.10.6",
44
+ "@backstage/test-utils": "1.7.7",
45
45
  "@testing-library/jest-dom": "^6.0.0",
46
46
  "@testing-library/react": "^16.0.0",
47
47
  "@types/react": "^18.0.0",