@backstage/plugin-techdocs 1.17.3-next.2 → 1.17.3
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 +24 -0
- package/dist/alpha.d.ts +2 -2
- package/dist/plugins/techdocs/package.json.esm.js +1 -1
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
+
## 1.17.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 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`.
|
|
8
|
+
- e5af44c: Replaced deprecated `humanizeEntityRef` usage with the Catalog Presentation API.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/ui@0.14.0
|
|
11
|
+
- @backstage/errors@1.3.0
|
|
12
|
+
- @backstage/theme@0.7.3
|
|
13
|
+
- @backstage/catalog-model@1.8.0
|
|
14
|
+
- @backstage/plugin-catalog-react@2.1.2
|
|
15
|
+
- @backstage/frontend-plugin-api@0.16.0
|
|
16
|
+
- @backstage/core-components@0.18.9
|
|
17
|
+
- @backstage/catalog-client@1.15.0
|
|
18
|
+
- @backstage/integration@2.0.1
|
|
19
|
+
- @backstage/config@1.3.7
|
|
20
|
+
- @backstage/core-plugin-api@1.12.5
|
|
21
|
+
- @backstage/integration-react@1.2.17
|
|
22
|
+
- @backstage/plugin-auth-react@0.1.26
|
|
23
|
+
- @backstage/plugin-search-common@1.2.23
|
|
24
|
+
- @backstage/plugin-search-react@1.11.1
|
|
25
|
+
- @backstage/plugin-techdocs-react@1.3.10
|
|
26
|
+
|
|
3
27
|
## 1.17.3-next.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -103,9 +103,9 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
103
103
|
icon: string | undefined;
|
|
104
104
|
};
|
|
105
105
|
configInput: {
|
|
106
|
-
filter?: _backstage_filter_predicates.FilterPredicate | undefined;
|
|
107
|
-
title?: string | undefined;
|
|
108
106
|
path?: string | undefined;
|
|
107
|
+
title?: string | undefined;
|
|
108
|
+
filter?: _backstage_filter_predicates.FilterPredicate | undefined;
|
|
109
109
|
group?: string | false | undefined;
|
|
110
110
|
icon?: string | undefined;
|
|
111
111
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "1.17.3
|
|
3
|
+
"version": "1.17.3",
|
|
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.
|
|
75
|
-
"@backstage/catalog-model": "1.
|
|
76
|
-
"@backstage/config": "1.3.7
|
|
77
|
-
"@backstage/core-components": "0.18.9
|
|
78
|
-
"@backstage/core-plugin-api": "1.12.5
|
|
79
|
-
"@backstage/errors": "1.3.0
|
|
80
|
-
"@backstage/frontend-plugin-api": "0.16.0
|
|
81
|
-
"@backstage/integration": "2.0.1
|
|
82
|
-
"@backstage/integration-react": "1.2.17
|
|
83
|
-
"@backstage/plugin-auth-react": "0.1.26
|
|
84
|
-
"@backstage/plugin-catalog-react": "2.1.2
|
|
85
|
-
"@backstage/plugin-search-common": "1.2.23
|
|
86
|
-
"@backstage/plugin-search-react": "1.11.1
|
|
87
|
-
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
|
-
"@backstage/plugin-techdocs-react": "1.3.10
|
|
89
|
-
"@backstage/theme": "0.7.3
|
|
90
|
-
"@backstage/ui": "0.14.0
|
|
74
|
+
"@backstage/catalog-client": "^1.15.0",
|
|
75
|
+
"@backstage/catalog-model": "^1.8.0",
|
|
76
|
+
"@backstage/config": "^1.3.7",
|
|
77
|
+
"@backstage/core-components": "^0.18.9",
|
|
78
|
+
"@backstage/core-plugin-api": "^1.12.5",
|
|
79
|
+
"@backstage/errors": "^1.3.0",
|
|
80
|
+
"@backstage/frontend-plugin-api": "^0.16.0",
|
|
81
|
+
"@backstage/integration": "^2.0.1",
|
|
82
|
+
"@backstage/integration-react": "^1.2.17",
|
|
83
|
+
"@backstage/plugin-auth-react": "^0.1.26",
|
|
84
|
+
"@backstage/plugin-catalog-react": "^2.1.2",
|
|
85
|
+
"@backstage/plugin-search-common": "^1.2.23",
|
|
86
|
+
"@backstage/plugin-search-react": "^1.11.1",
|
|
87
|
+
"@backstage/plugin-techdocs-common": "^0.1.1",
|
|
88
|
+
"@backstage/plugin-techdocs-react": "^1.3.10",
|
|
89
|
+
"@backstage/theme": "^0.7.3",
|
|
90
|
+
"@backstage/ui": "^0.14.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",
|
|
@@ -101,12 +101,12 @@
|
|
|
101
101
|
"react-use": "^17.2.4"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@backstage/cli": "0.36.1
|
|
105
|
-
"@backstage/core-app-api": "1.20.0
|
|
106
|
-
"@backstage/dev-utils": "1.1.22
|
|
107
|
-
"@backstage/plugin-catalog": "2.0.2
|
|
108
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.35
|
|
109
|
-
"@backstage/test-utils": "1.7.17
|
|
104
|
+
"@backstage/cli": "^0.36.1",
|
|
105
|
+
"@backstage/core-app-api": "^1.20.0",
|
|
106
|
+
"@backstage/dev-utils": "^1.1.22",
|
|
107
|
+
"@backstage/plugin-catalog": "^2.0.2",
|
|
108
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.35",
|
|
109
|
+
"@backstage/test-utils": "^1.7.17",
|
|
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",
|