@backstage/plugin-techdocs 1.16.0-next.1 → 1.16.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,31 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
+ ## 1.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a521911: Add support for customizable icons in `SearchResultListItemBlueprint` and related components
8
+
9
+ ### Patch Changes
10
+
11
+ - 71c22f3: Removed/moved unused dependencies
12
+ - a4d4a70: Fixed an issue where the entire TechDocs page would re-render when navigating between pages within the same entity's documentation.
13
+ - Updated dependencies
14
+ - @backstage/frontend-plugin-api@0.13.0
15
+ - @backstage/core-compat-api@0.5.4
16
+ - @backstage/plugin-search-react@1.10.0
17
+ - @backstage/plugin-catalog-react@1.21.3
18
+ - @backstage/integration@1.18.2
19
+ - @backstage/core-components@0.18.3
20
+ - @backstage/core-plugin-api@1.12.0
21
+ - @backstage/config@1.3.6
22
+ - @backstage/catalog-model@1.7.6
23
+ - @backstage/plugin-techdocs-react@1.3.5
24
+ - @backstage/catalog-client@1.12.1
25
+ - @backstage/integration-react@1.2.12
26
+ - @backstage/plugin-auth-react@0.1.21
27
+ - @backstage/plugin-search-common@1.2.21
28
+
3
29
  ## 1.16.0-next.1
4
30
 
5
31
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -8,7 +8,7 @@ import * as react from 'react';
8
8
  import * as _backstage_plugin_search_react_alpha from '@backstage/plugin-search-react/alpha';
9
9
 
10
10
  /** @alpha */
11
- declare const techDocsSearchResultListItemExtension: _backstage_frontend_plugin_api.ExtensionDefinition<{
11
+ declare const techDocsSearchResultListItemExtension: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
12
12
  config: {
13
13
  title: string | undefined;
14
14
  lineClamp: number;
@@ -50,7 +50,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
50
50
  }>;
51
51
  entityContent: _backstage_frontend_plugin_api.RouteRef<undefined>;
52
52
  }, {}, {
53
- "api:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
53
+ "api:techdocs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
54
54
  kind: "api";
55
55
  name: undefined;
56
56
  config: {};
@@ -59,7 +59,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
59
59
  inputs: {};
60
60
  params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
61
61
  }>;
62
- "api:techdocs/storage": _backstage_frontend_plugin_api.ExtensionDefinition<{
62
+ "api:techdocs/storage": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
63
63
  kind: "api";
64
64
  name: "storage";
65
65
  config: {};
@@ -68,7 +68,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
68
68
  inputs: {};
69
69
  params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
70
70
  }>;
71
- "empty-state:techdocs/entity-content": _backstage_frontend_plugin_api.ExtensionDefinition<{
71
+ "empty-state:techdocs/entity-content": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
72
72
  config: {};
73
73
  configInput: {};
74
74
  output: _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {
@@ -84,7 +84,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
84
84
  kind: "empty-state";
85
85
  name: "entity-content";
86
86
  }>;
87
- "entity-content:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
87
+ "entity-content:techdocs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
88
88
  config: {
89
89
  path: string | undefined;
90
90
  title: string | undefined;
@@ -132,7 +132,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
132
132
  filter?: string | _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean);
133
133
  };
134
134
  }>;
135
- "entity-icon-link:techdocs/read-docs": _backstage_frontend_plugin_api.ExtensionDefinition<{
135
+ "entity-icon-link:techdocs/read-docs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
136
136
  kind: "entity-icon-link";
137
137
  name: "read-docs";
138
138
  config: {
@@ -156,7 +156,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
156
156
  filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean);
157
157
  };
158
158
  }>;
159
- "nav-item:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
159
+ "nav-item:techdocs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
160
160
  kind: "nav-item";
161
161
  name: undefined;
162
162
  config: {};
@@ -173,7 +173,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
173
173
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
174
174
  };
175
175
  }>;
176
- "page:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
176
+ "page:techdocs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
177
177
  kind: "page";
178
178
  name: undefined;
179
179
  config: {
@@ -193,7 +193,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
193
193
  routeRef?: _backstage_frontend_plugin_api.RouteRef;
194
194
  };
195
195
  }>;
