@backstage/plugin-techdocs 1.11.1 → 1.11.2
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,5 +1,27 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
+
## 1.11.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.9.2
|
|
9
|
+
- @backstage/theme@0.6.2
|
|
10
|
+
- @backstage/catalog-model@1.7.1
|
|
11
|
+
- @backstage/config@1.3.0
|
|
12
|
+
- @backstage/core-compat-api@0.3.3
|
|
13
|
+
- @backstage/core-components@0.16.1
|
|
14
|
+
- @backstage/core-plugin-api@1.10.1
|
|
15
|
+
- @backstage/errors@1.2.5
|
|
16
|
+
- @backstage/integration@1.15.2
|
|
17
|
+
- @backstage/integration-react@1.2.1
|
|
18
|
+
- @backstage/plugin-auth-react@0.1.9
|
|
19
|
+
- @backstage/plugin-catalog-react@1.14.2
|
|
20
|
+
- @backstage/plugin-search-common@1.2.15
|
|
21
|
+
- @backstage/plugin-search-react@1.8.3
|
|
22
|
+
- @backstage/plugin-techdocs-common@0.1.0
|
|
23
|
+
- @backstage/plugin-techdocs-react@1.2.11
|
|
24
|
+
|
|
3
25
|
## 1.11.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/dist/alpha.esm.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import LibraryBooks from '@material-ui/icons/LibraryBooks';
|
|
3
|
-
import { ApiBlueprint, PageBlueprint,
|
|
4
|
-
import { createApiFactory,
|
|
3
|
+
import { ApiBlueprint, PageBlueprint, createExtensionInput, coreExtensionData, createExtension, NavItemBlueprint, createFrontendPlugin } from '@backstage/frontend-plugin-api';
|
|
4
|
+
import { createApiFactory, configApiRef, discoveryApiRef, fetchApiRef } from '@backstage/core-plugin-api';
|
|
5
5
|
import { compatWrapper, convertLegacyRouteRef, convertLegacyRouteRefs } from '@backstage/core-compat-api';
|
|
6
6
|
import { EntityContentBlueprint } from '@backstage/plugin-catalog-react/alpha';
|
|
7
7
|
import { SearchResultListItemBlueprint } from '@backstage/plugin-search-react/alpha';
|
package/dist/client.esm.js
CHANGED
package/dist/plugin.esm.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { techdocsStorageApiRef, techdocsApiRef } from '@backstage/plugin-techdocs-react';
|
|
2
2
|
import { TechDocsStorageClient, TechDocsClient } from './client.esm.js';
|
|
3
|
-
import {
|
|
4
|
-
import { createPlugin, createApiFactory,
|
|
3
|
+
import { rootRouteRef, rootDocsRouteRef, rootCatalogDocsRouteRef } from './routes.esm.js';
|
|
4
|
+
import { createPlugin, createApiFactory, configApiRef, discoveryApiRef, fetchApiRef, createRoutableExtension } from '@backstage/core-plugin-api';
|
|
5
5
|
import { createSearchResultListItemExtension } from '@backstage/plugin-search-react';
|
|
6
6
|
|
|
7
7
|
const techdocsPlugin = createPlugin({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import DOMPurify from 'dompurify';
|
|
2
|
-
import {
|
|
2
|
+
import { useCallback, useMemo } from 'react';
|
|
3
3
|
import { useApi, configApiRef } from '@backstage/core-plugin-api';
|
|
4
4
|
import { removeUnsafeLinks } from './hooks/links.esm.js';
|
|
5
5
|
import { removeUnsafeIframes } from './hooks/iframes.esm.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.2",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,20 +70,20 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@backstage/catalog-model": "^1.7.1",
|
|
72
72
|
"@backstage/config": "^1.3.0",
|
|
73
|
-
"@backstage/core-compat-api": "^0.3.
|
|
74
|
-
"@backstage/core-components": "^0.16.
|
|
73
|
+
"@backstage/core-compat-api": "^0.3.3",
|
|
74
|
+
"@backstage/core-components": "^0.16.1",
|
|
75
75
|
"@backstage/core-plugin-api": "^1.10.1",
|
|
76
76
|
"@backstage/errors": "^1.2.5",
|
|
77
|
-
"@backstage/frontend-plugin-api": "^0.9.
|
|
77
|
+
"@backstage/frontend-plugin-api": "^0.9.2",
|
|
78
78
|
"@backstage/integration": "^1.15.2",
|
|
79
79
|
"@backstage/integration-react": "^1.2.1",
|
|
80
|
-
"@backstage/plugin-auth-react": "^0.1.
|
|
81
|
-
"@backstage/plugin-catalog-react": "^1.14.
|
|
80
|
+
"@backstage/plugin-auth-react": "^0.1.9",
|
|
81
|
+
"@backstage/plugin-catalog-react": "^1.14.2",
|
|
82
82
|
"@backstage/plugin-search-common": "^1.2.15",
|
|
83
|
-
"@backstage/plugin-search-react": "^1.8.
|
|
83
|
+
"@backstage/plugin-search-react": "^1.8.3",
|
|
84
84
|
"@backstage/plugin-techdocs-common": "^0.1.0",
|
|
85
|
-
"@backstage/plugin-techdocs-react": "^1.2.
|
|
86
|
-
"@backstage/theme": "^0.6.
|
|
85
|
+
"@backstage/plugin-techdocs-react": "^1.2.11",
|
|
86
|
+
"@backstage/theme": "^0.6.2",
|
|
87
87
|
"@material-ui/core": "^4.12.2",
|
|
88
88
|
"@material-ui/icons": "^4.9.1",
|
|
89
89
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -97,11 +97,11 @@
|
|
|
97
97
|
"react-use": "^17.2.4"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@backstage/cli": "^0.29.
|
|
100
|
+
"@backstage/cli": "^0.29.2",
|
|
101
101
|
"@backstage/core-app-api": "^1.15.2",
|
|
102
|
-
"@backstage/dev-utils": "^1.1.
|
|
103
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.
|
|
104
|
-
"@backstage/test-utils": "^1.7.
|
|
102
|
+
"@backstage/dev-utils": "^1.1.4",
|
|
103
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.18",
|
|
104
|
+
"@backstage/test-utils": "^1.7.2",
|
|
105
105
|
"@testing-library/dom": "^10.0.0",
|
|
106
106
|
"@testing-library/jest-dom": "^6.0.0",
|
|
107
107
|
"@testing-library/react": "^16.0.0",
|