@backstage/plugin-techdocs 1.10.6-next.2 → 1.10.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/alpha/package.json +1 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
+
## 1.10.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 654af4a: mkdocs-material have updated their CSS variable template, and a few are unset in Backstage. This patch adds the missing variables to ensure coverage.
|
|
8
|
+
- cbebad1: Internal updates to allow reusing Backstage's `fetchApi` implementation for event source requests. This allows you to for example, override the `Authorization` header.
|
|
9
|
+
- 96cd13e: `TechDocsIndexPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `<TechDocsIndexPage ownerPickerMode="all" />` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog.
|
|
10
|
+
- e40bd9a: Fixed bug in `CopyToClipboardButton` component where positioning of the "Copy to clipboard" button in techdocs code snippets was broken in some cases.
|
|
11
|
+
- d44a20a: Added additional plugin metadata to `package.json`.
|
|
12
|
+
- 1256d88: Fixed an issue preventing the `TechDocsSearchBar` component from opening when clicking on the arrow icon.
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- @backstage/core-components@0.14.8
|
|
15
|
+
- @backstage/core-compat-api@0.2.6
|
|
16
|
+
- @backstage/integration@1.12.0
|
|
17
|
+
- @backstage/core-plugin-api@1.9.3
|
|
18
|
+
- @backstage/theme@0.5.6
|
|
19
|
+
- @backstage/plugin-techdocs-react@1.2.5
|
|
20
|
+
- @backstage/plugin-catalog-react@1.12.1
|
|
21
|
+
- @backstage/plugin-search-common@1.2.12
|
|
22
|
+
- @backstage/plugin-search-react@1.7.12
|
|
23
|
+
- @backstage/plugin-auth-react@0.1.3
|
|
24
|
+
- @backstage/integration-react@1.1.28
|
|
25
|
+
- @backstage/frontend-plugin-api@0.6.6
|
|
26
|
+
- @backstage/catalog-model@1.5.0
|
|
27
|
+
- @backstage/config@1.2.0
|
|
28
|
+
- @backstage/errors@1.2.4
|
|
29
|
+
|
|
3
30
|
## 1.10.6-next.2
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "1.10.6
|
|
3
|
+
"version": "1.10.6",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -59,19 +59,19 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@backstage/catalog-model": "^1.5.0",
|
|
61
61
|
"@backstage/config": "^1.2.0",
|
|
62
|
-
"@backstage/core-compat-api": "^0.2.6
|
|
63
|
-
"@backstage/core-components": "^0.14.8
|
|
64
|
-
"@backstage/core-plugin-api": "^1.9.3
|
|
62
|
+
"@backstage/core-compat-api": "^0.2.6",
|
|
63
|
+
"@backstage/core-components": "^0.14.8",
|
|
64
|
+
"@backstage/core-plugin-api": "^1.9.3",
|
|
65
65
|
"@backstage/errors": "^1.2.4",
|
|
66
|
-
"@backstage/frontend-plugin-api": "^0.6.6
|
|
67
|
-
"@backstage/integration": "^1.12.0
|
|
68
|
-
"@backstage/integration-react": "^1.1.28
|
|
69
|
-
"@backstage/plugin-auth-react": "^0.1.3
|
|
70
|
-
"@backstage/plugin-catalog-react": "^1.12.1
|
|
71
|
-
"@backstage/plugin-search-common": "^1.2.12
|
|
72
|
-
"@backstage/plugin-search-react": "^1.7.12
|
|
73
|
-
"@backstage/plugin-techdocs-react": "^1.2.5
|
|
74
|
-
"@backstage/theme": "^0.5.6
|
|
66
|
+
"@backstage/frontend-plugin-api": "^0.6.6",
|
|
67
|
+
"@backstage/integration": "^1.12.0",
|
|
68
|
+
"@backstage/integration-react": "^1.1.28",
|
|
69
|
+
"@backstage/plugin-auth-react": "^0.1.3",
|
|
70
|
+
"@backstage/plugin-catalog-react": "^1.12.1",
|
|
71
|
+
"@backstage/plugin-search-common": "^1.2.12",
|
|
72
|
+
"@backstage/plugin-search-react": "^1.7.12",
|
|
73
|
+
"@backstage/plugin-techdocs-react": "^1.2.5",
|
|
74
|
+
"@backstage/theme": "^0.5.6",
|
|
75
75
|
"@material-ui/core": "^4.12.2",
|
|
76
76
|
"@material-ui/icons": "^4.9.1",
|
|
77
77
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
"react-use": "^17.2.4"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@backstage/cli": "^0.26.7
|
|
90
|
-
"@backstage/core-app-api": "^1.12.6
|
|
91
|
-
"@backstage/dev-utils": "^1.0.33
|
|
92
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.11
|
|
93
|
-
"@backstage/test-utils": "^1.5.6
|
|
89
|
+
"@backstage/cli": "^0.26.7",
|
|
90
|
+
"@backstage/core-app-api": "^1.12.6",
|
|
91
|
+
"@backstage/dev-utils": "^1.0.33",
|
|
92
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.11",
|
|
93
|
+
"@backstage/test-utils": "^1.5.6",
|
|
94
94
|
"@testing-library/dom": "^10.0.0",
|
|
95
95
|
"@testing-library/jest-dom": "^6.0.0",
|
|
96
96
|
"@testing-library/react": "^15.0.0",
|