@backstage/frontend-app-api 0.2.0-next.0 → 0.2.0-next.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @backstage/frontend-app-api
2
2
 
3
+ ## 0.2.0-next.2
4
+
5
+ ### Minor Changes
6
+
7
+ - 4461d87d5a: Removed support for the new `useRouteRef`.
8
+
9
+ ### Patch Changes
10
+
11
+ - 5072824817: Implement `toString()` and `toJSON()` for extension instances.
12
+ - 06432f900c: Updates for `at` -> `attachTo` refactor.
13
+ - 1718ec75b7: Added support for the existing routing system.
14
+ - Updated dependencies
15
+ - @backstage/frontend-plugin-api@0.2.0-next.2
16
+ - @backstage/core-app-api@1.11.0-next.2
17
+ - @backstage/core-components@0.13.6-next.2
18
+ - @backstage/core-plugin-api@1.7.0-next.1
19
+ - @backstage/plugin-graphiql@0.2.55-next.2
20
+ - @backstage/theme@0.4.3-next.0
21
+ - @backstage/config@1.1.1-next.0
22
+ - @backstage/types@1.1.1
23
+ - @backstage/version-bridge@1.0.5
24
+
25
+ ## 0.2.0-next.1
26
+
27
+ ### Patch Changes
28
+
29
+ - 52366db5b3: Make themes configurable through extensions, and switched default themes to use extensions instead.
30
+ - e5a2956dd2: Register default api implementations when creating declarative integrated apps.
31
+ - Updated dependencies
32
+ - @backstage/frontend-plugin-api@0.1.1-next.1
33
+ - @backstage/core-components@0.13.6-next.1
34
+ - @backstage/core-app-api@1.10.1-next.1
35
+ - @backstage/plugin-graphiql@0.2.55-next.1
36
+ - @backstage/core-plugin-api@1.7.0-next.0
37
+ - @backstage/config@1.1.0
38
+ - @backstage/theme@0.4.2
39
+ - @backstage/types@1.1.1
40
+
3
41
  ## 0.2.0-next.0
4
42
 
5
43
  ### Minor Changes