@backstage/plugin-app-visualizer 0.1.25-next.2 → 0.1.26-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-app-visualizer
2
2
 
3
+ ## 0.1.26-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
8
+ - Updated dependencies
9
+ - @backstage/ui@0.9.1-next.0
10
+ - @backstage/frontend-plugin-api@0.13.2-next.0
11
+ - @backstage/core-plugin-api@1.12.1-next.0
12
+ - @backstage/core-components@0.18.4-next.0
13
+
14
+ ## 0.1.25
15
+
16
+ ### Patch Changes
17
+
18
+ - e81b3f0: Improve tree visualizer to use a horizontal layout and fill the content space.
19
+ - 722e2df: Migrated to use `@backstage/ui`.
20
+ - Updated dependencies
21
+ - @backstage/ui@0.9.0
22
+ - @backstage/frontend-plugin-api@0.13.0
23
+ - @backstage/core-components@0.18.3
24
+ - @backstage/core-plugin-api@1.12.0
25
+
3
26
  ## 0.1.25-next.2
4
27
 
5
28
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,27 +1,26 @@
1
1
  import * as react from 'react';
2
2
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
3
- import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
4
3
 
5
4
  /** @public */
6
5
  declare const visualizerPlugin: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{}, {}, {
7
- "nav-item:app-visualizer": _backstage_frontend_plugin_api.ExtensionDefinition<{
6
+ "nav-item:app-visualizer": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
8
7
  kind: "nav-item";
9
8
  name: undefined;
10
9
  config: {};
11
10
  configInput: {};
12
11
  output: _backstage_frontend_plugin_api.ExtensionDataRef<{
13
12
  title: string;
14
- icon: _backstage_core_plugin_api.IconComponent;
13
+ icon: _backstage_frontend_plugin_api.IconComponent;
15
14
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
16
15
  }, "core.nav-item.target", {}>;
17
16
  inputs: {};
18
17
  params: {
19
18
  title: string;
20
- icon: _backstage_core_plugin_api.IconComponent;
19
+ icon: _backstage_frontend_plugin_api.IconComponent;
21
20
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
22
21
  };
23
22
  }>;
24
- "page:app-visualizer": _backstage_frontend_plugin_api.ExtensionDefinition<{
23
+ "page:app-visualizer": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
25
24
  kind: "page";
26
25
  name: undefined;
27
26
  config: {
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-app-visualizer";
2
- var version = "0.1.25-next.2";
2
+ var version = "0.1.26-next.0";
3
3
  var description = "Visualizes the Backstage app structure";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-visualizer",
3
- "version": "0.1.25-next.2",
3
+ "version": "0.1.26-next.0",
4
4
  "description": "Visualizes the Backstage app structure",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -37,16 +37,16 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/core-components": "0.18.3-next.2",
41
- "@backstage/core-plugin-api": "1.11.2-next.1",
42
- "@backstage/frontend-plugin-api": "0.12.2-next.2",
43
- "@backstage/ui": "0.9.0-next.3",
40
+ "@backstage/core-components": "0.18.4-next.0",
41
+ "@backstage/core-plugin-api": "1.12.1-next.0",
42
+ "@backstage/frontend-plugin-api": "0.13.2-next.0",
43
+ "@backstage/ui": "0.9.1-next.0",
44
44
  "@remixicon/react": "^4.6.0",
45
45
  "react-aria-components": "^1.13.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "0.34.5-next.1",
49
- "@backstage/frontend-defaults": "0.3.3-next.0",
48
+ "@backstage/cli": "0.34.6-next.0",
49
+ "@backstage/frontend-defaults": "0.3.4-next.0",
50
50
  "@types/react": "^18.0.0",
51
51
  "react": "^18.0.2",
52
52
  "react-dom": "^18.0.2",