@backstage/plugin-techdocs 1.13.0-next.2 → 1.13.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 +31 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
+
## 1.13.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 3c59ece: **New Frontend System Only:**
|
|
8
|
+
The `TechDocs` plugin is now responsible for providing an entity icon link extension to read documentation from the catalog entity page.
|
|
9
|
+
- ec7b35d: Introduced `backstage.io/techdocs-entity-path` annotation which allows deep linking into another entities TechDocs in conjunction with `backstage.io/techdocs-entity`.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 18c64e9: Added the `info.packageJson` option to the plugin instance for the new frontend system.
|
|
14
|
+
- 9dde3ba: Improved Keyboard accessibility in techdocs.
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @backstage/core-components@0.17.3
|
|
17
|
+
- @backstage/catalog-client@1.10.1
|
|
18
|
+
- @backstage/core-plugin-api@1.10.8
|
|
19
|
+
- @backstage/frontend-plugin-api@0.10.3
|
|
20
|
+
- @backstage/plugin-catalog-react@1.19.0
|
|
21
|
+
- @backstage/plugin-techdocs-react@1.3.0
|
|
22
|
+
- @backstage/plugin-techdocs-common@0.1.1
|
|
23
|
+
- @backstage/plugin-search-react@1.9.1
|
|
24
|
+
- @backstage/integration-react@1.2.8
|
|
25
|
+
- @backstage/plugin-auth-react@0.1.16
|
|
26
|
+
- @backstage/catalog-model@1.7.4
|
|
27
|
+
- @backstage/config@1.3.2
|
|
28
|
+
- @backstage/core-compat-api@0.4.3
|
|
29
|
+
- @backstage/errors@1.2.7
|
|
30
|
+
- @backstage/integration@1.17.0
|
|
31
|
+
- @backstage/theme@0.6.6
|
|
32
|
+
- @backstage/plugin-search-common@1.2.18
|
|
33
|
+
|
|
3
34
|
## 1.13.0-next.2
|
|
4
35
|
|
|
5
36
|
### Minor Changes
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "1.13.0
|
|
3
|
+
"version": "1.13.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.10.1
|
|
75
|
-
"@backstage/catalog-model": "1.7.4",
|
|
76
|
-
"@backstage/config": "1.3.2",
|
|
77
|
-
"@backstage/core-compat-api": "0.4.3
|
|
78
|
-
"@backstage/core-components": "0.17.3
|
|
79
|
-
"@backstage/core-plugin-api": "1.10.
|
|
80
|
-
"@backstage/errors": "1.2.7",
|
|
81
|
-
"@backstage/frontend-plugin-api": "0.10.3
|
|
82
|
-
"@backstage/integration": "1.17.0",
|
|
83
|
-
"@backstage/integration-react": "1.2.
|
|
84
|
-
"@backstage/plugin-auth-react": "0.1.16
|
|
85
|
-
"@backstage/plugin-catalog-react": "1.19.0
|
|
86
|
-
"@backstage/plugin-search-common": "1.2.18",
|
|
87
|
-
"@backstage/plugin-search-react": "1.9.1
|
|
88
|
-
"@backstage/plugin-techdocs-common": "0.1.1
|
|
89
|
-
"@backstage/plugin-techdocs-react": "1.3.0
|
|
90
|
-
"@backstage/theme": "0.6.6",
|
|
74
|
+
"@backstage/catalog-client": "^1.10.1",
|
|
75
|
+
"@backstage/catalog-model": "^1.7.4",
|
|
76
|
+
"@backstage/config": "^1.3.2",
|
|
77
|
+
"@backstage/core-compat-api": "^0.4.3",
|
|
78
|
+
"@backstage/core-components": "^0.17.3",
|
|
79
|
+
"@backstage/core-plugin-api": "^1.10.8",
|
|
80
|
+
"@backstage/errors": "^1.2.7",
|
|
81
|
+
"@backstage/frontend-plugin-api": "^0.10.3",
|
|
82
|
+
"@backstage/integration": "^1.17.0",
|
|
83
|
+
"@backstage/integration-react": "^1.2.8",
|
|
84
|
+
"@backstage/plugin-auth-react": "^0.1.16",
|
|
85
|
+
"@backstage/plugin-catalog-react": "^1.19.0",
|
|
86
|
+
"@backstage/plugin-search-common": "^1.2.18",
|
|
87
|
+
"@backstage/plugin-search-react": "^1.9.1",
|
|
88
|
+
"@backstage/plugin-techdocs-common": "^0.1.1",
|
|
89
|
+
"@backstage/plugin-techdocs-react": "^1.3.0",
|
|
90
|
+
"@backstage/theme": "^0.6.6",
|
|
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.33.0
|
|
105
|
-
"@backstage/core-app-api": "1.17.
|
|
106
|
-
"@backstage/dev-utils": "1.1.11
|
|
107
|
-
"@backstage/plugin-catalog": "1.31.0
|
|
108
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.25
|
|
109
|
-
"@backstage/test-utils": "1.7.
|
|
104
|
+
"@backstage/cli": "^0.33.0",
|
|
105
|
+
"@backstage/core-app-api": "^1.17.1",
|
|
106
|
+
"@backstage/dev-utils": "^1.1.11",
|
|
107
|
+
"@backstage/plugin-catalog": "^1.31.0",
|
|
108
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.25",
|
|
109
|
+
"@backstage/test-utils": "^1.7.9",
|
|
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",
|