@backstage/plugin-techdocs 1.17.2 → 1.17.3-next.1
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,13 +1,41 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
-
## 1.17.
|
|
3
|
+
## 1.17.3-next.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- f46c17d: Migrated the TechDocs alpha plugin pages to use BUI components. The index page and reader page now use BUI `Header` and `Container` instead of legacy `Page`/`Content`/`ContentHeader` wrappers. Added a `SupportButton` as a plugin header action. Changed plugin title to "Documentation" and icon to `RiArticleLine`.
|
|
8
7
|
- Updated dependencies
|
|
9
|
-
- @backstage/ui@0.
|
|
10
|
-
- @backstage/
|
|
8
|
+
- @backstage/ui@0.14.0-next.1
|
|
9
|
+
- @backstage/plugin-catalog-react@2.1.2-next.1
|
|
10
|
+
- @backstage/frontend-plugin-api@0.16.0-next.1
|
|
11
|
+
- @backstage/core-components@0.18.9-next.0
|
|
12
|
+
- @backstage/core-plugin-api@1.12.5-next.1
|
|
13
|
+
- @backstage/plugin-search-react@1.11.1-next.1
|
|
14
|
+
- @backstage/plugin-techdocs-react@1.3.10-next.1
|
|
15
|
+
|
|
16
|
+
## 1.17.3-next.0
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- dc3cc87: Migrated the TechDocs alpha plugin pages to use BUI components. The index page and reader page now use BUI `Header` and `Container` instead of legacy `Page`/`Content`/`ContentHeader` wrappers. Added a `SupportButton` as a plugin header action. Changed plugin title to "Documentation" and icon to `RiArticleLine`.
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/ui@0.14.0-next.0
|
|
23
|
+
- @backstage/plugin-catalog-react@2.1.1-next.0
|
|
24
|
+
- @backstage/core-components@0.18.9-next.0
|
|
25
|
+
- @backstage/frontend-plugin-api@0.15.2-next.0
|
|
26
|
+
- @backstage/integration-react@1.2.17-next.0
|
|
27
|
+
- @backstage/plugin-auth-react@0.1.26-next.0
|
|
28
|
+
- @backstage/plugin-search-react@1.11.1-next.0
|
|
29
|
+
- @backstage/plugin-techdocs-react@1.3.10-next.0
|
|
30
|
+
- @backstage/core-plugin-api@1.12.5-next.0
|
|
31
|
+
- @backstage/catalog-client@1.14.0
|
|
32
|
+
- @backstage/catalog-model@1.7.7
|
|
33
|
+
- @backstage/config@1.3.6
|
|
34
|
+
- @backstage/errors@1.2.7
|
|
35
|
+
- @backstage/integration@2.0.0
|
|
36
|
+
- @backstage/theme@0.7.2
|
|
37
|
+
- @backstage/plugin-search-common@1.2.22
|
|
38
|
+
- @backstage/plugin-techdocs-common@0.1.1
|
|
11
39
|
|
|
12
40
|
## 1.17.1
|
|
13
41
|
|
package/dist/alpha.d.ts
CHANGED
|
@@ -286,11 +286,9 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
286
286
|
configInput: {};
|
|
287
287
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}>;
|
|
288
288
|
inputs: {};
|
|
289
|
-
params:
|
|
290
|
-
loader: () => Promise<JSX.Element>;
|
|
291
|
-
}) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<{
|
|
289
|
+
params: {
|
|
292
290
|
loader: () => Promise<JSX.Element>;
|
|
293
|
-
}
|
|
291
|
+
};
|
|
294
292
|
}>;
|
|
295
293
|
"search-result-list-item:techdocs": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
296
294
|
config: {
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import { TechDocsReaderPage } from './TechDocsReaderPage.esm.js';
|
|
2
|
+
export { TechDocsReaderLayout } from './TechDocsReaderPage.esm.js';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export { TechDocsReaderPage };
|
|
2
7
|
//# sourceMappingURL=index.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.3-next.1",
|
|
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": "
|
|
75
|
-
"@backstage/catalog-model": "
|
|
76
|
-
"@backstage/config": "
|
|
77
|
-
"@backstage/core-components": "
|
|
78
|
-
"@backstage/core-plugin-api": "
|
|
79
|
-
"@backstage/errors": "
|
|
80
|
-
"@backstage/frontend-plugin-api": "
|
|
81
|
-
"@backstage/integration": "
|
|
82
|
-
"@backstage/integration-react": "
|
|
83
|
-
"@backstage/plugin-auth-react": "
|
|
84
|
-
"@backstage/plugin-catalog-react": "
|
|
85
|
-
"@backstage/plugin-search-common": "
|
|
86
|
-
"@backstage/plugin-search-react": "
|
|
87
|
-
"@backstage/plugin-techdocs-common": "
|
|
88
|
-
"@backstage/plugin-techdocs-react": "
|
|
89
|
-
"@backstage/theme": "
|
|
90
|
-
"@backstage/ui": "
|
|
74
|
+
"@backstage/catalog-client": "1.14.0",
|
|
75
|
+
"@backstage/catalog-model": "1.7.7",
|
|
76
|
+
"@backstage/config": "1.3.6",
|
|
77
|
+
"@backstage/core-components": "0.18.9-next.0",
|
|
78
|
+
"@backstage/core-plugin-api": "1.12.5-next.1",
|
|
79
|
+
"@backstage/errors": "1.2.7",
|
|
80
|
+
"@backstage/frontend-plugin-api": "0.16.0-next.1",
|
|
81
|
+
"@backstage/integration": "2.0.0",
|
|
82
|
+
"@backstage/integration-react": "1.2.17-next.0",
|
|
83
|
+
"@backstage/plugin-auth-react": "0.1.26-next.0",
|
|
84
|
+
"@backstage/plugin-catalog-react": "2.1.2-next.1",
|
|
85
|
+
"@backstage/plugin-search-common": "1.2.22",
|
|
86
|
+
"@backstage/plugin-search-react": "1.11.1-next.1",
|
|
87
|
+
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
|
+
"@backstage/plugin-techdocs-react": "1.3.10-next.1",
|
|
89
|
+
"@backstage/theme": "0.7.2",
|
|
90
|
+
"@backstage/ui": "0.14.0-next.1",
|
|
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",
|
|
@@ -101,12 +101,12 @@
|
|
|
101
101
|
"react-use": "^17.2.4"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@backstage/cli": "
|
|
105
|
-
"@backstage/core-app-api": "
|
|
106
|
-
"@backstage/dev-utils": "
|
|
107
|
-
"@backstage/plugin-catalog": "
|
|
108
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "
|
|
109
|
-
"@backstage/test-utils": "
|
|
104
|
+
"@backstage/cli": "0.36.1-next.1",
|
|
105
|
+
"@backstage/core-app-api": "1.20.0-next.1",
|
|
106
|
+
"@backstage/dev-utils": "1.1.22-next.1",
|
|
107
|
+
"@backstage/plugin-catalog": "2.0.2-next.1",
|
|
108
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.35-next.1",
|
|
109
|
+
"@backstage/test-utils": "1.7.17-next.1",
|
|
110
110
|
"@testing-library/dom": "^10.0.0",
|
|
111
111
|
"@testing-library/jest-dom": "^6.0.0",
|
|
112
112
|
"@testing-library/react": "^16.0.0",
|