@backstage/plugin-techdocs 1.12.6-next.3 → 1.12.6
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 +27 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
+
## 1.12.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fb58f20: Internal update to use the new `pluginId` option of `createFrontendPlugin`.
|
|
8
|
+
- 7d445da: Update keyboard focus on when clicking hash links. This fixes the issue where the "skip to content" link rendered by Material MkDocs isn't focused when used.
|
|
9
|
+
- 72d019d: Removed various typos
|
|
10
|
+
- 2ffd273: Add hover and focus styling to the "copy to clipboard" button within codeblocks in techdocs. Also added an aria-label to the button for accessibility.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/frontend-plugin-api@0.10.2
|
|
13
|
+
- @backstage/theme@0.6.6
|
|
14
|
+
- @backstage/integration@1.17.0
|
|
15
|
+
- @backstage/core-components@0.17.2
|
|
16
|
+
- @backstage/catalog-model@1.7.4
|
|
17
|
+
- @backstage/core-compat-api@0.4.2
|
|
18
|
+
- @backstage/plugin-search-react@1.9.0
|
|
19
|
+
- @backstage/plugin-catalog-react@1.18.0
|
|
20
|
+
- @backstage/plugin-techdocs-react@1.2.17
|
|
21
|
+
- @backstage/plugin-auth-react@0.1.15
|
|
22
|
+
- @backstage/core-plugin-api@1.10.7
|
|
23
|
+
- @backstage/catalog-client@1.10.0
|
|
24
|
+
- @backstage/config@1.3.2
|
|
25
|
+
- @backstage/integration-react@1.2.7
|
|
26
|
+
- @backstage/errors@1.2.7
|
|
27
|
+
- @backstage/plugin-search-common@1.2.18
|
|
28
|
+
- @backstage/plugin-techdocs-common@0.1.0
|
|
29
|
+
|
|
3
30
|
## 1.12.6-next.3
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "1.12.6
|
|
3
|
+
"version": "1.12.6",
|
|
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.0
|
|
75
|
-
"@backstage/catalog-model": "1.7.
|
|
76
|
-
"@backstage/config": "1.3.2",
|
|
77
|
-
"@backstage/core-compat-api": "0.4.2
|
|
78
|
-
"@backstage/core-components": "0.17.2
|
|
79
|
-
"@backstage/core-plugin-api": "1.10.7
|
|
80
|
-
"@backstage/errors": "1.2.7",
|
|
81
|
-
"@backstage/frontend-plugin-api": "0.10.2
|
|
82
|
-
"@backstage/integration": "1.17.0
|
|
83
|
-
"@backstage/integration-react": "1.2.7
|
|
84
|
-
"@backstage/plugin-auth-react": "0.1.15
|
|
85
|
-
"@backstage/plugin-catalog-react": "1.18.0
|
|
86
|
-
"@backstage/plugin-search-common": "1.2.18
|
|
87
|
-
"@backstage/plugin-search-react": "1.9.0
|
|
88
|
-
"@backstage/plugin-techdocs-common": "0.1.0",
|
|
89
|
-
"@backstage/plugin-techdocs-react": "1.2.17
|
|
90
|
-
"@backstage/theme": "0.6.6
|
|
74
|
+
"@backstage/catalog-client": "^1.10.0",
|
|
75
|
+
"@backstage/catalog-model": "^1.7.4",
|
|
76
|
+
"@backstage/config": "^1.3.2",
|
|
77
|
+
"@backstage/core-compat-api": "^0.4.2",
|
|
78
|
+
"@backstage/core-components": "^0.17.2",
|
|
79
|
+
"@backstage/core-plugin-api": "^1.10.7",
|
|
80
|
+
"@backstage/errors": "^1.2.7",
|
|
81
|
+
"@backstage/frontend-plugin-api": "^0.10.2",
|
|
82
|
+
"@backstage/integration": "^1.17.0",
|
|
83
|
+
"@backstage/integration-react": "^1.2.7",
|
|
84
|
+
"@backstage/plugin-auth-react": "^0.1.15",
|
|
85
|
+
"@backstage/plugin-catalog-react": "^1.18.0",
|
|
86
|
+
"@backstage/plugin-search-common": "^1.2.18",
|
|
87
|
+
"@backstage/plugin-search-react": "^1.9.0",
|
|
88
|
+
"@backstage/plugin-techdocs-common": "^0.1.0",
|
|
89
|
+
"@backstage/plugin-techdocs-react": "^1.2.17",
|
|
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.32.1
|
|
105
|
-
"@backstage/core-app-api": "1.17.0
|
|
106
|
-
"@backstage/dev-utils": "1.1.10
|
|
107
|
-
"@backstage/plugin-catalog": "1.30.0
|
|
108
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.24
|
|
109
|
-
"@backstage/test-utils": "1.7.8
|
|
104
|
+
"@backstage/cli": "^0.32.1",
|
|
105
|
+
"@backstage/core-app-api": "^1.17.0",
|
|
106
|
+
"@backstage/dev-utils": "^1.1.10",
|
|
107
|
+
"@backstage/plugin-catalog": "^1.30.0",
|
|
108
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.24",
|
|
109
|
+
"@backstage/test-utils": "^1.7.8",
|
|
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",
|