@backstage/plugin-techdocs 0.0.0-nightly-20260205031122 → 0.0.0-nightly-20260207030630
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 +13 -12
- package/dist/alpha.d.ts +5 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260207030630
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- 491a06c: Add the ability to show icons for the tabs on the entity page (new frontend)
|
|
7
8
|
- 9e29545: Improve sidebars (nav/TOC) layout and scrolling
|
|
8
9
|
- 22dce2b: TechDocs addons in the new frontend system now use a Utility API pattern instead of multiple attachment points. The `AddonBlueprint` now uses this new approach, and while addons created with older versions still work, they will produce a deprecation warning and will stop working in a future release.
|
|
9
10
|
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
|
|
10
11
|
- Updated dependencies
|
|
11
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
12
|
-
- @backstage/
|
|
13
|
-
- @backstage/
|
|
14
|
-
- @backstage/
|
|
15
|
-
- @backstage/theme@0.0.0-nightly-
|
|
16
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
17
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
18
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
19
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
20
|
-
- @backstage/plugin-search-react@0.0.0-nightly-
|
|
21
|
-
- @backstage/plugin-auth-react@0.0.0-nightly-
|
|
12
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20260207030630
|
|
13
|
+
- @backstage/integration@0.0.0-nightly-20260207030630
|
|
14
|
+
- @backstage/core-components@0.0.0-nightly-20260207030630
|
|
15
|
+
- @backstage/plugin-search-common@0.0.0-nightly-20260207030630
|
|
16
|
+
- @backstage/theme@0.0.0-nightly-20260207030630
|
|
17
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20260207030630
|
|
18
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20260207030630
|
|
19
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20260207030630
|
|
20
|
+
- @backstage/integration-react@0.0.0-nightly-20260207030630
|
|
21
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20260207030630
|
|
22
|
+
- @backstage/plugin-auth-react@0.0.0-nightly-20260207030630
|
|
22
23
|
- @backstage/catalog-client@1.12.1
|
|
23
24
|
- @backstage/catalog-model@1.7.6
|
|
24
25
|
- @backstage/config@1.3.6
|
package/dist/alpha.d.ts
CHANGED
|
@@ -99,12 +99,14 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
99
99
|
title: string | undefined;
|
|
100
100
|
filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
101
101
|
group: string | false | undefined;
|
|
102
|
+
icon: string | undefined;
|
|
102
103
|
};
|
|
103
104
|
configInput: {
|
|
104
105
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
105
106
|
title?: string | undefined;
|
|
106
107
|
path?: string | undefined;
|
|
107
108
|
group?: string | false | undefined;
|
|
109
|
+
icon?: string | undefined;
|
|
108
110
|
};
|
|
109
111
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
110
112
|
optional: true;
|
|
@@ -114,6 +116,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
114
116
|
optional: true;
|
|
115
117
|
}> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "catalog.entity-content-title", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "catalog.entity-content-group", {
|
|
116
118
|
optional: true;
|
|
119
|
+
}> | _backstage_frontend_plugin_api.ExtensionDataRef<string | react.ReactElement<any, string | react.JSXElementConstructor<any>>, "catalog.entity-content-icon", {
|
|
120
|
+
optional: true;
|
|
117
121
|
}>;
|
|
118
122
|
inputs: {
|
|
119
123
|
addons: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_plugin_techdocs_react.TechDocsAddonOptions, "techdocs.addon", {}>, {
|
|
@@ -138,6 +142,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
138
142
|
title: string;
|
|
139
143
|
defaultGroup?: [Error: `Use the 'group' param instead`];
|
|
140
144
|
group?: keyof typeof _backstage_plugin_catalog_react_alpha.defaultEntityContentGroups | (string & {});
|
|
145
|
+
icon?: string | react.ReactElement;
|
|
141
146
|
loader: () => Promise<JSX.Element>;
|
|
142
147
|
routeRef?: _backstage_frontend_plugin_api.RouteRef;
|
|
143
148
|
filter?: string | _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean);
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-techdocs";
|
|
2
|
-
var version = "0.0.0-nightly-
|
|
2
|
+
var version = "0.0.0-nightly-20260207030630";
|
|
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": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20260207030630",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -74,19 +74,19 @@
|
|
|
74
74
|
"@backstage/catalog-client": "1.12.1",
|
|
75
75
|
"@backstage/catalog-model": "1.7.6",
|
|
76
76
|
"@backstage/config": "1.3.6",
|
|
77
|
-
"@backstage/core-components": "0.0.0-nightly-
|
|
78
|
-
"@backstage/core-plugin-api": "0.0.0-nightly-
|
|
77
|
+
"@backstage/core-components": "0.0.0-nightly-20260207030630",
|
|
78
|
+
"@backstage/core-plugin-api": "0.0.0-nightly-20260207030630",
|
|
79
79
|
"@backstage/errors": "1.2.7",
|
|
80
|
-
"@backstage/frontend-plugin-api": "0.0.0-nightly-
|
|
81
|
-
"@backstage/integration": "0.0.0-nightly-
|
|
82
|
-
"@backstage/integration-react": "0.0.0-nightly-
|
|
83
|
-
"@backstage/plugin-auth-react": "0.0.0-nightly-
|
|
84
|
-
"@backstage/plugin-catalog-react": "0.0.0-nightly-
|
|
85
|
-
"@backstage/plugin-search-common": "0.0.0-nightly-
|
|
86
|
-
"@backstage/plugin-search-react": "0.0.0-nightly-
|
|
80
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20260207030630",
|
|
81
|
+
"@backstage/integration": "0.0.0-nightly-20260207030630",
|
|
82
|
+
"@backstage/integration-react": "0.0.0-nightly-20260207030630",
|
|
83
|
+
"@backstage/plugin-auth-react": "0.0.0-nightly-20260207030630",
|
|
84
|
+
"@backstage/plugin-catalog-react": "0.0.0-nightly-20260207030630",
|
|
85
|
+
"@backstage/plugin-search-common": "0.0.0-nightly-20260207030630",
|
|
86
|
+
"@backstage/plugin-search-react": "0.0.0-nightly-20260207030630",
|
|
87
87
|
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
|
-
"@backstage/plugin-techdocs-react": "0.0.0-nightly-
|
|
89
|
-
"@backstage/theme": "0.0.0-nightly-
|
|
88
|
+
"@backstage/plugin-techdocs-react": "0.0.0-nightly-20260207030630",
|
|
89
|
+
"@backstage/theme": "0.0.0-nightly-20260207030630",
|
|
90
90
|
"@material-ui/core": "^4.12.2",
|
|
91
91
|
"@material-ui/icons": "^4.9.1",
|
|
92
92
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
"react-use": "^17.2.4"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
103
|
-
"@backstage/core-app-api": "0.0.0-nightly-
|
|
104
|
-
"@backstage/dev-utils": "0.0.0-nightly-
|
|
105
|
-
"@backstage/plugin-catalog": "0.0.0-nightly-
|
|
106
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-
|
|
107
|
-
"@backstage/test-utils": "0.0.0-nightly-
|
|
102
|
+
"@backstage/cli": "0.0.0-nightly-20260207030630",
|
|
103
|
+
"@backstage/core-app-api": "0.0.0-nightly-20260207030630",
|
|
104
|
+
"@backstage/dev-utils": "0.0.0-nightly-20260207030630",
|
|
105
|
+
"@backstage/plugin-catalog": "0.0.0-nightly-20260207030630",
|
|
106
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20260207030630",
|
|
107
|
+
"@backstage/test-utils": "0.0.0-nightly-20260207030630",
|
|
108
108
|
"@testing-library/dom": "^10.0.0",
|
|
109
109
|
"@testing-library/jest-dom": "^6.0.0",
|
|
110
110
|
"@testing-library/react": "^16.0.0",
|