196
- "page:techdocs/reader": _backstage_frontend_plugin_api.ExtensionDefinition<{
196
+ "page:techdocs/reader": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
197
197
  config: {
198
198
  path: string | undefined;
199
199
  };
@@ -218,7 +218,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
218
218
  routeRef?: _backstage_frontend_plugin_api.RouteRef;
219
219
  };
220
220
  }>;
221
- "search-result-list-item:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
221
+ "search-result-list-item:techdocs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
222
222
  config: {
223
223
  title: string | undefined;
224
224
  lineClamp: number;
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-techdocs";
2
- var version = "1.16.0-next.1";
2
+ var version = "1.16.0";
3
3
  var description = "The Backstage plugin that renders technical documentation for your components";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "1.16.0-next.1",
3
+ "version": "1.16.0",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -71,23 +71,23 @@
71
71
  "test": "backstage-cli package test"
72
72
  },
73
73
  "dependencies": {
74
- "@backstage/catalog-client": "1.12.1-next.0",
75
- "@backstage/catalog-model": "1.7.6-next.0",
76
- "@backstage/config": "1.3.6-next.0",
77
- "@backstage/core-compat-api": "0.5.4-next.0",
78
- "@backstage/core-components": "0.18.3-next.1",
79
- "@backstage/core-plugin-api": "1.11.2-next.1",
80
- "@backstage/errors": "1.2.7",
81
- "@backstage/frontend-plugin-api": "0.12.2-next.1",
82
- "@backstage/integration": "1.18.2-next.0",
83
- "@backstage/integration-react": "1.2.12-next.0",
84
- "@backstage/plugin-auth-react": "0.1.21-next.0",
85
- "@backstage/plugin-catalog-react": "1.21.3-next.1",
86
- "@backstage/plugin-search-common": "1.2.21-next.0",
87
- "@backstage/plugin-search-react": "1.10.0-next.1",
88
- "@backstage/plugin-techdocs-common": "0.1.1",
89
- "@backstage/plugin-techdocs-react": "1.3.5-next.0",
90
- "@backstage/theme": "0.7.0",
74
+ "@backstage/catalog-client": "^1.12.1",
75
+ "@backstage/catalog-model": "^1.7.6",
76
+ "@backstage/config": "^1.3.6",
77
+ "@backstage/core-compat-api": "^0.5.4",
78
+ "@backstage/core-components": "^0.18.3",
79
+ "@backstage/core-plugin-api": "^1.12.0",
80
+ "@backstage/errors": "^1.2.7",
81
+ "@backstage/frontend-plugin-api": "^0.13.0",
82
+ "@backstage/integration": "^1.18.2",
83
+ "@backstage/integration-react": "^1.2.12",
84
+ "@backstage/plugin-auth-react": "^0.1.21",
85
+ "@backstage/plugin-catalog-react": "^1.21.3",
86
+ "@backstage/plugin-search-common": "^1.2.21",
87
+ "@backstage/plugin-search-react": "^1.10.0",
88
+ "@backstage/plugin-techdocs-common": "^0.1.1",
89
+ "@backstage/plugin-techdocs-react": "^1.3.5",
90
+ "@backstage/theme": "^0.7.0",
91
91
  "@material-ui/core": "^4.12.2",
92
92
  "@material-ui/icons": "^4.9.1",
93
93
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -100,12 +100,12 @@
100
100
  "react-use": "^17.2.4"
101
101
  },
102
102
  "devDependencies": {
103
- "@backstage/cli": "0.34.5-next.1",
104
- "@backstage/core-app-api": "1.19.2-next.1",
105
- "@backstage/dev-utils": "1.1.17-next.1",
106
- "@backstage/plugin-catalog": "1.32.0-next.1",
107
- "@backstage/plugin-techdocs-module-addons-contrib": "1.1.30-next.1",
108
- "@backstage/test-utils": "1.7.13-next.0",
103
+ "@backstage/cli": "^0.34.5",
104
+ "@backstage/core-app-api": "^1.19.2",
105
+ "@backstage/dev-utils": "^1.1.17",
106
+ "@backstage/plugin-catalog": "^1.32.0",
107
+ "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.30",
108
+ "@backstage/test-utils": "^1.7.13",
109
109
  "@testing-library/dom": "^10.0.0",
110
110
  "@testing-library/jest-dom": "^6.0.0",
111
111
  "@testing-library/react": "^16.0.0",